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-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
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-27Update CHANGELOG.mdThomas Steur
2017-11-21let plugins decide whether to embed widgetized iframe empty or not (#12292)Thomas Steur
2017-11-20Add possibility for themes to change text color in header (#12204)Thomas Steur
* fixes #12201 add possibility to change text color in header * fix screenshot * fix typo in changelog
2017-11-13Show update notification to super users only (#12224)Peter Boehlke
* Introduce config setting to show update notifications to superusers only. Fixes #7930 * By default, all users should see the update notification * Changed description of config param * Updates changelog
2017-11-09mention new events in changelogThomas Steur
2017-10-04Make it possible to show a header message for datatables (#12146)Stefan Giehl
* Make it possible to show a header message for datatables * update changelog * add comment that messages will be printed raw
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-11Piwik 3.1.0Matthieu Aubry
2017-09-04Customizeable / Extendable Visitor Profile & Visitor Log (#11579)Stefan Giehl
* move setting visitor details into own classes instead of using an event * move manipulating actions to VisitorDetails classes * move some more parts to plugins * update test files as order of columns changed * implement new VisitorDetails method to provide actions * move rendering actions to visitordetail classes * render visitor properties in new classes * makes it possible to attach icons to visitor log * moves rendering of action tooltip into new visitordetails method * adds event for extending custom action dimension fields * small improvements * fetch log_link_visit_action.idpageview for actions * improve variable name * started to improve/change visitor profile * show devices summary in visitor profile * also remove empty xml tags for api tests * hide actions in visitor profile by default * move all icons to the middle of visitor log * small change * move rendering referrer information to referrers plugin * move provider logic to provider plugin * show content interactions in visitor log * improve look of content interactions/impressions in visitor log / profile * hide idpageview from tests * update changelog * move rendering events to Events plugin * do not hide duplicate page views in visitor log, but show them with a refresh icon instead * show top visited pages in visitor profile * always show visitor profile link in visitor log Still hidden in a widget by default, as it might overlay some other content * Show info about not shown actions truncated due to config setting * use bulk queries to fetch actions instead of fetching them for each visit * small adjustments * improve some loops to improve memory usage * move gathering visitor profile informations to VisitorDetails classes * update screenshots * update test files * move rendering of visitor profile summary to visitor details classes * improve templates * Makes VisitorDetailsAbstract class api and improves comments * show visit details in visitor profile * improve css * reverse enumeration of visits in visitor profile * improve css * Show visit id in IP tooltip * Small CSS improvements * further adjustments * sort devices by count * adds UI tests for visitor log and profile * Show bandwidth in visitor profile test * show actions by default and add button to toggle all together * CSS cleanup * remove border around refresh icon * add tooltip for refresh icon in profile * move first/last visit before top visited pages * Improve text shown for unique pageviews * link urls in top visited pages * improve sorting of device list * improve tests * Improve device overview in visitor profile * only render top pages if at least one page was visited more than once * make visitor id non bold * hide visitor type icon in profile, and show latest visits icons in overview * fix search engine icon in visitor details * small improvements * only render view if required * show visit icons only on hover in profile * remove from again * test improves * show text besides icon in profile header * improve tests * Removes unused CSS and JS * Reformats CSS * Removes invisible paper clip * Removes unused profile images from Live plugin * raise test timeouts * Improve UI tests splitting for travis * show device type in profile header if no resolution is available * prevent text overlapping * no retries * fix test * change summary order * fix position of export icon * fixes tooltip text * improve pages overview * visitor details order * action tooltip order * show only ecommerce icon if no goals where converted * show custom variables summary in profile * show user id in same size as headline * link referer urls for first/last visit in profile * make profile xml compatible * try to improve ui test * increase bottom marign * increase version number * small adjustments * CSS Rewrite for visitor profile * center action icons in visitor log and profile * improve widgetized visitor profile * small layout fix * always populate raw referrer url for visitor details * update expected test files * Refactor profile summaries into additional classes * update screenshots * submodule update * update piwik-icons submodule (#11904) * update piwik-icons submodule * fix some system tests * update screenshots * make device list xml compatible * improve translation * improve icon position * improves spacings * update test files * small css improvement * update screenshots
2017-08-03Fix #11410: Optional secure tracker cookie (#11891)Luiz Eduardo de Christo
2017-07-24use HTTPS in CHANGELOG.md (#11889)Lukas Winkler
2017-06-15Reintroduces Login.authenticate.successful eventsgiehl
2017-05-24Merge pull request #11724 from piwik/trackerupdaterapiThomas Steur
Make TrackerUpdater a public API
2017-05-24add possibility to specify multiple plugins (#11733)Thomas Steur
2017-05-21Merge branch '3.x-dev' into trackerupdaterapiThomas Steur
2017-05-19mention TrackerUpdater in changelogThomas Steur
2017-05-19Use DI so plugins can change Custom Piwik JS (#11717)Thomas Steur
* use DI so plugins can change custom piwik js * post event so plugins can customize which tracker files to include * better API so we can write better tests
2017-05-19Merge pull request #11718 from piwik/tasksrunnereventThomas Steur
Added new events for scheduled tasks
2017-05-17added new events for scheduled tasksThomas Steur
2017-05-16Add support for email and url form fields (#11708)Thomas Steur
* add support for email and url form fields * UI test
2017-05-10Let plugins customize the system summary widgetThomas Steur
2017-05-05Expose more cookie methods in trackerThomas Steur
2017-05-03Add method to detect if cookies are enabledThomas Steur
2017-04-29improve changelog entryThomas Steur
2017-04-28add possibility to retrive the number of tracked pageviews in JS trackerThomas Steur
2017-04-14New JS Tracker methods to retrieve current URL and piwik URL (#11616)Thomas Steur
* api tweaks * added tests * added docs and minified piwik * fix tests
2017-04-03replace pChart with CpChart (#11559)Stefan Giehl
2017-03-29Make it possible to disable flattening for an report (#11529)Stefan Giehl
* use report property to enable/disable flattener * update tests * Update changelog [ci skip] * minor renamings
2017-03-22changelog messagemattab
2017-03-18New event that lets plugins trigger notifications in the admin area (#11483)Thomas Steur
* New event that lets plugins trigger notifications in the admin area They have to be triggered before assigning the notifications to the view and there is no other way to determine when a plugin is supposed to trigger notifications in the admin. Ideally, in the future we would even move the notifications above to CoreAdminHome or somewhere else eventually. First thought of using `Controller.addAdminNotifications` as we often use this wording but then we would need to rather do `Piwik::postEvent('Controller.triggerAdminNotifications', &$notifications);` as otherwise nothing can be added. Plugins could actually also use this event to cancel notifications where in the past it was needed to hide them via CSS. Happy about any other naming suggestions but want to keep it "specific" to notifications and not something to general like `postEvent('Controller.renderAdminView, $view')`. * document new event
2017-03-18Introduces new config setting to enabled plugin upload (#11445)Stefan Giehl
* introduces new config setting to enabled plugin upload (disabled by default) * updates changelog * updates expected screenshot * improve message
2017-02-28Post new parameter with conversion event (#11415)Thomas Steur
* Post new parameter with conversion event * also added new method to get a specific custom field
2017-02-26update changelogsgiehl
2017-02-21Adds API method to provide country code to name mapping (#11376)Stefan Giehl
* adds simple API to provide CountryCode to name mapping * New API method in API listing * Updates changelog
2017-02-21Improvements for tracking of single page applications (#11344)Thomas Steur
* improve single page website tracking * added docs and minified piwik * Re-generate piwik.js
2017-02-19Implements new SMS Provider ASPSMS.com (#11263)Stefan Giehl
* makes it possible to define the required credential fields in sms provider * show error message if configured sms provider doesn't work, instead of throwing uncatched exception * Adds new SMS provider ASPSMS.com * Development SMS notifications didn't work when clicking 'send now' Caused by the session already closed before, as it's done using a ajax request calling a Session:start() reopens the session. Might be a bit hackish, but should be fine for development * adds UI test for switching sms provider * Makes API-Key default credential field to prevent breaking third party plugins * fixes issue where save button was disabled falsely
2017-02-03Update CHANGELOG.mdThomas Steur
2017-01-24added a new method that allows plugins to define metrics we expect to see ↵Thomas Steur
percentage values
2017-01-22Cross Domain tracking (#11243)Thomas Steur
* some work on tracking cross domain * fix some bugs * fix some edge cases * fixed tests and added more new tests * we also need a device specific id to avoid when time is not correct on a different computer etc * more tests * minified piwikjs * use only one parameter and validate values * fix tests * improve code * Re-generated piwik.js * UI Test * Comments
2017-01-09Add two entries in developer changelogmattab
2017-01-08renames method and updates docsgiehl
2017-01-08allow plugin to decide to archive without visitssgiehl
2017-01-04added new event for totals calculation (#11139)Thomas Steur
2016-12-13Show warning when paq.push is not initialized correctly (#10889)Thomas Steur
2016-12-05Don't change json2 format for Piwik 3mattab
Reverts https://github.com/piwik/piwik/pull/10928/files Refs https://github.com/piwik/piwik/issues/8566
2016-12-02Password hashing (#10926)Thomas Steur
2016-12-01Make JSON2 the now JSON formatting to fix an issue in formatting associative ↵Matthieu Aubry
array (#10928) * Make JSON2 the now JSON formatting to fix an issue in formatting associative arrays * fix unit test * Minor changes * call API with json format in the Angular JS frontend * Log Analytics