Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-23Add () when instantiating classes for consistency.vipsoft
2009-07-20fixes #857 - add Silverlight and Google Gears detection; revert #744 & #683, ↵vipsoft
restoring Java and Quicktime detection given #852. Kept "Cookie". AIR not detectable.
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofvipsoft
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.)
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsvipsoft
2009-06-16refs #803 - auto-discovery algorithm to handle class Piwik, files with vipsoft
multiple class definitions (e.g., Piwik_Auth_Result), and fix typo (reference to Piwik_Api_Proxy).
2009-05-29refs #744 - lingering references to qt & java pluginsvipsoft
2009-05-28fixes #743 - optimize include path; refs #631vipsoft
2009-05-18core code using Piwik_FetchOne|All|Query to easily work on the DB matt
2009-03-25- in all piwik, we now don't read from _REQUEST as it includes _COOKIE. We ↵matt
instead read data from union of _GET and _POST - clarified how to test piwik for xss referer injection
2009-03-25- cleaned up the Tracker/Action code, added tests, as well as cleaning up ↵matt
Actions archiving code - now displaying all columns that user setColumnsToDisplay even if there are no values set - displaying custom column names for downloads and outlinks tables - enabled sort on download and outlinks - it's now possible to sort a table by a column that is not defined. It will not error but just not do anything. - fixed #393 Remove unique visitors from report for a given category of actions - fixed #158 outlinks without subpages when there are outlinks with the same domain and subpages should be grouped in the same row - fixed #535 Add "export" icons below the "Actions" reports (pages, download, outlinks) - fixed #579 API Actions: full_url and url is 0 - REMOVED feature of naming an outlink or a download with a custom name. All downloads and outlinks are now grouped by the URL host. The data will be consistent across all periods independantly of the data set. Only data processed from this version will be affected. - API CHANGE renamed entry_nb_unique_visitor in entry_nb_uniq_visitors and renamed exit_nb_unique_visitor in exit_nb_uniq_visitors in the Actions.getActions API call - FEATURE outlink won't count clicks on URLs where the hostname is one of the registered hostname for this website (see Settings > Websites) - FEATURE you can use Piwik to count clicks on links and count downloads, without using the automatic Javascript based download/outlinks tracking, but by modifying links to go through piwik.php. For example, http://yourwebsite.org/piwik/piwik.php?idsite=1&link=http://example.org&redirect=1 will count the outlink in piwik and redirect the user to http://example.org For example, http://yourwebsite.org/piwik/piwik.php?idsite=1&download=http://yourwebsite.org/download.pdf&redirect=1 will count the download in piwik and redirect the user to http://yourwebsite.org/download.pdf NOTE: it is recommended to rely on the automatic outlink and download tracking (more information on http://piwik.org/docs/javascript-tracking/). rather than adding a depending on Piwik for your website to function properly. However this feature is useful to some users as it gives a simple and reliable way of counting clicks, that you can then query using the Piwik API.
2009-03-02- fixing broken installation due to previous configuration class updatesmatt
2008-12-17- adding Goal Tracking related goodness in core, and pluginsmatt
- goal table icon below datatable that have goal segmentation - rss export icon below datatable - cleaning code, refactoring, renaming goodness - adding switch enable_detect_unique_visitor_using_settings that enables/disable heuristic based on config hash - refactoring how plugins handle archiving for more clarity
2008-11-27- killing the newsletter feature, now superset by campaign featurematt
2008-11-21- killing the "partner" feature in Piwik; you can do the same (and more) ↵matt
with campaigns. we also plan to make campaign better in the future.
2008-10-31- error message to support upgrade type messagematt
- start integration of Updater - adding new filter to add percentage columns easily
2008-10-28- fixing bug in testing suite (now dropping the right DB)matt
- favicon in all UI - fixing #398 Feedburner widget should save the data per website!
2008-10-28- renaming all instances of LogStats to Tracker for claritymatt
- improving error message to be prettier - adding footer in all admin pages for consistency