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-03fixes #1152 - remove deprecated "name" from getInformation() arrayvipsoft
2010-05-31Fixes #1374 Patch by halfdanmatt
I modified it a bit to simplify the translation messages
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-01-30fixes #1096 - translateable plugin descriptionsvipsoft
2009-12-14Plugins page: use redirectToUrl on external linksvipsoft
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-11fetch external style sheet; I'll redo this in #660vipsoft
2009-11-01refs #946 - plugins/API : move embedded style to external stylesheetvipsoft
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-08-09fixes #909 - don't use escape modifier when displaying plugin descriptionvipsoft
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-01Add svn:keywords Id to .php files in core, plugins, and jsvipsoft
2009-05-05- ADDED search field below data tables is now using the regular expression ↵matt
syntax. For example, a search for "google|yahoo" would match all rows containing "google" or "yahoo". All search strings containing any of the special characters from this list: . \ + * ? [ ^ ] $ ( ) { } = ! < > | must be escaped with a back slash, eg. if you want to search for keywords containing "piwik!" you would search for "piwik\!". - ADDED new configuration option: default number of rows returned in API responses "API_datatable_default_limit = 50" - REMOVED the automatic generic filters. The limit and sort and safe decode are applied by each module when necessary. - removed exact match filter. Now all searches are using regular expressions syntax. Exact match can be done using ^exact search here$ - fixed notice when natural sort on a non existing column - fixed CSV export for datatable_array - clarified code for plotting multiple lines in an evolution chart - FIXED #624 Added icon "save as image" below all graphs (next to the Export icon) - moved all JS functions into the piwikHelper static class - added example in ExampleUI plugin to plot only visits from google and yahoo! in 4 lines of code - added message when flash is disabled and graph not showing, linking to piwik faq. - added expressInstall.swf feature
2009-01-14Fixing #452matt
2008-12-10fixing documentation #474matt
2008-12-08- refactoring API/*matt
2008-12-08- cleaning the API/ codematt
- deleting class Api_Apiable concept not used anymore
2008-11-24- fixed #423 null test missing in Archive.phpmatt
2008-10-29- fix #379 Internal API permission issuesmatt
2008-08-04- renamed modules/ directory in core/matt
- cleaning admin UI - adding widgetize module - cleaning template architecture
2008-07-28- Adding description to each pluginmatt
- cleaning plugins listing, splitting ExamplePlugin in multiple small plugins, renamed Home -> CoreHome PluginsAdmin -> CorePluginsAdmin AdminHome -> CoreAdminHome - simplified authentication classes (not using Zend_Auth_Db anymore) - adding a new widget listing the last posts on Piwik.org/blog
2008-06-26- converting line breaks to UNIXmatt
2008-06-09- adding 7 new translations: german, spanish, italian, russian, ukranian, ↵matt
catalan, dutch - translations fallback to english by default (customizable in config file) - adding a few strings that weren't translatable before - 'translationAvailable' plugin information entry is now optional (defaults to false) refs #251
2008-05-07- clarified the API key helpmatt
- included API section in the admin area
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-15- adding documentation on ↵matt
http://dev.piwik.org/trac/wiki/Plugins/GlobalFunctions about plugins development
2008-03-12- deleting useless zend libmatt
- fix redirect bug in download/outlink tracking refs #40
2008-02-03- all widgets now registeredmatt
- cleaned plugins files - when clicking multiple times on the menu, only load once - when clicking fast on different sections of the menu, only displays the latest clicked (instead of displaying all of them one after another) - added Loading... - added proper error handling (no more JS popup) - fixed URL in widgetize modules
2008-02-01- fixed bug period range generationmatt
- started splitting the Home controller in the plugins controllers - now no need to create a controller.php you can put all the classes in one plugin file - developped the plugin administration screen - added activate/desactivate plugins/ saved in config file / added config file write - redone menu generation. now plugins can create menu entries level1 or level2 - fixed wronte row id in sitemanager when adding a site
2008-01-27fixed bug in multi sites SELECT matt
2008-01-14Added phpdoc packagematt
2008-01-14Added headersmatt
2008-01-14Working on docmatt
2008-01-14(no commit message)matt
2008-01-14working on http://dev.piwik.org/trac/wiki/APImatt
2008-01-12- the root password is now encrypted in the config filematt
- the API authentication now works for root and for normal user. Simply add a token_auth parameter. see the instruction on the API listing page available from piwik interface - added /fixed stuff in the UI
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!!!
2007-09-20Implemented the Installation processmatthieu_
needs testing :-)
2007-09-06The full page with all the reports is OKmatthieu_
missing the Actions plugins reports (all page views, etc..) looks quite nice actually :)
2007-09-03A lot of new stuff, AJAX administration, Login Controller, jquery ↵matthieu_
integration, quickform, ...