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-16language updatesgiehl
2016-10-09Merge pull request #10713 from lipis/GitHubThomas Steur
Fixed GitHub case
2016-10-07language updatesgiehl
2016-10-07fixes typoStefan Giehl
2016-10-07Fixed GitHub casePanayiotis Lipiridis
2016-10-06Retry ui tests + some random UI test fix (hide changing blog post and date) ↵Matthieu Aubry
(#10698)
2016-10-06Make sure safemode is shown in case of fatal error while rendering <head> ↵Thomas Steur
(#10696) Eg if AnonymousPiwikUserManagement triggers an error while <head> is being rendered, the safemode page was not visible. We omit all previously rendered content to make sure the safemode page will be always visible. Otherwise we end up something like this: ```html <html> <head>... <html><head></head><body></body></html> </head> ```
2016-10-06Hide RSS title and date which changes when we release new changelogsmattab
2016-10-06Update submodule AnonymousPiwikUsageMeasurementmattab
2016-10-06UI tests tweaking, balance jobs between builds, add some wait, display error ↵Matthieu Aubry
in case the widget metadata sync request fails (#10694) * Balance the UI tests job, second half currently 8 min longer * Update app.js * Display error in UI when the Ajax request for widget metadata fails * Add some wait for the often failing UI test
2016-10-06Enable "send plugin update emails" by default (#10691)Thomas Steur
2016-10-05UI testsmattab
2016-10-05Make a difference fund Piwik 3.0sgiehl
2016-10-05Merge pull request #10690 from piwik/translationupdatesStefan Giehl
[automatic translation update] Updated 1111 strings in 50 languages (it, sq, tr, ar, bg, ca, cs, da, de, el, es, et, fi, fr, hi, ja, nb, nl, pl, pt-br, ru, sk, sl, sr, sv, ta, uk, vi, zh-cn, bs, fa, he, hu, id, ko, pt, ro, th, tl, zh-tw, lt, be, is, ka, am, eu, gl, nn, lv, te)
2016-10-05language updatesgiehl
2016-10-05use 3.x-dev branch as base/target branch for translation updatessgiehl
2016-10-05Merge branch '3.x-dev' into apiimprovementsThomas Steur
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-09-30simplifyThomas Steur
2016-09-30make sure widgets in admin are positioned correctlyThomas Steur
2016-09-30fix some testsThomas Steur
2016-09-30bugfixes and no special treatments for graphs and sparklines anymoreThomas Steur
2016-09-30lots of improvementsThomas Steur
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