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/core
AgeCommit message (Collapse)Author
2008-11-04- autoload feature now compatible when upgrading from 0.2.10/11/12matt
2008-11-04- adding autoload concept for optionsmatt
2008-11-04- array_fill_keys only avail in php 5.2matt
2008-11-04- 0.2.12 including fix for website #330 and #30 donematt
2008-11-03- simplifying schema for the option tablematt
2008-11-03- adding the version 0.2.10, with the creation of table piwik_option to make ↵matt
it easy for core & plugins to save/load key.value data
2008-11-03- cleaning FrontController.phpmatt
- Updater now works and looks nice + added unit tests - adding version number in META tags - now hiding the Core plugins (CoreHome, CoreAdminHome, CoreUpdater, CorePluginsAdmin)
2008-10-31- error message to support upgrade type messagematt
- start integration of Updater - adding new filter to add percentage columns easily
2008-10-30- websites now ordered by name in the selectormatt
2008-10-29- fix typosmatt
- fix #317 "Cannot modify header information" when using iframe - piwik a little bit better under google chrome
2008-10-29- fix #379 Internal API permission issuesmatt
2008-10-29- cleaning Tracker.phpmatt
2008-10-28- fixing bug in testing suite (now dropping the right DB)matt
- favicon in all UI - fixing #398 Feedburner widget should save the data per website!
2008-10-28- fixing #316 Calling API with idSite=All and a period range like last30 ↵matt
results in an error thanks patrick.t.joyce for the patch!
2008-10-28- german updatematt
- chart evolution minor changes
2008-10-28- you can now delete alias URLs using the UImatt
- improved installation help messages + auto focus on form fields - simplified sitesmanager API (deleted replaceUrls method) - ts_created fields in site table is now NOT CURRENT_TIMESTAMP ON UPDATE (I can't believe this is default!!! BAD mysql)
2008-10-28- now checking for > mysql 4.1matt
2008-10-28- clear error message when no website found in DBmatt
- now show feedback when the database was created during install - adding website: in front of website name in UI - security trim the UI (don't show admin link if user is not admin)
2008-10-28- renaming all instances of LogStats to Tracker for claritymatt
- improving error message to be prettier - adding footer in all admin pages for consistency
2008-10-28- slight refactor in API*matt
2008-10-28- installation now creates the database if it couldn't be foundmatt
2008-10-27- cleaning LanguagesManager & moving code to the APImatt
2008-10-27- adding width & height to sparklinesmatt
2008-10-17- minor updatesmatt
2008-10-08- fixes #202 Installation Failure - "couldn't write to some directories"matt
2008-10-08- rel #318 renaming thickbox image loading animation so that no 404 errors ↵matt
popup in the apache error logs
2008-10-08- fixes #362 Undefined variable: toReturnmatt
2008-09-07- fixes #324 installPlugins() now uses installPlugin()matt
2008-09-05Piwik is now detecting Google Chromematt
2008-09-05Adding new files from refactoring (should have been in last commit)matt
2008-09-05Refactoring Widget and Menu code (in core and all plugins)matt
Commit patch by Maciej adding support for multiple lines plotting Cleaning Date object + small other code improvements
2008-08-22fixing bug in IEmatt
2008-08-21Removed console.log callmatt
2008-08-19Adding setCustomParameter method to the ViewDataTable, to help plugins do ↵matt
more stuff
2008-08-19- Fixing path helper method, for windows platform (now converting \ to / in ↵matt
the url) thanks David
2008-08-19Fixed the menu is now fully translatable! oufmatt
Fixed javascript handling of translations: we can now load translations strings in several places in the templates, they will all be concatenated into one bigger object Fixed handling japanese error messages in API with correct charset Finished (hopefuly?) to make all strings translatable. Added colored logo now in login screen All templates now defined the dates necessary to build the calendar, as we notice that most pages want to show the calendar. Added destructor to LogStats/Db.php so that plugins don't have to call disconnect() on the object Made JS tag smaller Improved templates structuring, refactored CSS, etc. still lots to do in this area, if you wanna help?
2008-08-18Fixes a function declaration (prefixTable should be static).johmathe
Fixes a path configuration problem.
2008-08-18Updates the piwik core : moves the function getPathToPiwikRoot from Piwik to ↵johmathe
Piwik_Common.
2008-08-17Updates the core of piwik to handle data sharding.johmathe
2008-08-14(no commit message)matt
2008-08-12oops, bug fixedmatt
2008-08-12moving db->connect in the right placematt
2008-08-12- adding possibility to hook into the database creationmatt
2008-08-04- fixing bug in JS includematt
2008-08-04oops i totally screwed up my last commit, deleting /modules instead of ↵matt
renaming it...