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-03-26Fixing build.diosmosis
2014-03-26Fix build.diosmosis
2014-03-26fix core testThomas Steur
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger ↵Thomas Steur
for printing debug messages which allows users to log to screen, file or db
2014-02-18Fix debugmattab
2014-02-18Display timer correctly in tracker debugmattab
2014-02-07refs #4439 disable eAccelerator if enabled (just disabling optimizing did ↵Thomas Steur
not work) and display a message in the admin UI. Also disabled eAccelerator during tracking. We might need to move the method to detect eAccelerator to another place, not sure if this is the best one
2014-01-31refs #4564 fixes Login\Auth not found when generating VisitsThomas Steur
2013-11-15Adding required file for the Piwik_ShouldThrowException functionmattab
2013-11-06Phpstorm organize importsmattab
2013-10-22Minormattab
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of ↵mattab
Transitions code refs #472
2013-10-20Minor refs #472mattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom ↵mattab
getInstance() (some tests failing)
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Fix testsmattab
2013-10-08Fixing tracker debug modemattab
2013-10-07Refactoring + improve Trusted Host messagemattab
2013-10-07Fixing build.Benaka Moorthi
2013-09-30Refs #4133 Finishing the code changes and build seems to passmattab
2013-09-30Refs #4133mattab
2013-09-19Fixing bug as reported in: http://forum.piwik.org/read.php?2,106317mattab
2013-09-14Fix buildmattab
2013-09-06Ignore new google and facebook bots http://forum.piwik.org/read.php?2,106051mattab
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-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-06Implemented custom event dispatching system for Piwik (replaced event ↵Benaka Moorthi
dispatcher lib in libs/Event). Notes: - New dispatcher can execute callbacks before or after other callbacks. - It is also possible to dispatch events only to a specific set of plugins instead of all plugins. - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass - Added visibility to some event handlers that were missing it. - Allowed two unit tests to fail w/ better diagnostic messages.
2013-07-03Fixing last testmattab
2013-07-03Enabling debug to understand travis failuremattab
2013-07-02Fixing testsmattab
2013-07-02Refactor Tracker_Visit, moving 400+ lines to a new Tracker_Request object. ↵mattab
This class contains all getRequestVar calls and all knownledge of request params.
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-20Missing includemattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-10-23Fixes #3466mattpiwik
* Now including Translate.php in the correct order ensuring that scheduled repotrs generated via a Tracker request, make use of translations. git-svn-id: http://dev.piwik.org/svn/trunk@7286 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-22Refs #3339 testing pots commit hook was migrated correctly?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6859 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-22Refs #3339 testing pots commit hook was migrated correctly?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6858 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-02 * Fixing broken POST tracking requests mattpiwik
* Now displaying gif after init, so that errors can be displayed properly when occuring during a BULK import * Fixes #3270 Displaying plain errors when the Tracking request is authenticated (ie. when runnning log import or other manual tracking API calls) git-svn-id: http://dev.piwik.org/svn/trunk@6642 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-23Make sure that exceptions are caught in piwik.php or the webserver might ↵mattpiwik
return 500 error and this would fail the system check tests git-svn-id: http://dev.piwik.org/svn/trunk@6103 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5951 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-26revert r5484robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5485 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-26refs #1713robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5484 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-29load bootstrap.php using an absolute pathrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4599 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-24refs #2341 - disable magic_quotes_runtime for consistency with index.php; ↵robocoder
plus, it's deprecated in php 5.3 and buggy with MYSQLI (http://bugs.php.net/52221) git-svn-id: http://dev.piwik.org/svn/trunk@4544 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-23Fixing Notice when debugging & trying to set cookies 'headers already sent'mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4538 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-23refs #1111 - debug offrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4534 59fd770c-687e-43c8-a1e3-f5a4ff64c105