| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
flobruit
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
|
|
|
|
| |
'active-trail' class.
|
|
|
|
| |
committed to D6.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|