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
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
2016-12-01Enable by default Downloads and Outlinks tracking of righ… (#10901)Thomas Steur
Piwik JavaScript tracker: we now track by default Downloads and Outlinks when user clicks on the mouse right button or the mouse middle button
2016-12-01JavaScript Tracker: new option "Track users with JavaScript disabled" and ↵Matthieu Aubry
the <noscript> tag is not included by default anymore (#10900)
2016-12-01Tracking API: when overriding the request datetime with an invalid ↵Thomas Steur
token_auth, don't track the request (#10899) * refs #10890 ignore tracking requests with custom timestamp, accept timestamps up to 1 day in past, added config for timestamps that require auth * fix test * update travis yml * update travis * update travis * fix test * added changelog entry * .travis.yml file is out of date, auto-updating .travis.yml file. * .travis.yml file is out of date, auto-updating .travis.yml file. * .travis.yml file is out of date, auto-updating .travis.yml file. * .travis.yml file is out of date, auto-updating .travis.yml file. * .travis.yml file is out of date, auto-updating .travis.yml file. * .travis.yml file is out of date, auto-updating .travis.yml file. * New config.ini.php setting: `tracking_requests_require_authentication_when_custom_timestamp_newer_than`
2016-11-22refs #10797 improve default tracking codeThomas Steur
2016-11-15update changelogsgiehl
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
* starting to port marketplace to piwik 3 * updating tests * fix translation key * fix various issues * use material select * fix plugin upload * deprecate license_homepage plugin metadata and link to a LICENSE[.md|.txt] file if found (#10756) * deprecate license_homepage plugin metadata, and link to a LICENSE[.md|.txt] file if found * Make license view HTML only without menu * fix tests and update * fix some links did not work * we need to show warnings even when plugin is installed, not only when activated. otherwise it is not clear why something is not downloadable * fix install was not working * improved responsiveness of marketplace * fix more tests * fix search was shown when only a few plugins are there * fix ui tests * fix some translations * fix tests and remove duplicated test
2016-11-14Added disableHeartBeatTimer feature (#10843)Matthieu Aubry
2016-11-14new method that lets us know if we segment will be archived (#10845)Thomas Steur
2016-11-07added disableHeartBeatTimer featureThomas Steur
2016-11-02Merge pull request #10815 from piwik/removedeprecatedmenuaddStefan Giehl
Removes deprecated methods