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-17starting to move actions from tracker into pluginsThomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-13moved more logic from core to pluginsThomas Steur
2014-06-13by sorting the reports before returning them we make sure the widgets will be...Thomas Steur
2014-06-13added possibility to set a permission on the segment object, fix category of ...Thomas Steur
2014-06-13fix metric documentationsThomas Steur
2014-06-12as the category is used for reportMetadata and widgetsList we should not tran...Thomas Steur
2014-06-12fixed some more testsThomas Steur
2014-06-12fixed some more testsThomas Steur
2014-06-12this should fix some testsThomas Steur
2014-06-12add visitor fields before triggering hookThomas Steur
2014-06-12fix notice keyword / name is not definedThomas Steur
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