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
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-02-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2014-09-30Documentation tweak.diosmosis
2014-09-29Tweaking Auth docs some more.diosmosis
2014-09-29Add extra docs for core/Auth.php and make sure Registry has docs generated ↵diosmosis
for it.
2014-09-28Refactor Auth::initSession method into its own class (SessionInitializer) ↵diosmosis
since the logic will be common to all authentication implementations. Includes tweak to docs of UsersManager API method and additional methods to Auth interface.
2014-09-27Refactor Login controller and auth to be more modular and easier to ↵diosmosis
extend/override. Added extra method to Auth interface and documented Auth interface completely. Created new PasswordResetter class to contain password reset logic.
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
* @subpackage is deprecated * @package must only occur once * @package supports nesting (and can match the namespace) refs #4609
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2013-10-29Remove Login.initSession event and move logic to new method in Auth interface.diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-25Remove use of Zend_Auth_Result.Benaka Moorthi
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
Converting Access & Auth to namespace
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6325 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-20refs #1630robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-19phpdocsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2962 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-23more php cross referencingrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1434 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-08-22phpdoc cleanup:robocoder
* add @category (Piwik => 'core', Piwik_Plugins => 'plugins') * in core, use @package and @subpackage more consistently to group files/classes; exception is DataFiles/*, PluginsFunctions/*, and SmartyPlugins/* * in plugins, @package is the plugin name * removed '@param none' -- not a phpdoc convention * '@throws' and '@return void' are also not phpdoc conventions, but are widely used elsewhere, e.g., Smarty & Zend git-svn-id: http://dev.piwik.org/svn/trunk@1420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.) git-svn-id: http://dev.piwik.org/svn/trunk@1296 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1270 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-06-16refs #803 - Auth is loaded by piwik.php?robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1233 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-06-16refs #803 - auto-discovery algorithm to handle class Piwik, files with robocoder
multiple class definitions (e.g., Piwik_Auth_Result), and fix typo (reference to Piwik_Api_Proxy). git-svn-id: http://dev.piwik.org/svn/trunk@1228 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-05-18refs #551 adding comment to Auth.php getName()robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1139 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-05-17fixed #551 - "Logout" / "Sign out" action linked to the active robocoder
authentication plugin. git-svn-id: http://dev.piwik.org/svn/trunk@1131 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-03-20- fixed #9 referer URLs with host registered as main_url or alias_url should ↵mattpiwik
NOT be counted as referer now if a visitor comes to piwik.org/ with a piwik.org/xx/y/z referer, it will be considered a direct entry rather than a referer visit. makes use of the new caching mechanism introduced with the Goal Tracking plugin, to cache website-related data for super fast access at Tracker time. - Goals is not a tracker plugin anymore (improving performance of Tracker) - fixed bug that the cache file wasn't read properly and goal queries were done at each piwik.php request git-svn-id: http://dev.piwik.org/svn/trunk@994 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-08-04oops i totally screwed up my last commit, deleting /modules instead of ↵mattpiwik
renaming it... git-svn-id: http://dev.piwik.org/svn/trunk@587 59fd770c-687e-43c8-a1e3-f5a4ff64c105