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-05-31Fixes #1351 All error messages displayed to screen/API should not be ↵matt
translated. Thanks JulienM for patch! I simply refactored the 'you must be have %s access [...]' messages by putting the admin/view/superuser as a parameter in the string
2010-05-28Fix typo in GBP symbolmatt
2010-05-05Fixes #1321 adding Venezuelan Bolivar currencymatt
2010-05-04Refs #56 regression admin users can access Websites tabmatt
2010-04-09refs #56 - sort cities within each continentvipsoft
2010-04-08fixes #1261 - SitesManager: add getSitesIdFromSiteUrl( $url ) to API; add ↵vipsoft
unit test
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-04-02Fixes #1276matt
Had to encode the urls, otherwise htmlentities returned empty string, as the string wasn't in utf-8.
2010-04-02Pounds symbol fixmatt
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
2010-02-10fixes #1122 - per Matt's reviewvipsoft
2010-01-30fixes #1122vipsoft
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-06-15refs #620, refs #803 - refactor autoloader into core/Loader.php (class vipsoft
Piwik_Loader); remove unnecessary require_once in core/Common.php
2009-05-18core code using Piwik_FetchOne|All|Query to easily work on the DB matt
2009-03-24- fixed #523 adding website with international characters doesn't work; eg. ↵matt
täst.de
2009-03-20- fixed #9 referer URLs with host registered as main_url or alias_url should ↵matt
NOT be counted as referer now if a visitor comes to piwik.org/ with a piwik.org/xx/y/z referer, it will be considered a direct entry rather than a referer visit. makes use of the new caching mechanism introduced with the Goal Tracking plugin, to cache website-related data for super fast access at Tracker time. - Goals is not a tracker plugin anymore (improving performance of Tracker) - fixed bug that the cache file wasn't read properly and goal queries were done at each piwik.php request
2009-03-06- removing TODO from code and taking necessary actionsmatt
- renaming piwik.org/last.zip in piwik.org/latest.zip
2008-12-08- cleaning the API/ codematt
- deleting class Api_Apiable concept not used anymore
2008-10-28- you can now delete alias URLs using the UImatt
- improved installation help messages + auto focus on form fields - simplified sitesmanager API (deleted replaceUrls method) - ts_created fields in site table is now NOT CURRENT_TIMESTAMP ON UPDATE (I can't believe this is default!!! BAD mysql)
2008-10-08- rel #318 renaming thickbox image loading animation so that no 404 errors ↵matt
popup in the apache error logs
2008-09-05Url now accepting characters ~ and %matt
2008-06-26- converting line breaks to UNIXmatt
2008-06-08- fixing URL-checking for "sites" cant handle URLs with an '-'. thanks ↵matt
necator for patch
2008-05-29- fix #233, now allowing URLs with portmatt
2008-05-18- remove useless __construct()matt
- renamed empty filter to Null filter - columns are now renamed recursively, fixing bug in not valid XML code when the columns still had a numeric name - added a new parameter in API for Referers module: expanded. If set to true, it will load the data recursively (eg. all keywords + the search engines for each keyword).
2008-05-09- tiny cleaningmatt
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-03-12- fix #136 Bad default redirection when website with idSite=1 has been deleted matt
2008-03-11security update :)matt
2008-03-11- adding getJavascriptTag in APImatt
2008-02-18- fixing css details matt
- cannot delete the only existing website
2008-01-29(no commit message)matt
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-10- updated open flash chartmatt
- cleaned some core in /modules/datatable - factoring code in viewDataTable modules - fixed 3 404 errors for images
2007-09-21Fixed bug and updated piwik.orgmatthieu_
2007-09-20Implemented the Installation processmatthieu_
needs testing :-)
2007-09-03A lot of new stuff, AJAX administration, Login Controller, jquery ↵matthieu_
integration, quickform, ...