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
2010-10-09fixes #1760, fixes #1573robocoder
2010-09-10touching a couple of files to trigger build (again)robocoder
2010-09-01refs #1520robocoder
2010-07-29Fixes #587mattpiwik
2010-07-16testing hudson emailingmattpiwik
2010-07-06Introducing documented piwik.php PHP Tracking client.mattpiwik
2010-07-03fixes #1457 - remove E_EXCEPTION (couldn't find any documentation for this as...robocoder
2010-04-24fixes #1312robocoder
2010-04-13Explicitely enable trackingmattpiwik
2010-03-29Refs #56 mattpiwik
2010-03-22Fixes #43mattpiwik
2009-12-30git-svn-id: http://dev.piwik.org/svn/trunk@1751 59fd770c-687e-43c8-a1e3-f5a4f...robocoder
2009-12-30minor fixesrobocoder
2009-09-20fix for dirname(__FILE__) returning '/'robocoder
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to driver-...robocoder
2009-08-16refs #889 - add PIWIK_USER_PATH to relocate config & tmp folders per user/acc...robocoder
2009-08-12refs #886 - move bootstrap loading to top where it should be;robocoder
2009-08-02refs #783 - more include (search) path changes to handle either (but not both...robocoder
2009-07-29refs #886 - redo and extend change to visit generator and tests configrobocoder
2009-07-29refs #886, #656, #8585 - add PIWIK_DOCUMENT_ROOT and optional inclusion of bo...robocoder
2009-07-24Fixes #876 - Piwik_Tracker_Visit should not validate uninitialized $this->req...robocoder
2009-07-23adding Loader.php so that it works in DEBUG modemattpiwik
2009-07-23Add () when instantiating classes for consistency.robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-04Use ini_set() instead of set_include_path() for consistency with index.php.robocoder
2009-06-24forgot to set debug to false mattpiwik
2009-06-24piwik.php in debug mode needs loader which is expectedmattpiwik
2009-06-15refs #620, refs #803 - refactor autoloader into core/Loader.php (class robocoder
2009-06-15fixes #801, fixes #620 - implement autoloader; remove require_once robocoder
2009-06-11Fixes #783 - don't append preset include path; thanks feyp.robocoder
2009-05-28fixes #743 - optimize include path; refs #631robocoder
2009-05-26fixes #631 - make set_include_path() conditional on presence of robocoder
2009-04-26Fixes #646, setting cache headers explicitly to nocache instead of robocoder
2009-03-27- memory and speed optimizations of archiving, refs #374 (hopefully fixing it...mattpiwik
2009-03-26API CHANGE: we renamed two php constants. ENABLE_DISPATCH has been renamed PI...mattpiwik
2009-03-26- renaming all constants that were not prefixed by PIWIK_ refs #632mattpiwik
2009-03-20- fixed #9 referer URLs with host registered as main_url or alias_url should ...mattpiwik
2009-03-02- slightly cleaning the testsmattpiwik
2008-12-24- adding CacheFile for caching data used in Tracker/* codemattpiwik
2008-12-17- adding Goal Tracking related goodness in core, and pluginsmattpiwik
2008-11-24- removing some non necessary path bitsmattpiwik
2008-10-29- fixing typomattpiwik
2008-10-29- cleaning Tracker.phpmattpiwik
2008-10-28- renaming all instances of LogStats to Tracker for claritymattpiwik
2008-08-04- renamed modules/ directory in core/mattpiwik
2008-07-23- you can now Piwik_LogStats::getDb() from your plugin to get the Db objectmattpiwik
2008-06-21- adding hooks in LogStats modules, see http://dev.piwik.org/trac/wiki/Plugin...mattpiwik
2008-05-23- fixing notice in Log messagemattpiwik
2008-05-07- when database is unavailable, piwik.php display a gif 1*1 mattpiwik
2008-04-21- trying to clean all the set_include_path stuffmattpiwik