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
2008-10-29- fixing typomatt
2008-10-29- cleaning Tracker.phpmatt
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
2008-08-04- renamed modules/ directory in core/matt
- cleaning admin UI - adding widgetize module - cleaning template architecture
2008-07-23- you can now Piwik_LogStats::getDb() from your plugin to get the Db objectmatt
2008-06-21- adding hooks in LogStats modules, see ↵matt
http://dev.piwik.org/trac/wiki/Plugins/Hooks
2008-05-23- fixing notice in Log messagematt
- db object is now static in LogStats, boosting performance of the visits generator tool
2008-05-07- when database is unavailable, piwik.php display a gif 1*1 matt
- fixed profiling in piwik.php. Enable profiling by turning DEBUG = true in /piwik.php
2008-04-21- trying to clean all the set_include_path stuffmatt
2008-04-11Convert txt files to unix formatjohmathe
2008-03-23- fixed rendering of recursive dataTable (php / xml) eg. try ↵matt
http://piwik.org/demo/index.php?module=API&method=Actions.getActions&idSite=1&period=week&date=today&filter_column_recursive=label&filter_pattern_recursive=index&expanded=1&format=xml - refs #33 work in progress
2008-03-10#123matt
2008-02-05- added test that checks that piwik.php DEBUG is set to falsematt
2008-02-03- fixing piwik.php when no plugins LogStats to loadmatt
2008-01-14Added headersmatt
2008-01-10Some cleaning + started removing/fixing some TODO in the codematt
2007-09-20Implemented the Installation processmatthieu_
needs testing :-)
2007-09-06The piwik script now returns a transparent gif 1*1 pixel;matthieu_
now testing the piwik software on giik.net/blog... :)
2007-09-03A lot of new stuff, AJAX administration, Login Controller, jquery ↵matthieu_
integration, quickform, ...
2007-08-28code documentationmatthieu_
mvc specification finished referer API implementation
2007-08-17Ooch what a productive day!!!matthieu_
feeling good darling :-) plugged all the basic features from phpmyvisites for daily archives but with a nice architecture, modularity, plugins are configurable in the config file (waiting for a nice GUI of course) handles empty days, multiple sites, fixed small bugs here and there
2007-08-16- Added plugins to load in config filematthieu_
- added plugins to archiving - Implemented the complex part of day archiving - moved filter into separate files and wrote new filter callbackColumn - added features to dataTable (isEqual) and datatable_row (isEqual, sumRow) - added a few tests
2007-08-08Implemented nice Period class + tests, Module using Zend_Datematthieu_
2007-08-07- reorganized LogStats modules into separate filesmatthieu_
- edited config.php to be able to change to path (simpletest was annoying and wouldn't want to behave properly with my include_path) - implemented a simple class for Table partitionning by date (month or day). It generates a table name depeding on a given date. Useful for the archives and maybe later for the logging engine. + wrote tests for this class
2007-08-07Improved the script for visits generation => now handles ↵matthieu_
partner/newsletter/campaign generation, and also download/outlink fake generation. Update config file with documentation.
2007-08-06Finished main algorithm for the Logging script.matthieu_
Still todo: the "Ip to provider" plugin.
2007-08-03- improved the piwik.php algorithm, one day of work is remaining at least ↵matthieu_
(including testing)
2007-08-02piwik.php file modification... many methods still to implement, to be ↵matthieu_
finished by tomorrow!!!
2007-08-01- implemented basic plugin system in the piwik.php logging enginematthieu_
- added some config for the loggingEngine - wrote simple PDO access layer / simple config layer - specified all the classes/method of the piwik.php - ported the JS file from phpmyvisites and fixed some bugs in it (needs testing on IE/FF/OPERA/KONQUEROR/SAFARI on MAC/WINDOWS/LINUX with the plugins enabled/disabled)
2007-07-31- fixed bug for logging when no writer specified (when we dont want to log ↵matthieu_
anything) => Using Zend_Log_Writer_Null - submited 2 bugs for the Zend_Log package - tested the input filtering methods in piwik_common - started designing the stats logging engine (new version of phpmyvisites.php now piwik.php)
2007-07-30- logging system DONEmatthieu_
- fixed bug Access - input filtering functions
2007-07-27many updates // add tests // user can be authentificated from the DB or from ↵matthieu_
the config file for the super user // added query profiling // deleted useless code // finished implemented the access class