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
2010-08-06Fixing Notice: Undefined index: salt in core/Common.php on line 705matt
2010-08-03fix bug where numeric value would be base64 encoded; sign cookies as a more r...vipsoft
2010-07-29Fixes #587matt
2010-07-23fixes #1448 and refactors the Windows detection to Piwik_Common::isWindows()vipsoft
2010-07-06Introducing documented piwik.php PHP Tracking client.matt
2010-07-01This was a mistake, putting back the @ (failing unit test)matt
2010-06-29Fixes #660 - Thanks Julien Moumne for the patch! great new feature improving...matt
2010-06-24Manually deleting tmp/latest directory was failing the unit tests, fixing by ...matt
2010-06-22refs #1433 - refactoringvipsoft
2010-05-31Refs #1374 Moving visitor generator tool to its own plugin. Patch by halfdan!matt
2010-05-13Fixes #1283 Bing images search. I haven't tested in the UI and checked that t...matt
2010-05-13Fixes #1348 detecting the new google images style URL + unit testmatt
2010-05-07refs #1337 - create .htaccess files at runtime (Installation); tested with Or...vipsoft
2010-05-06fixes #1336vipsoft
2010-04-04whitespacevipsoft
2010-04-02 * Added General settings page to: enable browser archiving, define today's a...matt
2010-03-31Refs #41 The url shouldn't be htmlspecialchared matt
2010-03-31Fixes #41 Adding URL Query parameters exclude setting, per website, and globa...matt
2010-03-29refs #567 / comment:ticket:567:1 - clean up getIp()vipsoft
2010-03-29refs #1251 - fix key config not definedvipsoft
2010-03-22Fixes #43matt
2010-03-22Fixes #43matt
2010-03-13revert [1909]vipsoft
2010-03-13add nonce generator/validator (plugin framework enhancement)vipsoft
2010-01-31fix version check; magic_quotes_gpc not removed until php 6vipsoft
2010-01-18BC function signaturevipsoft
2010-01-16fixes #1110 - warn if IPv6 address detected during Installation; handle IPv4 ...vipsoft
2010-01-08add Common.getCountry hook for simple IP-to-country (lighter than GeoIP)vipsoft
2009-12-30(no commit message)vipsoft
2009-12-30minor fixesvipsoft
2009-12-14refactor unserialize_array(); add Application version tests to SecurityInfovipsoft
2009-12-12refactor [1637] and add unit testvipsoft
2009-09-23fixes #642 - package Piwik for Web Application Galleryvipsoft
2009-09-02fixes #962 - fix 'integer' and 'float' detection of malformed valuesvipsoft
2009-09-02fixes #963 - remove 'numeric' as a getRequestVar() typevipsoft
2009-08-24refactoring; tighten up isPhpCliMode()vipsoft
2009-08-24default to $_SERVER['HTTP_ACCEPT_LANGUAGE'] before fallback to $ENV['LANG']vipsoft
2009-08-22phpdoc cleanup:vipsoft
2009-08-21LanguagesManager setLanguageForUser() and setLanguageForSession(): rename $la...vipsoft
2009-08-16refs #916 - optional query parameters (except for first definition for each s...vipsoft
2009-08-16refs #889 - add PIWIK_USER_PATH to relocate config & tmp folders per user/acc...vipsoft
2009-08-09refs #911 - simplifying regexps; preg_quote() where neededvipsoft
2009-07-12refs #735 - simplify structure of DataFiles/Countries.phpvipsoft
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofvipsoft
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsvipsoft
2009-06-18workaround realpath() bug where it may not remove the trailing slashvipsoft
2009-06-16refs #803 - Log/Exception contains classes that won't be found by vipsoft
2009-06-15refs #620, refs #803 - refactor autoloader into core/Loader.php (class vipsoft
2009-06-11Revert [1199]vipsoft
2009-06-10Zend_Registry not found; plugins/Installation/FrontController.php vipsoft