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
2013-10-02refs #4134 renamed template hooksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-18added missing translations for mobile appsgiehl
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-16cleaned up some more duplicate keys/translationssgiehl
2013-09-15cleaned up some more duplicate keys/translationssgiehl
2013-09-15translations cleanup: removed more duplicate translationssgiehl
2013-09-14refs #4151 refactored some usages of _js hacksgiehl
2013-09-14translations cleanup: merged General_Settings with UserSettings_SubmenuSettingssgiehl
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and ↵Benaka Moorthi
automatically generate translation JS for all plugins. Translation JS is now treated as an asset and is included in merged JS. Note: - Includes tweaks to capture.js: on webpage error stop capture program.
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
* Renaming function names * Removing getCss and getJs from CoreHome module since they are expected in the Proxy module Refs #4134
2013-09-04Fix for "Cannot access self:: when no class scope is active" for PHP 5.3Fabian Becker
2013-09-04Conversion mistake fixFabian Becker
2013-09-04Replace create_function with lambda functionsFabian Becker
2013-08-15replaced presentational html tagssgiehl
2013-08-14added missing ';' / use double quotes for attribute values instead of single ↵sgiehl
quotes
2013-08-11Merge with Master + fix build + Namespaces conquest checkmattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-15Refs #3942mattab
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
2013-07-15Refactor template assignment of top menu + isFileWritable()mattab
2013-07-13Merge branch 'master' of github.com:piwik/piwik into ↵Thomas ZILLIOX
pleineLune__less-installation
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-10Change the extension to .less for CSS files that will be compiledThomas ZILLIOX
2013-07-07fixed doc blockssgiehl
2013-07-06fixed missing parametersgiehl
2013-07-06fixed several doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event ↵Benaka Moorthi
dispatcher lib in libs/Event). Notes: - New dispatcher can execute callbacks before or after other callbacks. - It is also possible to dispatch events only to a specific set of plugins instead of all plugins. - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass - Added visibility to some event handlers that were missing it. - Allowed two unit tests to fail w/ better diagnostic messages.
2013-07-02Merge with masterThomas ZILLIOX
2013-06-20Remove styles tags from MobileMessagingSettings pluginThomas ZILLIOX
2013-05-30Rename template file namesThomas ZILLIOX
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-04-29Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: core/ReportRenderer/Html.php plugins/Annotations/templates/annotations.js plugins/CoreHome/templates/header.tpl plugins/CoreHome/templates/index_content.tpl plugins/CoreHome/templates/period_select.tpl plugins/Goals/templates/list_goal_edit.tpl plugins/MultiSites/templates/index.tpl plugins/PDFReports/templates/report_parameters.tpl
2013-04-23fix #3896Julien Moumné
2013-04-07MobileMessaging completeFabian Becker
2013-04-07Converted most of MobileMessagingFabian Becker
2013-04-07Partially conveted MobileMessagingFabian Becker
2013-04-07Rename .tpl to .twigFabian Becker
2013-04-04Cleaning up the API output by removing some functions from display with ↵mattab
@ignore tag
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-02plugin doesn't provide language files anymoresgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7715 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-01-02moved plugin translations to coresgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7714 59fd770c-687e-43c8-a1e3-f5a4ff64c105