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-232.12.0-rc32.12.0-rc3Matthieu Aubry
2015-03-23#7365 Do not show the "welcome" screen if log purging is enabledMatthieu Napoli
2015-03-20Fixing submodule back to track master...Matthieu Napoli
2015-03-20Fixing loose comparisonMatthieu Napoli
Related: now unit tests shouldn't trigger a MySQL query, so they should pass on scrutinizer
2015-03-20Add comment to clarify range of index parametermattab
2015-03-20Merge pull request #7487 from piwik/7486Matthieu Aubry
Hide error message in case binary is not readable
2015-03-20Merge pull request #7491 from piwik/installer_langMatthieu Aubry
Fix two regressions where language would not change in installer and where language would reset to english in the middle of the install process.
2015-03-20Fix two regressions where language would not change in installer, and where ↵diosmosis
language would reset to english in the middle of the install process.
2015-03-20Hide error message in case binary is not readablemattab
fixes #7486
2015-03-19Set branch=master in git submodule refs #7163mattab
2015-03-19Merge pull request #7475 from czolnowski/extend-login-viewMatthieu Aubry
Extend login nav with custom templates
2015-03-192.12.0-rc22.12.0-rc2Matthieu Aubry
2015-03-19Merge pull request #7484 from piwik/revert-7478-menu-middle-clickMatthieu Aubry
Revert "The menu does not intercept middle mouse clicks anymore"
2015-03-19Revert "The menu does not intercept middle mouse clicks anymore"Matthieu Aubry
2015-03-19Merge pull request #7478 from piwik/menu-middle-click2.12.0-rc1Matthieu Aubry
The menu does not intercept middle mouse clicks anymore
2015-03-192.12.0-rc1Matthieu Aubry
2015-03-19Merge pull request #7472 from piwik/segment_initial_process_dateMatthieu Aubry
Fixes #7223, add option to limit earliest date initial segments are archived from.
2015-03-19Better logging in core:archive commandmattab
2015-03-19Revert previous commit and add unit testmattab
2015-03-19Make sure to pre-process in the pastmattab
2015-03-19Rename property to new valuemattab
2015-03-19in case several segment URLs for period=range had the date= rewritten to the ↵mattab
same value, we only call API once
2015-03-19When segment creation time (or just earliest archive date) is greater than ↵diosmosis
end date of requested range to archive, use end date as override for start of archiving request range.
2015-03-19Rename creation_time -> segment_creation_timemattab
2015-03-19Fix unit testsmattab
2015-03-19Rename test class (partial revert)mattab
2015-03-19Simplifies object scope to only return modified date parametermattab
2015-03-19Merge pull request #7476 from piwik/datatable_getrows_performanceimprovementMatthieu Aubry
Use `getRowsWithoutSummaryRow` when iterating over subtables
2015-03-19Fixes #7466 The menu does not intercept middle mouse clicks anymoreMatthieu Napoli
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-19Allow to use a local gitignore to ignore checked out pluginsMatthieu Napoli
2015-03-18Restore the constructor (empty) that I removed in d3e92fa484 because it can ↵Matthieu Napoli
be called from subclasses See https://github.com/piwik/piwik/commit/d3e92fa484956fd1edf853cac83e7d2c7a0f3310#commitcomment-10262413
2015-03-18Merge branch 'master' of github.com:piwik/piwikMatthieu Napoli
2015-03-18Add events to login navczolnowski
2015-03-18https message screen, added line break between buttonsmattab
2015-03-18https message screen, added line break between buttonsmattab
2015-03-18Merge branch 'master' of github.com:piwik/piwikMatthieu Napoli
2015-03-18Updating submoduleMatthieu Napoli
2015-03-18Merge branch 'master' into segment_initial_process_datediosmosis
2015-03-18Fixes #7223, add new INI option [General] process_new_segments_from that ↵diosmosis
controls the start date of archiving for segments that have not been archived before. If a creation date cannot be found, now is used.
2015-03-18Merge pull request #7471 from piwik/processed_metrics_when_flatten2.12.0-b8Matthieu Aubry
Fix when flattening the processed metrics are not displayed
2015-03-182.12.0-b8Matthieu Aubry
2015-03-18Merge pull request #7469 from piwik/browser_plugin_percentage_fixMatthieu Aubry
Percentage fix in the "Browser plugin" report
2015-03-18More spaces between the buttonsMatthieu Napoli
2015-03-18Merge pull request #7468 from piwik/faster_archivingMatthieu Aubry
Faster archiving by calculating the recursive count only if needed
2015-03-18fix when flattening the processed metrics are not displayedThomas Steur
We always need to update the dataTable in our callbacks since the dataTable might get copied in GenericFilter and then the visualizations dataTable is outdated
2015-03-18Updating submoduleMatthieu Napoli
2015-03-18Updating submoduleMatthieu Napoli
2015-03-18Merge branch 'master' of github.com:piwik/piwikMatthieu Napoli
2015-03-18#6441 Update messages + new options when updating over HTTPS failsMatthieu Napoli