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-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-08Refs #5291 Also clearing user agent and accept-languagemattab
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-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
2013-12-08Minor messagesmattab
2013-12-08trying to fix Illegal string offset 'masked' in ↵mattab
<strong>/var/www/http/piwik/libs/tcpdf/tcpdf.php</strong> on line <strong>7067</strong> reporting in forums
2013-11-22Adding json encode as expectedmattab
2013-11-13refs #4206 mention fix in readmeThomas Steur
2013-11-13fixes #4206 it is now possible to render the graphs, fix is verified on the ↵Thomas Steur
mentioned Piwik instance
2013-11-11Refs #4288 removes useless filesmattab
2013-11-11Refs #4288 Upgrading TCPDF but the tests then fail. It seems the generated ↵mattab
PDF has some random content (after copying from Processed/ -> expected/ the test still fails)
2013-11-07Merge remote-tracking branch 'origin/master'mattab
2013-11-07mark piwik tracker as apiThomas Steur
2013-11-06Make error message more useful when tracking request failsmattab
2013-11-06Refs #4278 Creating a new class PluginsArchiver to refactor logic out of ↵mattab
ArchiveProcessor\Loader
2013-11-01Removing a //FIXME : refactoring reserved custom variable slots for ↵mattab
ecommerce view