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-15Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-11Merge RawLogFetcher and RawLogUpdater to RawLogDao.diosmosis
2015-03-11Refactor AttributeHistoricalDataWithLocations for clarity, fixing Integration...diosmosis
2015-03-11Minor refactor to RawLogUpdater class.diosmosis
2015-03-07Refactoring tests & LocationFetcher (renamed to VisitorGeolocator and documen...diosmosis
2015-03-07Merge branch 'master' into geo-attribution-taskdiosmosis
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-04Refs #7181, decouple invalidated archive purging from option table & site ent...diosmosis
2015-03-03Move ArchivePurger class from core\DataAccess to core\Archive and rename Purger.diosmosis
2015-03-02Merge pull request #7311 from piwik/remove_useseless_codeMatthieu Aubry
2015-03-02Edge case: when sequence is not found, create it.mattab
2015-03-02Refs #7181, remove isRequestAuthorizedToArchive call in Rules::shouldPurgeOut...diosmosis
2015-03-02Refs #7181, archive purging is only done by daily scheduled task (either thro...diosmosis
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-19 do not process INDEX_NB_UNIQ_FINGERPRINTS unless specifically asked formattab
2015-02-19Making algorithm processing unique visitors across websites actually work, re...mattab
2015-02-19Fixes #7195 Make code more efficient by only updating the numeric archive tab...mattab
2015-02-08Forgot to document TableMetadata DAO class.diosmosis
2015-02-08Refactoring entire branch, moved most of logic to command class, turned Dupli...diosmosis
2015-01-28rebased branch, changed parameter meaning and usageMichał Gaździk
2014-12-22accessing the sitesmanager api would fail in case one does not have admin acc...Thomas Steur
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-12-17Fixes #6859 use correct config settingmattab
2014-12-17fixes #6862 use array_values when using as a bindmattab
2014-12-15In Model use placeholders / bind parameters rather than writing the Id Sites ...mattab
2014-12-05The ultimate prize and final step to close the issue: do not group by the who...mattab
2014-12-05Only set order by if it's set, otherwise we ORDER BY NULLmattab
2014-12-05ORDER BY the inner query so the order is deterministic + It uses the INDEXmattab
2014-12-05Re-ordering $orderBy, $groupBy --> $groupBy, $orderBy as it's proper order i...mattab
2014-12-05Introduce new $limit parameter to the query builder, which will LIMIT all que...mattab
2014-12-05Refactor Live SQL into Modelmattab
2014-12-05Building the inner query reusing buildSelectQuerymattab
2014-12-05Refactoring without changing logic, so I can understand the codemattab
2014-12-05move logic that creates the SQL query into LogQueryBuilder classmattab
2014-12-03Remove repository and move classes with DAO to DataAccess namespace.Marcin Czołnowski
2014-11-11revert refs #touchpad failmattab
2014-11-11fixing a unit test now that the function does not throw exception refs #6485mattab
2014-11-06refs #6417 seems to be unused nowThomas Steur
2014-11-06refs #6417 trying to get rid of the unnecessary first archive insertThomas Steur
2014-11-06refs #6417 use sequence table to create archive idsThomas Steur
2014-11-05fixes #6508 it works, although unfortunately not with automated testsmattab
2014-11-05refs #6508 Now we will purge only the right monthly archive_numeric table an...mattab
2014-11-05fixes #6598 Add sites to be invalidated when the archiving failed to make su...mattab
2014-11-05refs #6508 some refactoring and renamingmattab