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/libs
AgeCommit message (Collapse)Author
2008-04-11Convert txt files to unix format0.1.1johmathe
2008-03-28- fixing small bug in zend Registrymatt
- trying to fix #157
2008-03-26- refs #33 work in progress soon finishedmatt
- updated OFC lib and added link to stats on EVOLUTION GRAPH - changed api of Piwik_ViewDataTable::factory
2008-03-18Commited some very good patch by Maciej Zawadziński :julien
-fix #106, #112 : Admin index and menu -fix #88 : nice login screen -fix #105 : nice plugin admin management, -fix #40 : outlink/download tracking, solves bugs and adds some options +Some code cleanup regarding new coding standard
2008-03-12- deleting useless zend libmatt
- fix redirect bug in download/outlink tracking refs #40
2008-03-11- deleting useless librariesmatt
2008-03-09-Some refactoring of datatable.js and Dashboard.jsjulien
-Safari doesn't support very well dynamic javascript loading (hence the dashboard loading issues), so most *.js files are loaded in the main page now -Readded original non minified js libraries
2008-03-08-Corrected bug #118 in trac (2 widgets have same action name in dashboard)julien
2008-03-01-Correction of a bug in widget behaviourjulien
2008-03-01-New behaviour for widget in dashboardjulien
-Dashboard is now usable under Opera and pretty fast under FF (trac #102)
2008-02-28Minified javascript libraries (see trac #95)julien
Forgot swfobject.js ... (2kb is 2kb)
2008-02-28Minified javascript libraries (see trac #95)julien
2008-02-12- added default CSS RESET STYLEmatt
see http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
2008-02-08- visits generator now works with pluginsmatt
- fixed details in JS
2008-02-08Adding upgrade.php package to define some functions like json_encode ↵matt
json_decode for older php versions
2008-02-04- fixed default width for graphs by introducing 2 new css classes matt
.parentDivGraph { width:500px; } .parentDivGraphEvolution { width:100%; } - trying to make tooltip look better but without success
2008-02-03- plugins now run install() when first enabledmatt
- fixed bug in menu - deactivating also deactivates the LogStats plugins
2008-02-03- menu now load automatically the first TAB and the first SUBTABmatt
- removing console. calls
2008-02-03- fixed menu matt
- menu can now not have level 2 - can customize menu order in Menu.php - Overview and Evolution submenus are always put first
2008-02-01-Dashboard save layout in a php session varjulien
-User can delete widgets from dashboard with a nice confirmation dialog =) -Correction of some css issue with dataTable
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-31Some enhancement in javascript of dashboard modulejulien
2008-01-30-Draft implementation of the Dashboardjulien
-Scroll to on datatable reload -Modified initialisation calls of dataTables to facilitate ajax loading
2008-01-22Better implementation of sparkline / graph evolution. Not very good ↵julien
implementation in my opinion because you need to copy the graph id in the corresponding anchor of the .tpl file.
2008-01-20(no commit message)matt
2008-01-20(no commit message)matt
2008-01-20- adding sparklines: http://piwik.org/demo/ matt
first shot still lot of work
2008-01-20- updated jquery: wow what a blast in speed improvement!!!matt
- fixed bug action table padding left
2008-01-20- testing js include...matt
2008-01-19- updated open flash chartmatt
- added evolution chart!!!! http://piwik.org/demo
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-18Fixing bug http://framework.zend.com/issues/browse/ZF-1398matt
2008-01-14adding svn:keywords Id properties + delete libmatt
2008-01-10- updated open flash chartmatt
- cleaned some core in /modules/datatable - factoring code in viewDataTable modules - fixed 3 404 errors for images
2007-09-20Cleaning this huge repositorymatthieu_
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-14Cleaned the SVN deleting useless libsmatthieu_
still phpdocumentor is huge... need to remove it from the releases
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-11Ui, struggling with JSmatthieu_
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-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-03A lot of new stuff, AJAX administration, Login Controller, jquery ↵matthieu_
integration, quickform, ...
2007-09-03(no commit message)matthieu_
2007-09-03(no commit message)matthieu_
2007-08-30(no commit message)matthieu_
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-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-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)