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-19addding userId plugin description and enable plugin during update (#10073)Thomas Steur
2016-03-28Updates .htaccess files to whitelist EOT filesKévin Subileau
refs #9967
2016-02-02refs #9686 add help links in error message to Piwik PROThomas Steur
2016-02-02Automatically enable PiwikPro plugin on update + minor tweaksmattab
2016-01-15add possibility to specify charset when importing in batchThomas Steur
2015-12-14catch an already existing indexThomas Steur
2015-12-13remove all usages of alter ignoreThomas Steur
2015-10-12make sure to remove no longer needed pluginsThomas Steur
2015-10-08fix integration tests which failed because we did not return an array in sql ↵Thomas Steur
statements
2015-10-08Plugin to track usage of PiwikThomas Steur
2015-10-07various fixes for left menu, code tweaks and documented new method to ↵Thomas Steur
register icons
2015-10-07Left menu designThomas Steur
2015-09-22refs #8549 support for multiple release channelsThomas Steur
2015-09-02Whitelists TTF to be downloadable via apache webservermattab
fixes #8691
2015-08-26Change version update now that 2.14 has been released and this PR will go ↵diosmosis
into 2.15.
2015-08-26Use new (not deprecated) update methodsbarbushin
2015-08-26Add option to track only website urlsbarbushin
2015-08-22Migrate updates to use new(not deprecated) methodsbarbushin
2015-08-06Add 2.15.0 update to enable Heartbeat plugin.diosmosis
2015-07-21refs #8304 fix some dimensions were not marked as successfully uninstalledThomas Steur
2015-06-17refs #7893 added possibility to measure mobile appsThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-10Removed deprecated methods.Thomas Steur
As the plugin does now nothing anymore, I removed it.
2015-05-07put table name in quotesThomas Steur
2015-05-06refs #7839 added an update to remove already created preferences with an ↵Thomas Steur
empty value
2015-04-14Fix updateMatthieu Napoli
2015-04-14ref #7235 Refactored the system check to allow plugins to add diagnosticsMatthieu Napoli
2015-03-17Fixing travis build (hopefully).diosmosis
2015-02-23changed version to b4 as b3 is already releasedThomas Steur
2015-02-23fixes #6635 automatically configure database_tests config for developers ↵Thomas Steur
when running tests. I also replaced the check that does a request against Piwik to check whether it is installed with `SettingsPiwik::isInstalled()` as discussed recently
2015-02-12Moved the monolog configuration and code into a Monolog pluginMatthieu Napoli
2015-02-08Merge branch 'master' into 6436_action_dupesdiosmosis
2015-02-05Remove update and add ability to invalidate archives in duplicate action ↵diosmosis
fixing command.
2015-02-05Add update script that removes duplicate actions.diosmosis
2015-01-22renamed update scriptsgiehl
2015-01-13refs #3962 - moved language reports to their own pluginsgiehl
2015-01-08increased version and updated update script to make sure it is executedThomas Steur
2015-01-07renamed overview link to be consistent with other links, verified update ↵Thomas Steur
script, disabled link in user menu for now as it simply does not work. will remove code soon
2015-01-07we will have to migrate existing dashboard widgets, have not tested it yetThomas Steur
2015-01-07added an update file, needs to be renamed later to correct versionThomas Steur
2014-12-21moved browser plugin reports to an own plugin 'DevicePlugins'sgiehl
2014-12-16Trying to fix error on beta7 upgrade that killed the Plugins[] section of ↵mattab
config file
2014-12-13activate plugin on updatesgiehl
2014-12-13small adjustmentssgiehl
2014-12-09moved resolution and configuration reports to a new pluginsgiehl
2014-12-08fix problem in api for fallback to old browser/os archivessgiehl
2014-12-06refs #6750 - only rename archives in update script. do not rebuild archives ↵sgiehl
without versions where they do not exist. Instead added a fallback in the api methods to build the reports on the fly if requested
2014-12-04refs #6075 moved migration script to correct versionThomas Steur
2014-12-04Tracker refactoringThomas Steur
2014-11-30refs #6750 - added try catch to avoid errors with possibly invalid datatablessgiehl