summaryrefslogtreecommitdiff
path: root/modules/menu
Commit message (Collapse)AuthorAge
...
* #469386 by Bojhan: Remove obvious menu administration help, and make ↵Angie Byron2009-05-21
| | | | block-related help conditional on block module.
* - Patch #292790 by mr.baileys: menu machine-name validation error.Dries Buytaert2009-05-15
|
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #382834 by cwgordon7: more documentation fixes.Dries Buytaert2009-05-09
|
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #409598 by pwolanin, swentel: fixed problem with content type ↵Dries Buytaert2009-05-07
| | | | descriptions not being updated.
* - Patch #394476 by Berdir, pwolanin, Crell: converted the module to the new ↵Dries Buytaert2009-05-07
| | | | database abstraction layer.
* - Patch #451660 by Damien Tournoud: fixed menu creation/deletion tests.Dries Buytaert2009-05-03
|
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - Patch #382834 by cwgordon7: hook_menu API docs missedsome elements.Dries Buytaert2009-04-27
|
* - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode().Dries Buytaert2009-04-22
|
* - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.Dries Buytaert2009-04-21
|
* - Patch #317775 by pwolanin, chx et al: caching the entire {menu_router} ↵Dries Buytaert2009-04-12
| | | | table causes problems.
* #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵Angie Byron2009-04-11
| | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
* - Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} ↵Dries Buytaert2009-04-02
| | | | table causes MySQL error/slow rebuilds and slows menu_link_save.
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #402226 follow-up by pwolanin: Rename menu 'item' to 'link' in menu module.Angie Byron2009-03-31
|
* - Patch #402226 by stompeers, catch et al: menu admin page uses inconsistent ↵Dries Buytaert2009-03-28
| | | | formatting.
* #273137 follow-up by David Rothstein: Fix menu descriptions.Angie Byron2009-03-25
|
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* #403526 by pwolanin: Fix PDO exception when enabling a menu link.Angie Byron2009-03-16
|
* #403542 by pwolanin: Terminology clean-up to menu module test.Angie Byron2009-03-16
|
* - Patch #401916 by stompeers: change order of fields on menu creation form.Dries Buytaert2009-03-14
|
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* - Patch #296584 by mr.baileys: fixed incorrect example with regards to the ↵Dries Buytaert2009-02-24
| | | | use of t() in menu item titles.
* #357429 by fusedpro: Update the documentation of hook_menu_alter() to use ↵Angie Byron2009-02-07
| | | | 'items' rather than 'callbacks' to match hook_menu().
* #348627 by smk-ka and catch: Allow menu title callback property to bypass ↵Angie Byron2009-02-05
| | | | t() (+documentation and tests)
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* #326210 by AlexisWhite and jhedstrom: Pass ->menu by reference to allow ↵Angie Byron2009-01-31
| | | | modules to modify it.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path ↵Dries Buytaert2008-11-29
| | | | 'logout' to 'user/logout'. For real now.
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
| | | | Drupal core.
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #331570 by recidive: rename block module tables to singular. ↵Dries Buytaert2008-11-15
| | | | Requires you to run update.php.
* #328110 by marcingy, Damien Tournoud, swentel, and pwolanin: Fix error on ↵Angie Byron2008-11-13
| | | | admin/build/menu, and robustify the test so we catch stuff like this in the future.
* Oops. Roll-back of #328110. ApologiesAngie Byron2008-11-11
|
* #328110 by Damien Tournoud: Remove recoverable fatal error from menu system.Angie Byron2008-11-11
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵Dries Buytaert2008-10-06
| | | | sable tooth tigers.
* - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node ↵Dries Buytaert2008-09-27
| | | | edit forms easier. DX improvement.
* - Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu ↵Dries Buytaert2008-09-18
| | | | admin.