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-03-28- fixing small bug in zend Registrymatt
- trying to fix #157
2008-03-28- refs #33 work in progressmatt
2008-03-18Commited some very good patch by Maciej ZawadziƄski :julien
-fix #106, #112 : Admin index and menu -fix #88 : nice login screen -fix #105 : nice plugin admin management, -fix #40 : outlink/download tracking, solves bugs and adds some options +Some code cleanup regarding new coding standard
2008-01-14Added phpdoc packagematt
2008-01-14Added headersmatt
2007-09-21Fixed small bugs to make it work on a windows servermatthieu_
- error handler now looks for the @ operator that suppresses errors - in php5 STRICT mode it throws a warning to pass an argument explicitely by reference. The refererence & is only necessary in the function definition - added some help on how to install PDO on windows when PDO not enabled
2007-09-19Added piwik release timeline to the TODO file + organized tasksmatthieu_
Changed config class so that it uses 2 config files now (one default and one user specific where you can setup new values for the settings)
2007-09-17Fixed bug in createHtaccessmatthieu_
fixed problems to install on windows - Piwik.php / piwik.php conflict - Error handler needs Zend_registry - Home controller was displaying badly formed XML Thanks julien Updated README with a more precise installation guide
2007-09-11Ui, struggling with JSmatthieu_
2007-09-07Fixed all known bugs in the UImatthieu_
2007-08-29- Commentsmatthieu_
- Controller code / frontController - Login module + deported the auth setup in plugin - Url helper
2007-08-28code documentationmatthieu_
mvc specification finished referer API implementation
2007-08-25- Translation matthieu_
- filter to name the columns - API for the modules actions, provider, UserCountry, Visitfrquency, visitinterest, time, - HALF of the api for referers - improved XML export nwo using PEAR xml serializer
2007-08-22-wrote some renderers: php, xmlmatthieu_
-wrote the API request class to handle the GET request to get data from the API provided by the plugins -organized the files into new directories
2007-08-20Finished periodArchivingmatthieu_
but needs fix the memory issue
2007-07-30- logging system DONEmatthieu_
- fixed bug Access - input filtering functions
2007-07-24Testmatthieu_
2007-07-24First code commit matthieu_
(from subclipse)