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-06-18refs #1337 - only create .htaccess files at Installation if Apache detected. ...vipsoft
2010-06-14fix regression from [2295]; thanks Mattvipsoft
2010-06-13fixes #1421 - but for simplicity, it doesn't check suhosin.executor.eval.whit...vipsoft
2010-06-13fixes #1421vipsoft
2010-06-12quick fixes #1421 - add Installation check requiring eval() ... used by HTML ...vipsoft
2010-06-12fixes #1416, refs #642 - replace static web.config with runtime generated fil...vipsoft
2010-06-03fixes #1152 - remove deprecated "name" from getInformation() arrayvipsoft
2010-05-20fixes #1360vipsoft
2010-05-14if not --enable-memory-limit, then ini_get('memory_limit') returns false, and...vipsoft
2010-05-12refs #1335 - move adapters in core/Db to core/Db/Adapter, mirroring libs/Zend...vipsoft
2010-05-09fixes #1062, refs #1235 - revert [1671] EmulateIE7 compatibility modevipsoft
2010-05-07refs #1337 - create .htaccess files at runtime (Installation); tested with Or...vipsoft
2010-04-13(no commit message)vipsoft
2010-04-09Fixing error message displayed when loading formmatt
2010-04-09Adding autocomplete=off which doesn't still supress firefox from autocompleti...matt
2010-04-09Fixes #1256 Installer now checks that the super user is a valid login string ...matt
2010-04-09refs #1133 - simplify logic re: setting the charset when installer (re)genera...vipsoft
2010-04-09add missing type attribute to stylevipsoft
2010-04-07Refs #56 matt
2010-04-02 * Added General settings page to: enable browser archiving, define today's a...matt
2010-03-29refs #1250 - make the help message conditional on integrity result codevipsoft
2010-03-29Refs #56 matt
2010-03-29fixes #1250 - my fault; change array_splice() to array_slice()vipsoft
2010-03-27fixes #1248 - remove deprecated charset mismatch warningsvipsoft
2010-03-24fixes #1241 - refactor http client methods out of Piwik.phpvipsoft
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I skip...vipsoft
2010-03-18Refs #1097matt
2010-03-18Refs #1091 small style adjustements and small translations updatesmatt
2010-03-16Fixes #1156 Adding Reflection to list of required extensionsmatt
2010-03-14handle PHP_OS=="Windows"vipsoft
2010-03-12Refs #1097 matt
2010-03-07clean up some of the markupvipsoft
2010-03-03fixes #1133 - adds 'charset = utf8' to configuration file on new installs (or...vipsoft
2010-02-12mbstring.func_overload is evilvipsoft
2010-02-10refs #1122 - fix usagevipsoft
2010-01-30fixes #1096 - translateable plugin descriptionsvipsoft
2010-01-16fixes #1110 - warn if IPv6 address detected during Installation; handle IPv4 ...vipsoft
2010-01-08fixes #1099 - add MySQL warning if client/server versions are incompatiblevipsoft
2010-01-03refs #1097 - refactoringvipsoft
2010-01-03refs #1097 - check file integrity after updates; simplify some messages (e.g....vipsoft
2010-01-02refs #1097 - reorganize code to better accommodate an integrity check after a...vipsoft
2010-01-01refs #1097 - file integrity check (optional) added to Installation. A warning...vipsoft
2009-12-30minor fixesvipsoft
2009-12-29add create_function() to the needed_functions list.vipsoft
2009-12-28fixes #991 - redirect to Installation 'welcome' (displaying alternate text & ...vipsoft
2009-12-28Distinguish between "needed" and "desired" functions. Handle case where debu...vipsoft
2009-12-27refs #1092, fix to functionExists()vipsoft
2009-12-27fixes #1092 - detect suhosin disabled functions (via blacklist); add check an...vipsoft
2009-12-15fixes #869 - Installation - detect presence of a reverse proxy and warn if mi...vipsoft
2009-12-12refs #1062 - use IE7 compatibility mode for IE8; temporary workaround for jQu...vipsoft