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/libs
AgeCommit message (Collapse)Author
2014-08-04Fixes #5407 Define gzopen function as alias of gzopen64 when it appliesmattab
2014-07-08refs #5409 #341 #5349 if a config value contains a dollar sign convert it to ↵Thomas Steur
an html entity to prevent it being interpreted as a PHP variable. This allows us to remove the RAW ini parser flag which causes trouble on some PHP versions as the parser seems to be buggy.
2014-06-19Move tracker proxy logic in js/index.php to js/tracker.php & allow the ↵diosmosis
removal of the comment header in piwik.js (includes test). Also remove @group from static file serve test & fix bug in modified _readfile() proxy.
2014-06-19Add ability to serve only part of a static file. Includes tests for new ↵diosmosis
functionality.
2014-06-17Merge pull request #305 from piwik/DeviceDetector2Matthieu Aubry
Switch to DeviceDetector 2.X
2014-06-16Fixes #5349 Adding flag INI_SCANNER_RAW to prevent errormattab
This should fix the build
2014-06-10Merge branch 'master' into DeviceDetector2sgiehl
Conflicts: plugins/DevicesDetection/DevicesDetection.php
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-09Merge branch 'master' into DeviceDetector2sgiehl
2014-06-08Refs #5291 Also clearing user agent and accept-languagemattab
2014-06-07Merge branch 'master' into DeviceDetector2sgiehl
2014-06-07Refs #5291 adding call to clearCustomVariables()mattab
Let's see if some test will fail as a result.
2014-06-07Minormattab
2014-06-05Fixes #5291 Adding new method clearCustomVariables()mattab
-> please use this method to make sure your custom variables are reset Thanks for the report!
2014-06-05Refs #5291 Revert commit because it broke too many testsmattab
2014-06-05Fixes #5291 Reset the object properties, when issuing a bulk requestmattab
to avoid leaking values from one visitor request to the next (who could be completely different visitor)
2014-05-30reimplemented caching; fixed detection of BOT 'os'sgiehl
2014-05-25php compatibility fixessgiehl
2014-05-24starting to implement new DeviceDetector structuresgiehl
2014-05-09Fixes #5123 PHP Tracker, added new method setForceNewVisit() to force ↵mattab
creation of a new visit + with test Close https://github.com/piwik/piwik/pull/218
2014-05-09Merge pull request #271 from wedgeV/jqplot-pie-fixMatthieu Aubry
hack to fix pie chart size on retina Fixes #4594 Kuddos @wedgeV
2014-05-09Merge pull request #269 from piwik/4987_zenmodeThomas Steur
refs #4987 Simplify Piwik interface: Zen Mode
2014-05-08hack to fix pie chart size on retinaBernhard Valenti
2014-05-08Use same yuicompressor as in js/READMEmattab
2014-05-05refs #4987 removed duplicated help (already mentioned in regular help icon) ↵Thomas Steur
and added missing readme
2014-05-01refs #4987 some bugfixes especially for small windows, fixed a test, enabled ↵Thomas Steur
plugin
2014-04-30refs #4987 tweaked some reports, remember whether zenmode is ↵Thomas Steur
enabled/disabled, code improvements
2014-04-23Fixes #5030 Tracking API now does not require token_auth for bulk requests.mattab
To make behavior the same as in Piwik 2.1.0 or earlier, set the following config setting under [Tracker]: ; Whether Bulk tracking requests to the Tracking API requires the token_auth to be set. bulk_requests_require_authentication = 1
2014-04-03UserAgentParserEnhanced is now required and used from it's own composer ↵sgiehl
package (piwik/device-detector); additionally Spyc library is required as composer package and removed from piwik source
2014-03-24Use proper base timestamp when setting cookie TTLChris Abernethy
The PiwikTracker PHP class was using the createTs as a base for applying the cookie TTL offset instead of using the currentTs. This will result in cookie TTLs being in the past TTL seconds after the initial visitorId cookie is created. For example, 30 minutes after the initial visitorId cookie is set, all "ses" cookies will start getting set with expiration times in the past.
2014-03-12Reuse the default tracker cookie path in testsmattab
2014-03-08Silent fail to prevent bug?mattab
http://forum.piwik.org/read.php?2,112675
2014-02-27updated html5shiv to latest 3.7.0sgiehl
2014-02-27fixes #4723 updated jQuery & jQueryUIsgiehl
2014-02-25refs #2174 removed source map mapping as it will not work on production ↵Thomas Steur
(when merged assets is enabled it cannot find the path to this file)
2014-02-25refs #2174 removed some not needed filesThomas Steur
2014-02-25refs #2174 adding the actual angular lib, maybe later we use bower?Thomas Steur
2014-01-22Fixing PEAR.php path so that the GeoIP untar can function properly without ↵James
needing php-pear to be installed - bug #4533
2014-01-16Adding licenses + legalnotice Refs #201mattab
2014-01-16Moving files to the jquery lib directory Refs #201mattab
2014-01-09Minormattab
2014-01-09Refs #4404 Referencing manual tcpdf fix in the readme, so we remember to ↵mattab
backport
2014-01-09Refs #4404 Error when downloading pdf-reportmattab
Can you please apply these two changes and confirm whether this fixes the issue for you?
2014-01-08Adding missing ie11 - thanks for suggestion @Olivermattab
2014-01-08IE11 detection fix when not using DevicesDetectionmattab
2013-12-18Merge pull request #169 from piwik/fix-retinaThomas Steur
Modify jqPlot to support retina displays.
2013-12-17fixes #4373, #1640Julien Moumné
2013-12-17This modifies jqPlot to support retina displays.Fabian Becker
fixes #4389
2013-12-11Minor stylemattab
2013-12-11Moving PHP Tracker documentation from: http://piwik.org/docs/tracking-api/ ↵mattab
to http://developer.piwik.org/api-reference/PHP-Piwik-Tracker