Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Feb 2009 at 19:25 UTC
Updated:
28 May 2009 at 08:40 UTC
Jump to comment: Most recent file
Comments
Comment #2
naxoc commentedSubscribe
Comment #3
moshe weitzman commentedOy - not even a 1 line patch is safe for bit rot.
Comment #4
moshe weitzman commentedreroll.
Comment #5
chx commentedLooks good and useful.
Comment #6
chx commentedComment #7
dries commentedCan you provide an example of such finessing? It might make for a good documentation snippet too.
Comment #8
moshe weitzman commentedWell, the kinds of hacks I have in mind should not be documented :). I don't have any specifics, but the general problem I want to solve is "work around the rigidity of the menu system and do dynamic stuff like in D5". I imagine this being used by site builders and not contrib developers. Contrib has hook_menu_alter() and they should try to stay within that. This hook is for when you need site specific menu routing.
Comment #9
moshe weitzman commentedthis is a 1 line patch, with zero side effects. rtbc for 3 weeks ... lets commit, please.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.