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
2016-04-26allow + in database names during setup (#10091)Nitish Bezzala
2016-04-24language updatesgiehl
2016-04-20update submodulesThomas Steur
2016-04-20fix tests after adding new userid featureThomas Steur
2016-04-19Merge pull request #10074 from felicienfrancois/masterStefan Giehl
Add TweakStyle icon to browsers folder
2016-04-19addding userId plugin description and enable plugin during update (#10073)Thomas Steur
2016-04-19minor UserId tweaks, enable row evolution for userId etc (#10072)Thomas Steur
2016-04-19Implements #9389 - UserId module, that adds a new Users report (#9883)alexkuk
* Implement the UserId module, that adds a new Users report showing all unique user IDs and some aggregated data. Includes reindexing of raw visitors log into aggregated user ids table * Update UserId module: add total_actions, total_events and total_searches columns; format dates * Use an injected model instead of creating a new object * Rework the UserId plugin to use core archiver instead of custom indexer * Users report small changes: - remove logger injection - change archive record name - add low population filter - add all columns visualization - add datatable_archiving_maximum_rows_userid_users configuration, default value is 50000 * Remove unused method parameter * Users report: remove custom visualizations and add data-row-metadata attribute for every row
2016-04-19fix #4410 The string to escape is not a valid UTF-8 string (#10050)Thomas Steur
2016-04-19Fix pagination in datatables when displaying all entries (#10063)2.16.2-b1Stefan Giehl
2016-04-19Add possibility to execute plugin test suiteThomas Steur
2016-04-18Add TweakStyle browser iconFélicien François
2016-04-12Don't try to display a custom logo or favicon if they don't exist (#10000)Kevin Subileau
* fix #9966 Do not display a custom logo or favicon in admin if they don't exist Prevents 404 errors. * refs #9966 Fix the custom logo instant preview * refs #9966 Fix style [ci skip] * refs #9966 Introduce CustomLogo::logoExists() to remove duplicated code
2016-04-11Fixes misplaced inline help textssgiehl
2016-04-11UI tests fix (missing call to `pageSetupFn(pageRenderer);` for file comparisons)2.16.1mattab
2016-04-11Select 10 times more rows so that resultset after grouping is more likely to ↵mattab
contain enough records
2016-04-11Merge pull request #10024 from piwik/9200Matthieu Aubry
Live API when a Segment is used: Select 10 times more rows so that resultset after grouping is more likely to contain enough rows
2016-04-11Always add outer limit when specified in case inner queries return more rowsmattab
2016-04-10language updatesgiehl
2016-04-08Select 10 times more rows so that resultset after grouping is more likely to ↵mattab
contain enough records
2016-04-08Merge pull request #10015 from piwik/excel_labelsMatthieu Aubry
Display labels correctly in Excel / LibreOffice
2016-04-07Excel/Libreoffice formulas can also start with @ character.mattab
2016-04-07Merge pull request #10012 from piwik/10005Matthieu Aubry
Add documentation to deleteSite method and explain logs and archives wont be deleted
2016-04-07Merge pull request #10011 from piwik/10010Thomas Steur
When Github is down some scheduled tasks trigger warnings
2016-04-06Display labels correctly in Excel / LibreOfficemattab
2016-04-06fix #10005 add documentation to deleteSite method and explain logs and ↵Thomas Steur
archives wont be deleted
2016-04-06fixes #10010 When Github is down some scheduled tasks trigger warningsThomas Steur
2016-04-04fixes #9628 - do not handle '0' as empty value in label columns in datatablessgiehl
2016-04-03language updatesgiehl
2016-04-01submodule updatesgiehl
2016-03-31Updating submodules https://github.com/piwik/piwik/issues/9817mattab
2016-03-31Remove link on Provider when provider is unknown, fixes ↵mattab
https://github.com/piwik/piwik/issues/9945
2016-03-30JS Tracking code generator: new link to help page "Measuring domains and/or ↵mattab
subdomains" https://github.com/piwik/piwik/issues/9932
2016-03-30Merge pull request #9942 from piwik/use_days_since_first_visitMatthieu Aubry
Set returning visitor flag when user first visited the website at least 1 day ago
2016-03-30Use both Days since First visit and Days since last visit to determine ↵mattab
whether a user is returning
2016-03-30Merge pull request #9958 from piwik/9909Thomas Steur
Display message why no reports are shown if there are no conversions
2016-03-29Display message why no reports are shown if there are no conversionssgiehl
2016-03-29Merge pull request #9951 from piwik/pivot_9667Thomas Steur
Fix "Pivot is not correctly remembered"
2016-03-29Merge pull request #9973 from piwik/9896Thomas Steur
Keep Page URL fragments when tracking Page URLs" not persistent
2016-03-29Merge pull request #9953 from piwik/keywordrankcssfixThomas Steur
Prevent linebreak in visitor log keyword position
2016-03-29Merge pull request #9957 from piwik/fixgoalexacttitleThomas Steur
Fixes goal creation based on exact page title
2016-03-29fix #9896 Keep Page URL fragments when tracking Page URLs" not persistentThomas Steur
2016-03-28Whitelists EOT to be downloadable via apache webserverKévin Subileau
fixes #9967
2016-03-26language updatesgiehl
2016-03-23adds testsgiehl
2016-03-22goals fitting exact page title don't need to start with httpsgiehl
2016-03-21fixes #9930 prevent linebreak in visitor log keyword positionsgiehl
2016-03-21Always disable pivot for all columns table as it unsupportedsgiehl
2016-03-20displayed columns might not be correct when empty pivotBy is givensgiehl
2016-03-20handle PivotBy within HtmlTable visualization to fix side effectssgiehl