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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-24 17:35:47 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 17:35:47 +0400
commit19b7dec70833c926c870fdb40efc766ca4719a6a (patch)
tree118569a8175a98f450b12ad84acb2afdfbca1f21 /CHANGELOG.md
parent0bf6df42b1cecc4692a5b0abfe4226bdb755261d (diff)
added a task to let users and especially developers run all scheduled tasks easily. Especially they also no longer have to manipulate the file TaskScheduleder.php to enable tasks debugging. I might move the task from core: to development: later. Not sure yet which makes more sense
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66a20285af..9507bf3838 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@ If an API returns an indexed array, it is now possible to use `filter_limit` and
#### Internal change
We removed our own autoloader that was used to load Piwik files in favor of the composer autoloader which we already have been using for some libraries. This means the file `core/Loader.php` will no longer exist. In case you are using Piwik from Git make sure to run `php composer.phar self-update && php composer.phar install` to make your Piwik work again. Also make sure to no longer include `core/Loader.php` in case it is used in any custom script.
+### New commmands
+* `core:run-scheduled-tasks` Let's you run all scheduled tasks due to run at this time. Useful for instance when testing tasks.
+
## Piwik 2.5.0
### Breaking Changes