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
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-05Fixed typo that crept inMatthieu Napoli
2015-01-05Fix unit tests by loading no translations by default in testsMatthieu Napoli
2015-01-05Refactored the way translations are loadedMatthieu Napoli
2015-01-05Refactored Piwik\Translate into a non-static class Piwik\Translation\TranslatorMatthieu Napoli
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-27here is our first report generatorThomas Steur
2014-06-23this should fix the plugin tests and probably not break any other tests. If a...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-12Looking forward to dependency injection, this Config test overrides hacks are...mattab
2014-02-25refs #2174 all websites selector based on angularjs, also added the possibili...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-17Trying to fix bugmattab
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-10Refs #4208 Remove translate singletonmattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4199 documented some more eventsThomas Steur
2013-10-08refs #4199 inline some more PostEvent doc blocksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-23Minormattab
2013-09-15translations cleanup: removed a couple of duplicate keyssgiehl
2013-09-15fixes #4151 removed _js hacksgiehl
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-13Refs #4151, fix regression caused by refactoring hack.Benaka Moorthi
2013-09-12Refs #4151, refactor translation JavaScript generation code and add event so ...Benaka Moorthi
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and automatically...Benaka Moorthi
2013-09-04moved clean method to Translate instead of TranslationWritersgiehl
2013-08-16use array_replace_recursive, as array_merge_recursive produces arrays for exi...sgiehl
2013-08-16Adjust Piwik_Translate function to handle nested translation arrayFabian Becker
2013-08-01fixing more namespacessgiehl
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
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-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-15Refs #3942mattab
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
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-10-23Fixes #3466mattpiwik