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 (Expand)Author
2014-06-12defined segments in dimensionsThomas Steur
2014-06-12fixed processed metricsThomas Steur
2014-06-12some more reports, bugfixes, migrations to new structureThomas Steur
2014-06-11converted more reports, segments, dimensions, ... not finished yetThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more dimensio...Thomas Steur
2014-06-10starting to move dimensions from core into plugins and put each dimension int...Thomas Steur
2014-06-10Merge remote-tracking branch 'origin/master' into plugin_widget_refactoringThomas Steur
2014-06-10fix testsThomas Steur
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 non-obj...mattab
2014-06-06Prevent notice PHP Fatal error: Call to a member function getPluginName() on...mattab
2014-06-06refs #5301 to prevent naming collisions use the full class namespaceThomas Steur
2014-06-06working on simplifying widgets. Pushing into a branch since I am not 100% hap...Thomas Steur
2014-06-06refs #5301 make sure to pass the instance to ScheduledTasks and not the class...Thomas Steur
2014-06-06refs #5297 make sure plugin is deactivated even for users updating from 2.4.0...Thomas Steur
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 co...Thomas Steur
2014-06-05Polish Zloti should appear after amountmattab
2014-06-05Fix typomattab
2014-06-04fixes #5268 the plus character needs to be url encoded otherwise it will not ...Thomas Steur
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
2014-06-03visitorCustomVariables is not modified in the Visitor object, so no need to g...mattab
2014-06-03Merge pull request #296 from VincentLahaye/masterMatthieu Aubry
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
2014-06-02Merge pull request #281 from medic123de/db-transactional-modeMatthieu Aubry
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
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 dis...Thomas Steur
2014-05-29refs #5212 added possibility to make a system setting readable for non super ...Thomas Steur
2014-05-29refs #5212 improved left menu stylesheet which works better with Morpheus now...Thomas Steur
2014-05-29refs #5253 this might fix the database usage error. It definitely fixes nothi...Thomas Steur
2014-05-29refs #5222 completely delete the Zeitgeist pluginThomas Steur
2014-05-28Fix typoVincent Lahaye