summaryrefslogtreecommitdiff
path: root/modules/menu
Commit message (Collapse)AuthorAge
* Issue #1973262 by cilefen, Matt V., David_Rothstein, Anybody, Rob230: User ↵David Rothstein2015-10-10
| | | | pages display incorrect title instead of "Menu link title" when link paths are added to a default menus
* Issue #849624 by brad.bulger, dcam, Alan Evans, oriol_e9g, Stevel | ↵David Rothstein2014-11-02
| | | | tsvenson: Fixed wrong permission for admin/structure/menu/parents.
* 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 #1797366 by xjm, lazysoundsystem, dcam: Remove t() from test ↵Jennifer Hodgdon2013-06-10
| | | | assertions in menu module
* Issue #1096208 by zambrey, mr.baileys: Fixed PHP notices when creating menu ↵David Rothstein2013-03-30
| | | | link '#'.
* Issue #1875858 by j.slemmer, cck: Fix documentation for a couple of menu hooksJennifer Hodgdon2013-01-19
|
* 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 #1546618 by wulff: Fix addtogroup syntax in menu.installJennifer Hodgdon2012-05-17
|
* Issue #1546618 by wulff: Change duplicate defgroup to addtogroupJennifer Hodgdon2012-05-14
|
* Issue #1452070 by kgoel: Remove comment left over from Drupal 5 in ↵Jennifer Hodgdon2012-04-11
| | | | menu_block_info()
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1009832 by edb, chertzog, rjgoldsborough: Added menu name to ↵webchick2012-03-24
| | | | breadcrumb on List Links page.
* - Patch #1420048 by nod_, droplet: fixed menu* JS indention.Dries2012-01-29
|
* - Patch #1399496 by droplet: JS semicolon to following code standard .Dries2012-01-29
|
* Issue #955848 by anrikun, Kars-T, catch, chx, casey, sun: Fixed When editing ↵webchick2012-01-21
| | | | an existing node with a link, the link itself is listed in 'Parent item': menu_parent_options() needs some rewriting.
* Issue #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, ↵webchick2011-12-24
| | | | Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail.
* 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 #955848 by anrikun, Kars-T, catch, chx: when editing an existing ↵Dries Buytaert2011-09-25
| | | | node with a link, the link itself is listed in 'Parent item'
* - Patch #1237290 by e-anima, dereine, xjm: menu path length fix.Dries Buytaert2011-09-11
|
* Issue #1231856 follow-up by marcingy: Fixed menu_update_7001() breaks if ↵webchick2011-09-05
| | | | block module disabled.
* Issue #1231856 by lyricnz: Fixed menu_update_7001() breaks when updating ↵webchick2011-08-16
| | | | from 7.4 or upgrading from D6.
* Issue #1007910 by lyricnz, idflood: Fixed D6->D7 update doesn't convert ↵webchick2011-07-04
| | | | 'primary-links' menu to 'main-menu'.
* Issue #993134 by lyricnz, adam.hammouda: Fixed menu_save() needs to document ↵webchick2011-06-21
| | | | the form of the menu name.
* Issue #1021064 by montesq: Fixed No Main Links causes error message in form ↵webchick2011-06-01
| | | | description to set Secondary Links.
* Issue #761648 follow-up by lyricnz: Fixed Menu D6->D7 upgrade doesn't ↵webchick2011-06-01
| | | | maintain node-menu configuration.
* - Patch #761648 by lyricnz, andypost, ksenzee, Jody Lynn, Gábor Hojtsy, ↵Dries Buytaert2011-05-13
| | | | Damien Tournoud, Shawn DeArmond, David_Rothstein: menu items disappear after upgrade or manual menu entry.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* Issue #749992 by jhodgdon: menu system / menu module distinction is not ↵webchick2011-03-28
| | | | obvious to folks new to Drupal.
* - Patch #1071494 by Takafumi: typo in menu.module.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* - Patch #955610 by casey: impossible to have multiple node forms on one page ↵Dries Buytaert2010-11-05
| | | | due to fixed IDs.
* #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 #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* - Patch #903630 by pwolanin: menu module settings page text refers to ↵Dries Buytaert2010-09-07
| | | | settings that are no longer present.
* #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, ↵Angie Byron2010-08-30
| | | | jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page.
* #410646 by dman, David_Rothstein, and thousands of other people: Fixed ↵Angie Byron2010-08-23
| | | | 'Secondary menu' exists but is no longer the default source for the secondary links.
* - Patch #408482 by c960657, drifter, dixon_, chx: menu links do not follow ↵Dries Buytaert2010-08-22
| | | | parent when moving.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #378064 by glipay: description field missing in menu settings on ↵Dries Buytaert2010-08-01
| | | | node form.