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
2020-04-16One click update in two parts so new code is loaded for second. (#15770)diosmosis
* One click update in two parts so new code is loaded for second. * remove no longer needed code
2020-02-07translation updatesgiehl
2020-01-13translation update (#15389)Stefan Giehl
2020-01-13Add release channels 3.x-dev (#15381)Thomas Steur
2019-11-10language update (#15140)Stefan Giehl
2019-10-24language update (#15052)Stefan Giehl
2019-10-07Use minified version of angular lib (#14959)Thomas Steur
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-09-27language update (#14916)Stefan Giehl
2019-09-27Small tweaks to some of the in-app links to matomo.org (#14912)Matthieu Aubry
* * Rename Piwik_App campaign name parameter to Matomo_App * Change some links from matomo.org/support/ to matomo.org/support-plans/ * fix tests
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-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-05language update (#14861)Stefan Giehl
2019-08-25language update (#14807)Stefan Giehl
2019-08-02language update (#14726)Stefan Giehl
2019-07-25Updates npm dependencies for screenshot testing (#14680)Stefan Giehl
* Updates npm dependencies for screenshot testing * updates expected screenshots * improve some randomly failing tests * avoid feedback popup in tests * fix integration test * updates screenshot
2019-07-22language update (#14684)Stefan Giehl
2019-07-22Fix Integration Test (#14682)Thomas Steur
2019-07-17Update _updateCommunicationEmail.twig (#14037)Alain Rihs
* Update _updateCommunicationEmail.twig Links in the (new?) notification email are no longer clickable. * Escape the host * Only show safelink
2019-07-15Migrate Tour plugin UI tests to headless Chrome... (#14656)Stefan Giehl
* Converts Tour tests to Headless Chrome * Fix some failing UI tests
2019-07-08language update (#14641)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
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-17"Support & Services" button link updated to new Support Plans ↵Matthieu Aubry
https://matomo.org/support-plans/ (#14456) Links now to https://matomo.org/support-plans/ instead of https://matomo.org/support/
2019-05-16One Click Install UI test (#14049)diosmosis
* Add initial fixture and install script for one click install UI test. * Move matomo-package to outside matomo dir. * Create package before getting latest stable install. * More changes to fixture. * Get test releasechannel to work in latest stable version. * Handle build archives w/ matomo folders in one click update. * Fill out one click update UI test and get to pass. * Remove useless use statement. * Try cloning from HTTPS. * Add new screenshots. * Apply pr feedback and remove CoreUpdaterCode UI test. * undo submodule change * re-add line * re-add CoreUpdaterDb png files, need to keep those. * Add cron archiving test to one click update test. * use master branch of matomo-package * Make sure node_modules is accessible in screenshot testing specs. * Fix matomo-package command. * test fixes * Use correct method. * ui test fixes * Couple more test fixes. * some more test fixes * hopefully last ui test fixes * Last fix. * real last fix * Couple more random failure fixes. * Prevent from running outside of cli mode. * More aggresive check.
2019-05-11Fixes various misspellings of Matomo (and Piwik) (#14443)Stefan Giehl
2019-05-10language update (#14441)Stefan Giehl
2019-05-09Switch UI tests from phantomjs to chrome headless (#14421)Thomas Steur
* Make sure xss entries is always an array. * Update expected test files and submodule. * Regenerate broken omnifixture dump. * poc conversion to chrome headless for UI tests, single test works locally * Get single test to pass on travis & local w/ headless chrome. * Remove old diff viewer generation, and get output to look the same as before when there is a failure. * Add global timeout & get ViewDataTableTest to pass. * Convert BarGraph_spec.js. * Convert EmptySite_spec. * Update EvolutionGraph spec for chrome headless. * Convert GoalsTable test & find/replace for common changes. * Convert MeasurableManager. * Another find & replace. * Get Menus/OptOutForm to pass w/ chrome headless * Convert PeriodSelector, PieGraph & PivotByDimension UI tests. * undo unrelated debugging change * Convert QuickAccess UI tests * Converts ActionsDataTable UI tests * reset viewport after each testsuite * Converts RowEvolution UI tests * Converts Theme UI tests * Converts SiteSelector UI tests * Converts CustomVariables UI test * Converts DBStats UI test * Ignore empty responses when calling api/controller * Converts Dashboard UI tests * Converts Live UI tests * Converts SimpleUI tests * Converts Installation UI tests * Converts ImageGraph UI tests * Converts Login UI tests * Converts Marketplace UI tests * Converts Insights UI tests * Converts ReportExporting UI tests * Converts UIIntegration tests * Updates ViewDataTable UI tests * Converts CoreUpdater UI tests * Converts UsersManager UI tests * Converts Morpheus UI tests * Converts MultiSites UI tests * Fix testEnvironment.callApi handling of array parameters * Converts Overlay UI tests * Converts PrivacyManager UI tests * Converts ScheduledReports UI tests * Converts SegmentEditor UI tests * compare pixel difference in images * Converts PeriodSelector UI tests * allow a pixel difference * Converts SingleMetricView UI tests * Converts SitesManager UI tests * Converts Transitions UI tests * Converts MeasurableManager UI tests * Move Mouse out of screen after each test suite * Converts PieGraph UI tests * Ensure cursor is not shown in focused input elements * Converts VisitorMap UI tests * Converts CustomLogo UI tests * Converts BarGraph UI tests * Converts EvolutionGraph UI tests * Converts IntranetMeasurable UI tests * Converts TrackingFailures UI tests * Converts CampaignBuilder UI tests * Converts TagManagerTeaser UI tests * fix request url rewrite for changed port * Converts TwoFactorAuth UI tests * do not print full responses in logs, but size instead * improve additional style injection * use submodule branches * fix request interception * update dependencies * [TEMP] disable dangerous link checks * [TEMP] limit tests * Use puppeteer@next and make sure diffs get uploaded properly. * Use correct fs function. * Allow timeout to be specified on command line for UI tests and debug console logs. * timeout option tweak * Setup diff dir once before running tests not before each suite. * fix last commit * Update screenshots and fix some specs. * Convert some tests that were not converted during merge. * updating screenshots * Updating screenshots and fixing some tests. * more test fixes * couple more test fixes * More test fixes and plugin updates. * wait for jquery * Fix some screenshots and tests. * more test fixes * debug travis test failure * remove .only * more test fixes and updated expected files * another test fixing iteration * typo * another quick test change * more tests updates * Test fixes and & more debugging. * more debugging and test fixes * more fixes and debugging. * remove .only * Another round of fixed tests. * more debugging & fixes * more test changes * more debugging and fixes * Fixing more tests + some bug fixes. * Couple more fixes. * Couple more fixes. * Fixing tracking failures test * more fixes * Last couple fixes hopefully. * couple more test fixes * more fixes, bug fix in usersmanager, some test updates * Some more test fixes/changes. * more and more fixes * hoping for a green build * Do not compare against existing files in dashboard_spec. * more fixes, re-enabling travis * really re-enable travis * Install puppeteer on travis-ci. * more fixes * try to fix random failues * remove return * Convert some login tests I forgot and update UsersManager expected file * Fix test for primary key update * Update AddPrimaryKey.php * More test fixes + implement synchronous comparison threshold (so no resemblejs) * More wait fixes + reset token detection fix. * couple more fixes * Fix login/overlay screenshot issue & magick command running issue. * identify is the executable on travis (hopefully) + fix some random failures * Another run. * Last fix. * two more tweaks * typo
2019-04-07Fix build (#14320)diosmosis
* update submodules * update expected screenshots
2019-04-03spellcheck en.json files (#14135)Lukas Winkler
* spellcheck en.json files * fix WidgetsListTest * additional fixes * simplify sentence * Fixing tests.
2019-03-20Delete cache after one click update to avoid un-updated in-memory classes ↵diosmosis
being used. (#14236)
2019-03-17language update (#14214)Stefan Giehl
2019-03-12New setting to disable Db version check, and do not show update scree…n ↵Thomas Steur
when auto update disabled (#14058) * New setting to disable Db version check, and do not show update screen when auto update disabled * move it to DI
2019-03-09language update (#14170)Stefan Giehl
2019-02-25language update (#14134)Stefan Giehl
2019-02-15language update (#14103)Stefan Giehl
2019-02-11Include non-sql migrations in update dry run output. (#14003)diosmosis
* Include non-sql migrations in update dry run output. * More translation updates. * Make check for by domain Matomo more robust. * Show migrations in separate boxes based on whether they are SQL or console commands. * Update two screenshots and fix test.
2019-01-27language update (#14030)Stefan Giehl
2019-01-23language update (#14000)Stefan Giehl
2019-01-07Update submodules. (#13936)diosmosis
* Update submodules. * Update expected files. * Fix more integration tests. * Update submodule. * Update screenshots.
2019-01-04Make sure all Matomo emails use correct branding. (#13908)diosmosis
* Make sure all Matomo emails use correct branding. * update email logo * reuse variables * Change default from to Matomo Analytics. * Fix list style in report emails, update customalerts submodule and make dashboard link got to default erport in emails. * Updated submodule. * Bump version + update submodules. * Remove submodule update so plugins can be merged after rc2 merged.
2019-01-04fix another build (#13930)diosmosis
* Attempt to fix tests. * Try to fix another test. * Update some expected files. * Fix unit test. * Updating screenshots.
2019-01-03language update (#13927)Stefan Giehl
2018-12-28Fixing build. (#13918)diosmosis
2018-12-27language update (#13915)Stefan Giehl
2018-12-17language update (#13871)Stefan Giehl
2018-12-02Mention the --yes flag in core:update description (#13788)Achilleas Pipinellis
The --yes flag is essential if you want to trigger unattended Matomo upgrades. This is only mentioned in the Debian package post-install script: https://github.com/matomo-org/matomo-package/blob/204f845ddbe3527104994788b6beac1ea6190ece/debian/matomo.postinst#L96 This change adds the --yes flag to the core:update description.
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
* Make matomo.js and matomo.php the default Tracking API endpoints used * few fixes * fix few tests * update matomo php tracker in composer * make sure to record install version * do not overwrite ever install version * trying to fix test * more tweaks and fix tests * prefer matomo endpoint in the ui, fix some tests * file was still needed * apply review feedback * fix ui tests
2018-11-26Remove old link (#13767)Lukas Winkler
* remove outdated link from setting help * fix tests * remove useless Piwik::translate
2018-11-26don't allow chrome to translate Matomo pages (#13748)Lukas Winkler
avoid unintentionally sending private data to foreign servers