Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Piwik 3.0.4-b3 #11679

Merged
merged 37 commits into from May 9, 2017
Merged

Release Piwik 3.0.4-b3 #11679

merged 37 commits into from May 9, 2017

Conversation

mattab
Copy link
Member

@mattab mattab commented May 9, 2017

Please issue pull request against the 3.x-dev branch only.

Piwik 2 is in LTS mode. This means we do not accept any pull request for 2.x except critical security bugs and major data loss bugs.

If you need to create a pull request for 2.x, then please also create the pull request against the 3.x-dev so we can merge both.

Happy hacking!

mattab and others added 30 commits December 26, 2016 12:06
Allow Geoip to auto-update geolocation databases ending with 'mmdb.gz'
Add possibility to retrive the number of tracked pageviews in JS tracker
Added new tracker method to detect if cookies are enabled
Exposing more cookie methods in tracker
* move old brand icons to piwik icons

* update submodule

* fix some tests

* update submodule

* fix another test

* Updates screenshots

* update UI test screenshots

* update system test files
* Add LoginLdap plugin as submodule

* Adding LoginLdap submodule

* Fixed some tests

* submodule update

* Disable LoginLdap plugin by default in tests

* update submodule

* submodule update

* update screenshots

* update submodule
#11629)

* Improve message in plugin admin if a plugin is not found in filesystem

* use plugin manager method
* Add plugin upload link to plugin admin

* update screenshot

* Remove line break so the intro text is in one paragraph

* move duplicate js into new angular directive

* UI test
mattab and others added 7 commits May 8, 2017 19:56
* Use typeof(console) to prevent IE 7 error

When using directly console !== undefined, older IE versions
throw an error as they're actually tring to access an undefined
value. Use globally supported typeof(console) !== 'undefined'.

Changed typeof(<var>) to typeof <var> as it's not a function

Thanks @sgiehl

* Change other occurences of console !== undefined

* JSLint: Remove console available global as it is not in IE7 and other older browsers

* Minified piwik.js

* JSlint validation

* Minified files after merging 3.x-dev

* Fix regression
#11644)

* prevent removing page content when opening rowaction in widgetize mode

* adds test to show rowevolution in widgetized dashboard

* init only in widgetize mode

* fix ui test

* fix ui test
* Automatically load required plugins during test

When a plugin requires another plugin in `plugin.json`, this will make sure to load the required plugin as well (if it exists in filesystem) when running the tests.

* Load plugin json manually without metadata loader as container is not created yet

* only load plugin.json if it exists
* Use SSL to fetch SEO stats metrics

Fixes WARNING: Error while getting SEO stats (domain age): curl_exec: Connection timed out after 10001 milliseconds.

Reported in https://forum.piwik.org/t/piwik-3-0-1-warning-error-while-getting-seo-stats-domain-age/23136

* Fallback https -> http in SEO metrics
@mattab mattab added this to the 3.0.4 milestone May 9, 2017
@mattab mattab merged commit 41e37ae into master May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants