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-04-14Tweak help textmattab
2014-04-10it is no longer required to define a command in an event. Convention over con...Thomas Steur
2014-04-07simplify testsThomas Steur
2014-04-07more tests for new custom variables commandsThomas Steur
2014-04-07tests for unlimited custom variablesThomas Steur
2014-04-04added tests for custom variables install/uninstallThomas Steur
2014-04-04added uninstall to customvariables, it is not possible to uninstall in the UI...Thomas Steur
2014-04-03if already installed, do not install it againThomas Steur
2014-04-03forgot to remove return statementThomas Steur
2014-04-03some more bug fixesThomas Steur
2014-04-03some more tweaks and added a comment to get info about currently configured c...Thomas Steur
2014-04-03some tweaks to the command ui output as well as some documentation and testsThomas Steur
2014-04-03moving getMaxCustomVariables to CustomVariables class, a model should not rea...Thomas Steur
2014-04-03detect the number of max custom variablesThomas Steur
2014-04-03the tracker should not define any limitations of the custom variablesThomas Steur
2014-04-03started to work on command to set number of available custom variablesThomas Steur
2014-03-16Fixes #3116 If website is ecommerce, do not limit custom variables reports to...mattab
2014-02-03Removing last Piwik_ occurencesFabian Becker
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-11-26Rename API.getSegmentsMetadata hook to API.getSegmentDimensionMetadatamattab
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-18moved renderReport method to pluginController which is a much better placeThomas Steur
2013-11-11Adding type hinting to API classesmattab
2013-11-06Phpstorm organize importsmattab
2013-11-06Moving aroundmattab
2013-11-05Refs #4278 Remove Archiver hooks and the classes Archiver will be automatical...mattab
2013-11-05Renaming ArchiveProcessor\Period to Aggregatormattab
2013-11-05Renaming archive helpers Reports->Records + move getMetricsForDimension to Lo...mattab
2013-11-04Moving getDataTableFromDataArray -> DataArray.asDataTablemattab
2013-11-04Renaming archiveDay -> aggregateDayReport and archivePeriod -> aggregateMulti...mattab
2013-11-01Fixing integration testmattab
2013-11-01Minormattab
2013-11-01Removing a //FIXME : refactoring reserved custom variable slots for ecommerce...mattab
2013-10-21Merge remote-tracking branch 'origin/master' into ceventsmattab
2013-10-21It was confusing to have a coreViewDataTable and pluginViewDataTable class. I...Thomas Steur
2013-10-20Tracking Actions refactoring to accomodate Custom Events #472mattab
2013-10-18refactored hook getReportDisplayProperties. Reports/Plugins can now directly ...Thomas Steur
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
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-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4199 minor docmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-02refs #4134 renamed some more hooks and removed some not used and not needed h...Thomas Steur
2013-10-02refs #4134 use plural to indicate a developer can add multiple entries or wid...Thomas Steur
2013-10-02refs #4134 renamed some more hooksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-04Replace create_function calls with lambda functions.Fabian Becker