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
AgeCommit message (Collapse)Author
2016-12-13Merge pull request #11000 from piwik/3.x-dev3.0.0-rc3Matthieu Aubry
Piwik 3.0.0-rc3 release
2016-12-13Show warning when paq.push is not initialized correctly (#10889)Thomas Steur
2016-12-133.0.0-rc3Matthieu Aubry
2016-12-13Merge pull request #10997 from piwik/sitesmanager_idsiteattrMatthieu Aubry
Fix idsite html attribute is not set in SitesManager
2016-12-13Merge pull request #10999 from piwik/realtimewidget_datetestMatthieu Aubry
Hide date in real time widget so UI tests do not fail randomly
2016-12-13Fix idsite html attribute is not set in SitesManagerThomas Steur
2016-12-13Updates device detector to latest version (#10996)Stefan Giehl
* updates device detector to latest version * updates search engine definitions to latest version * updates test * submodule update
2016-12-13hide date in real time widget so tests do not fail randomlyThomas Steur
2016-12-12Merge pull request #10994 from piwik/3.x-dev3.0.0-rc2Matthieu Aubry
3.0.0-rc2 release
2016-12-123.0.0-rc2Matthieu Aubry
2016-12-12Fix flattener (#10987)Matthieu Aubry
Fix flattener regression
2016-12-12Fix website measurable type was defining settings and properties for all ↵Thomas Steur
types (#10991) * Fix website measurable type was defining settings and properties for all types The settings specified in website measurable type should not apply to any other type by default. * add possibility to extend website settings * fix comparison was wrong * fix comparison was wrong * trying to fix the tests * fix test * tweak code * add test to make sure validation works with any type * add possibility to update group via settings
2016-12-12UI tests: Marketplace changesmattab
2016-12-12Do not re-declare function refs https://github.com/piwik/piwik/issues/10880mattab
2016-12-12Show support tab in marketplace plugins directly on the right with the other ↵Thomas Steur
metadata (#10977)
2016-12-12Show Marketplace changelog as link instead of tab (#10978)Thomas Steur
* Show support tab in marketplace plugins directly on the right with the other metadata * remove changelog tab and show it as a link
2016-12-12fix system testsThomas Steur
2016-12-12Allow custom form types for user, system and measurable settings (#10992)Thomas Steur
* allow custom types for any settings * fix ip * fix system tests
2016-12-12Merge pull request #10990 from piwik/sites_construct_eventThomas Steur
Make sure to trigger Sites.getSites event when a new Site instance is created
2016-12-12expose some more settings methods (#10993)Thomas Steur
2016-12-11Make sure to trigger Sites.getSites event when a new Site instance is createdThomas Steur
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.
2016-12-09Fix propagateNewPage might not actually load the page (#10979)Thomas Steur
This is because angular might cancel the url change or listen to it themselves and not reload the page entirely.
2016-12-09fix visit total time only recorded smallint (#10980)Thomas Steur
Now that the type was changed to int, we no longer need that check
2016-12-09fix marketplace might not search for plugins correctly (#10986)Thomas Steur
2016-12-09Fix block quotes are not shown correctly in plugin details (#10988)Thomas Steur
See Funnels plugin where the first part is a block quote
2016-12-08Display tooltip introducing Funnels in the goal editor (#10981)Matthieu Aubry
2016-12-07Merge pull request #10976 from piwik/uitestsbMatthieu Aubry
UI tests for Piwik 3.x
2016-12-06UI tests Piwik 3.xmattab
2016-12-06Minor wording changemattab
2016-12-06Merge pull request #10974 from piwik/3.x-dev3.0.0-rc1Matthieu Aubry
Release Piwik 3.0.0-rc1
2016-12-063.0.0-rc1mattab
2016-12-06Hide Piwik version in UI testsmattab
2016-12-06Add new marketplace widget and fixed some urls (#10967)Thomas Steur
* added new marketplace widget and fixed some urls * translate widget * fix system test * add some spacing
2016-12-06Add a system test reproducing #10857 (#10970)Matthieu Aubry
* 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.
2016-12-06After Updating/Deleting/Adding a segment, force a refresh of the dashboard ↵Matthieu Aubry
(#10969) 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
2016-12-06Merge pull request #10966 from piwik/hiddentokenauthMatthieu Aubry
Hide full token_auth until it was clicked
2016-12-05show token_auth only on clicksgiehl
2016-12-05always unescape escaped % symbols in translations (#10917)Stefan Giehl
* always unescape escaped % symbols in translations * adds new tests to proove %-symbols are escaped in english translations * submodule update
2016-12-05Merge pull request #10965 from piwik/3.x-dev3.0.0-b5Matthieu Aubry
Release Piwik 3.0.0-beta5
2016-12-053.0.0-b5Matthieu Aubry
2016-12-05Updating expected screenshots (#10962)Matthieu Aubry
2016-12-05Merge pull request #10960 from piwik/port_10852Matthieu Aubry
Trigger JS tracker update when checking for updates
2016-12-05Merge pull request #10961 from piwik/cacertMatthieu Aubry
Update Bundle of CA Root Certificates for SSL connections
2016-12-05Merge pull request #10959 from piwik/revert_json2Matthieu Aubry
Don't change json2 format for Piwik 3 (revert #10928)
2016-12-05Minor changesmattab
2016-12-05Update Bundle of CA Root Certificates for SSL connectionsmattab
2016-12-05Trigger JS tracker update when checking for updatesmattab
Port #10852 to Piwik 3
2016-12-05Don't change json2 format for Piwik 3mattab
Reverts https://github.com/piwik/piwik/pull/10928/files Refs https://github.com/piwik/piwik/issues/8566
2016-12-05Merge pull request #10946 from piwik/font-updateMatthieu Aubry
Add new icon to font
2016-12-04Awesome search - Do not display "No Results" until user has typed something ↵Nathan Sollenberger
(#10955) * Better text + https link * When activating the Awesome Search form, do not display 'No Results' until user types something in to form