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-03-19a summary row does not have a subtable, so we can simply get the rows ↵Thomas Steur
without summary row and avoid creating many new arrays
2015-03-18Various performance improvements and bugfixes.Thomas Steur
Imporves performance for Archiving and Range dates. Makes all kind of reports faster as well. Fixed bugs in labelFilter, reports total calculation and more.
2015-03-05Faster flattening for many reportsThomas Steur
2015-01-16Missing phpdocMatthieu Napoli
2014-11-06Shouldn't truncate and add summary row if truncate parameter is negative.Marcin Czołnowski
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-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2013-12-18rename class Filter -> BaseFilter to prevent error "two constructors are ↵Thomas Steur
defined on PHP 5.3.2"
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 fix some linksThomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-11-06Phpstorm organize importsmattab
2013-10-23Fix bug in last commit.diosmosis
2013-10-23Tweaking some docs, fixing build, fixing a MultiSites css issue and fixing ↵diosmosis
regression in recent DataTable filter cleanup.
2013-10-22Refs #4200, documented many more filters and modified ↵diosmosis
ColumnCallbackDeleteRow so filter supplied returns true if the row should be deleted (as opposed to the other way around).
2013-10-22Refs #4200, remove parameter from Truncate filter,and document ↵diosmosis
AddSummaryRow and Truncate filters.
2013-10-22Refs #4200, move AddSummaryRow logic to Truncate, change AddSummaryRow logic ↵diosmosis
to just add a summary row and fix bug in FrontController.
2013-10-22Refs #4200, change function of AddSummaryRow and move logic to Truncate filter.diosmosis
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* ↵mattab
directories
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
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-07-30Refs #3207 - Fixing (?) a 4 year old issue with the DataTable_Manager:mattpiwik
* Now a DataTable_Row knows if the sub-datatable was loaded in memory, which is useful when __destruct() is called to free memory I think the ticket is closed but pending my code being reviewed Also, we could still get rid of PatternRecursive git-svn-id: http://dev.piwik.org/svn/trunk@6593 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-28added/fixed doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6353 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-09Fixes #2816 mattpiwik
* filter_truncate now works recursively if the datatable are loaded in memory (ie. expanded=1) * Added integration test git-svn-id: http://dev.piwik.org/svn/trunk@5791 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-06fixes #2335 queueing the renaming filter fixes the problemsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@4651 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-23Refs #2218 Thanks for the tip Anthon, it helped me see the light... mattpiwik
Now the filter object itself will take care of applying recursively when the table was recursively loaded indeed. Leaving open until I can check that all occurences on demo are fixed git-svn-id: http://dev.piwik.org/svn/trunk@4169 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-17Fixes #173 - making all filters recursive by default (no performance impact ↵mattpiwik
since it won't load the tables if they were not loaded in the API). Updating all filters to reflect new abstract class signature git-svn-id: http://dev.piwik.org/svn/trunk@3764 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-07-23Fixes some issues found in error logs when called with a previous URL ↵mattpiwik
format. refactored how to get arrays in API functions in a helper method. Not ideal, but better than before.. Also adding filter Truncate mentionned in refs #1485 git-svn-id: http://dev.piwik.org/svn/trunk@2641 59fd770c-687e-43c8-a1e3-f5a4ff64c105