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-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-20Removing extra namespace \Coremattab
2013-07-19Refs #3942, allow server-side and JS UI code to use colors defined in CSS.Benaka Moorthi
Notes: - Removed colors.piwik.json loading code. No longer necessary. - UserCountryMap is the only remaining portion of Piwik that doesn't use this technique. Not yet, anyway.
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-17Refs #546 Adding core "Uninstall" feature for Plugins and Themes + Cleanups ↵mattab
+ fix build by moving constant to PluginsManager Todo * ask for confirmation: "Do you want to uninstall X?" // warn that plugin-specific data may be deleted as part of calling the plugin's uninstall method, and may not be recoverable. * call uninstall() method on the plugin class * verify core plugins cant be uninstalled
2013-07-10Remove useless breaklinesThomas ZILLIOX
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-01fix buildmattab
2013-07-01Merge branch '2.x-twig'mattab
2013-07-01* Enabling templates compiled cache. @halfdan, was there any reason it was ↵mattab
disabled? Refs #4019
2013-07-01who cares about this trimwhitespace filter? Not me...mattab
2013-07-01* Enabling Twig 'strict_variables' so that we write best code possible, and ↵mattab
learn early if some tpl code is not valid. Fixing few bugs that this uncovered * refactoring the percent column label in getPercentVisitColumn() * removing indexBeforeMenu and putting directly in parent template Refs #4019
2013-07-01* Removing |count as I didn't notice |length was already usedmattab
Refs #4019
2013-06-28Merge branch '2.x-twig' of https://github.com/piwik/piwik into 2.x-twigFabian Becker
2013-06-28* Converting CLI templates to twigmattab
* deprecating View::factory, simplify constructor Refs #4019
2013-06-27Removing Smarty strings from codebase, fixing installmattab
Adding twig to LEGALNOTICE Refs #4019
2013-06-26 * Some more fixesmattab
Refs #4019
2013-06-26 * admin screens,mattab
* removed the remains of CDN/jquery feature Refs #4019
2013-06-25Merge branch '2.x-twig' of https://github.com/piwik/piwik into 2.x-twigFabian Becker
Conflicts: core/Twig.php
2013-06-25 * Fixing SitesManager pagemattab
* Enabling debug on twig so we can use {{ dump(var) }} function Refs #4019
2013-06-25Reverting my commit where I removed all |raw per @halfdan feedbackmattab
Instead we should manually add the missing |raw... Refs #4019
2013-06-24Revert "See the branch 2.x-twig for list of commits on twig... Kuddos ↵Fabian Becker
@halfdan for your work!" This reverts commit c263308d8229735c04b7aeacf4c224f0a5b866d2.
2013-06-24See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for ↵mattab
your work! Here are some updates: * Removing |raw from the codebase. * Disabling autoescape by default (in Twig_Environment constructor: 'autoescape' => false ) * Adding |e('html') where html entities are needed * Fixing parse error in goals
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-04-11Rename URL helper to linkToFabian Becker
2013-04-07loadJavascript is now a safe functionFabian Becker
2013-04-07New truncate filter (port of smarty feature)Fabian Becker
2013-04-07Partially converted UserCountry plugin to TwigFabian Becker
sparkline and postEvent functions are now considered safe
2013-04-06Converted parts of InstallationFabian Becker
Added new function to Twig.php Converted genericForm
2013-04-06New money filter in Twig.phpFabian Becker
Converted lastVisits.twig
2013-04-05Added a new filter and functionFabian Becker
Adjusted path for datatable templates
2013-04-04Implemented another function in TwigFabian Becker
2013-04-04Adjusted paths in AssetManager for plugins/Zeitgeist (for now static)Fabian Becker
Implemented two functions and one filter in core/Twig (for now) Lots of smarty->twig conversion New master template for admin screen.
2013-04-03Login screen now with twig extension.Fabian Becker
themes/default moved to plugin "Zeitgeist" Initial implementation of core/Twig.php