Commit Graph

391 Commits (fa4d4c5ce3c9e2d156ea00ca3d3299ac90d37a3b)

Author SHA1 Message Date
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
Angie Byron f174e9cc55 #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users. 2010-06-20 17:34:51 +00:00
Dries Buytaert cb043e8c48 - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level submit functions on button level submits, without validation. Oh yeah. 2010-06-17 13:44:45 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert f2f5424c13 - Patch #609108 by sivaji: menu admin page should say something when you save. 2010-05-04 20:31:53 +00:00
Dries Buytaert 71713081a2 - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
Angie Byron 5c5bd80349 #394534 by aspilicious, BruceBGordon: Move Menu API documentation contents to system.api.php. 2010-04-28 05:08:24 +00:00
Dries Buytaert 45f4a1e166 - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons. 2010-04-24 14:49:14 +00:00
Dries Buytaert 3c3cee28b9 - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
Dries Buytaert 459d623467 - Patch #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery functions. 2010-04-09 12:24:53 +00:00
Angie Byron 559ee07db5 #473082 follow-up by sun: Remove odd breadcrumb bug workaround in menu_save(). 2010-03-07 07:55:14 +00:00
Dries Buytaert 124f83e79c - Patch #716792 by bleen18, agentrickard: remove 'Default menu for content' left-over setting. 2010-02-23 10:32:10 +00:00
Angie Byron 833ab255e9 #605926 by jim0203, sun, jhodgdon, dman, eileenmcnaughton, Gábor Hojtsy: Fixed Menu link weight changes when editing a node. (with tests) 2010-02-17 05:46:16 +00:00
Dries Buytaert 86dc8b4bc6 - Patch #682784 by naxoc: added a test for updating links with queries and fragments in menu items. 2010-02-15 15:29:14 +00:00
Dries Buytaert 5efa63f7f1 - Patch #322703 by sun, alexkb: fixed menu weirdness when changing node titles etc. 2010-02-14 09:39:45 +00:00
Angie Byron 92ad427474 #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people. 2010-02-07 17:29:09 +00:00