- fév. 13, 2015
-
-
Thomas Steur a rédigé
-
- jan. 24, 2015
-
-
sgiehl a rédigé
-
- jan. 19, 2015
-
-
sgiehl a rédigé
-
- oct. 22, 2014
- oct. 05, 2014
-
-
Thomas Steur a rédigé
refs #5940 put tests in correct folders, better testsuite names, some tests still fail and I cannot figure out why
-
- sept. 28, 2014
-
-
sgiehl a rédigé
-
- sept. 14, 2014
-
-
Thomas Steur a rédigé
-
- sept. 10, 2014
-
-
Thomas Steur a rédigé
-
- sept. 08, 2014
-
-
mattab a rédigé
-
- août 04, 2014
-
-
mattab a rédigé
-
- juil. 11, 2014
-
-
Thomas Steur a rédigé
just noticed I broke the installer when I was trying to fix the updater in c01d57bc, this might work... basically the idea was ok but we should check for this only if the column actually already exists. If the column does not exist yet we need to make sure it will be installed
-
- juil. 01, 2014
-
-
Thomas Steur a rédigé
-
- juin 30, 2014
-
-
Thomas Steur a rédigé
-
- juin 27, 2014
-
-
Thomas Steur a rédigé
-
- juin 13, 2014
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- juin 12, 2014
-
-
Thomas Steur a rédigé
-
- avr. 09, 2014
-
-
mattab a rédigé
-
- fév. 17, 2014
-
-
mattab a rédigé
-
- jan. 25, 2014
-
-
sgiehl a rédigé
-
- nov. 14, 2013
-
-
mattab a rédigé
Fixes #4076 * Segment editor now displays for visitor IP the options "AT most / at least / great than / less than / equals / not equals" * updating doc to mention IP range filters * leaving Visitor IP in the Visit dimensions category in the segment editor (even though it's a "metric" by design). This is more clear this way.
-
- nov. 04, 2013
- sept. 13, 2013
-
-
Benaka Moorthi a rédigé
Notes: - Added new visitId segment to get rid of getSingleVisitSummary API method. - Link to widgetized visitor profile in popup. - Added export link to visitor profile for visitor profile data. - Use CSS truncation instead of twig truncation in visitor log/last visits widget.
-
- août 21, 2013
-
-
Fabian Becker a rédigé
-
- juil. 02, 2013
-
-
Thomas ZILLIOX a rédigé
-
- juin 17, 2013
-
-
mattab a rédigé
Creating getMinTimeProcessedForTemporaryArchive and splitting getMinTimeArchivedProcessed to make it clear. Renaming class to Piwik_DataAccess_ArchiveSelector -- it will specialize in selecting archives
-
- mai 30, 2013
-
-
mattab a rédigé
-
- avr. 23, 2013
-
-
mattab a rédigé
* BETA release of Segment editor. * API to add/update/delete/get recorded segments * cron script will pre-process segments marked as such * UI to create, update, apply segments TODOs @mattab - test with NON super user (anon/view/admin) - testing (and more testing)-- try to break it (it's not hard...) - UI: Saving the segment for reuse / pre-processing - Loading message: "This can take a while based on the amount of data that needs to be pre-archived" - i18n - Save & Apply this segment ==> "Test this segment" which would call VisitsSummary.get for early feedback ? + hoping for Piotr superJS Ninjas skills with some jquery/js that I can't figure out
-
- avr. 20, 2013
-
-
mattab a rédigé
* new segment 'siteSearchKeyword' Fixes #3903, #3905: * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment * renamed other fields for consistency with segment names Fixes #3906: * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data. How it works: * generate extended data in fixture * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment * get the first suggested value from the list, * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru. * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
-
- nov. 01, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7353 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 19, 2012
-
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7249 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 15, 2012
-
-
mattpiwik a rédigé
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 10, 2012
-
-
benakamoorthi a rédigé
* Renamed getVisitsByCity & getVisitsByRegion to getCity & getRegion. * Extra testing for anonymized IPs. * Show visitor city & region in visitor log & last visits widget. * Do specific check for apache module in checking for server based geoip implementation. * Fix for continent segment error. * Redesigned admin UI to be more compact & to show reason for broken implementations. * Don't show duplicate Unknowns in pretty location strings. * Don't use REMOTE_ADDR, instead get IP from Piwik_IP. git-svn-id: http://dev.piwik.org/svn/trunk@7140 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 07, 2012
-
-
benakamoorthi a rédigé
Refs #1823, modified UserCountry plugin to allow use of GeoIP databases if desired. Added two reports, getVisitsByRegion + getVisitsByCity. Notes: * Supports country, region, city, org & isp GeoIP databases. * Supports GeoIP PHP API, PECL module & server modules. * Added ability to regenerate 'general' tracker cache. * Removed location_continent column from log_visit & log_conversion tables, and removed visits by continent blob record. Report is now a view over country report. git-svn-id: http://dev.piwik.org/svn/trunk@7122 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 18, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5570 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 11, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5153 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Renamed segment from Timo commit + adding one test git-svn-id: http://dev.piwik.org/svn/trunk@5145 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 09, 2011
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5141 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-