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-04-24fixes #1312robocoder
2010-03-29Refs #56 mattpiwik
2009-12-13Handle case where session.save_path is N;/pathrobocoder
2009-11-26Tested with PHP 5.3.1robocoder
2009-10-28use tmp/sessions if safe_mode (deprecated in 5.3; removed in 6.0), open_based...robocoder
2009-10-24Previously, we would always test if session.savepath is writable. However, s...robocoder
2009-10-22minor fixes; refs #1008, refs #1009robocoder
2009-09-24refs #642 and #796 - is session.save_handler is 'files' and session.save_path...robocoder
2009-09-20fix for dirname(__FILE__) returning '/'robocoder
2009-09-08fixes #945 - Piwik sets the session.name to 'PIWIK_SESSID'; define('PIWIK_SES...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-28fixes #885 - dispatcher starts/resumes session unless PIWIK_ENABLE_SESSION_ST...robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-06fixes #845 - php 5.3 backward incompatibilities and deprecated functionality;robocoder
2009-07-03Shouldn't have moved this line.robocoder
2009-07-03Fixes #828 - use Zend_Session / Zend_Session_Namespacerobocoder
2009-07-03Fix code above this comment should be PHP4 compatible; set_include_path() was...robocoder
2009-06-25Enable autoloader for misc/api_internal_call.php.robocoder
2009-06-16Clear svn:executable on files.robocoder
2009-06-16refs #806 - only set session handler if 'user'; all the other handlers robocoder
2009-06-15fixes #805 - don't override memcached session handlerrobocoder
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-04-25Fixed #651 by setting session.save_handler explicitly.robocoder
2009-03-27- memory and speed optimizations of archiving, refs #374 (hopefully fixing it...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- fixing broken installation due to previous configuration class updatesmattpiwik
2009-02-26- adding one click update mechanism. when a new Piwik version is out, the UI ...mattpiwik
2009-02-11- fix #525 (Calling set_error_handler and set_exception_handler as part of t...mattpiwik
2008-08-12- adding possibility to hook into the database creationmattpiwik
2008-08-04- renamed modules/ directory in core/mattpiwik
2008-06-30- fix #246 session_start() called even if session already startedmattpiwik
2008-04-22Fixing abs path on linuxmattpiwik
2008-04-21- trying to clean all the set_include_path stuffmattpiwik
2008-04-20- move set_include_path before test php minimum versionmattpiwik
2008-04-02- php4 friendly errormattpiwik
2008-04-01- php4 friendly errormattpiwik
2008-03-28- fixing small bug in zend Registrymattpiwik
2008-03-28git-svn-id: http://dev.piwik.org/svn/trunk@413 59fd770c-687e-43c8-a1e3-f5a4ff...mattpiwik
2008-03-28- refs #33 work in progressmattpiwik
2008-03-10close #132mattpiwik