- mai 21, 2015
-
-
diosmosis a rédigé
Fix TrackerTest provideContainerConfig() method. Now that it is called during test case setup, check the const is defined before defining it. Otherwise, there will be an error regarding redefining the constant.
-
diosmosis a rédigé
Make sure custom container config defined in Fixtures w/ provideContainerConfig override is applied when creating the Environment. Also allow SystemTestCases and IntegrationTestCases to override container config from the test class, without creating a custom Fixture.
-
Benaka a rédigé
Adding EventDispatcher to DI, allow defining event handlers in DI so they can be defined before the container is created, make sure to recreate the test environment for integration tests in setUp().
-
diosmosis a rédigé
Remove EventManager::getPluginManager() method, it is no longer needed since the Plugin\Manager is provided through DI.
-
diosmosis a rédigé
For integration tests, recreate test environment in setUp(). This is required since the environment can be modified during tests, and these modifications must be removed after (eg, event observers can be registered). Since Plugin\Manager is in DI, we must also reload plugins. Integration/Plugin/ManagerTest.php was modified; order of plugins changed because Fixture::loadPlugins() will use TestingEnvironment to gather plugins, which sorts plugins by name.
-
diosmosis a rédigé
Define observer in proxy piwik.php through TestingEnvironment, instead of calling Piwik::addAction, since the latter needs the DI container (which is not setup yet).
-
diosmosis a rédigé
Use observers.global DI config in TestingEnvironment to define event observers, since the container is not created at this point.
-
diosmosis a rédigé
Allow event observers to be defined before the container is created via the observers.global DI config entry.
-
diosmosis a rédigé
Move EventDispatcher service to DI and remove EventDispatcher::clearAllObservers method. This method is only used to 'reset' the EventDispatcher, and is no longer necessary thanks to DI.
-
Matthieu Napoli a rédigé
Used `col-sm-` columns instead of `col-md` (so that on tables the columns are not collapsed). I didn't use `col-xs-` because that would really make Piwik unusable on smartphones…
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
Removed inconsistencies of widget styling
-
- mai 20, 2015
-
-
Stefan Giehl a rédigé
with success -> successfully
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
New design for the installation
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Napoli a rédigé
-
Matthieu Aubry a rédigé
Redesign of the marketplace
-
- mai 19, 2015
-
-
Matthieu Aubry a rédigé
Fix incorrect screen resolution detection for devices with device pixel ratio > 1
-
sgiehl a rédigé
-
sgiehl a rédigé
-
Matthieu Aubry a rédigé
Fix for #7815
-
Matthieu Napoli a rédigé
I cleaned up a lot of CSS rules and HTML, added new CSS components (from Bootstrap mostly) plus merged the "browsePlugins" and "browseThemes" views into one Added the jquery.dotdotdot library
-
Stefan Giehl a rédigé
Require TCPDF using composer
-
Matthieu Napoli a rédigé
-
Dan Dascalescu a rédigé
-
- mai 18, 2015
-
-
Thomas Steur a rédigé
Fixes #7899, do not display the visitor profile to anonymous users...
-
Stefan Giehl a rédigé
[automatic translation update] Updated 104 strings in 43 languages (bn, sv, ru, bs, ca, cs, cy, el, et, eu, fa, fi, fr, gl, he, hi, hr, hu, id, is, it, ja, ka, ko, lt, lv, nb, nl, nn, pl, pt, ro, sk, sl, sq, sr, ta, te, th, tl, tr, uk, vi)
-
sgiehl a rédigé
-
diosmosis a rédigé
Do not display the visitor profile to anonymous users since it requires using a segment that cannot be used by the anonymous user.
-
- mai 15, 2015