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
2019-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
* Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them
2019-05-10language update (#14441)Stefan Giehl
2019-04-23print objects as JSON (#14171)Lukas Winkler
2019-04-11Link to user guide in "Last successful Archiving Completion" diagnostic (#14284)simivar
* Link to user guide in "Last successful Archiving Completion" diagnostic (#14224) * Revert changes from language files other except English (handled by transifex)
2019-04-03spellcheck en.json files (#14135)Lukas Winkler
* spellcheck en.json files * fix WidgetsListTest * additional fixes * simplify sentence * Fixing tests.
2019-03-17language update (#14214)Stefan Giehl
2019-03-14Do not run cron archiving last run check if matomo is not installed. (#14202)diosmosis
2019-03-13Couple assorted changes (#13935)diosmosis
* Allow annotations API to accept multiple periods, so evolution graphs that use multiple periods work. * Remove warning when rows_to_display viewdatatable config property is left at its default value. * Allow individual cells in an html visualization to be styled (if the visualization is extended). * Remove unneeded TODO. * In series picker encode picked rows in case the labels have commas. * Must decode the rows value as well (as it is not handled by API, must be done in plugin). * Allow joins to specified through LogAggregator::queryConversionsByDimension(). * Add safety check to _idts processing: if visitor is unknown, ignore _idts value, since it is their first visit. * In the tracker when searching by visitor ID, search through entire log_visit table instead of just in the last 30 mins. * When tracking visitor days since first, do not round since this can result in inaccurate data when rounding up. Which can cause trouble when finding the start visit for a log. * Allow HtmlTable descendants to add any html attributes to cells. * Allow derived Visualizations to add custom parameters to API requests via a new RequestConfig method. * Tweak to TODO. * Add test for annotations API change & get to pass. * Apply more review feedback * Update INI config docs for window_look_back_for_visitor. * Only copy visitor properties if action is part of an existing visit. * Some more properties that should be copied over from known visitor even if new visit. * Fixing some tests. * update test * Fix CustomEventsTest test failures. * Fixing more tests. * update rest of tests * Fixing tests. * Update some test files. * Fix log statements. * To better handle out of order actions, add part of last_action_time check to visitor ID search. * Update tests. * Updating expected screenshots. * Fix ArchiveCronTest. * Throw exception if idorder not unique. * Only throw exception if idorder specified. * Fixing a couple tests. * Fix another test.
2019-03-13Add diagnostic to check last time archiving was run successfully and … ↵diosmosis
(#13972) * Add diagnostic to check last time archiving was run successfully and display notification if empty report and archiving has not been run recently. * Move cron archiving diagnostics next to each other. * Add new test for archiving not done in time check. * Remove TODO comment.
2019-03-11Fix some tests (#14179)Stefan Giehl
* update exptected system test files * update ui files * updates integration test * restore widget order in UI tests * updates submodule * updates ui files
2019-03-09language update (#14170)Stefan Giehl
2019-02-25language update (#14134)Stefan Giehl
2019-01-27language update (#14030)Stefan Giehl
2018-12-17language update (#13871)Stefan Giehl
2018-12-03Fix build and make join table sort stable by using DFS (#13634)diosmosis
* Try to fix php 7 tests. * Make join table sort stable. * Fix a test and try to debug php 7 build. * Try to fix two other tests. * Another build fix attempt. * try another attempt at a stable sort * debug travis build. * debug travis build. * debug travis build. * debug travis build. * anything? * See if using a DFS fixes the test. * Fix some tests and restore old travis.yml. * Handle string tables with implicit dependencies in join DFS. * Fix more tests. * Fix test that fails on mysqli. * Use is_numeric instead of regex. * Better original format Site fix. * Remove TODO and add Note. * Cannot use is_numeric. * Clean table sorting code. * remove unneeded file * Fix test and only convert site properties based on property list. * Fixing some more tests.
2018-12-03fix some integration tests (#13791)Thomas Steur
2018-12-03Fix language translation integration test re 2 %s (#13790)Thomas Steur
2018-11-26Add max_allowed_packet diagnostic check (#13497)Thomas Steur
* Add max_allowed_packet diagnostic check * Update DbMaxPacket.php
2018-11-24Fix two issues causing new/returning visitor conversion rate to not appear ↵diosmosis
(#13728) * Fix two issues causing new/returning visitor conversion rate to not appear: when getting archive IDs must not ignore idarchives w/ different done flags, and aggregate dependent plugins for aggregate periods too. * Getting tests to run. * fix another test
2018-09-11Couple changes to aid debugging (#13269)diosmosis
* Add ability to print arguments in fatal error trace. * Add sum of blob content to analyze archive tables command. * Fixing tests. * Fixing tests. * fixing test * json_encode instead of strval * fix test
2018-08-07New system check diagnostic for max_execution_time (#11050) (#12576)simivar
* New system check diagnostic for max_execution_time (#11050) * PhpSettingsCheck: getRequiredSettings() returns array instead building it in property * Rename PhpSettingsCheckService to RequiredPhpSetting and swap || with OR in string * PhpSettingsCheck: method to set whether setting should raise an error or warning
2018-07-31language update (#13236)Stefan Giehl
2018-07-30Adds special handling for SSL check during install (#13218)Stefan Giehl
* Adds special handling for SSL check during install * update screenshot
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
* Replace proxy redirect with rel=noreferrer * Add noopener * Restore action=redirect for non-Matomo links * Wrap referring URLs * NO target on download link * Fix Github links * Fix whitespace * Fix tests * Revert change * Revert changes * Fix tests * Add noreferrer shim for MSIE 10 * Remove all action=redirect links * Restore noreferrer * Restore test * Fix one more occurrence * Update changelog * Combine if's * Fix changelog wording * Fix stray whitespace
2018-07-25Make CORS domains configurable in UI (#13174)Stefan Giehl
* Make CORS domain configureable in UI * Move trusted host settings to SystemSettings class * Use unique id for pluginSettings * Improve styling * Improve help text * improve code & naming * Implements new UI field array type * review adjustments * reorganize form demo * update UI files * update system test files * Improve handling of Config Settings
2018-07-25language update (#13209)Stefan Giehl
2018-07-24Adds system check for forced SSL connection (#13193)Stefan Giehl
* Adds system check for forced SSL connection * review adjustments * update screenshots * update screenshot
2018-07-24Implements "Social network" as a new referrer type (#12993)Stefan Giehl
* Implements new referrer type for social networks * removes footer message from social report * Show social network referrers in Transitions * update / improve tests * Improves API code * use transient cache instead of static properties * remove debugging statement * updates changelog * cs * Update expected test files. * Update expected screenshots
2018-07-19Add ability for Archivers to initiate archiving for other plugins & use in ↵diosmosis
Goals (#13105) * Add required segments for Goals.get to known segments to archive list. * Add test to ArchiveCronTest. * Allow archiving dependent archives in Goals Archiver. * Clean up last commit & use Segment::combine in more places. * skip dependent processing if same plugin/segment * Move ArchiveCronTest to CoreConsole plugin since it is rather long running. * Fixing tests. * Remove use statements. * Fix tests dependent on archive tables. * check w/ urlencoded/decoded segment/condition in Segment::combine(). * Another test fix * final test fix
2018-04-30language update (#12793)Stefan Giehl
2018-04-02Mysql SSL connection support from pull request #8049 (#10866)Geoff Waggott
* Mysql SSL connection support from pull request #8049 * updated minified js * Add ssl_no_verify config option for skipping certificate verification (works only on some PHP setups). * Remove TODO comment from DbOverSSLCheck diagnostic, will create issue. * Skip test if SSL is not enabled * Undo changes to piwik.js for tests. * Tweak to DbSSLTest.
2018-03-30Moves various UI tests to their plugins (#12649)Stefan Giehl
* move Overlay UI tests to Overlay plugin * remove UI files that has been moved * move Login UI tests to Login plugin * check for element instead of comparing screenshots * Move Installation UI tests to it's plugin * Move UI tests for Marketplace to Marketplace plugin * Updates Sync Screenshots command to download test files to correct directories * ensure shortcut help is always tested with same useragent * Move VisitorMap UI tests to UserCountryMap plugin * Move Morpheus UI tests to plugin * Move MultiSites UI tests zu plugin * Move ActionsDataTable UI tests to Actions plugin * Renames Test directories to tests * Move UsersManager UI tests to plugin * Move CoreUpdater UI tests to plugin * Move DBStats UI tests to plugin * Move Transitions UI tests to plugin * Move Insights UI tests to plugin * improve UI tests splitting on travis * Moves SegmentEditor UI tests to plugin * Moves SitesManager UI tests to plugin * Moves ImageGraph UI tests to plugin * move live ui test files to git lfs * remove retry * update test file * improve splitting for travis * prevent test from failing randomly
2018-03-19language update (#12629)Stefan Giehl
2018-01-27language update (#12514)Stefan Giehl
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-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
2017-12-15in the console command diagnostics:run, display a success message when all ↵Matthieu Aubry
checks are green (#12342)
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2017-09-11prevent output from beeing cut offsgiehl
2017-09-06language update (#12008)Stefan Giehl
2017-08-22language update (#11970)Stefan Giehl
2017-07-24mod_pagespeed: Improve system check warning message (#11890)Matthieu Aubry
2017-05-12language update (#11691)Stefan Giehl
2017-05-09Notice - Undefined index: headers in PageSpeedCheck.php (#11674)Matthieu Aubry
Reported in https://forum.piwik.org/t/diagnostic-pagespeedcheck-php-undefined-index/24144/1
2017-03-18Add system check for the hash() function (#11455)Dillon Brock
* Add system check for the hash() function * Update expected screenshot for hash() system check
2017-02-20System check: during installation, GD requirement is optional not requiredmattab
fixes #11316
2017-02-12language update (#11336)Stefan Giehl
2017-01-18language update (#11210)Stefan Giehl
2017-01-03language update (#11134)Stefan Giehl