Commit Graph

406 Commits (7f3e67040fc154072564217cce0cd8c5efcaefbc)

Author SHA1 Message Date
David Rothstein 257fac8454 Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead. 2013-12-29 15:32:28 -05:00
Jennifer Hodgdon 1b03ea803a Issue #1797366 by xjm, lazysoundsystem, dcam: Remove t() from test assertions in menu module 2013-06-10 07:43:38 -07:00
David Rothstein 79c6205b4c Issue #1096208 by zambrey, mr.baileys: Fixed PHP notices when creating menu link '#'. 2013-03-30 15:47:41 -04:00
Jennifer Hodgdon 9426490d7e Issue #1875858 by j.slemmer, cck: Fix documentation for a couple of menu hooks 2013-01-19 07:59:01 -08:00
webchick ffd207cbe8 Issue #1539164 by Birk: Fixed Menu machine_name() label says 'URL path'. 2012-10-23 15:39:56 -07:00
webchick 2cbf221c01 Issue #1197622 by lyricnz, xjm, tim.plunkett, Cottser: Fixed My account (disabled). 2012-10-06 10:51:39 -07:00
Jennifer Hodgdon 1f485b87ec Issue #1546618 by wulff: Fix addtogroup syntax in menu.install 2012-05-17 05:53:37 -07:00
Jennifer Hodgdon 3964a0575f Issue #1546618 by wulff: Change duplicate defgroup to addtogroup 2012-05-14 12:21:35 -07:00
Jennifer Hodgdon 7f7a301213 Issue #1452070 by kgoel: Remove comment left over from Drupal 5 in menu_block_info() 2012-04-11 08:58:35 -07:00
Jennifer Hodgdon 4fb8e143a3 Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages 2012-03-26 11:28:49 -07:00
webchick 76ec835ba0 Issue #1009832 by edb, chertzog, rjgoldsborough: Added menu name to breadcrumb on List Links page. 2012-03-24 00:26:41 -06:00
Dries 1dc0815d47 - Patch #1420048 by nod_, droplet: fixed menu* JS indention. 2012-01-29 16:13:03 -05:00
Dries 14e1deb866 - Patch #1399496 by droplet: JS semicolon to following code standard . 2012-01-29 08:25:27 -05:00
webchick 5f3834f2ac Issue #955848 by anrikun, Kars-T, catch, chx, casey, sun: Fixed When editing an existing node with a link, the link itself is listed in 'Parent item': menu_parent_options() needs some rewriting. 2012-01-21 10:09:06 -08:00
webchick 1e126deba8 Issue #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail. 2011-12-24 17:20:23 -08:00
webchick 33e476a1fd Issue #1021064 by montesq, barraponto, cwells73, mejd: Fixed No Main Links causes error message in form description to set Secondary Links. 2011-10-29 12:29:45 -07:00
Dries Buytaert 9e73bfcc6f - Patch #955848 by anrikun, Kars-T, catch, chx: when editing an existing node with a link, the link itself is listed in 'Parent item' 2011-09-25 11:38:51 +02:00
Dries Buytaert 7d490ac8f7 - Patch #1237290 by e-anima, dereine, xjm: menu path length fix. 2011-09-11 16:58:50 -04:00
webchick 73b7dae006 Issue #1231856 follow-up by marcingy: Fixed menu_update_7001() breaks if block module disabled. 2011-09-05 11:47:28 -07:00
webchick 17898e7b0b Issue #1231856 by lyricnz: Fixed menu_update_7001() breaks when updating from 7.4 or upgrading from D6. 2011-08-16 01:22:08 -05:00
webchick 09c56b4bfc Issue #1007910 by lyricnz, idflood: Fixed D6->D7 update doesn't convert 'primary-links' menu to 'main-menu'. 2011-07-04 22:01:00 -07:00
webchick d61100e815 Issue #993134 by lyricnz, adam.hammouda: Fixed menu_save() needs to document the form of the menu name. 2011-06-21 23:39:52 -07:00
webchick 97450de684 Issue #1021064 by montesq: Fixed No Main Links causes error message in form description to set Secondary Links. 2011-06-01 01:22:59 -07:00
webchick 96c1e28fdc Issue #761648 follow-up by lyricnz: Fixed Menu D6->D7 upgrade doesn't maintain node-menu configuration. 2011-06-01 01:07:12 -07:00
Dries Buytaert 8f46835ea2 - Patch #761648 by lyricnz, andypost, ksenzee, Jody Lynn, Gábor Hojtsy, Damien Tournoud, Shawn DeArmond, David_Rothstein: menu items disappear after upgrade or manual menu entry. 2011-05-13 11:57:47 -04:00
Dries Buytaert a22d7770d4 - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
webchick 5b45a85ca7 Issue #749992 by jhodgdon: menu system / menu module distinction is not obvious to folks new to Drupal. 2011-03-28 08:52:43 -07:00
Dries Buytaert 540ee5f440 - Patch #1071494 by Takafumi: typo in menu.module. 2011-02-28 20:14:44 -05:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Dries Buytaert f1399ea638 - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files. 2011-02-04 18:42:22 +00:00
Angie Byron 15ec48062c #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
Dries Buytaert ae85abb983 - Patch #955610 by casey: impossible to have multiple node forms on one page due to fixed IDs. 2010-11-05 19:47:20 +00:00
Angie Byron fd94ba2748 #937850 by sivaji, bleen18: Fix PHP notice in menu settings page. 2010-10-20 07:40:59 +00:00
Dries Buytaert b0cbc018ec - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form element titles for accessibility. 2010-10-20 01:31:07 +00:00
Dries Buytaert 284f2b11a4 - Patch #902644 by sun, tobiasb: machine names are too hard to implement. 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.
2010-10-13 13:43:21 +00:00
Dries Buytaert f85a37c307 - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a select list without #default_value() always passes form validation. 2010-10-04 18:00:46 +00:00
Dries Buytaert d6ebcd7bee - Patch #797380 by asimmonds: when editing menu - Enter triggers Delete instead of Save. 2010-09-29 01:57:30 +00:00
Dries Buytaert e22b2153a2 - Patch #140783 by sun: a select list without #default_value() always passes form validation. 2010-09-24 21:36:22 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert eaee909a00 - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not taken into account for #validate, #submit, hook_form_FORMID_alter(). 2010-09-09 23:01:48 +00:00
Dries Buytaert 4c094fc8dc - Patch #903630 by pwolanin: menu module settings page text refers to settings that are no longer present. 2010-09-07 22:12:05 +00:00
Angie Byron 410fcdc718 #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page. 2010-08-30 00:22:03 +00:00
Angie Byron f375573849 #410646 by dman, David_Rothstein, and thousands of other people: Fixed 'Secondary menu' exists but is no longer the default source for the secondary links. 2010-08-23 23:38:06 +00:00
Dries Buytaert 260dbda970 - Patch #408482 by c960657, drifter, dixon_, chx: menu links do not follow parent when moving. 2010-08-22 14:57:45 +00:00
Angie Byron 25171a17f6 Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
Angie Byron cacd044a63 #500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings. 2010-08-05 23:26:36 +00:00
Dries Buytaert 2651654d09 - Patch #378064 by glipay: description field missing in menu settings on node form. 2010-08-01 23:33:18 +00:00
Dries Buytaert e27e1a0e0d - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form(). 2010-06-26 21:32:20 +00:00
Dries Buytaert 353ef4547a - Patch #553106 by kiamlaluno, dereine, marcingy: _menu_overview_tree_form() access a not defined variable. 2010-06-26 17:43:22 +00:00