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
2014-01-04fixed template - include shouldn't be rawsgiehl
2013-12-27Removing now unused doc from piwik (it was moved to the piwik.org website at ...mattab
2013-12-27Removing extra BR from the documentationmattab
2013-12-16Underline links in admin pages in morpheus & fix checkboxes in privacy manager.2.0-rc1diosmosis
2013-12-12Minor clearing.mattab
2013-12-11Updating link to http://developer.piwik.org/api-reference/tracking-apimattab
2013-12-11Minor stylemattab
2013-11-20Refs #4325 Making the new Site hook used piwik wide so that when eg. a site n...mattab
2013-11-20Adding new column 'type' to 'piwik_site' table. Adding setters in Site object...mattab
2013-11-20Moving method updateSiteCreatedTime from CoreAdminHome to SItesManager API wh...mattab
2013-11-20Rename event namemattab
2013-11-18getting rid of the fetch parameterThomas Steur
2013-11-08Adding some type hintmattab
2013-10-31refs #3781 fix superuser default preference is not returned by default, proba...Thomas Steur
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-28Merge pull request #127 from claytondaley/api-javascript-tag-optionsMatthieu Aubry
2013-10-26Refs #4200, revised documentation for all events in plugins/*.diosmosis
2013-10-25Added advanced parameters to getJavascriptTag API call. Adjusted back-end lo...Clayton Daley
2013-10-24Replaces DB calls with API call (per Matt's suggestion). Removes URL verific...Clayton Daley
2013-10-24This commit brings the getJavascriptTag API call up to parity with the Piwik ...Clayton Daley
2013-10-16moved sparkline to coreVisualization pluginThomas Steur
2013-10-15Type hint for Singletonmattab
2013-10-14Fixes #4149 Quick fix by ignoring the URL that failed to insert. To properly ...mattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Plugin classes movedmattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09refs #4199 more event documentationsThomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-10-02refs #4134 renamed some more hooks and removed some not used and not needed h...Thomas Steur
2013-10-02refs #4134 use plural to indicate a developer can add multiple entries or wid...Thomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-18Fix another errormattab
2013-09-18Fixing encoding errormattab
2013-09-18consistent div name for Loading...mattab
2013-09-16cleaned up some more duplicate keys/translationssgiehl
2013-09-16cleaned up some more duplicate keys/translationssgiehl
2013-09-15fixes #4151 removed _js hacksgiehl
2013-09-14refs #4151 refacoted some more usages of _js hacksgiehl
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and automatically...Benaka Moorthi
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
2013-09-04Replace create_function calls with lambda functions.Fabian Becker