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
2008-03-23- fix recursive xml renderingmatt
2008-03-23- fixed rendering of recursive dataTable (php / xml) eg. try ↵matt
http://piwik.org/demo/index.php?module=API&method=Actions.getActions&idSite=1&period=week&date=today&filter_column_recursive=label&filter_pattern_recursive=index&expanded=1&format=xml - refs #33 work in progress
2008-03-22- fix #146 Column nb_visits already in the array matt
thanks to all for your help! :) - refs #33 working on this... - split the Record_* classes into several files
2008-01-18Docmatt
2008-01-18fix Infinite loop errormatt
2008-01-18rss feed: more recent elements first!!!matt
2008-01-18Fixingmatt
2008-01-18RSS feed now decoding strings (useful for keywords)matt
2008-01-18Fixed bug in PHP recursive searchmatt
Other fixes
2008-01-18- Added <?xml version="1.0" encoding="utf-8" ?> in XML renderingsmatt
- added recursive search for a pattern over the lastN /previousN period
2008-01-18- RSS feed works!!matt
- not using XMLSErializer anymore. generating XML a la mano - lots of small fixes / improvements - optimization on the archiving process - cleaned Renderers and fully testing the output - now handling date=previous10 and date=last15 for example - last10 works for days/week/month/year - fixed bug when adding a user - completed visitsSummary API -
2008-01-18- Historical data works !!!!!!matt
try with date=last30 or date=last5 for example - updated all renderer to correctly handle the new data structure: DataTable_Array which is an array of DataTable - added complete tests of all renderers
2008-01-17Work in progress....matt
2008-01-17Approximately 40% work done on #38matt
needs to implement stuff in Archive_Array Redo the renderers to handle the DataTable_Array structure Add correct date output
2008-01-17Added tests/factored/ before big modificationmatt
2008-01-14Added phpdoc packagematt
2008-01-14Added headersmatt
2008-01-13- fixed a bug that caused piwik not record any visitor using IE6!matt
- added basic html rendering in the List API page that gives example - javascript tag is now XHTML compliant :) - fixed bug in the simple html renderer (more a proof of concept) - completed the ExamplePlugin with new types - fixed the wrong count of distinct campaigns - in Visit_Interest "20 pages" now display "20+ pages" and "15 min" "+15 min"
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-11Fixed small bug on linux matt
2008-01-11- Fixed a bug introduced by factoringmatt
- fixed a CSS bug - fixed typo in installation error message - added tests of the class Period
2008-01-10deleted renamed filesmatt
2008-01-10- updated open flash chartmatt
- cleaned some core in /modules/datatable - factoring code in viewDataTable modules - fixed 3 404 errors for images
2008-01-10cleaning the factorymatt
2008-01-10(no commit message)matt
2007-09-19Added piwik release timeline to the TODO file + organized tasksmatthieu_
Changed config class so that it uses 2 config files now (one default and one user specific where you can setup new values for the settings)
2007-09-13Added CSV exportmatthieu_
Added width+height to image so the browser rendering is smoother
2007-09-13Added recursive search for actions tables (cool!!)matthieu_
Implemented the filter PatternRecursive Modified colors for tags after feedback
2007-09-11Ui, struggling with JSmatthieu_
2007-09-07Added JSON renderer (that was soooo easy!) I love you php!!matthieu_
2007-09-03DataTable ajax rendering, 30% donematthieu_
2007-09-03A lot of new stuff, AJAX administration, Login Controller, jquery ↵matthieu_
integration, quickform, ...
2007-08-28code documentationmatthieu_
mvc specification finished referer API implementation
2007-08-25- Translation matthieu_
- filter to name the columns - API for the modules actions, provider, UserCountry, Visitfrquency, visitinterest, time, - HALF of the api for referers - improved XML export nwo using PEAR xml serializer
2007-08-23- implemented the SORT filtermatthieu_
- implemented the EXCLUDE LOW POPULATION filter - implemented the callback filter - implemented the HTML renderer - wrote API for UserSettings (prepared logos etc.) - started API for Actions -
2007-08-22-wrote some renderers: php, xmlmatthieu_
-wrote the API request class to handle the GET request to get data from the API provided by the plugins -organized the files into new directories