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 (Expand)Author
2009-09-20fix for dirname(__FILE__) returning '/'vipsoft
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to driver-...vipsoft
2009-08-16refs #889 - add PIWIK_USER_PATH to relocate config & tmp folders per user/acc...vipsoft
2009-08-12refs #886 - move bootstrap loading to top where it should be;vipsoft
2009-08-02refs #783 - more include (search) path changes to handle either (but not both...vipsoft
2009-07-29refs #886 - redo and extend change to visit generator and tests configvipsoft
2009-07-29refs #886, #656, #8585 - add PIWIK_DOCUMENT_ROOT and optional inclusion of bo...vipsoft
2009-07-24Fixes #876 - Piwik_Tracker_Visit should not validate uninitialized $this->req...vipsoft
2009-07-23adding Loader.php so that it works in DEBUG modematt
2009-07-23Add () when instantiating classes for consistency.vipsoft
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofvipsoft
2009-07-04Use ini_set() instead of set_include_path() for consistency with index.php.vipsoft
2009-06-24forgot to set debug to false matt
2009-06-24piwik.php in debug mode needs loader which is expectedmatt
2009-06-15refs #620, refs #803 - refactor autoloader into core/Loader.php (class vipsoft
2009-06-15fixes #801, fixes #620 - implement autoloader; remove require_once vipsoft
2009-06-11Fixes #783 - don't append preset include path; thanks feyp.vipsoft
2009-05-28fixes #743 - optimize include path; refs #631vipsoft
2009-05-26fixes #631 - make set_include_path() conditional on presence of vipsoft
2009-04-26Fixes #646, setting cache headers explicitly to nocache instead of vipsoft
2009-03-27- memory and speed optimizations of archiving, refs #374 (hopefully fixing it...matt
2009-03-26API CHANGE: we renamed two php constants. ENABLE_DISPATCH has been renamed PI...matt
2009-03-26- renaming all constants that were not prefixed by PIWIK_ refs #632matt
2009-03-20- fixed #9 referer URLs with host registered as main_url or alias_url should ...matt
2009-03-02- slightly cleaning the testsmatt
2008-12-24- adding CacheFile for caching data used in Tracker/* codematt
2008-12-17- adding Goal Tracking related goodness in core, and pluginsmatt
2008-11-24- removing some non necessary path bitsmatt
2008-10-29- fixing typomatt
2008-10-29- cleaning Tracker.phpmatt
2008-10-28- renaming all instances of LogStats to Tracker for claritymatt
2008-08-04- renamed modules/ directory in core/matt
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 http://dev.piwik.org/trac/wiki/Plugin...matt
2008-05-23- fixing notice in Log messagematt
2008-05-07- when database is unavailable, piwik.php display a gif 1*1 matt
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 http://piwik.org...matt
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_
2007-09-06The piwik script now returns a transparent gif 1*1 pixel;matthieu_
2007-09-03A lot of new stuff, AJAX administration, Login Controller, jquery integration...matthieu_
2007-08-28code documentationmatthieu_
2007-08-17Ooch what a productive day!!!matthieu_
2007-08-16- Added plugins to load in config filematthieu_