- juin 09, 2017
-
-
Stefan Giehl a rédigé
* updates composer packages * update tests
-
Benaka a rédigé
* Fixing travis-ci/local inconsistencies in AutoSuggestAPITest.php. (userAgent was not correctly set in fixture) * In CliMulti, ignore zombie processes when parsing ps output. * Set URL of tracker in ThreeVisitsWithCustomEvents fixture, so test does not depend on _SERVER["HTTP_HOST"] which in turn depends on dynamic INI config value. * PHPUnit tests should not refer to each other, otherwise the PSR autoloader will be used, and PHPUnit will not load the file itself (resulting in the test not being run). * Update OneVisitorTwoVisitsTest expected files. * URL encode attribution date time in fixture since the tracker will not do it itself.
-
Matthieu Aubry a rédigé
* "Send an email when a plugin update is available" is On by default since Piwik 3.0.0-b1 follows up https://github.com/piwik/piwik/pull/10691 * UI screenshot
-
Stefan Giehl a rédigé
-
mattab a rédigé
-
- juin 05, 2017
-
-
Stefan Giehl a rédigé
-
- juin 03, 2017
-
-
Stefan Giehl a rédigé
-
- juin 02, 2017
- juin 01, 2017
-
-
Stefan Giehl a rédigé
* Improve handling of DevicePlugins to make it extendable * update test files * add some comments to explain automatic plugin column detection * submodule update
-
- mai 29, 2017
-
-
Stefan Giehl a rédigé
-
- mai 24, 2017
-
-
Stefan Giehl a rédigé
-
Thomas Steur a rédigé
Make TrackerUpdater a public API
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
Stefan Giehl a rédigé
-
Thomas Steur a rédigé
-
- mai 21, 2017
-
-
Thomas Steur a rédigé
-
- mai 19, 2017
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- mai 18, 2017
-
-
Thomas Steur a rédigé
* use DI so plugins can change custom piwik js * post event so plugins can customize which tracker files to include * better API so we can write better tests
-
Thomas Steur a rédigé
Added new events for scheduled tasks
-
- mai 17, 2017
-
-
Thomas Steur a rédigé
-
- mai 16, 2017
-
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
-
Thomas Steur a rédigé
* add support for email and url form fields * UI test
-
Lukas Winkler a rédigé
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
* Add possibility to specify column suffix in dataTable row In https://github.com/piwik/piwik/pull/11650 I added the possibility to define a column prefix to be displayed in the UI, this PR now also adds the same feature for suffix. * remove the trailing whitespace
-
Matthieu Aubry a rédigé
Login: No autocorrect and no autocapitalize on iOS
-
- mai 15, 2017
-
-
Thomas Steur a rédigé
-
Matthieu Aubry a rédigé
-
Lukas Winkler a rédigé
* update icon submodule * fix UI tests * fix system tests * fix another UI test * Fix system test
-
Thomas Steur a rédigé
* fix #11681 make sure plugins in config.ini.php are sorted depending on dependencies * added comment * add missing tests
-
Thomas Steur a rédigé
-
mattab a rédigé
Integration test: CorePluginsAdmin.WeCouldNotLoadThePluginAsItHasMissingDependencies must use numbered placeholders instead of multiple %s
-
- mai 14, 2017
-
-
Thomas Steur a rédigé
* fix a bug in the join generator * add another test case to make sure the outer table foreach still works when removing an item * throw exception if table cannot be joined automatically
-
- mai 12, 2017
-
-
Thomas Steur a rédigé
* Add possibility to ignore "no data recorded" screen for one hour * update screens * update wording
-
Thomas Steur a rédigé
* Add more plugin links * added missing templates * consistent font size * UI tests show the new messages
-
Thomas Steur a rédigé
Deactivating a plugin in case of a missing dependency is a bit risky. If just once a dependency is missing it would be directly deactivated. For example during an update we may run into an issue where a plugin dependency might be missing just for a short time frame. There may be also other edge cases where this might be the case. It would be better to instead trigger a notification only. I would show this notification only to super users but we do not have anything loaded at this time. Any other ideas?
-