| Commit message (Collapse) | Author | Age |
|
|
|
| |
menu cache properly.
|
|
|
|
| |
previous attributes.
|
|
|
|
| |
rebuilding.
|
|
|
|
| |
online vs on-line.
|
|
|
|
| |
'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
|
|
|
|
| |
al: breadcrumb doesn'tt always include all active items.
|
|
|
|
| |
caching.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|