Commit Graph

35 Commits (68eecef413fed33cfdac787c66309e4bb511b722)

Author SHA1 Message Date
catch 9656e51ac5 Issue #365554 by TheRec, Kiphaas7, adharris, Gurpartap Singh: Fixed colspan in tableselect. 2012-04-06 14:38:32 +09:00
catch 16ad612cbe Issue #405360 by Liam Morland, mgifford, Everett Zufelt: Added Use aria-describedby to link form elements with form element descriptions. 2012-04-05 16:09:10 +09:00
Dries e577cff7cc - Patch #1309394 by effulgentsia, sun: process #autocomplete_path() for all form elements; remove custom/duplicated code from theme_textfield(). 2012-03-30 12:17:26 -04:00
catch d672bcc401 Issue #1174938 by ericduran, aspilicious, voxpelli, David_Rothstein, effulgentsia: Added Natively support the HTML5 #required FAPI property. 2012-03-27 15:23:35 +09:00
catch 97674b9f05 Issue #1174628 by Dave Reid, Niklas Fiekas, ericduran, Jacine: Add new HTML5 FAPI element: search. 2012-03-27 15:17:38 +09:00
webchick 4914ff1cc0 Revert "Issue #1475666 by filijonka, Devin Carlson, Kevin Morse, tstoeckler, Niklas Fiekas: Fixed PHP error because of typo in form.inc line 3025."
This reverts commit c804c2bc67.
2012-03-25 10:29:17 -06:00
catch c804c2bc67 Issue #1475666 by filijonka, Devin Carlson, Kevin Morse, tstoeckler, Niklas Fiekas: Fixed PHP error because of typo in form.inc line 3025. 2012-03-22 17:08:05 +09:00
Jennifer Hodgdon ce2182fa32 Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox 2012-03-18 16:38:31 -07:00
catch 9e43704ae6 Issue #1468244 by amateescu, aspilicious: Convert DrupalQueue system to PSR-0. 2012-03-12 12:07:39 +09:00
catch d4442020dd Issue #1164812 by Niklas Fiekas, xjm: Improve UX for machine names for fields. 2012-03-12 12:00:51 +09:00
webchick 27d3f295e7 Issue #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: Fixed Regression: Required radios throw illegal choice error when none selected. 2012-03-10 13:01:23 -08:00
catch da3a59b574 Issue #1174630 by Dave Reid, Niklas Fiekas, ericduran, xjm: Added new HTML5 FAPI element: url. 2012-03-09 00:13:41 +09:00
Dries 44963050b2 Merge remote-tracking branch 'heyrocker/8.x-file-config' into 8.x 2012-03-02 12:42:36 -05:00
catch 2cc2aa2568 Issue #1174620 by Niklas Fiekas, Dave Reid, ericduran: Added new HTML5 FAPI element: email. 2012-03-02 16:29:16 +09:00
catch 4f00ad8b5a Issue #1138258 by Rob Loach, idflood, nod_, ericduran: Drop textarea.js in favor of CSS3 resize. 2012-03-02 15:28:37 +09:00
Greg Dunlap bdd013ea2a Merge remote-tracking branches 'origin/8.x' and 'origin/8.x-file-config' into 8.x-file-config 2012-02-22 14:29:38 -08:00
Dries 180642cdd1 - Patch #1317620 by xjm: clean up API docs for includes directory, files starting with D-G. 2012-02-18 22:41:24 -05:00
Dries 1457cd8779 - Patch #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'. 2012-02-16 22:59:14 -05:00
Greg Dunlap 2e50e5ba18 fixed form.inc
Conflicts:

	core/includes/form.inc
2012-01-25 21:20:05 +01:00
Dries 68fc0fad1a - Patch #1316866 by nicl: User_forms() is now redundant. 2012-01-24 17:53:40 -05:00
catch aa400e9e8a Issue #1174634 by ericduran, rupl, Dave Reid, jhedstrom, helior: Add new HTML5 FAPI element: telephone. 2012-01-19 21:55:48 +09:00
webchick 9f9744bff8 Revert "- Patch #1371484 by makara: private properties in abstract class DrupalCacheArray."
This reverts commit 7be846e75d.
2012-01-01 20:43:23 -08:00
Dries 7be846e75d - Patch #1371484 by makara: private properties in abstract class DrupalCacheArray. 2011-12-19 09:37:02 -05:00
Dries 9c29ac79af - Patch #1059884 by bfroehle, sun, casey: Drop function_exists() for 'callback' functions. 2011-12-15 12:33:38 -05:00
catch f2431f3d3b Revert "- Patch #1174938 by ericduran, aspilicious, voxpelli: natively support the HTML5 #required FAPI property. Woot!"
This reverts commit 8945bee7fd.
2011-12-15 17:05:44 +09:00
Dries 010e99986b - Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent. 2011-12-14 10:04:55 -05:00
Dries 8945bee7fd - Patch #1174938 by ericduran, aspilicious, voxpelli: natively support the HTML5 #required FAPI property. Woot! 2011-12-14 07:56:07 -05:00
catch 8c47bfff7a Issue #866292 by marcingy, ygerasimov, attiks, quicksketch: Fixed '0' not displayed as checkbox / radios options (nor as any element #title). 2011-12-13 01:21:23 +09:00
Nathaniel eb8c4c09a2 Issue #381994 by xjm, good_man, elcuco, et al: Fixed Machine-name fields are always in Latin characters, and should therefore always be LTR. 2011-12-08 12:29:13 +09:00
Nathaniel d8c739586b Issue #1346760 by xjm, droplet, catch: Fixed Drag and drop needs a scalable weight select element. 2011-12-02 14:05:37 +09:00
catch cde51eae5d Issue #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() is polluting form values. 2011-11-03 16:32:28 +09:00
Nathan Haug f434037c0e Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00