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
2015-02-13submodule updatessgiehl
2015-02-13Fix Sitesmanager description typoMatthieu Aubry
2015-02-12Merge pull request #7174 from piwik/seo-metricsMatthieu Aubry
Refactored the SEO plugin to make it extensible and error-proof
2015-02-12Changed plugin descriptionsmattab
2015-02-12Added missing phpdoc file headersMatthieu Napoli
2015-02-12update submodules and revert part of commitmattab
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2015-02-12Update piwik/cache dependency to use stable Doctrine releaseMatthieu Napoli
2015-02-12ref #7117 Make sure we get the real list of activated plugins when adding ↵Matthieu Napoli
plugin configs
2015-02-12Moved an exception into its own fileMatthieu Napoli
2015-02-12Merge pull request #7118 from piwik/log-pluginMatthieu Napoli
Monolog plugin
2015-02-12Moved the monolog configuration and code into a Monolog pluginMatthieu Napoli
2015-02-12Removed PleineLune as it was deprecatedmattab
2015-02-11never show search field in row evolutionsgiehl
2015-02-11Skipping some tests on the php 5.3 build, let's see if it helpsmattab
2015-02-11Changed newsletter message in installermattab
2015-02-11Trim the hostname before sending email, fixes #7157mattab
2015-02-11Merge pull request #7162 from piwik/6809Matthieu Aubry
Some performance improvements for the all websites dashboard
2015-02-11Merge pull request #7173 from piwik/imagegraph_performance_tweakMatthieu Aubry
a few performance tweaks as everything in that for loop is executed over...
2015-02-11Merge pull request #7117 from piwik/plugin-configMatthieu Aubry
Plugins can provide their own config files
2015-02-11Fixes #7168 include_aggregate_rows was still enabled in exports when ↵Matthieu Napoli
disabled previously "0" (the string) was casted to a boolean in the `if` which lead to it being `true`
2015-02-11a few performance tweaks as everything in that for loop is executed over and ↵Thomas Steur
over again Noticed it while debugging something. Should not have a big effect.
2015-02-11Merge pull request #7128 from piwik/simpler-cache-config2.11.0-b4Matthieu Napoli
Simplified the cache configuration
2015-02-11Simplified the cache configurationMatthieu Napoli
2015-02-11#7153 #4172 #7107 Refactored the SEO plugin to make it more extensible and ↵Matthieu Napoli
error-proof - SEO metrics are returned by `MetricsProvider` implementations - a new event `SEO.getMetricsProviders` allows other plugins to register `MetricsProvider` - errors while connecting to a 3rd party service are now logged as warning, and shown in the widget as `-` instead of the values.
2015-02-11it is ok when label column appears in the middle as it is not a processed reportThomas Steur
2015-02-11Tweak the Piwik PRO newsletter textmattab
2015-02-11it is ok if there is an update available for PiwikThomas Steur
2015-02-10mention new command to sync processed system test resultsThomas Steur
2015-02-10added a command to sync processed system test results with travisThomas Steur
Useful for core devs only
2015-02-10excludingone system tests from the php 5.3 build in order to try make it ↵mattab
green more often
2015-02-10Several changes and fixes to the calendar, visitor log truncation, ↵mattab
pleinelune deprecated, new UserLanguage plugin
2015-02-10In UI CI job output the command to fix UI testmattab
2015-02-10During installation, check by default the Piwik PRO email subscriptionmattab
users can unsubscribe in one click and will never receive communication again
2015-02-10Improved readme structure + added call to contributors! linked to #7163Matthieu Aubry
2015-02-10refs #6809 this should fix the broken test if MultiSites.getAll results in ↵Thomas Steur
only one requested site but uses multi period
2015-02-10refs #6809 fix a couple of system tests, the sites matching pattern were not ↵Thomas Steur
correctly returned
2015-02-10refs #6809 make sure we do not set sites if they are already setThomas Steur
2015-02-10refs #6809 a couple of performance improvements for the all websites report.Thomas Steur
I tested it with 4k websites. The change made it only a couple of seconds faster but requesting 4k websites would still take 4-8 seconds even if only 10 sites of them are actually requested. For example before we did request each site 3 times (12k times in total and triggered 12k events etc) which should be no longer the case. The last `clearSiteCache` was there to free some memory but I think it shouldn't be problematic to remove it. Also I removed one 'sort' as a lot of time is wasted there. It should be in theory sorted afterwards anyway again. Need to see test results whether this change is good or not.
2015-02-10Merge pull request #7156 from piwik/translation-id-languageMatthieu Aubry
Added a new "Development" language that shows the raw translation IDs
2015-02-10ref #6609 Plugins can provide their own config filesMatthieu Napoli
2015-02-10Merge pull request #6954 from jantlwoomy/fix_userId_segmentationMatthieu Aubry
Fix User ID Segmentation
2015-02-10Refs #6436, #7112 add new duplicate action fixing command to developer ↵diosmosis
changelog.
2015-02-10#7094 Added a new "Development" language that shows the raw translation idMatthieu Napoli
This language is shown when development mode is enabled.
2015-02-10Refs #7112, shortening constructor logic for DuplicateActionRemover & ↵diosmosis
FixDuplicateActions.
2015-02-09Refs #7112, do not access database in DuplicateActionRemover constructor.diosmosis
2015-02-09Fixing require paths in TestsSetupFixture.php.diosmosis
2015-02-09Merge pull request #7119 from piwik/performance_improvementsMatthieu Aubry
Various performance improvements, especially for Range period and installations with many sites
2015-02-09Updating submodulemattab
2015-02-09This change should not be needed after ↵mattab
https://github.com/piwik/piwik/commit/86fd4862a9df1338aaaa31a1d1f8fdfc3c4672fc