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
2018-06-28Remove executable bit on most files (#13038)Adrien Crivelli
Only the files declaring a shebang have their execution bit set. Everything else is not executable to avoid possible security issues
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-01-21a few bug fixes eg Metics was already defined in Namespace and ↵Thomas Steur
debug_append_url was ignored in localtracker
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-04Tracker refactoringThomas Steur
2014-10-12#6085 Removed $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] and ↵Matthieu Napoli
replaced it with DEBUG_FORCE_SCHEDULED_TASKS
2014-10-09Deprecate setForceIp and setForceDateTime, moved to Request objectmattab
2014-09-08Refs #6109 cid should not require token_auth authentication. Note; this may ↵mattab
fail the test with changes in Tracker.php
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a ↵Thomas Steur
file. Wondering which test will fail...
2014-06-10Remove manual activation of plugin refs #5329mattab
2014-03-03Refs #4357 Not fully working, so revertingmattab
2014-03-03Fixes #4357 Merging branch into master, let's see if the build stays greenmattab
2013-10-24this should help unless it's really brokenmattab
2013-10-10Refs #4208 Plugin classes movedmattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
Converting Access & Auth to namespace
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-05-24Refs #3612mattab
* making tests pass! * enabling DevicesDetection tests, even though DevicesDetection plugin is disabled by default.
2013-05-06Small changes to trigger new buildmattab
2013-04-23Fixing buildmattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-20Refs #2830 More fixes forgot in previous commitmattab
2012-11-29refs #3227 removing remaining simpletest filessgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7551 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-08Refs #1823, modified UserCountry plugin to allow use of GeoIP databases if ↵benakamoorthi
desired. Added two reports, getVisitsByRegion + getVisitsByCity. Notes: * Supports country, region, city, org & isp GeoIP databases. * Supports GeoIP PHP API, PECL module & server modules. * Added ability to regenerate 'general' tracker cache. * Removed location_continent column from log_visit & log_conversion tables, and removed visits by continent blob record. Report is now a view over country report. git-svn-id: http://dev.piwik.org/svn/trunk@7122 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-07-25Attempting to fix build.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@6553 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-07-22Refs #3177, added benchmarking system and set of benchmarks to test Piwik ↵benakamoorthi
performance. Notes: * Added LocalTracker tracker that can be used w/ tests & benchmarks to speed things up. * Modified HTTP header sending code to use intermediate utility function. git-svn-id: http://dev.piwik.org/svn/trunk@6533 59fd770c-687e-43c8-a1e3-f5a4ff64c105