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-09-26Rename Generic widget to KPI Metric (#14868)Kate Butler
* Rename Generic widget to KPI Metric * Fix UI and system tests
2019-09-23fixed broken link in ImageGraph API (#14906)Lukas Winkler
* remove broken link in ImageGraph API * found the guide at a new URL
2019-09-22When loading a template url from a custom plugin directory, prefix the ↵Thomas Steur
relative directory (#14717) * When loading a template url from a custom plugin directory, prefix the relative directory * detect relative dir partially * replace the initial plugins part as well * only print info for activated plugins * Update _jsGlobalVariables.twig * remove duplicate endif * Update http404check.js
2019-09-21Fix percentage calculation on world map (#14852)Stefan Giehl
* Fix percentage calculation on world map * remove no longer used vars
2019-09-20Ensure all plugins are archived when range archiving is triggered by ↵Stefan Giehl
core:archive (#14890) * Ensure all plugins are archived when range archiving is triggered by core:archive * adds tests for range archiving
2019-09-19Fixed SQL Exception in UsersManager\API->getUsersPlusRole() when access is ↵MichaelHeerklotz
managed by another plugin (#14900)
2019-09-19Fix failing updater screenshot test (#14898)Thomas Steur
2019-09-19Make it easier to search help resources from within Matomo (#14870)Kate Butler
* Add link to matomo.org resources in awesome search * Add "How can we help" card to help page * PR fixes * CSS improvements * Update UI test screenshots * PR improvements * CSS improvements * Remove duplicate links and reword community help links * Update reference screenshot * make it work for mobile, remove duplicate dot, minor style tweak * fix screenshot test
2019-09-18Use correct NotYetInstalledException when Matomo is not yet installed (#14823)Thomas Steur
2019-09-18Show brute force menu item in admin only if enabled (#14798)Thomas Steur
Only show menu item if brute force is enabled
2019-09-17Fix user path was not working as it should (allow placing config file ↵Thomas Steur
outside webroot) (#14866) * Fix user path was not working as it should * fix error
2019-09-17Remove force-optimize-tables option from core:purge-old-archive-data (#14895)Kate Butler
2019-09-16Tweak behaviour of orphaned segment archive purge (#14857)Kate Butler
2019-09-13Various platform tweaks (#14832)Thomas Steur
* platform tweaks * prevent failing if loaded twice * Update Config.php * Update PluginList.php * Update Config.php * Update IniFileChain.php * Update Config.php * Update Config.php * allow configure different path for custom logo * only show install plugin button when activated * allow disable users and sites management * do not allow calling set super user access * Update PluginList.php * Update Config.php * Update global.ini.php * Update Config.php * Update global.ini.php
2019-09-13Update shown logo in the app (#14860)Thomas Steur
* start changing the logo * update logo * improve position of logo * position link instead of logo * seems margin is not allowed, try using padding * fix some tests
2019-09-11Show unique visitors metric only if available (#14885)Stefan Giehl
2019-09-11Allow configuration of max execution time (#14858)Thomas Steur
* allow configuration of max execution time * trigger event when query time exceeded * fix screenshot test * added some tests and mention mariadb not supported
2019-09-11Stop urlencoding dashboard names before sending to API (#14869)Kate Butler
2019-09-07Do not regenerate tracker files after core archiving (#14833)Thomas Steur
Not sure why I added it there considering they are being regenerated in a task every hour or so anyway. Also see https://github.com/matomo-org/tag-manager/pull/184
2019-09-05language update (#14861)Stefan Giehl
2019-09-05Show detected bots in device detection (#14853)Stefan Giehl
2019-09-04Don't process tracking requests that are older than data purge cutoff (#14831)Kate Butler
* Exclude visits whose time is prior to the log purge cutoff time from being logged * Cache data purge settings * Move logic for checking whether request is older than purge cutoff into getCustomTimestamp() method * Change error message
2019-09-03Faster raw log data deletion (#14844)Thomas Steur
* Faster raw log data deletion * cannot use DB reader with this new performance feature * delete 2K visits at once instead of only 1K * fix index not defined * forgot to commit file
2019-09-03Soft delete segments (#14846)Kate Butler
* Soft delete segments * Bug fixes and tests
2019-09-03fix tests in bandwidth plugin (#14845)Thomas Steur
2019-08-29Do tracker request validation/auth before start of processing (#14830)Kate Butler
* Validate request before we start processing * Refactoring
2019-08-28update custom dimensions plugin (#14817)Thomas Steur
* update custom dimensions plugin * fix integration test * fix system test * fix ui tests
2019-08-26Fix MatomoSenior string in Tour (#14808)Lukas Winkler
* Fix MatomoSenior string in Tour * remove unused translation key
2019-08-26Send tracking code JS by email (#14569)Kate Butler
* Button to email standard install instructions on installation page 7 and no data tracked yet page * Send tracking code email from the tracking code generator page * Escape HTML tags * Send email in plain text * Move email button next to header * Fix width of header div * Update reference screenshots * PR fixes * Expand tracking code email template * Fix double escaping of message * Hide links to Matomo for whitelabel, fix missing space * ignore event in documentation * Update reference screenshots * Changes to email template * fix missing translation key * Add idsite and tracking url to email template * Fix extra slash in URL * Update UI test
2019-08-26Cache parsed device detection info to file (#14751)Kate Butler
* Create a file cache for parsed device info * Tests for device detection file cache * Move device detector cache into separate plugin * Move WarmDeviceDetectorCache to separate plugin * Use DI to get the DeviceDetectorFactory * add device detector cache as a submodule * update submodule * update submodule * fix BC break * System test, deal with useragent strings > 500 characters long * update submodule * Update submodule
2019-08-25submodule updates & test fixes (#14809)Stefan Giehl
* updates all submodules * fix WidgetList tests * submodule update * translation updates
2019-08-25language update (#14807)Stefan Giehl
2019-08-20fix incorrect number of translation strings (#14794)Lukas Winkler
2019-08-20Show series picker in evolution chart always on the left (#14783)Stefan Giehl
* Show series picker always on the left * updates expected UI files
2019-08-19Return backtrace on exception for cli archiving requests. (#14742)diosmosis
2019-08-19Improves keyboard navigation for segment editor (#14757)Stefan Giehl
* Make it possible to open segments or adding one by pressing enter when element is focued * Allow tabbing to all visits segment * Improve style of tab focused segments
2019-08-17Add some debugging info to log notifications so they can be more easily ↵diosmosis
reproduced. (#14753) * Add some debugging info to log notifications so they can be more easily reproduced. * Only put debugging info if piece of info is present.
2019-08-17Show marketplace in reporting menu (#14738)Thomas Steur
* show marketplace in reporting menu * also include other widgets * show more pages in the reporting menu * fix tests * fix screenshots * Update screenshot files and try to fix random failure. * fix test
2019-08-16Fixing build (#14778)diosmosis
* Fixing build * Update screenshot.
2019-08-16Admin controllers do not call setGeneralVariablesView, so we have to … ↵diosmosis
(#14779) * Admin controllers do not call setGeneralVariablesView, so we have to set the property another way. * fix typo
2019-08-16Faster segment archiving (#14761)Thomas Steur
* use temporary table when segmenting * still apply original where * do not apply where twice * make sure to sort tables correctly * performance tweak, no longer a where needed in most queries * fix notice * have a better cache per date * small tweaks * potentially fix an error where we received too many rows * do not apply any custom force group by * better handling of log tables to fix some tests * enable new feature through config * remove comment * fix some system tests * drop table before starting to archive in case archiving fails * fix more tests * trying to fix ui test * save the config change * use reader when executing ranking queries * apply review feedback * drop table only if it actually exists to prevent problems on a reader * Update JoinGenerator.php
2019-08-16Tweak live queries when they query current week, month, or year where end ↵Thomas Steur
date is in the future (#14759)
2019-08-16Do not record the trace for user input errors (#14771)Thomas Steur
2019-08-16Fix Warning: CustomVariables.php(82): Notice - Undefined index: ↵Thomas Steur
CustomVariables.MaxNumCustomVariables (#14775) fix #14773
2019-08-15On API call error, remove loading gif in transitions report. (#14774)diosmosis
2019-08-15Fix city archiving for cities without regions (#14731)Stefan Giehl
* Fix city archiving for cities without regions * Add city without region * Regenerate mmdb files * update exprected test files
2019-08-15update submodulesgiehl
2019-08-15Make two properties public for use in GA importer. (#14772)diosmosis
2019-08-14update matomo-icons (#14765)Lukas Winkler
2019-08-14Add newsletter signup button to user settings page (#14466)Kate Butler
* Add newsletter signup button to user settings page * UI tests for newsletter signup on user settings page * Move UI tests for user settings out of UIIntegrationTest * Fix screenshots for UI tests * Move newsletter signup logic out of API * PR changes * Require token to sign users up to newsletter * Add privacy notice and checkbox to newsletter signup * Update UI tests * Fix UI test * do things the angular way * Update userSettings.twig * PR changes * Update reference screenshots * Fix UI test to work with new piwik form elements; remove duplicate test * Capture notification container in screenshot * fix ui tests