| Commit message (Collapse) | Author | Age |
|
|
|
| |
navigation.
|
| |
|
|
|
|
| |
getting saved back to the database.
|
| |
|
|
|
|
| |
message when site is offline.
|
|
|
|
| |
where their parent is found.
|
| |
|
| |
|
| |
|
|
|
|
| |
avoid this by using different variable names / array keys
|
|
|
|
| |
broken when moving menu items
|
|
|
|
| |
_menu_link_translate()
|
| |
|
| |
|
|
|
|
| |
theming (regression)
|
| |
|
| |
|
|
|
|
| |
RTL issues are resolved
|
| |
|
| |
|
|
|
|
| |
invoked properly
|
|
|
|
| |
they were empty
|
|
|
|
| |
because stale data might end up in menu tables in maintenance mode
|
|
|
|
| |
API function, but was located in menu.module, move to menu.inc
|
|
|
|
| |
in user has no site config permission
|
| |
|
| |
|
| |
|
|
|
|
| |
problems
|
| |
|
| |
|
|
|
|
| |
handling, removing lots of duplicate code
|
|
|
|
|
|
|
|
| |
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
|
|
|
|
| |
not try to use the cache when resetting is asked
|
|
|
|
| |
(due to coming from disabled or old modules) were not possible to delete
|
| |
|
| |
|
|
|
|
| |
menu needs to be rebuilt
|
|
|
|
| |
editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
|
|
|
|
| |
attribute on links, where the classes are enough to identify them
|
|
|
|
| |
vulnerabilities
|
|
|
|
| |
functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead.
|
| |
|
|
|
|
| |
introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code
|
|
|
|
| |
source code and messages printed
|
| |
|
|
|
|
| |
%index and %map menu path placeholders for Views module to be able to use the new menu system
|
|
|
|
| |
changed
|
| |
|
|
|
|
| |
to just l() directly, so they can be properly themed
|