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/Menu
AgeCommit message (Collapse)Author
2015-06-19Resolving a problem with global state messing up with testsMatthieu Napoli
2015-06-19Testing to debug Travis buildMatthieu Napoli
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-09Fixes #7642 Added Help link to top menuMatthieu Napoli
2015-03-10Remove deprecated MenuTop::addEntry() and MenuTop::removeEntry()Matthieu Napoli
2015-03-10Remove deprecated MenuAdmin::addEntry() and MenuAdmin::removeEntry()Matthieu Napoli
2015-01-15show a menu in the user area, lots of improvements to be more consistentThomas Steur
2014-10-03Fixes #6374 Make sure top menu URLs are generated properly based on user ↵mattab
preferences , refs #3426
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ↵Thomas Steur
to addItem without boolean parameter
2014-08-19refs #5977 group goals in a menu if there are more than 3 goals. I reused an ↵Thomas Steur
existing menuDropDown component that was already used for Language and Usermenu. I removed the round border there as all our other components to not have round corners. Also had to add some z-index because Segment and Date picker define a z-index. So to make sure the components are correct visible I had to add a z-index to the submenu and therefore to the top menu. I hope this does not introduce any side effects. Tested with leftMenu and with ZenMode...
2014-08-04Hide notice "undefined _name"mattab
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22refs #5192 forgot the since annotationThomas Steur
2014-07-22Merge pull request #5858 from czolnowski/add-name-to-html-menuThomas Steur
Add name parameter to MenuTop.
2014-07-22refs #5192 some more menu api tweaks. MenuReporting is not 100% good since ↵Thomas Steur
it is in core and should not know whether are actions, referrers and visitors item but it is very convenient for developers. Once we have DI we could add those methods there
2014-07-22refs #5192 simplified admin menu since it is very confusing for developers ↵Thomas Steur
to find the correct translation key to use for menuName. Results in lots of dulicated code as well (same translation keys are mentioned everywhere). Also removed the $displayedForCurrentUsers in those methods since boolean parameters are bad practice and it did result in duplicated code as well as you had to call the same function or pass the same variable in each add() call. Moved the VisitorGenerator in a development section since it is not really diagnostic. There will be another development menu item with the next commit. Need to update ui tests
2014-07-18Add name parameter to MenuTop.Marcin Czołnowski
It prevents menu sorting method before throws 'Warning'.
2014-07-18refs #5820 better namingThomas Steur
2014-06-20add report to widgetslist or menu only if enabled, should fix some testsThomas Steur
2014-06-19make sure the ordering of reports is correct, pass an instance of a report ↵Thomas Steur
to RenderReport
2014-06-19added possibility to pass a report instance to renderReport() in controller, ↵Thomas Steur
fixed a bug in menu where the sorting was wrong in case the first added menu item of a category was a submenu entry, made sure it is possible for plugin Menu classes to rename/modify report menu entries, created some reports for live plugin, centralized no permission to view report check and made it possible to overwrite this message for each report
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: plugins/DevicesDetection/DevicesDetection.php plugins/Referrers/Referrers.php
2014-06-11starting to refactor reports into classes, also refactored some more ↵Thomas Steur
dimensions which is still not 100% working and needs more work
2014-06-10Merge pull request #308 from piwik/plugin_widget_refactoringThomas Steur
refs #5326 Provide simpler Widgets API
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-06working on simplifying widgets. Pushing into a branch since I am not 100% ↵Thomas Steur
happy with it yet.
2014-06-05refs #5301 started to simplify scheduled tasks API while staying backwards ↵Thomas Steur
compatible
2014-05-28refs #5192 updated docsThomas Steur
2014-05-26refs #5192 added some doc blocks and prevent the menu hooks from appearing ↵Thomas Steur
in the documentation as they are deprecated
2014-05-26refs #5192 no longer needed to pass the menu instance in the event, only ↵Thomas Steur
added it for easier refactoring
2014-05-20refs #5192 added generator for menus, updated more plugins to use menu ↵Thomas Steur
class, fixed some bugs, improved design, fixed tests, ...
2014-05-20refs #5192 introducing a user menuThomas Steur
2014-05-20refs #5192 continued menu refactoring. not sure yet how good this idea is ↵Thomas Steur
but seems to be already better than before
2014-05-20refs #5192 starting a little Menu refactoringThomas Steur
2014-05-14fix event exampleThomas Steur
2014-04-02Fix bug in editing menu item: if subcategory is null, menu item is not changed.diosmosis
2014-03-21missing default valuemattab
2014-03-10Fix bug in MenuAdmin::removeEntrymattab
2014-02-22add helpermattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
* @subpackage is deprecated * @package must only occur once * @package supports nesting (and can match the namespace) refs #4609
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old ↵Thomas Steur
methods will still work but are marked as deprecated and they will be removed in a future release
2014-01-08Allow remove top menu entriesmattab
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 fix linkThomas Steur
2013-12-03refs #4244 replaced some links to hooks.Thomas Steur
2013-12-02refs #4244 updated some existing links to use link inline tagThomas Steur