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-01-20- all piwik datatable now work in IFRAME :-) it rocks!!!matt
try to load /piwik/?module=Widgetize&action=testIframe
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-15- added minimum version test FIX #13matt
2008-01-14Added headersmatt
2008-01-14working on http://dev.piwik.org/trac/wiki/APImatt
2007-09-21(no commit message)matthieu_
2007-09-21(no commit message)matthieu_
2007-09-21Fixed small bugs to make it work on a windows servermatthieu_
- error handler now looks for the @ operator that suppresses errors - in php5 STRICT mode it throws a warning to pass an argument explicitely by reference. The refererence & is only necessary in the function definition - added some help on how to install PDO on windows when PDO not enabled
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-06The full page with all the reports is OKmatthieu_
missing the Actions plugins reports (all page views, etc..) looks quite nice actually :)
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-29- Commentsmatthieu_
- Controller code / frontController - Login module + deported the auth setup in plugin - Url helper
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
2007-08-21memory profiling, small enhancements, api specificationsmatthieu_
2007-08-20Finished periodArchivingmatthieu_
but needs fix the memory issue
2007-08-17Implemented half of the PERIOD archivingmatthieu_
still have to implement the DataTable::addDataTable( ) for recursive table
2007-08-17Final commit, go home bordel!!!matthieu_
2007-08-17Ooch what a productive day!!!matthieu_
feeling good darling :-) plugged all the basic features from phpmyvisites for daily archives but with a nice architecture, modularity, plugins are configurable in the config file (waiting for a nice GUI of course) handles empty days, multiple sites, fixed small bugs here and there
2007-08-16- Added plugins to load in config filematthieu_
- added plugins to archiving - Implemented the complex part of day archiving - moved filter into separate files and wrote new filter callbackColumn - added features to dataTable (isEqual) and datatable_row (isEqual, sumRow) - added a few tests
2007-08-15so many things its hard to remembermatthieu_
but the datatable_row_summary needs testing as it is buggy with summing non numeric value
2007-08-15- reordered filesmatthieu_
- implemented half of the day archiving process (tables partitioning is OK, referers archiving is OK, simple stats OK) - modified the DataTable internals - refactored some common code of LogStats and Core - fixed bug in the error handler that caused notice not to be displayed - improved message logging so we can print arrays
2007-08-13Started Archive process. Currently it handles multi period, recursively ↵matthieu_
calling archiving process for subperiods. But its crazy slow because Zend_Date sucks so I have to rewrite the Date class...
2007-08-10Moved files and cleaned structurematthieu_
2007-08-07- reorganized LogStats modules into separate filesmatthieu_
- edited config.php to be able to change to path (simpletest was annoying and wouldn't want to behave properly with my include_path) - implemented a simple class for Table partitionning by date (month or day). It generates a table name depeding on a given date. Useful for the archives and maybe later for the logging engine. + wrote tests for this class
2007-08-03- improved the piwik.php algorithm, one day of work is remaining at least ↵matthieu_
(including testing)
2007-08-01- implemented basic plugin system in the piwik.php logging enginematthieu_
- added some config for the loggingEngine - wrote simple PDO access layer / simple config layer - specified all the classes/method of the piwik.php - ported the JS file from phpmyvisites and fixed some bugs in it (needs testing on IE/FF/OPERA/KONQUEROR/SAFARI on MAC/WINDOWS/LINUX with the plugins enabled/disabled)
2007-07-31- fixed bug for logging when no writer specified (when we dont want to log ↵matthieu_
anything) => Using Zend_Log_Writer_Null - submited 2 bugs for the Zend_Log package - tested the input filtering methods in piwik_common - started designing the stats logging engine (new version of phpmyvisites.php now piwik.php)
2007-07-30- logging system DONEmatthieu_
- fixed bug Access - input filtering functions
2007-07-27wonderful new logging system => yet to be finishedmatthieu_
TODO: tell zend that the attributes in Zend_Log have to be PROTECTED
2007-07-27many updates // add tests // user can be authentificated from the DB or from ↵matthieu_
the config file for the super user // added query profiling // deleted useless code // finished implemented the access class
2007-07-26unit testing + many changes designmatthieu_
2007-07-26Miscmatthieu_
2007-07-25Unit testing like crazymatthieu_
2007-07-24Started unit testing...matthieu_
2007-07-24(no commit message)matthieu_
2007-07-24First code commit matthieu_
(from subclipse)