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-04-07Refs #56 matt
* Adding timezone during piwik install. Will set default timezone, and use it for the first created website. * Had to apply manual patch to QuickForm Select to handle optgroups, added unit tests to check patch is applied * Skips the Database check screen if there was no error
2010-03-31Fixes #41 Adding URL Query parameters exclude setting, per website, and ↵matt
global. We also by default exclude sessionid, phpsessid, etc. The query parameters are excluded case insensitive.
2010-03-30Fixes #1001 Adding currency setting per websitematt
Defaulting currency to USD for all existing websites Simplifying website admin screen by rolling all settings into the same form (still using ajax) Adding SitesManager and UsersManager to the list of hidden plugins Slightly refactored printing money values to accomodate per website preference
2010-03-29Refs #56 matt
- Added timezone setting per website. Added API to fetch the list of supported timezones. UTC Manual offsets are supported even if the PHP doesn't have timezone support built in. - Added default timezone setting that the Super user can set. It will be used to pre-select timezones when creating new websites, or setting the default timezone when adding websites via the API without specifying the timezone. - Default timezone set to UTC to all existing websites on update. PHP Default timezone set to UTC in index.php and piwik.php. - Removed all usage of mysql date/time functions (which are internally doing timezone conversions based on mysql timezone), now using php generated timestamps (in UTC), or dates manually converted to the website timezone. - Altered the few Mysql fields that were defaulting to "Current timestamp", they now default to NULL. - Deprecated the field log_visit.server_date and log_conversion.server_date as they are now not used. Must use DATE(visit_last_action_time) instead. Note that the new INDEX on (idsite, visit_last_action_time, config_md5config) will greatly benefit the Live! plugin. - Deprecated Piwik_Date->get, must now use Piwik_Date->toString - Deprecated the DB adapters getCurrentTimezone() feature, as we now don't rely on the DB timezone. Also removed the warning from the install screen.
2010-03-22Fixes #43matt
- modify websites admin UI, API to add a column Exclude IPs - IPs contain wildcards, unlimited IPs per website - below the website table, added a "Global IP exclude" list. Ips there are excluded from all websites automatically. - IPs are stored in the tracker cache file for fast access at Tracking time. - added new field in website table "excluded_ips" - refactored the ajax loading/error display to allow multiple loading/error div per page
2010-02-10refs #1122 - fix usagevipsoft
2009-12-27fixes #1090vipsoft
2009-11-01fixes #959 - show website name in UI when displaying tracking codevipsoft
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-12fixes #922 - use View factory in core plugins; post View.getView event (new ↵vipsoft
hook)
2009-07-28refs #877 - refactoredvipsoft
2009-07-26refs #877 - apply changes across all admin pluginsvipsoft
2009-03-30refs #636 for the sake of consistency, but this page does NOT show any data matt
2009-01-14Fixing #452matt
2008-08-04- renamed modules/ directory in core/matt
- cleaning admin UI - adding widgetize module - cleaning template architecture
2008-06-26- converting line breaks to UNIXmatt
2008-04-17[mauser]- refs #62 commited huge work by Maciej Zawadziński: thanks! still ↵matt
some work to do + QA but looks really good :) [mauser]- refs #116 commited partial fix [mauser]- refs #65 commited partial fix - fixed broken tests
2008-04-11Convert txt files to unix formatjohmathe
2008-01-14Added phpdoc packagematt
2008-01-14Added phpdoc packagematt
2008-01-14Added headersmatt
2008-01-12- added links to admin modules in the UImatt
- added new module displayJavascriptCode - php renderer now renders a flat version of the datatable for more convenience - XML/JSON/CSV have a simple output now :-) - added automatic conversion of know php data structures into DataTable so any API returning not-so-complex data structure can automatically benefit from DataTable power and get the output in XML/JSON/CSV/HTML/PHP etc. - added a nice helper page that lists all API methods, + links to examples - did test all API calls with all formats. seems to work good. had to fix a looooot of problems but im happy with the final result :-) enjoy!!!
2008-01-10Some cleaning + started removing/fixing some TODO in the codematt
2007-09-03A lot of new stuff, AJAX administration, Login Controller, jquery ↵matthieu_
integration, quickform, ...