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
2014-12-04Tracker refactoringThomas Steur
2014-09-30Fix #6344, add missing return statement removed from recent refactor to Cooki...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-07refs #4194 marked some classes and methods as API to test doc generationThomas Steur
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-11Various pending changesmattpiwik
2012-07-22Refs #3177, added benchmarking system and set of benchmarks to test Piwik per...benakamoorthi
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-04-04refs #2256 - some phpdocs loverobocoder
2011-02-05refs #1982 - when deleting cookie, mimic the built-in functionrobocoder
2011-01-28refs #1982 - delete() should use setCookie() instead of setcookie(), and pass...robocoder
2011-01-14Fixes #2007mattpiwik
2011-01-12refs #1958 - yet another typorobocoder
2011-01-12refs #1958 - discard entire cookie content if any part fails to unserializerobocoder
2011-01-11quick fixes #1958 - always use safe_serialize/safe_unserialize as there are s...robocoder
2011-01-04use '< 5.2.1' to catch 5.2.0-custom builds; also use safe_serialize/safe_unse...robocoder
2011-01-04this helps apparently mattpiwik
2010-12-22refs #1279, refs #1910 - language preference for anonymous users is now store...robocoder
2010-12-22refs #1900, fixes #1911robocoder
2010-12-22Fixing broken tracking, json_decode returning objects but code is using the d...mattpiwik
2010-12-18fixes #1900 - use safe_unserialize() for third-party content; for signed cook...robocoder
2010-11-26workaround what appears to be a substr_compare() validation bug (negative off...robocoder
2010-11-06micro-optimizations and some code clean-uprobocoder
2010-11-03fixes #1795 - set secure flag in login cookie when https (or reverse proxy)robocoder
2010-08-20refs #1630robocoder
2010-08-08refs #1419 - add 'Remember Me' to Login form; unchecked by default (which is ...robocoder
2010-08-03fix bug where numeric value would be base64 encoded; sign cookies as a more r...robocoder
2010-07-29Refs #409mattpiwik
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I skip...robocoder
2010-03-16Fixes #1155 Cookie path can now be defined in config filemattpiwik
2009-12-14refactor unserialize_array(); add Application version tests to SecurityInforobocoder
2009-12-12refactor [1637] and add unit testrobocoder
2009-12-09Fixes the cookie function for arrays storagemattpiwik
2009-08-22phpdoc cleanup:robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-06-17fixes #736 - feature request to unset cookie value via set(name, null)robocoder
2009-01-14fixing Setting how long cookies set by Piwik last #469mattpiwik