| Commit message (Collapse) | Author | Age |
|
|
|
| |
functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
|
|
|
|
| |
Fixed Menu link weight changes when editing a node. (with tests)
|
|
|
|
| |
custom themes.
|
|
|
|
| |
menu.inc.
|
| |
|
|
|
|
| |
router loaders causing a lot of database hits for access checks.
|
|
|
|
| |
functionality from Help module.
|
| |
|
| |
|
|
|
|
| |
to serve a page in Drupal 7 with no hits to the database when using alternate caching backends.
|
|
|
|
| |
memory consumption of menu_rebuild() by splitting huge query into multiple passes.
|
| |
|
|
|
|
| |
MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
|
|
|
|
| |
proper attributes (with tests).
|
|
|
|
| |
module.
|
| |
|
| |
|
|
|
|
| |
marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
|
|
|
|
| |
menu loaders are executed on every menu system access check. Performance improvement.
|
|
|
|
| |
menu_contextual_links().
|
|
|
|
| |
markup to local tasks to indicate an active task.
|
|
|
|
| |
contextual links.
|
|
|
|
| |
in https support and use https for authorize.php if available.
|
| |
|
|
|
|
| |
Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
|
| |
|
|
|
|
| |
data translation.
|
|
|
|
| |
'callback' callbacks. Oh my, this is the beginning of something big.
|
| |
|
| |
|
| |
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
|
|
|
| |
lacks details.
|
|
|
|
| |
pwolanin: allow modules to specify per-page custom themes in hook_menu().
|
|
|
|
| |
Arancaytar: Added Make menu_tree_output() return renderable output.
|
| |
|
| |
|
|
|
|
| |
menu_tree_data().
|
| |
|
|
|
|
| |
param.
|
|
|
|
| |
function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
locking framework for long running operations.
|
| |
|
|
|
|
| |
up some code. ;-)
|
| |
|