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-08-04- renamed modules/ directory in core/mattpiwik
- cleaning admin UI - adding widgetize module - cleaning template architecture git-svn-id: http://dev.piwik.org/svn/trunk@586 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-09- renaming spree, let's rename all "details" columns by what they really ↵mattpiwik
are: metadata I am NOT 100% confident that I'm not breaking something here, it's quite a large renaming. git-svn-id: http://dev.piwik.org/svn/trunk@515 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-06-06Adding new feature: you can now use comma separated idsite in all the APIs ↵mattpiwik
methods. Examples: ?module=API&method=VisitsSummary.getVisits&idSite=1,2,3,15&period=day&date=last2&format=xml Adding a new magic keyword "all" that will give stats for all the websites for which the requesting user (or token_auth) has view access ?module=API&method=VisitsSummary.getVisits&idSite=all&period=day&date=last2&format=xml - Expanding the concept of Piwik_Archive_Array - Adding tests for rendering Array of Array - Cleaning the renderer structure, but still work to do to make the code clearer (it's becoming quite complex...) git-svn-id: http://dev.piwik.org/svn/trunk@506 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-04-05- DataTable/Array.php now implements enableRecursiveSortmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@435 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-03-23- fixed rendering of recursive dataTable (php / xml) eg. try ↵mattpiwik
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 git-svn-id: http://dev.piwik.org/svn/trunk@404 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-03-22- fix #146 Column nb_visits already in the array mattpiwik
thanks to all for your help! :) - refs #33 working on this... - split the Record_* classes into several files git-svn-id: http://dev.piwik.org/svn/trunk@395 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-01-19- updated open flash chartmattpiwik
- added evolution chart!!!! http://piwik.org/demo git-svn-id: http://dev.piwik.org/svn/trunk@196 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-01-18- RSS feed works!!mattpiwik
- 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 - git-svn-id: http://dev.piwik.org/svn/trunk@183 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-01-17Approximately 40% work done on #38mattpiwik
needs to implement stuff in Archive_Array Redo the renderers to handle the DataTable_Array structure Add correct date output git-svn-id: http://dev.piwik.org/svn/trunk@179 59fd770c-687e-43c8-a1e3-f5a4ff64c105