summaryrefslogtreecommitdiff
path: root/modules/menu
Commit message (Collapse)AuthorAge
* - Patch #658140 by jhodgdon: various small help text fixes.Dries Buytaert2009-12-14
|
* - Patch #631550 by sun: fixed stale and improper logic for ↵Dries Buytaert2009-12-14
| | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
* - Patch #655046 by thegreat: fixed typo in documentation.Dries Buytaert2009-12-09
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #617424 by matt2000, jhodgdon: documentation for hook_menu().Dries Buytaert2009-12-04
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* #634820 by arianek, batigolix, and jhodgdon: Update Menu module to new ↵Angie Byron2009-11-27
| | | | documentation standard.
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* - Patch #607244 by sun: added permission to decrease performance impact of ↵Dries Buytaert2009-11-07
| | | | contextual links.
* #322703 by BarisW, sun, Shai, and dman: Use on/off checkbox to enable and ↵Angie Byron2009-11-06
| | | | prepopulate node's menu item.
* #576916 follow-up by mooffie: Fixed some mistaken variable renaming.Angie Byron2009-11-04
|
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs ↵Angie Byron2009-11-01
| | | | in https support and use https for authorize.php if available.
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #607040 by cweagans: added missing CVS tag, and added some line breaks.Dries Buytaert2009-10-17
|
* - Patch #473268 by sun: documentation improvements for edit in place.Dries Buytaert2009-10-17
|
* #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵Angie Byron2009-10-17
| | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
* - Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ↵Dries Buytaert2009-10-17
| | | | ksenzee et al: add customizable shortcuts to the toolbar.
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵Dries Buytaert2009-10-15
| | | | 'callback' callbacks. Oh my, this is the beginning of something big.
* - Patch #539434 by lambic, deekayen: re-order functions in menu.install.Dries Buytaert2009-10-13
|
* - Patch #351249 by stBorchert, coreyp_1, BrightLoudNoise, catch, kkaefer, ↵Dries Buytaert2009-10-13
| | | | sign: finer control over the Parent Menu select box.
* #599706 by sun: Allow altering local tasks/actions.Angie Byron2009-10-11
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* - Patch #564886 by dmitrig01, JacobSingh, clemens.tolboom, David_Rothstein: ↵Dries Buytaert2009-10-09
| | | | remove 'expanded' checkbox from menu item overview.
* #473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API.Angie Byron2009-10-09
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* #457450 follow-up by agentrickard: Documentation fixes.Angie Byron2009-10-05
|
* - Patch #536788 by jhodgdon | joachim: Fixed Provide documentation on making ↵Dries Buytaert2009-10-03
| | | | menu tabs.
* - Patch #576916 by BarisW | Bojhan: default menu 'Parent item' should be ↵Dries Buytaert2009-10-03
| | | | Navigation, not Primary links.
* - Patch #382834 by jhodgdon, sun: documentation improvements for hook_menu() APIDries Buytaert2009-10-02
|
* - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵Dries Buytaert2009-09-30
| | | | pwolanin: allow modules to specify per-page custom themes in hook_menu().
* - Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency ↵Dries Buytaert2009-09-28
| | | | for node types and menus.
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #457450 by agentrickard: Added hooks to track changes to menu links.Angie Byron2009-09-17
|
* #440930 by brianV: Add @file block to menu.test.Angie Byron2009-09-17
|
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵Dries Buytaert2009-08-31
| | | | pattern. Start using it for blocks.
* - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵Dries Buytaert2009-08-29
| | | | for consistency in the API.
* #509584 by pwolanin: Various API fixes for menu_tree_data() including depth ↵Angie Byron2009-08-24
| | | | param.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | 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.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #471018 by clemens.tolboom, sun, stBorchert, and mverbaar: Added generic ↵Angie Byron2009-08-22
| | | | pattern/js for hiding machine readable names (applied to menu and content types).