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
path: root/themes
AgeCommit message (Collapse)Author
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
2008-01-10Some cleaning + started removing/fixing some TODO in the codematt
2007-09-20Implemented the Installation processmatthieu_
needs testing :-)
2007-09-14Added GRAPH export!! yipiimatthieu_
to be tested on IE / opera (konqueror crashes dont know why) still lots of work to do but thats beautiful... :)
2007-09-12Added calendar, working!matthieu_
fixed bug smarty templates dir not correct fixed site/user DB table for the timestamp field added the min date for Site which is the date of the site creation in piwik added tag cloud export for datatable added link to XML / JSON / PHP export it looks good :)
2007-09-10Forgot the imagesmatthieu_
2007-09-06Adding some non comitted filesmatthieu_
2007-09-06Fix bug missing class + add the log.html containing the JS tagmatthieu_
2007-09-06Worked mostly on AJAX stuffmatthieu_
now piwik can display tables, and subtables (example: keywords for a given search engine) like phpmyvisites does but you can also sort by any column, search in the result set, exclude low population for any given datatable All is done using Jquery
2007-09-03DataTable ajax rendering, 30% donematthieu_
2007-09-03A lot of new stuff, AJAX administration, Login Controller, jquery ↵matthieu_
integration, quickform, ...
2007-08-30(no commit message)matthieu_