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-10-05language updatesgiehl
2016-10-05use 3.x-dev branch as base/target branch for translation updatessgiehl
2016-10-05Don't force enable low population when using all columns table (#10653)Thomas Steur
2016-10-05 Add new UI test for scheduled reports editor (#10676)Matthieu Aubry
2016-10-04Fix order of CSS selectors to hide message on UI testMatthieu Aubry
2016-10-04Disable the warning about file integrity when in development mode (#10669)Matthieu Aubry
2016-10-04Hide Real time map text message in UI testMatthieu Aubry
2016-10-04Merge pull request #10648 from piwik/3.0-m09Thomas Steur
Merge 2.x => 3.x-dev
2016-10-04Revert "Buttons should display whole text when text is more than one line" ↵Matthieu Aubry
(#10662)
2016-10-04Button should display whole text when text is long (#10657)Matthieu Aubry
2016-10-04Fix the JS error without breaking existing logicmattab
2016-10-04move timezone offest calculation to date classsgiehl
2016-10-04use internal Date class to calculate timezone differencesgiehl
Conflicts: plugins/ScheduledReports/javascripts/pdf.js plugins/ScheduledReports/templates/_addReport.twig
2016-10-03Show description as part of the datatable (#10649)Stefan Giehl
* fixes #10613 - show description as part of the datatable
2016-10-03On mobile, in website selector, display the arrow to the right (#10646)Thomas Steur
Check if this fixes the issue. If not I'd likely move it out of 3.0
2016-10-03show all websites full width on mobile (#10647)Thomas Steur
2016-10-03Visitor IP Segment is defined twice (#10621)Thomas Steur
2016-10-03Translate Tibet in the mapmattab
2016-10-03Updated Piwik 3 icons (#10589)Thomas Steur
* updated our font pack, use some material design icons * fix sign in icon, better help icon * fix ui tests * fix more screenshot tests * add legal notice and readme * fix remaining tests
2016-10-03better positioning of country controls (#10627)Thomas Steur
2016-10-03fixes displayed month name in period selector (#10636)Stefan Giehl
2016-10-02Merge pull request #10620 from piwik/10607Matthieu Aubry
when clicking related report, it loads the widget recursively (Resolu…
2016-10-02Merge pull request #10622 from piwik/10601Matthieu Aubry
Creating segments with weird characters sometimes doesn't work
2016-10-02Merge pull request #10579 from piwik/delete_uid_only_when_foundMatthieu Aubry
Delete third party UID cookie only when it was found in the cookie jar
2016-10-01Point LogViewer to the 3.x-dev branchmattab
2016-10-01Creating segments with weird characters sometimes doesn't workThomas Steur
fixes #10601
2016-10-01fix typoThomas Steur
2016-10-01when clicking related report, it loads the widget recursively (Resolution / ↵Thomas Steur
Operating system report / Browsers) must have gone lost in a merge or so
2016-10-01Track a unique id for each pageview (#10499)Thomas Steur
* track a unique id for each pageview * fix tests * reduce idpageview to 6 bytes * added changelog entry
2016-10-01Make goal title in report clickable (#10571)Thomas Steur
* fixes #10554 make goal title clickable * explain why we overwrite a report headline * link to goal detail page
2016-10-01Clicking on the website selector, should put the focus in the search box ↵Thomas Steur
(#10588) fixes #10577
2016-09-30fix typo across codebase: Let's -> letsmattab
2016-09-30Move margin 1pixel so there is no double marginmattab
2016-09-30Remove the "Segment editor was crowdfunded" link on hover, to keep things ↵Matthieu Aubry
simpler (#10599)
2016-09-30Merge branch '3.x-dev' into 3.0-m09Thomas Steur
2016-09-30remove duplicated segments againThomas Steur
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-10-03Hide the new notification PHPVersionTooOldForNewestPiwikCheck in UI testsmattab
2016-10-02Display warning in console command when the DB upgrade is majormattab
2016-10-01Show a better selection of data, in the default dashboard layout (#10598)Matthieu Aubry
2016-09-30Minor tweaks to default dashboard to surface better infomattab
2016-09-29Make sure to load Piwik JS tracker synchronously when requested to be loaded ↵Thomas Steur
sync (#10557) * make sure to properly load the tracker sync when requested * added tests and fixed some
2016-09-29When opening the visitor profile, do not apply the segment (#10533)Thomas Steur
* When opening the visitor profile, do not apply the segment * added ui test for profile but does work for me * next try to make ui test work * add expected screenshot * added missing doc
2016-09-29When updating the config file failed (or when any other file is not ↵Matthieu Aubry
writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update (#10423) * When updating the config file failed (or when any other file is not writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update * add integration test to check the correct exception is thrown when config not writabel * New integration test for updater * Make test better
2016-09-29remove extra two parameters in VisitExcluded constructor to prevent ↵Matthieu Aubry
confusion (#10593)
2016-09-29Automatically update all marketplace plugins when updating Piwik (#10527)Thomas Steur
* update plugins and piwik at the same time * make sure plugins are updated with piwik * use only one try/catch * reload plugin information once it has been installed * make sure to clear caches after an update * fix ui tests * make sure to use correct php version without any extras
2016-09-28console command custom-piwik-js:update should work when directory is ↵Matthieu Aubry
writable and file does not exist yet (#10576) * followup #10449 * Fix test (cherry picked from commit fac3d63) * Prevent chmod(): No such file or directory
2016-09-27language updatesgiehl
2016-09-27Issue translation updates against 2.x-devsgiehl
2016-09-27Delete UID cookie only when foundmattab