- mars 18, 2015
-
-
Thomas Steur a rédigé
a summary row does not have a subtable, so we can simply get the rows without summary row and avoid creating many new arrays
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
Shorten unit test names as fixture file has too long filename on some version of linux
-
Matthieu Aubry a rédigé
Rename test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getCity_month.xml to test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getCity_month.xml
-
Matthieu Aubry a rédigé
Rename test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getContinent_month.xml to test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getContinent_month.xml
-
Matthieu Aubry a rédigé
Rename test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getCountry_month.xml to test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getCountry_month.xml
-
Matthieu Aubry a rédigé
Rename test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getRegion_month.xml to test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getRegion_month.xml
-
Matthieu Aubry a rédigé
error: cannot stat 'plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getContinent_month.xml': File name too long error: cannot stat 'plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getCountry_month.xml': File name too long error: cannot stat 'plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getRegion_month.xml': File name too long error: The following untracked working tree files would be overwritten by merge:
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
Various performance improvements and bugfixes.
-
Thomas Steur a rédigé
-
Benaka a rédigé
Fixes #7462, optimize InnoDB tables if MariaDB v10.1.1 or greater is used.
-
Thomas Steur a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
Thomas Steur a rédigé
-
diosmosis a rédigé
-
Thomas Steur a rédigé
Imporves performance for Archiving and Range dates. Makes all kind of reports faster as well. Fixed bugs in labelFilter, reports total calculation and more.
-
- mars 17, 2015
-
-
Benaka a rédigé
Adding command to attribute or re-attribute existing visits w/ geolocated location info. Includes small refactor to location dimensions and new UserCountry service, VisitorGeolocator. Also includes new DAO class in Piwik core.
-
diosmosis a rédigé
Adding diagnostics for location provider selection (so users will be made aware of configuration issues), move all verbose logging to VisitorGeolocator, change some arguments to options, add --force option to force even if location provider is not working.
-
Benaka a rédigé
Fixes #7163, removing misc/log-analytics directory and replace w/ submodule.
-
diosmosis a rédigé
-
diosmosis a rédigé
-
Matthieu Napoli a rédigé
PEAR is installed through Composer with the latest version of piwik/decompress anyway. I've removed it from the libs folder after comparing the files. `is_a()` is not deprecated anymore, and I couldn't find any usage of the modified methods `raiseError()` and `isError()` in HTML_Quickform. I had to require pear/pear-core-minimal on top of pear/pear_exception because there is no transitive dependency. I have opened https://github.com/pear/PEAR_Exception/issues/8
-
Thomas Steur a rédigé
-
Matthieu Aubry a rédigé
Fix Sort filters are sometimes applied multiple times
-
Benaka a rédigé
Fixes #7276 display update progress in core:archive command. Includes Updater refactor: deprecate static methods in Updates in favor of instance methods that are passed an Updater instance, use instance methods in Updater, move methods in CoreUpdater that perform updates to Updater class, add observer class that can be used within Updater to hook into single updater run.
-
diosmosis a rédigé
Conflicts: CHANGELOG.md
-
diosmosis a rédigé
-
Matthieu Napoli a rédigé
Dependency injection in API classes
-
diosmosis a rédigé
Conflicts: plugins/CoreUpdater/Commands/Update.php
-
diosmosis a rédigé
-
Thomas Steur a rédigé
-
- mars 16, 2015
-
-
Matthieu Napoli a rédigé
-
diosmosis a rédigé
-
Thomas Steur a rédigé
A new minified piwik.js should not be needed as it is only jsdoc
-
diosmosis a rédigé
-
diosmosis a rédigé
Correct floating point comparison for latitude/longitude in VisitorGeolocator when determining visit fields to update.
-
diosmosis a rédigé
Make sure core:update fails if an Updates class executes queries manually by catching them and re-throwing them.
-