summaryrefslogtreecommitdiff
path: root/modules/menu/menu.admin.inc
Commit message (Collapse)AuthorAge
* Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some ↵David Rothstein2013-12-29
| | | | callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead.
* Issue #1096208 by zambrey, mr.baileys: Fixed PHP notices when creating menu ↵David Rothstein2013-03-30
| | | | link '#'.
* Issue #1539164 by Birk: Fixed Menu machine_name() label says 'URL path'.webchick2012-10-23
|
* Issue #1197622 by lyricnz, xjm, tim.plunkett, Cottser: Fixed My account ↵webchick2012-10-06
| | | | (disabled).
* Issue #1009832 by edb, chertzog, rjgoldsborough: Added menu name to ↵webchick2012-03-24
| | | | breadcrumb on List Links page.
* Issue #1021064 by montesq, barraponto, cwells73, mejd: Fixed No Main Links ↵webchick2011-10-29
| | | | causes error message in form description to set Secondary Links.
* - Patch #1237290 by e-anima, dereine, xjm: menu path length fix.Dries Buytaert2011-09-11
|
* Issue #1021064 by montesq: Fixed No Main Links causes error message in form ↵webchick2011-06-01
| | | | description to set Secondary Links.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #937850 by sivaji, bleen18: Fix PHP notice in menu settings page.Angie Byron2010-10-20
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* - Patch #797380 by asimmonds: when editing menu - Enter triggers Delete ↵Dries Buytaert2010-09-29
| | | | instead of Save.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* - Patch #903630 by pwolanin: menu module settings page text refers to ↵Dries Buytaert2010-09-07
| | | | settings that are no longer present.
* - Patch #378064 by glipay: description field missing in menu settings on ↵Dries Buytaert2010-08-01
| | | | node form.
* - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* - Patch #553106 by kiamlaluno, dereine, marcingy: _menu_overview_tree_form() ↵Dries Buytaert2010-06-26
| | | | access a not defined variable.
* #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, ↵Angie Byron2010-06-20
| | | | mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users.
* - Patch #609108 by sivaji: menu admin page should say something when you save.Dries Buytaert2010-05-04
|
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #716792 by bleen18, agentrickard: remove 'Default menu for content' ↵Dries Buytaert2010-02-23
| | | | left-over setting.
* - Patch #682784 by naxoc: added a test for updating links with queries and ↵Dries Buytaert2010-02-15
| | | | fragments in menu items.
* - Patch #682784 by andrewfn: once created, menu item query strings could ↵Dries Buytaert2010-02-01
| | | | never be deleted.
* - Patch #700336 by mr.baileys: cannot create or list menu items with Clean ↵Dries Buytaert2010-01-31
| | | | URLs off.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* #664020 by casey and Bojhan: Removed Menu settings fieldset.Angie Byron2010-01-02
|
* - Patch #190867 by chx: fixed access to creating path aliases.Dries Buytaert2009-12-17
|
* #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 #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 #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.
* - Patch #576916 by BarisW | Bojhan: default menu 'Parent item' should be ↵Dries Buytaert2009-10-03
| | | | Navigation, not Primary links.
* - 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...
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* #509584 by pwolanin: Various API fixes for menu_tree_data() including depth ↵Angie Byron2009-08-24
| | | | param.
* #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).
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen ↵Angie Byron2009-06-29
| | | | texts. Steve Krug would be proud.
* #503868 by Sutharsan: Add link to create a menu link if one does not exist.Angie Byron2009-06-27
|
* - Patch #503996 by kika, Sutharsan: changed label from 'Expanded' to 'Show ↵Dries Buytaert2009-06-27
| | | | as expanded' for better usability.