Commit Graph

555 Commits (1ef0cd4e9cddb9541ecd2f2e2bb47b51c209b18a)

Author SHA1 Message Date
webchick bd7712385a Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'. 2012-04-30 21:51:35 -07:00
webchick 6c4381e1c1 Issue #1421410 by andypost, Niklas Fiekas: Fixed not defined in form_pre_render_conditional_form_element(). 2012-04-12 00:30:24 -07:00
Jennifer Hodgdon 7f4a682a1d Issue #1516934 by jmarkel: Fix up docs for batch_set() 2012-04-11 09:10:34 -07:00
webchick e224129315 Revert "Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025."
This reverts commit ea8e74bbd4.
2012-03-25 10:29:38 -06:00
webchick f26da2d1ef Issue #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine names for fields. 2012-03-24 00:18:48 -06:00
webchick ea8e74bbd4 Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025. 2012-03-23 00:32:11 -06:00
Jennifer Hodgdon 93eb34d8d6 Issue #1488668 by chertzog: Add checked property to docs of theme_checkbox 2012-03-18 16:39:24 -07:00
webchick 1569c4bde2 Issue #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: Fixed Regression: Required radios throw illegal choice error when none selected. 2012-03-13 09:41:32 -07:00
Jennifer Hodgdon b5dc528a66 Issue #1317620 by xjm, Albert Volkman: Fix up API docs for includes directory files d-g 2012-03-12 08:05:51 -07:00
Dries bb15ceb026 - Patch #1436074 by Pat Redmond: documentation problem with batch_set(): change 'his' to 'its'. 2012-02-16 22:59:34 -05:00
webchick 068f1fb1f3 Issue #1316866 by nicl, Niklas Fiekas: User_forms() is now redundant. 2012-02-14 13:42:51 -05:00
webchick 88b568e272 Issue #381994 by xjm, good_man, elcuco, brianV, yhager: Fixed Machine-name fields are always in Latin characters, and should therefore always be LTR. 2011-12-24 18:09:18 -08:00
webchick fa4d4c5ce3 Issue #866292 by marcingy, ygerasimov, quicksketch, attiks, furamag: Fixed '0' not displayed as checkbox / radios options (nor as any element #title). 2011-12-22 02:14:53 -08:00
Dries fdf48f2b99 - Patch #1366804 by TR: 'End of foo group' on a couple of API pages due to not following standards. 2011-12-19 09:47:28 -05:00
Dries 184c145d13 - 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:06:56 -05:00
webchick a258803789 Issue #1346760 by xjm: Fixed Drag and drop needs a scalable weight select element. 2011-12-10 23:53:03 -06:00
webchick 168bd186a6 Issue #570314 follow-up by jhodgdon, Mac_Weber: Fixed form_set_value() documentation needs more detail. 2011-10-24 20:07:48 -07:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
webchick faf20e4dc7 Issue #859970 by jn2, sun, rfay: Cleanup form_api() () docs - keys in 2 places, missing some. 2011-10-02 11:06:03 -07:00
Dries Buytaert d9a044126f - Patch #240828 by sun, xjm, David_Rothstein, yoroy: 'This form is outdated. Reload the page and try again' is incorrect and confuses users. 2011-09-11 16:08:09 -04:00
webchick cb8c655a18 Issue #1118016 by dereine, pwolanin: Fixed conditional visibility of a managed_file() using #states attribute does not work. 2011-09-05 12:08:16 -07:00
webchick 8cba9e72b1 Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use. 2011-07-31 19:41:58 -07:00
webchick fb55033fff Oopsie. Wrong patch. 2011-07-31 19:41:30 -07:00
webchick 9c85b350d1 Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use. 2011-07-31 19:39:41 -07:00
webchick 1b7c290435 Issue #1100260 by barbi, massimoi: Fixed Batch operations example needs redirect. 2011-07-28 15:29:59 -04:00
webchick 261b66d38c Issue #1040262 by tsi: Fixed locale-rtl.css. 2011-07-07 17:13:44 -07:00
webchick 1046f0f2de Issue #1162022 by sun: Ensure #validate and #submit keys always exist in drupal_prepare_form(). 2011-07-04 10:11:28 -07:00
webchick db4bc4b0a8 Issue #188947 by lyricnz: Fixed date_validate()(form) should be date_validate()(element). 2011-06-29 23:41:11 -07:00
webchick d6cba5f650 Issue #1096448 by bfroehle: Changed drupal_redirect_form() needs better documentation of form_state['redirect']. 2011-06-21 23:11:38 -07:00
webchick 6fc37ebf29 Issue #604902 by rschwab, drewish: Add documentation about Batch API success parameter. 2011-06-01 01:39:32 -07:00
Dries Buytaert a22d7770d4 - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
Dries Buytaert d96bf5d808 - Patch #852120 by cygri: batch operations example doesn't do proper sanitizing. 2011-05-01 06:37:52 -04: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
Angie Byron d654ff6dde #690980 by Dave Reid, grendzy, cwgordon7: Security hardening: Ensure password fields are empty on display. 2011-01-29 10:08:45 +00:00
Dries Buytaert 2dbeb60535 - Patch #1027762 by droplet: remove non necessary space. 2011-01-18 18:23:40 +00:00
Angie Byron 6ec0561ee2 #994870 follow-up by eaton: Add missing element argument to machine name exists callback. 2011-01-04 16:46:24 +00:00
Angie Byron db538c8250 #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics. 2011-01-03 18:03:54 +00:00
Angie Byron 4a8df419ab #994870 by sun: Fixed Custom #type machine_name 'exists' callbacks cannot access other form elements/values 2011-01-03 00:26:47 +00:00
Angie Byron 75a7c31c33 #971120 by bec, dereine, bojanz, chx: Fixed Radio button values get run through check_plain() twice 2010-12-30 22:52:24 +00:00
Angie Byron bf534a219f #992928 by das-peter, David_Rothstein: Fixed Command line (Drush) install fails on SQLite (#limit_validation_errors doesn't work for programmatic form submissions) 2010-12-21 21:05:22 +00:00
Angie Byron 7eb6f7cb44 #977560 by joachim: Fix doc typo. 2010-12-18 06:29:46 +00:00
Angie Byron 1d9e77a513 #988760 by ksenzee: Fixed theme_container can't be used with non-form elements 2010-12-08 06:55:01 +00:00
Dries Buytaert b1177ba603 - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be registered as a library. 2010-11-30 17:16:37 +00:00
Dries Buytaert 22cfc5bb2c - Patch #561226 by fago, sun, effulgentsia, YesCT, marcingy: forms (elements) need to able to specify include files to be loaded for building. 2010-11-27 19:12:56 +00:00
Dries Buytaert 3e1b4793a2 - Patch #953914 by chx, yched, pifantastic: #limit_validation_errors() fails is parents array contains numeric indexes. 2010-11-17 04:10:52 +00:00
Angie Byron 9c05cdef9e #953914 by chx, yched, effulgentsia, pifantastic: Fixed #limit_validation_errors fails is parents array contains numeric indexes. 2010-11-15 10:06:32 +00:00
Dries Buytaert b51569528f - Patch #745590 by justinrandell, effulgentsia, yched, quicksketch, eojthebrave: #managed_file() element does not work when #extended not TRUE, or when ancestor element doesn't have #tree=TRUE. 2010-11-13 14:04:08 +00:00
Dries Buytaert 0d74d52c2a - Patch #915936 by sun: make it easier to define checkboxes/radios with customized sub-elements. 2010-11-07 21:46:09 +00:00
Dries Buytaert 0344a78d96 - Patch #654796 by chx, c960657, sun, effulgentsia: fix bugs with checkbox element. 2010-10-28 02:20:14 +00:00