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 (Collapse)Author
2010-06-17treat distro builds (e.g., 5.3.2-ubuntu1) as current (5.3.2)vipsoft
2010-06-03fixes #1152 - remove deprecated "name" from getInformation() arrayvipsoft
2010-04-20fixes #1310 - fix PhpSecInfo test for Suhosin patch; thanks halfdanvipsoft
2010-04-09Fixes #526matt
* Added possibility to change password, for super user and normal users * Refactored Login to add a new hook that is meant to init the session (set the cookies). this hook is called when the password is changed. * Added general feedback message at top of the admin screens, to let users know that changes have been successful.
2010-04-02 * Added General settings page to: enable browser archiving, define today's ↵matt
archive time to live (fixes #1149) * added User settings page, that all logged in users can access to edit: Alias, email, default report to load, default date. Implemented settings in the _option table (rather than adding new fields to the table). Fixes #401 refs #526 * the super user can edit settings for the anonymous user and force the anonymous to the login screen or a specific website * added order feature in admin menu + colored current menu + hiding menu entries that are not visible to the logged in user anyway * improved styles of admin forms
2010-03-24fixes #1241 - refactor http client methods out of Piwik.phpvipsoft
2009-12-15Fix test to handle case where you've updated manually but the database ↵vipsoft
refers to an old version.
2009-12-15suppress memory_limit warningvipsoft
2009-12-15Looking ahead (e.g., #607), restored a couple of tests but suppress the ↵vipsoft
results for now.
2009-12-14refs [1687], remove the URL entirely as it breaks the Plugins pagevipsoft
2009-12-14Security plugin: small translation modification and redirection to URL ↵matt
without publishing the referer
2009-12-14Removing PHP security information not relevant to a Piwik-only php server.matt
2009-12-14remove debug codevipsoft
2009-12-14refactor unserialize_array(); add Application version tests to SecurityInfovipsoft
2009-12-12fixes #1055 - add SecurityInfo pluginvipsoft