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
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-15fixed method signaturesChristian Raue
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-01-11Fixes #4493, move DoNotTrack & AnonymizeIP logic to PrivacyManager plugin. ↵diosmosis
Includes modification to EventDipatcher to allow generic callbacks in getListHooksRegistered method.
2013-12-1310Min noncemattab
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-03converted some links to use @linkThomas Steur
2013-11-28refs #4338 extend lifetime if nonce is requested again to prevent from early ↵Thomas Steur
timeout if nonce is requested a few seconds before timeout
2013-10-21Refs #4200, documented several more classes.diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
* updating all variables/methods containing Referers * RENAMING custom segments definition, and custom scheduled reports definition, so that when they load "Referers" segment/report it still works as expected * RENAMING old archived data so that archived blobs are called Referrers * Reverting part of 0deb2bbb8d5598200f7adfbc77b190516f919e48 * Update integration tests generating PDF+HTML with images on my dev box (GD 2.1 and PHP 5.5)
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)
2013-08-02fixed undefined classes in doc blockssgiehl
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
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
2011-09-05fixes #2622robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5126 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-22fixes #2444robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4750 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-08fixes #2279robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4366 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-19fixes #1901, refs #1592 - we can't use mock objects because of static method ↵robocoder
calls, so the wrappers around Zend_Session and Zend_Session_Namespace dummy initialize when executing from php-cli or headless php-cgi; this also addresses the hack by Parallels in their APS scripts git-svn-id: http://dev.piwik.org/svn/trunk@3468 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-12-16move nonce-specific code out of Piwik_Url and better handle some ↵robocoder
(mis)configurations (eg., not setting "fcgi_param HTTPS on" for nginx); add unit test git-svn-id: http://dev.piwik.org/svn/trunk@3448 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-07fixing critical bug http://forum.piwik.org/index.php?showtopic=13661mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@2884 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-01fixes #1541robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2839 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-24update phpdoc commentsrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@1986 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-03-23fixes #1236 - handle browser/extension/add-on causing a double page load, ↵robocoder
invalidating the token in the form; refactor Nonce class out of Piwik.php git-svn-id: http://dev.piwik.org/svn/trunk@1981 59fd770c-687e-43c8-a1e3-f5a4ff64c105