summaryrefslogtreecommitdiff
path: root/modules/menu
Commit message (Collapse)AuthorAge
* - 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.
* - 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 #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #609108 by sivaji: menu admin page should say something when you save.Dries Buytaert2010-05-04
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #394534 by aspilicious, BruceBGordon: Move Menu API documentation contents ↵Angie Byron2010-04-28
| | | | to system.api.php.
* - 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 #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery ↵Dries Buytaert2010-04-09
| | | | functions.
* #473082 follow-up by sun: Remove odd breadcrumb bug workaround in menu_save().Angie Byron2010-03-07
|
* - Patch #716792 by bleen18, agentrickard: remove 'Default menu for content' ↵Dries Buytaert2010-02-23
| | | | left-over setting.