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-11-13Regenerate OmniFixture dump w/ more xss payloads (#13556)diosmosis
* Buffing xss testing system. * More testing changes. * Finish adding more xss test data. * Update ui-test.php file. * Use DI\add in test container override. * Update OmniFixture. * Get fixture to setup properly. * Make xss sanity check work w/ persist fixture data option. * Another sanity check tweak. * Trying to debug xss sanity check. * removing duplicates * Fix xss testing JS. * Escape widget category text. * deal w/ angular input in goal name * Ensure privacy manager links are safe and add automated test for dangerous links to UI tests. * Create dangerous link method in xsstesting class. * Make xss test failures a bit easier to debug and escape metric documentation for angular. * Tweak quickaccess test. * Try to get pviot by dimension test to pass. * Tweak QuickAccess test and try to get xss reports to show. * Fix exception message. * Tweaks to fake xss report (cannot currently be displayed). * Updating screenshots. * In check for dangerous links test allow empty links that use dangerous prefix. * fix a cou0le more tests. * update more screenshots * Update a couple more screenshots. * Updated screenshot. * update screenshots * update two more screenshots * Use ng-bind-html to sanitize report documentation which can potentially have HTML. * update screenshots
2018-11-01language update (#13663)Stefan Giehl
2018-10-15language update (#13612)Stefan Giehl
2018-10-08language update (#13560)Stefan Giehl
2018-09-17language update (#13436)Stefan Giehl
2018-09-17When displaying unprocessed segment message, check for urlencoded segment. ↵diosmosis
(#13415) * When displaying unprocessed message, check for urlencoded segment. * Add test.
2018-09-01Adds new language Spanish (Argentina) (#13350)Stefan Giehl
2018-08-27language update (#13349)Stefan Giehl
2018-08-19language update (#13316)Stefan Giehl
2018-08-13language update (#13281)Stefan Giehl
2018-08-09Add notification when report w/ segment has no data, but segment is ↵3.6.0-b4diosmosis
unprocessed (#12823) * When a report has no data, check if it is for an unprocessed segment and display an explanatory notification. * Remove transient notifications on reporting page change, allow datatable views to add notifications, use to display unprocessed segment message. * Update changelog. * Internationalize unprocessed segment message. * Parse notification divs in dashboardWidget.js when setting widget content. * Tweak message. * Change PR to use different approach: throw exception when no archives found and segment is used, then detect exception in new event. * Update changelog + document new event. * Unfinished review changes * more review fixes * Do not show notification w/ custom segments. * apply pr review * Apply review. * undo escaping since it was not needed & get test to pass * Different strategy + new test. * Fix tests. * Update two expected screenshots.
2018-07-25language update (#13209)Stefan Giehl
2018-07-03Only show segments based on log_visit table in GDPR search (#13123)Stefan Giehl
* Only show segments based on log_visit table in GDPR search * fix typo * cs
2018-06-14Remove usage of synchronous ajax requests (#12546)Stefan Giehl
* Do not use sync ajax requests * adds deprecation comments * convert some methods to be fully async * adds minimum waittime after page load in ui tests * improve wait times
2018-04-30language update (#12793)Stefan Giehl
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-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
2017-12-04language updatesgiehl
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-20Make all new segments "Pre-processed" when ↵Matthieu Aubry
browser_archiving_disabled_enforce=1 (#12254) * Make all new segments "Pre-processed" when browser_archiving_disabled_enforce=1 If real time processing of segments is disabled via browser_archiving_disabled_enforce=1 then any segment set to "segmented reports are processed in real time (default)" will NEVER be showing data (except in the Live/real time reports) With this PR all new segments will be set to "segmented reports are pre-processed (requires cron)" It does not fix up existing real segments, but existing real time segments would display a modal explaining the issue (refs https://github.com/piwik/piwik/issues/12253) * Re-use existing method * Re-use existing method
2017-10-27fix typo (#12230)Lukas Winkler
2017-10-12Make sure segment is updated in exported widget (#12167)Thomas Steur
fixes #12166
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
* column tweak * fix install * more tweaks * rename column to dimension * various fixes * added new control expandable select * starting to refactor segment selector * make segment editor work again * use translation keys * defined some metrics * set types * simplify * simplify * fix join generator * add possibility to use custom join table names when using query builder and it uses an inner query * fix bug in query selector when selecting same field name from different tables twice * more metadata * more tweaks * improve selector * add possibility to use custom entity names * also processed archived metrics * generate sql filter, suggested values callback, and accept values automatically for columns with enums * several tweaks * focus search field when opening it * various tweaks * added missing method * format and fix more metadata * more fixes * better definition * define custom filter * fix definition * fix various tests * fix more tests * fix bug in logquery builder * fix referrerurl segment was missing * fix some tests * fix more tests * add group * refactor for better definition * fix a bug in log query builder when similar columns are used in archiver * add goal metrics * various fixes * make datatable row more flexible * various fixes and visualization enhancements * simply segment editor and make it smaller * remove trailing comma * various fixes and added new dimension * fix formatting of returning customer * added missing primary key * fixes * various fixes and improvements * make sure to update segment definition when selecting a value from auto complete list * various fixes and more metrics * more metrics * more dimensions and fixes * fix some tests * fix some integration tests * update submodule * fix some system tests * fix ui tests * trigger new test run * fix more ui tests * fix system tests * update submodule * fix categories * sort segments by category for more consistency * add custom variables * some translations and fixes * add minute segment * more segments * added plurals * added some docs * fix test * fix tests * fix tests * added suggested values * fix some tests * various fixes * fix more tests * allow to select segments on any site * make sure to include file * added doc block * fix some system tests * fix most system tests * fix ui test * fix system test * adjust examples * added more tests and docs * no metrics for these dimensions * added developer changelog and made some classes public api * some fixes for entity names * add possibility to set format metrics in test * more consistency in defining the name * get idsites only if provided * fix integration tests * added another segment for visit start hour and visit start minute * more clear name for segment * use old segment name to not break bc * various fixes * more test fixes * fix no suggested values for new segment * add event value * for boolean dimensions only sum metric * update available widgets when updating reporting menu * Add new segments in developer changelog + typo * fix system tests * fix screenshot test
2017-09-08Make sure to fetch all segments (#12013)Thomas Steur
When eg a report or API is rendered and has a filter_limit URL parameter, the filter_limit is applied here and then eg returns only 10 segments instead of say 100.
2017-09-06language update (#12008)Stefan Giehl
2017-08-22language update (#11970)Stefan Giehl
2017-07-10language update (#11853)Stefan Giehl
2017-07-07prevent angular compiler from screwing up selected values (#11781)Stefan Giehl
2017-06-14update only hash values when updating a segment (#11790)Stefan Giehl
2017-05-10Let plugins customize the system summary widgetThomas Steur
2017-03-22ignore keyboard events if ALT key is pressed (#11503)Stefan Giehl
2017-03-20language update (#11504)Stefan Giehl
2017-03-18Post JavaScript events when performing an action (#11463)Thomas Steur
* post JS events when a user performs an action * post events for website * also post the measurable type
2017-02-21Lower the string in a way that works with any language (#11375)Matthieu Aubry
2017-02-20Avoid segment encoding issues (#11372)Stefan Giehl
* avoids segment encoding issues * fixes highlight for current segment in segment chooser * update screenshots
2017-02-20language update (#11374)Stefan Giehl
2017-02-12language update (#11336)Stefan Giehl
2017-01-30language update (#11297)Stefan Giehl
2017-01-22Added new keyboard shortcuts (#11252)Matthieu Aubry
* Added new keyboard shortcuts s for selector d for calendar w for site selector from https://github.com/piwik/piwik/pull/11235 by @CheweyZ Re-created PR without the conflict on the submodule * Fix the angular JS test? * Make site selector search field navigable with keyboard
2017-01-04language update (#11142)Stefan Giehl
2017-01-03language update (#11134)Stefan Giehl
2016-12-26language update (#11080)Stefan Giehl
2016-12-15Piwik should not reload page when applying a segment (#11013)Thomas Steur
* Revert "After Updating/Deleting/Adding a segment, force a refresh of the dashboard (#10969)" This reverts commit 401977c0b431c756209c64620f74b87fdbb07a50. * do not reload page when applying a segment * Fix JS error when segment name contains %
2016-12-06After Updating/Deleting/Adding a segment, force a refresh of the dashboard ↵Matthieu Aubry
(#10969) the refresh is currently needed for several reasons as the Segmentation editor is not coded properly and does not just work without the page reload. Ideally we'll rewrite the Segment Editor in AngularJS later so this reload will not be needed. fixes https://github.com/piwik/piwik/issues/10626 Reverting https://github.com/piwik/piwik/commit/5daf6c2388693746f2a47a9e6c31276d0b423a4f part of https://github.com/piwik/piwik/commit/0c9c30b731ccbacf47e154b9f7a590af49e3d799
2016-12-01 Button to add a segment is missing some text in French language (#10897)Thomas Steur
* refs #10656 Button to add a segment is missing some text in French language * .travis.yml file is out of date, auto-updating .travis.yml file.
2016-11-11language updatesgiehl
2016-10-31language updatesgiehl
2016-10-16language updatesgiehl
2016-10-07language updatesgiehl