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
2018-01-11update test filessgiehl
2018-01-11update UI filessgiehl
2018-01-11update translation commandssgiehl
2018-01-11Force logo to reload for Matomomattab
2018-01-11Change widget name from Piwik to Matomo (#12422)Thomas Steur
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
2018-01-11Email server settings: disable fields auto completion (#12404)Matthieu Aubry
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2018-01-10language update (#12419)Stefan Giehl
2018-01-10new repo urlsgiehl
2018-01-10Update default DB table prefix (#12416)Thomas Steur
* Update default DB table prefix * fix ui tests
2018-01-10Consider matomo-org as official github owner (#12414)Thomas Steur
* Consider matomo-org as official github owner * Show logo also for matomo-org * update anonymous submodule
2018-01-10Piwik is now Matomo (#12410)Thomas Steur
* Piwik is now Matomo * make sure logo is not shown too high * fix some tests * fix logo height * fix some ui tests * update ui tests
2018-01-07Adds segment for device model (#12298)Stefan Giehl
* Adds segment for device model and segmented visitor log link to device model report * update tests * submodule update
2018-01-05UI test improvements (#12405)Stefan Giehl
* reactivate test * update UI files * reactivate skipped dashboard tests * run ui tests on trusty dist * update ui files * take screenshot from relevant part only * do not retry tests, as retries would have other results
2018-01-03Prevent possible error languageTranslateWithCode is not defined (#12398)Thomas Steur
Prevents possible error: `Call to undefined function Piwik\\Plugins\\UserLanguage\\languageTranslateWithCode()`
2018-01-03Prevent fatal error message when accessing visitor log without access (#12393)Thomas Steur
2017-12-29update piwik-icons submodule (#12389)Lukas Winkler
* update piwik-icons submodule * update UI test images * update Live UI tests * update UI tests * fix remaining UI tesfix remaining UI testt
2017-12-21remove leftover Referrer-Icons (#12379)Lukas Winkler
2017-12-20Hide duplicate actions in visitor log by default (#12160)Stefan Giehl
* Hide duplicate action in visitor log by default and extend them on click * update screenshots * adds ui test for expanded actions * use same behaviour for log and profile * update ui files * fix js * update expected screenshot
2017-12-19submodule updatessgiehl
2017-12-18submodule updatessgiehl
2017-12-18Extends TestRunner options for Travis trusty distribution selection (#12295)Marc Neudert
* Update generate:travis-yml sudo-false description * Add new "--dist-trusty" travis-yml option to TestRunner
2017-12-15Fixes memory leak in piwikApiService. (#12249)John Vilk
Fixes #12105.
2017-12-15Adds segmented visitor log for provider report (#12299)Stefan Giehl
2017-12-15in the console command diagnostics:run, display a success message when all ↵Matthieu Aubry
checks are green (#12342)
2017-12-08When general settings admin is disabled, do not show archive settingsThomas Steur
The currently shown settings are wrong anyway (eg it always says YES browser archiving is enabled and shows how often it is archived but both values may be very wrong). Also it is not needed to show this information when the admin is disabled.
2017-12-05Fixed broken docs link (#12332)Mitchell Grice
2017-12-04Moved UI tests from core to custom alerts plugin (#12330)Stefan Giehl
* Moved UI tests from core to custom alerts plugin * submodule update
2017-12-04Updates device detector to 3.9.1 (#12329)Stefan Giehl
* updates device detector to 3.9.1 * update test file * update submodule
2017-12-04language updatesgiehl
2017-12-04submodule updatesgiehl
2017-12-04Do not print Piwik when a custom logo is used (#12325)Thomas Steur
2017-12-04Do not allow piwik global frontend date properties to have value of ↵Benaka
previous7/last7, since the frontend does not expect those values. (#12324)
2017-12-03Several fixes/improvements to angular period selector (#12319)Benaka
* If a period is filtered out, the result of the periods array becomes an object which breaks the period selector which expects an array. * Use $onInit instead of directive constructor. Seems angular.js silences errors when this is done. * Parse previousN/lastN dates correctly in angular periods service. * Parse periods using piwikPeriods client side, since we cannot assume a date range. Also if an invalid is used for period/date, display ERROR in the period selector. * Angular will swallow errors from datepicker.parseDate, so add a console.log for developer sanity + make sure period selector has consistent state even when period/date values are invalid (& result in failed date parsing). * Update misc/log-analytics submodule to latest.
2017-12-01update submoduleStefan Giehl
2017-12-01New "Event URL" segment `eventUrl` to segment on any Segment URL (#12236)Matthieu Aubry
* New "Event URL" segment `eventUrl` to segment on any Segment URL Useful for many use cases for example: * Creating Custom Reports such as "Top page URLs by Event action" * Segmenting by Event URL and view events triggered on a specific Page URL * Fixes #11131 Action URL segment could filter both Page URLs OR Event URLs (as advertised originally in the 2.16.0 changelog but it wasn't actually fully working yet) * fix typo no capital letter * remove column type to prevent new column being created in the log_link_visit_action table * set correct action type for segment eventUrl * modify test * eventUrl needs action data * fix suggested values for eventUrl * update test files * event url is stored without protocol * update test file
2017-12-01In log importer, allow filtering logs by host & datetime (new submodule ↵Benaka
commit + tests). (#12267) * In log importer, allow filtering logs by host & datetime (new submodule commit + tests). * Add tests for replay tracking filtering & check that filtered line is in output. * More log filtering tests for log replay.
2017-12-01Add possibility to restrict piwik access by ip (#12242)Thomas Steur
* add possibility to restrict piwik login by ip * better whitelist implementation * move classes to corehome * better error message * better config * make sure ips can be overwritten via DI * fix ui tests
2017-11-30Show shortcut help screen when pressing `?` (#12283)Stefan Giehl
* Adds help screen for shortcuts * Dynamically create shortcut summary by using new js method piwikHelper.registerShortcut * Update CHANGELOG.md
2017-11-30Show message if visitor log shows no data because the data was purged (#12294)Thomas Steur
2017-11-30Update check needs to sent activated stateThomas Steur
2017-11-27Added events for adding and filtering profile summariesThomas Steur
2017-11-26improvement for visitor log on small devicessgiehl
2017-11-24Use consistent HTML email body for all scheduled reports (HTML, PDF & CSV) ↵Benaka
(#12233) * Extract mail configuring parts of sendReport method & write tests for them. * Use twig in AttachedFileReportEmailGenerator. * Extract header/footer of html scheduled report email into re-usable View subclasses & use for PDF/CSV emails. * Fixing test failures. * Integrationt est
2017-11-23issue #12175 (#12220)Fabian Dellwing
this should fix uneven styling of widgets. could not monitor any unwanted differences, but it is possible.
2017-11-22Revert "Use composer version of GeoIP library (#12021)"sgiehl
This reverts commit 23249e9eec85350e7464eac3ec90450b2614e3c7.
2017-11-21submodule updatesgiehl
2017-11-21let plugins decide whether to embed widgetized iframe empty or not (#12292)Thomas Steur
2017-11-20Fixes CSS position to solve overlay problems (#12023)Stefan Giehl