- déc. 05, 2014
-
-
mattab a rédigé
-
- déc. 04, 2014
-
-
Thomas Steur a rédigé
-
- déc. 02, 2014
-
-
mattab a rédigé
-
mattab a rédigé
Fixes https://github.com/piwik/piwik/pull/6652
-
- nov. 28, 2014
-
-
sgiehl a rédigé
-
- nov. 25, 2014
-
-
Thomas Steur a rédigé
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
-
- nov. 23, 2014
-
-
sgiehl a rédigé
-
- nov. 19, 2014
-
-
mattab a rédigé
-
- nov. 17, 2014
-
-
diosmosis a rédigé
Add unit tests for new Metrics Formatter classes and remove existing ones. Small change to Overlay included and bug fixes to metrics formatting code included.
-
- nov. 13, 2014
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
Declares a process as finished as soon as a PID file is > 500bytes (contains only PID) and output file is > 100MB (which should usually not be larger than 100KB or 1MB) to prevent files growing up to many GBs. I added unit and integration tests for the file size detection. It is now possible to mock the methods file_exists and filesize although very simple so far. Later we can allow to define callbacks or to define different return values for different files or we can use something like vfsStream
-
mattab a rédigé
-
Matthieu Napoli a rédigé
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.
-
mattab a rédigé
-
- nov. 12, 2014
-
-
Matthieu Napoli a rédigé
-
- nov. 11, 2014
- nov. 07, 2014
-
-
diosmosis a rédigé
Moved processed metrics computation to DataTableGenericFilter, removed new filters & implemented as methods in Report to avoid confusion regarding re-use, allow adding processed metrics as DataTable metadata and use this to rewrite AddProcessedMetrics filter, correct name of Metrics::getMappingFromIdToName function, added placeholder AggregatedMetric class for future, revise Metric/ProcessedMetric hierarchy (add methods for translation/etc.), allow .get API methods to use metadata to automatically figure out which columns to select, get EcommerceOrderWithItemsTest to pass.
-
- nov. 03, 2014
-
-
Matthieu Napoli a rédigé
-
- nov. 02, 2014
-
-
Matthieu Napoli a rédigé
-
- oct. 31, 2014
-
-
Thomas Steur a rédigé
-
- oct. 29, 2014
-
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
- oct. 28, 2014
-
-
Thomas Steur a rédigé
refs #6481 in report generator always show the dimensions of the selected plugin even if the plugin is not enabled
-
- oct. 22, 2014
-
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
- oct. 20, 2014
-
-
Matthieu Napoli a rédigé
-
- oct. 16, 2014
-
-
Matthieu Napoli a rédigé
-
- oct. 15, 2014
-
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
- oct. 14, 2014
-
-
mattab a rédigé
-
- oct. 13, 2014
-
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
Fixed getCurrentUrl() and getCurrentUrlWithoutQueryString() + tests
-