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 (Expand)Author
2014-01-22Fixing PEAR.php path so that the GeoIP untar can function properly without ne...James
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 back...mattab
2014-01-09Refs #4404 Error when downloading pdf-reportmattab
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
2013-12-17fixes #4373, #1640Julien Moumné
2013-12-17This modifies jqPlot to support retina displays.Fabian Becker
2013-12-11Minor stylemattab
2013-12-11Moving PHP Tracker documentation from: http://piwik.org/docs/tracking-api/ to...mattab
2013-12-08Minor messagesmattab
2013-12-08trying to fix Illegal string offset 'masked' in <strong>/var/www/http/piwik/l...mattab
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 m...Thomas Steur
2013-11-11Refs #4288 removes useless filesmattab
2013-11-11Refs #4288 Upgrading TCPDF but the tests then fail. It seems the generated PD...mattab
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 Arch...mattab
2013-11-01Removing a //FIXME : refactoring reserved custom variable slots for ecommerce...mattab
2013-10-30Simpler cookie setters to keep build greenmattab
2013-10-30Fix setrawcookie error messagemattab
2013-10-25submodule syncmattab
2013-10-24next trymattab
2013-10-24Merge branch 'master' into ceventsmattab
2013-10-24next trymattab
2013-10-24Enabling read/set cookies by default refs #4239mattab
2013-10-24Typomattab
2013-10-24this should help unless it's really brokenmattab
2013-10-24Load custom variables of visit scope from the cookie Refs #4239mattab
2013-10-24Refs #4239 Fixing bug and adding custom variables cookie settermattab
2013-10-24Adding first party cookie read/write to the PiwikTracker PHP client. Refs #4239mattab
2013-10-24Merge branch 'php_client_cookies' of https://github.com/claytondaley/piwik in...mattab
2013-10-23Merge branch 'master' into ceventsmattab
2013-10-23refs #472 Adding Javascript API for tracking Event + Javascript testsmattab
2013-10-23Fixes #4235 Adding Windows 8.1 detectionmattab
2013-10-21Merge remote-tracking branch 'origin/master' into ceventsmattab
2013-10-21Remove JIT JavaScript library from core and update TreemapVisualization module.diosmosis
2013-10-20Some refactoring and preparations for custom events ref #472mattab
2013-10-18Minor changesmattab
2013-10-15Fixed undefined property (failing Travis)Clayton Daley
2013-10-15Fixed whitespace.Clayton Daley
2013-10-15Added logic to create custom variable in getRequest().Clayton Daley
2013-10-15Added newVisitor to API call. Moved cookie API logic closer to existing ID i...Clayton Daley
2013-10-15Session logic should increment visitCount to 1 when it creates the first Sess...Clayton Daley