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-13language update refs #3430sgiehl
2015-03-12Add asserts to setUp method of archive purging tests so there is an assurance...diosmosis
2015-03-12Tweak to core:purge-old-archive-data command help and add command to CHANGELO...diosmosis
2015-03-12Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-12Merge pull request #7352 from ArnY/dntOptOutMatthieu Aubry
2015-03-11replace tabs with spacesArnaud Abélard
2015-03-10Add type-hints to DuplicateActionRemover constructor.diosmosis
2015-03-10In purging scheduled task, only purge once per year-month combination found, ...diosmosis
2015-03-10Remove some unneeded documentation.diosmosis
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-06Adding log statement + TODO to CoreAdminHome/Tasks.php.diosmosis
2015-03-06Refs #7181, clarify code + comment that skips archiving in scheduled task.diosmosis
2015-03-06Refs #7811, forgot to add new command test.diosmosis
2015-03-06Refs #7811, do not purge custom ranges in same method as outdated archive pur...diosmosis
2015-03-06Refs #7181, adding tests for core:purge-old-archive-data command and make ass...diosmosis
2015-03-05Refs #7181, move ArchivesToPurgeDistributedList to CoreAdminHome since only c...diosmosis
2015-03-05Refs #7181, move distributed list access from Archive\Purger to CoreAdminHome...diosmosis
2015-03-05Refs #7181, fill in TODO docs.diosmosis
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-03-05Refs #7181, rename remaining InvalidatedReports class to SitesToReprocessDist...diosmosis
2015-03-05Refs #7181, move distributed list used to hold archives to purge to separate ...diosmosis
2015-03-05Refs #7181, remove site IDs from one of InvalidatedReports' distributed lists...diosmosis
2015-03-05Refs #7181, optimize tables at end of core:purge-old-archive-data command, so...diosmosis
2015-03-04Take DNT into account cf piwik/piwik#7317Arnaud Abélard
2015-03-04Add command to force archive purging.diosmosis
2015-03-03fix various issues with user menu.Thomas Steur
2015-03-03Move ArchivePurger class from core\DataAccess to core\Archive and rename Purger.diosmosis
2015-03-03language update refs #3430sgiehl
2015-03-02Refs #7181, remove isRequestAuthorizedToArchive call in Rules::shouldPurgeOut...diosmosis
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis
2015-02-25translation updatesgiehl
2015-02-20fixes #7251 - highlight tracking code when it's been modified by usermattab
2015-02-19translation updatesgiehl
2015-02-13Updated translations from otrancemattab
2015-02-12Set a consistent description in plugins metadatamattab
2015-02-10Refs #7112, shortening constructor logic for DuplicateActionRemover & FixDupl...diosmosis
2015-02-09Refs #7112, do not access database in DuplicateActionRemover constructor.diosmosis
2015-02-08More test data insertion fixes.diosmosis
2015-02-08Fixing tests.diosmosis
2015-02-08Attempting to fix tests setup for mysql strict tables mode.diosmosis
2015-02-08Merge branch 'master' into 6436_action_dupesdiosmosis
2015-02-08Refactoring entire branch, moved most of logic to command class, turned Dupli...diosmosis
2015-02-07language update refs #3430sgiehl
2015-02-05Fix test for mysql strict mode.diosmosis
2015-02-05Remove some unneeded private methods from DuplicateActionRemover.diosmosis
2015-02-05Remove update and add ability to invalidate archives in duplicate action fixi...diosmosis
2015-02-05Documenting new classes and commands.diosmosis
2015-02-05Add update script that removes duplicate actions.diosmosis
2015-02-05Add test for fix duplicate actions command, get command to work and add time ...diosmosis