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-07-21Add require_once to prevent build failuremattab
2016-07-212.16.2-b52.16.2-b5mattab
2016-07-21Refs #10331 #10283mattab
2016-07-212.16.2-b42.16.2-b4mattab
2016-07-21Update submodules to latest - refs ↵Matthieu Aubry
https://github.com/piwik/piwik/issues/10058 (#10335)
2016-07-21When Piwik config file becomes un-readable, make it clear that the file ↵Matthieu Aubry
still exists but is not readable (#10331) * * In messages, make it more clear whether config file exists and/or is (not) readable * When the config file exists but is not readable, provide users the choice between making the file readable, or starting a fresh install * As long as Piwik is not installed, piwik.php should not return 500 when config file is not readable * Fixes #10283 * UI tests: updated message when config file is not found
2016-07-21Fetch latest referrer spam blacklist refs #10058mattab
2016-07-21Update composer libraries, while enforcing the minimum php in composer.json ↵Matthieu Aubry
(#10334) * Enforce the Minimum PHP version in composer.json using "platform" feature Added in https://github.com/composer/composer/commit/a57c51e8d78156612e49dec1c54d3184f260f144 It was found that this flag is very important to use to make sure the package we build and release will be compatible with this PHP version. Otherwise, the minimum PHP version enforced would be the version where our build script runs, which could be PHP 5.5 or PHP 7 which would have caused serious issues. * Update doctrine/cache, monolog,piwik/network, piwik/cache, piwik/php-tracker etc. https://github.com/piwik/piwik/issues/10058 * Release checklist to check that composer.json is correctly defined * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/30d7b16940058a3dcea37dd7e7ed7241090bf57a * .travis.yml file is out of date, auto-updating .travis.yml file. * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/63445cf4a53e6e115a31ecacd79327dc5bfb2494 * .travis.yml file is out of date, auto-updating .travis.yml file.
2016-07-20pass instance of both row objects to aggregate callback when aggregating ↵Thomas Steur
them (#10330)
2016-07-20fixes #10310 - use indexOf polyfill function to avoid errors in older IEs ↵Stefan Giehl
(#10327)
2016-07-20Update submodulesmattab
2016-07-20Php7 compatibility, Pear archive_tar package ↵mattab
https://github.com/piwik/piwik/issues/10058
2016-07-20submodule updatessgiehl
2016-07-19submodule updatesgiehl
2016-07-19Remove commentmattab
2016-07-19Update integration tests for #10276mattab
2016-07-19Submodules including https://github.com/piwik/travis-scripts/pull/28 ↵mattab
https://github.com/piwik/piwik/issues/10323
2016-07-19Segment editor, updating segments, logic when to display messages (#10322)Matthieu Aubry
* Display the right message when segment is set to real time * Correct logic * UI tests: minor messaging change
2016-07-18Merge pull request #10328 from piwik/translationupdatesStefan Giehl
[automatic translation update] Updated 54 strings in 7 languages (nl, es, he, pt-br, cs, el, uk)
2016-07-18language updatesgiehl
2016-07-18Update piwik/network component to 0.2.0 release for IPv6 ranges support ↵Matthieu Aubry
https://github.com/piwik/piwik/issues/9411 (#10324)
2016-07-18Fixes #10276mattab
2016-07-18added app manifest (#10321)Thomas Steur
2016-07-18UI tests: Log tables purgemattab
2016-07-17Use log tables to decide which tables can be purged (#10304)Thomas Steur
* use log tables to decide which tables can be purged * make sure to return the number of deleted visits * fix tests
2016-07-17submodule updatessgiehl
2016-07-17updates phpunit dependency / submodule updatessgiehl
2016-07-17Added API method to get a single goal (#10305)Thomas Steur
* added method to get a goal * always fetch goal directly to not having to iterate over all goals * added new changelog entry for devs
2016-07-16submodule updatessgiehl
2016-07-16Merge pull request #10199 from PiwikPRO/PCC-7Stefan Giehl
Adds confirmation when changing segments definition
2016-07-15Fixes #10105 - copied from #10271 by @Kijewski (#10306)Matthieu Aubry
2016-07-15Fix for IE9: wait for window.onloadmattab
2016-07-15Fix issue IEmattab
2016-07-15Fix the JS tests on Chromemattab
2016-07-15iframe waits for document readymattab
2016-07-15Fix JS error when running tests in edge browsermattab
2016-07-15Load the JS file in the test where it is used, to prevent errors running ↵mattab
tests on IE8 jslint not working on IE8 it seems
2016-07-15piwik.js: Prepend a slash to all paths such as when users don't specify ↵Matthieu Aubry
leading slash for URL path (#10302)
2016-07-15Searching recursively in sub-tables should work as expected (#10303)Matthieu Aubry
* When a datatable is manipulated in memory, the correct id subtable is stored in metadata and must be fetched from there.
2016-07-15Add a test for isInsideAnIFrame method in piwik.js (#10300)Matthieu Aubry
#10271 #10105
2016-07-15add option to hide segment definition change confirmsgiehl
2016-07-15use better message depending of the availability of archiving triggered by ↵sgiehl
browser
2016-07-14Refs https://github.com/piwik/piwik/issues/10115mattab
2016-07-14Fix typomattab
2016-07-14Fixes https://github.com/piwik/piwik/issues/10117mattab
2016-07-142.16.2-b32.16.2-b3mattab
2016-07-14make sure we prefer forwarded proto header over regular header (#10081)Thomas Steur
2016-07-14Add link to multiple tracker docs in changelog. ↵mattab
https://github.com/piwik/piwik/issues/10174
2016-07-14Document new internal piwik.js change ↵mattab
https://github.com/piwik/piwik/pull/10051/files
2016-07-14Add current domain to list of domains automatically only if no path is set ↵Thomas Steur
(#10051) * Do not add current domain automatically if setDomains is called, might also fix a bug in IE11 * this might fix jslint test * added tests and fixed a bug * fix tests * Up to date piwik.js * Minor changes