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-03refs #1368 - Piwik::prefixTable() is deprecatedvipsoft
2010-06-03fixes #1152 - remove deprecated "name" from getInformation() arrayvipsoft
2010-05-28Adding tests to check that language files have the right number of ↵matt
parameters $s %1$s etc. in the translation. Disabling the test for now, but in the future will remove invalid strings from the translation files.
2010-05-05Refs #1308 fixing unit test, Piwik_Exec doesn't allow bind parametersmatt
2010-04-16fixes #1308 - delete user language settings when deleting uservipsoft
2010-04-10replace deprecated language="javascript" with type="text/javascript"vipsoft
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-29Refs #1255 Adding About Piwik translations as a first item in the language ↵matt
selector
2010-03-07clean up some of the markupvipsoft
2010-02-11fix unit testsvipsoft
2010-02-10refs #1122 - fix usagevipsoft
2010-02-10fixes #1122 - per Matt's reviewvipsoft
2010-01-30fixes #1096 - translateable plugin descriptionsvipsoft
2009-12-28Distinguish between "needed" and "desired" functions. Handle case where ↵vipsoft
debug_backtrace() is disabled.
2009-12-12fixes #1072 - wrap plugin author name with author_homepage (instead of homepage)vipsoft
2009-12-08fixes #1056 - core plugins should display release versionvipsoft
2009-11-26Tested with PHP 5.3.1vipsoft
Installation: * add another step (databaseCheck); warn if not UTF8 * provide charset example in config.ini.sample.php * missing translation strings from some forms * handle last step ('finished') being refreshed or language selected * handle incomplete install (i.e., anonymous user or initial site not created) index.php: * handle session.save_path not defined, unable to mkdir, or not writable MySQLi: * handle connection error * uncaught exceptions from Dashboard, ExampleFeedburner, and LanguagesManager
2009-10-29Use Piwik_Exec() for DDL queries as earlier versions of mysqli can't prepare ↵vipsoft
these statements.
2009-10-15refs #1003 - filter empty translations when counting percentage translatedvipsoft
2009-09-19refs #904 - mysql error codesvipsoft
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to ↵vipsoft
driver-specific SQLSTATE (see example) fixes #980 - Piwik Installation support for "MySQL Improved" (mysqli) extension fixes #984 - Set client connection charset to utf8. Fixed tracker profiling data not recorded until after report generated. More refactoring and database abstraction: - Installation gets a list of adapters instead of hardcoding in the plugin - checking for database-specific system requirements deferred to the adapter - error detection moved to adapter but we still use MySQL error codes rather than defining new constants Note: unit tests don't run with MYSQLI -- Zend Framework's Mysqli adapater doesn't support prepare() yet
2009-09-08fixes #945 - Piwik sets the session.name to 'PIWIK_SESSID'; ↵vipsoft
define('PIWIK_SESSION_NAME', ...) in bootstrap.php to override; session namespaces now prefixed by Piwik_. We regenerate session ID at login/logout to mitigate session fixation attacks.
2009-08-27refs #540 - fix path so tests can run standalone from their own directoryvipsoft
2009-08-27fixes #540 - move plugin unit tests from tests/core/*.php to ↵vipsoft
plugins/*/tests/*.php
2009-08-23Tweak phpdoc config. Add some missing phpdocs.vipsoft
2009-08-22phpdoc cleanup:vipsoft
* add @category (Piwik => 'core', Piwik_Plugins => 'plugins') * in core, use @package and @subpackage more consistently to group files/classes; exception is DataFiles/*, PluginsFunctions/*, and SmartyPlugins/* * in plugins, @package is the plugin name * removed '@param none' -- not a phpdoc convention * '@throws' and '@return void' are also not phpdoc conventions, but are widely used elsewhere, e.g., Smarty & Zend
2009-08-21LanguagesManager setLanguageForUser() and setLanguageForSession(): rename ↵vipsoft
$language param to $languageCode. Piwik::isPhpCliMode() deprecated; moved to Piwik_Common::isPhpCliMode() Piwik_Common::getBrowserLanguage() uses $_ENV['LANG'] if PHP CLI Fixes #749 - Login form changes 1) Lost password form now sends an email with reset instructions and link to a password change form instead of changing the password. 2) Added password change form which requires input of a generated token (valid for 24 hrs). 3) Fix $urlToRedirect handling; refactoring; phpdoc comments; minor reformatting
2009-08-18fixes #939 - refactor saveLanguage() from Installation and CoreUpdater ↵vipsoft
controllers Added Piwik_LanguagesManager_API::getLanguageForSession() and setLanguageForSession()
2009-08-16fixes #759 - add browser lang detection and language selector; make ↵vipsoft
remaining strings translateable
2009-08-12fixes #922 - use View factory in core plugins; post View.getView event (new ↵vipsoft
hook)
2009-08-09minor XHTML formatting editsvipsoft
2009-08-02fixes #522 - inconsistency in login string lengthvipsoft
(update script to be addressed in #894)
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofvipsoft
libs. (I didn't touch: open-flash-chart, Zend Framework, and PEAR HTML.)
2009-07-06fixes #845 - php 5.3 backward incompatibilities and deprecated functionality;vipsoft
quick fixes #851 - unit tests; also fix redirect error in Installation when deleting existing tables
2009-07-03Fixes #828 - use Zend_Session / Zend_Session_Namespacevipsoft
2009-07-02refs #830 - move images as wellvipsoft
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsvipsoft
2009-07-01Quick fixes #830 - website selector not displayed correctly when ↵vipsoft
LanguagesManager plugin disabled
2009-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withvipsoft
the exception of those in core/Updates/.
2009-06-12Fixes #786; versions of IIS before IIS6 fail with method POST and URI vipsoft
without a script name (i.e., index.php); for consistency, always include the script name in links (GET, POST, and Location: redirects) http://support.microsoft.com/kb/216493
2009-05-30fixes #691 - use relative URLs (except in Widgetize iframe & flash embed vipsoft
code); refs #466 and #647 - should also resolve the reverse proxy issues
2009-05-28fixes #743 - optimize include path; refs #631vipsoft
2009-03-24- fixed #310 When database collation is not the default, mysql error ↵matt
"Illegal mix of collations" now all tables are created with utf8 charset
2009-03-23- fixed #597 Add new method to languagesManager to show all string of a languagematt
ps: renamed from getTranslationsForLanguages to getTranslationsForLanguage patch by benoit pouzet
2009-03-06- adding api to languages manager to build a "thank you translators" page matt
2009-02-27adding german search enginesmatt
fixing small bug when looking up the languages files
2009-01-14fix #483 Use of the internal API in a different domain on the same Server ↵matt
thanks Anthon for patch!
2008-12-08- cleaning the API/ codematt
- deleting class Api_Apiable concept not used anymore
2008-11-27- 40 min profiling session, a few optimizations and fixing options autoload bugmatt
2008-11-17- moving the fdd.js to /libs/jquery; should fix issue when the ↵matt
LanguagesManager plugin is not enabled