- déc. 12, 2016
-
-
Thomas Steur a rédigé
* allow custom types for any settings * fix ip * fix system tests
-
Thomas Steur a rédigé
Make sure to trigger Sites.getSites event when a new Site instance is created
-
Thomas Steur a rédigé
-
- déc. 11, 2016
-
-
Thomas Steur a rédigé
Background: In Piwik 2.13 we removed the `Site.setSite` event because it is slow. So in some cases it may not actually trigger a `Sites.setSites` event when a site is loaded. For example when doing `new Site()`. I think in this case we should still trigger that event if the site did not exist yet because we do not call it very often and not in a loop for all sites etc. This is useful since `new Site` is used eg in `Controller` and for such cases we should trigger this event.
-
- déc. 09, 2016
-
-
Thomas Steur a rédigé
This is because angular might cancel the url change or listen to it themselves and not reload the page entirely.
-
Thomas Steur a rédigé
Now that the type was changed to int, we no longer need that check
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
See Funnels plugin where the first part is a block quote
-
- déc. 07, 2016
-
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
UI tests for Piwik 3.x
-
- déc. 06, 2016
-
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
Thomas Steur a rédigé
* added new marketplace widget and fixed some urls * translate widget * fix system test * add some spacing
-
Matthieu Aubry a rédigé
* testing referrer website with both HTTP and HTTPS for https://github.com/piwik/piwik/issues/10857 * Add a system test reproducing #10857 Add a system test reproducing #10857 -> confirmed that Piwik will track referrers from the same HTTP and HTTPS page as different entries.
-
Matthieu Aubry a rédigé
the refresh is currently needed for several reasons as the Segmentation editor is not coded properly and does not just work without the page reload. Ideally we'll rewrite the Segment Editor in AngularJS later so this reload will not be needed. fixes https://github.com/piwik/piwik/issues/10626 Reverting https://github.com/piwik/piwik/commit/5daf6c2388693746f2a47a9e6c31276d0b423a4f part of https://github.com/piwik/piwik/commit/0c9c30b731ccbacf47e154b9f7a590af49e3d799
-
Matthieu Aubry a rédigé
Hide full token_auth until it was clicked
-
- déc. 05, 2016
-
-
sgiehl a rédigé
-
Stefan Giehl a rédigé
* always unescape escaped % symbols in translations * adds new tests to proove %-symbols are escaped in english translations * submodule update
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
Trigger JS tracker update when checking for updates
-
Matthieu Aubry a rédigé
Update Bundle of CA Root Certificates for SSL connections
-
Matthieu Aubry a rédigé
Don't change json2 format for Piwik 3 (revert #10928)
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
Port #10852 to Piwik 3
-
mattab a rédigé
Reverts https://github.com/piwik/piwik/pull/10928/files Refs https://github.com/piwik/piwik/issues/8566
-
Matthieu Aubry a rédigé
Add new icon to font
-
- déc. 04, 2016
-
-
Nathan Sollenberger a rédigé
* Better text + https link * When activating the Awesome Search form, do not display 'No Results' until user types something in to form
-
Stefan Giehl a rédigé
-
- déc. 03, 2016
-
-
Thomas Steur a rédigé
Make LogAggregator::getWhereStatement public
-
Thomas Steur a rédigé
When using `generateQuery()` in to archive reports it will automatically bind parameters from `getGeneralQueryBindParams()`. This works only when also applying the matching where statement that is generated by `getWhereStatement()`. Therefore the method needs to be public, otherwise `generateQuery()` is not really useful and may invalidate many plugins over time.
-
Thomas Steur a rédigé
* Fix a bug where Piwik returns wrong rows by label * fix typo * added test
-
- déc. 02, 2016
-
-
Matthieu Aubry a rédigé
* fix a bug in query builder where tables are sorted randomly * added more complex example to show it better
-
mattab a rédigé
Call createFilesForSecurity() manually in the update (doing this on cache delete affects IO performance too much in development mode)
-
Thomas Steur a rédigé
This is related to https://forum.piwik.org/t/license-missing-of-a-free-glp-plugin/21674 Some users see a license warning for a free GPL plugin. I have spent hours trying to understand how this could possibly happen over the last weeks but not sure how it happens. It must be some kind of caching issue with a certain PHP version or something. This change might not fix the actual issue but is a good check to have on top to check for invalid licenses only if it is not a free plugin.
-
Thomas Steur a rédigé
-
- déc. 01, 2016
-
-
Matthieu Aubry a rédigé
* Apply ReplaceSummaryRowLabel filter when flattening * Also apply filter in parent table * Clarify that the filter is recursive
-