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-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-04Refs #7181, remove 'purging every N hours' check in archive purger logic sinc...diosmosis
2015-03-02Merge pull request #7311 from piwik/remove_useseless_codeMatthieu Aubry
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis
2015-02-27Updaste purging messageMartin Keckeis
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-26More explicit messagesMartin Keckeis
2015-02-05Fix changes to ArchiveProcessor/Rules so test will pass (and use Log::debug s...diosmosis
2015-02-05Do not use php-di config for option since it is easier to use INI config w/o ...diosmosis
2015-02-05Add undocumented (ie, unsupported) config option (DI config only) to disable ...diosmosis
2014-11-28Minor coding stylemattab
2014-11-06In General settings inline help, display the proper default value instead of ...mattab
2014-11-05refs #6508 some refactoring and renamingmattab
2014-11-05refs #6508 add some commentsmattab
2014-10-20Delete archives older than yesterday midnight raher than today midnight as we...Matthieu Aubry
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-30Removing disablePurge hack in tests, as this should not be needed anymoremattab
2014-09-12Merge remote-tracking branch 'upstream/master' into feature/5932-invalidate-a...m.kurzeja
2014-09-11Fix bug in Rules::shouldSkipUniqueVisitorsCalculationForMultipleSites, should...diosmosis
2014-09-10Merge masterMichaƂ Kurzeja
2014-09-09Fixes #6079, move skip unique visitors calculation logic to small method in A...diosmosis
2014-09-03Added DONE_INVALIDATED flag to archiving and considering it when fetching arc...m.kurzeja
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-01Small refactor, replace static variable with two static methodsmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-07Refactor method isSegmentPreProcessed()mattab
2014-04-03Refs #4878, create update script for converting *_returning metrics to new se...diosmosis
2014-03-17Fixes #4857mattab
2014-03-17Fixed that logic + commentsmattab
2014-03-15Fixes #4857 - When trigger=archivephp is found in the request, never disable ...mattab
2014-03-15Move the Super User auth check within the helper SettingsServer::isArchivePhp...mattab
2014-03-12Fixes #4768 Implement performance improvement for period=range: do not archiv...mattab
2014-03-11Fix bug where the segment is not detected as a pre-processed segment when it ...mattab
2014-02-17Fixing bug where pre-processed segment would not be fully pre-process.mattab
2014-02-03Fix issue that when the General settings are disabled, then the settings shou...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2013-11-11Fix the PrivacyManager tests after re-enabling purgemattab
2013-11-06Refs #4278 Creating a new class PluginsArchiver to refactor logic out of Arch...mattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
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-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi