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
path: root/core
AgeCommit message (Collapse)Author
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-10Use piwik-latest.zip instead of latest.zip to work around bug on Chrome on ↵mattab
Windows Refs #4455
2014-06-09Moved attachment generation to report rendererm.kurzeja
2014-06-08added r.duckduckgo.com as search enginesgiehl
2014-06-082.4.0-b52.4.0-b5mattab
2014-06-082.4.0-b42.4.0-b4mattab
2014-06-07use GNU/Linux instead of Linuxmattab
2014-06-06Fix .PHP Fatal error: Call to a member function getStylesheet() on a ↵mattab
non-object in /home/travis/build/piwik/piwik/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php on line 59 https://travis-ci.org/piwik/piwik/jobs/26917086
2014-06-06Prevent notice PHP Fatal error: Call to a member function getPluginName() ↵mattab
on a non-object in /home/travis/build/piwik/piwik/core/Twig.php on line 49
2014-06-06refs #5301 to prevent naming collisions use the full class namespaceThomas Steur
2014-06-06refs #5301 make sure to pass the instance to ScheduledTasks and not the ↵Thomas Steur
className. Otherwise it is called statically. The disadvantage of this way is all task will be stored under the name "Tasks.$methodName" which can lead to naming collisions very quickly if it is not already the case. I am wondering why we keep only the last part of the class name and not the full namespaced class name here: https://github.com/piwik/piwik/blob/master/core/ScheduledTask.php#L105 ? Keeping the namespace would fix the naming collision. If we change to full namespace it could be possible a scheduled task is not executed once as the name changes
2014-06-06refs #5297 make sure plugin is deactivated even for users updating from ↵Thomas Steur
2.4.0-b3 to b4
2014-06-06refs #5297 make sure plugin is deactivated before uninstallingThomas Steur
2014-06-05refs #5301 doc for plugin/tasks classThomas Steur
2014-06-05refs #5301 this should fix the scheduledreports testsThomas Steur
2014-06-05refs #5301 added scheduled task generator, some code tweaks and more docsThomas Steur
2014-06-05refs #5301 started to simplify scheduled tasks API while staying backwards ↵Thomas Steur
compatible
2014-06-05Polish Zloti should appear after amountmattab
http://forum.piwik.org/read.php?2,116429
2014-06-05Fix typomattab
2014-06-04fixes #5268 the plus character needs to be url encoded otherwise it will not ↵Thomas Steur
be visible as it is reserved by RFC2396. Other characters work fine
2014-06-03Submodulesmattab
2014-06-03adding new google IPs as known bot ips + adding unit testsmattab
2014-06-03Reuse the Settings object, for performance improvements (only parse the User ↵mattab
agent once) refs https://github.com/piwik/piwik/pull/296
2014-06-03visitorCustomVariables is not modified in the Visitor object, so no need to ↵mattab
get it afterwards refs https://github.com/piwik/piwik/pull/296
2014-06-03Merge pull request #296 from VincentLahaye/masterMatthieu Aubry
Visitor recognition process accessible from 3rd party plugins
2014-06-03refs #5007 try to find a non cgi and non fpm php binaryThomas Steur
2014-06-03refs #5007 display an error message in case console is executed as type CGIThomas Steur
2014-06-02Update PR, following Matthieu's suggestionsVincent Lahaye
2014-06-02Merge remote-tracking branch 'origin/master'mattab
2014-06-02Ignore SSL redirection for VisitorGenerator to work around issue when SSL is ↵mattab
not working on localhost
2014-06-02Merge pull request #281 from medic123de/db-transactional-modeMatthieu Aubry
Use transactions for Tracking API requests in bulk. fixes #5275 Thanks for the pull request, it's an Awesome Performance Improvement!
2014-06-02Only use transactions for bulk requests (more than one request)Matthieu Aubry
2014-05-30Documentation tweaks.diosmosis
2014-05-30Mark some methods in Visualization class to be exposed in developer docs.diosmosis
2014-05-30Fixes #5262 Throw exception instead of dying so that the function is testable.mattab
Thanks for suggestion!
2014-05-30'2.4.0-b3'2.4.0-b3mattab
2014-05-30More useful exception message when Curl failed (display hostname)mattab
2014-05-29refs #5212 should fix core testsThomas Steur
2014-05-29refs #5212 this *should* enable leftMenu plugin by default but it will be ↵Thomas Steur
disabled. Need to test it
2014-05-29refs #5212 added possibility to make a system setting readable for non super ↵Thomas Steur
users
2014-05-29refs #5212 improved left menu stylesheet which works better with Morpheus ↵Thomas Steur
now, turned it into a plugin and made it configurable. not finished yet
2014-05-29refs #5253 this might fix the database usage error. It definitely fixes ↵Thomas Steur
nothing is displayed once you change a column in the graph charts since it does not support them. The summary configuration was never applied due to a typo.
2014-05-29refs #5222 completely delete the Zeitgeist pluginThomas Steur
2014-05-28Fix typoVincent Lahaye
2014-05-28IsVisitorKnow() wasn't support, this commit fixes the bug.Vincent Lahaye
2014-05-28refs #5192 updated docsThomas Steur
2014-05-28Removing test.php from white-listed files since, that makes no sense to ↵mattab
white list a php script
2014-05-28delete and recreate web.config files on upgrade to 2.4.0 fixes #5255mattab
2014-05-27Refactor visitor recognition in his own class, so that a third party plugin ↵Vincent Lahaye
could reuse it.
2014-05-27Merge pull request #292 from piwik/morpheus_defaultthemeThomas Steur
refs #5222 Remove Zeitgeist theme from Piwik and support only Morpheus