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 (Expand)Author
2013-10-02refs #4134 renamed template hooksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-30Refactoring the code so that base.css is not required to be manually built bu...mattab
2013-09-30Updating readme with instructions to chmod 777 the tmp/ directories when runn...mattab
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-24fixed translation usagesgiehl
2013-09-23Adding link in UI, in case of error, to troubleshooting FAQ for LOAD DATA INFILEmattab
2013-09-19Moving System Check link out of Diagnostic menu to keep admin menu more simpl...mattab
2013-09-18Fix another errormattab
2013-09-18Tweaks to alpha buildmattab
2013-09-17Fixing small bug in installermattab
2013-09-16fixed fatal in installsgiehl
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-16The long awaited DbHelpermattab
2013-09-16cleaned up some more duplicate keys/translationssgiehl
2013-09-15cleaned up some more duplicate keys/translationssgiehl
2013-09-15refs #4151 refactored last usages of _js hacksgiehl
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Moving BatchInsert logic to own Db/BatchInsert classmattab
2013-09-14Adding Filechecks class for all filesystem checksmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-14ProxyHttp class until I find a better namemattab
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
2013-09-01Fix Installation when trying to reuse existing tablesFabian Becker
2013-08-15replaced presentational html tagssgiehl
2013-08-14added missing ';' / use double quotes for attribute values instead of single ...sgiehl
2013-08-13fixed errors on system check page in adminsgiehl
2013-08-13Fix installermattab
2013-08-13Merge remote-tracking branch 'origin/master'mattab
2013-08-13Fix by Marcinmattab
2013-08-13Merge branch 'master' of https://github.com/piwik/piwikThomas Steur
2013-08-13added missing namespace, fixes broken installationThomas Steur
2013-08-13Fix one controller bugmattab
2013-08-12fixed namespacessgiehl
2013-08-11fixed namespacessgiehl
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-09Renaming Translation to explain that the problem could be the specified Datab...mattab
2013-08-05Merge from masterThomas ZILLIOX
2013-08-04doc blockssgiehl
2013-08-02fixed some doc blocks/namespacessgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-24Improve header styles for login & installation pagesThomas ZILLIOX
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker