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 (Expand)Author
2017-02-28Post new parameter with conversion event (#11415)Thomas Steur
2016-09-01Remove deprecated events (#10455)Thomas Steur
2016-04-19 Trigger a Goal conversion for "Event matching goals" even when an event is ...Matthieu Aubry
2015-09-10Default visit custom variables array in GoalManager class.diosmosis
2015-09-02Small refactor of GoalManager for reuse in pro plugin.diosmosis
2015-08-29return min amount of available custom variables across tables instead of maximumThomas Steur
2015-08-21refs #7837 deprecated some eventsThomas Steur
2015-08-07Moving request metadata from VisitProperties to Tracker\Request class.diosmosis
2015-08-07Add public methods to VisitProperties for property access and use instead of ...diosmosis
2015-08-06Re-add Request parameter to RequestProcessor::recordLogs(), make GoalManager ...diosmosis
2015-08-06Change RequestProcessor method names and remove need to supply Request to Vis...diosmosis
2015-08-06Remove Visitor object from RequestProcessor::processRequest() method.diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-09when matching Goals against patterns, match both the RAW pattern and URL deco...mattab
2014-12-04Tracker refactoringThomas Steur
2014-11-07refs #6435 fix some more wrong values if a German locale is usedThomas Steur
2014-11-07refs #6435 check for floats in a more central place so dimensions do not have...Thomas Steur
2014-11-07refs #6435 replace possible comma with a dot. Not 100% sure if that works yetThomas Steur
2014-10-23Fixes #6068, correctly decode JSON encoded ec_items query parameter values so...diosmosis
2014-10-13Fixes #6191 Make sure Goal URL matching uses the RAW URL including any exclud...mattab
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-26refs #6070 also unsanitise the pattern which is needed for when pattern conta...mattab
2014-08-26fixes #6070 unsanitize the Action url before attempting to match the goal.mattab
2014-08-20refs #5989 #6026 let users define a goal depending on an event and fix the ex...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23as vs. AS in foreach loopsChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-01generator for conversion dimensionsThomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18this should fix the ecommerce tests, also implemented uninstall of columnsThomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-03some more tweaks and added a comment to get info about currently configured c...Thomas Steur
2014-04-03moving getMaxCustomVariables to CustomVariables class, a model should not rea...Thomas Steur
2014-04-03the tracker should not define any limitations of the custom variablesThomas Steur
2014-03-16Fixes #4659 Fix if statement logic ftw.mattab
2014-02-17Fixes lowercase campaign name and keyword refs #4260mattab
2014-02-17Fixes #4260 Make Campaign name + Keyword lowercase also in the Goal conversio...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-11-28Updating Tracker hooks to make they work for my plugin use casemattab
2013-11-28pass hook parameter by referencemattab
2013-11-27Adding new hook to enrich Conversions + minor changesmattab
2013-11-26Fixes #4340mattab
2013-10-29Remove Piwik::translateException function.diosmosis