Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#763376 by fago, sun, noahb, effulgentsia, ksenzee, jhodgdon: Fixed Not validated form values appear in ().
- Rollback of #447816 -- didn't meant to commit that just yet.
- Patch #879910 by plach: fixed text_field_prepare_translation() broken.
Reverting #500866. Needs more discussion.
#500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings.
- Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements not properly rendered.
- Patch #827430 by David_Rothstein: drupal_form_submit() no longer works with checkboxes.
- Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) need to able to specify include files to be loaded for building.
#776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical bug: Complex widgets are not respecting '#disabled' state.
- Patch #736298 by effulgentsia, eojthebrave, andypost, robeano: fixed Refactor file.module to use proper button click detection, enabling FAPI to improve button click detection security.
- Patch #803212 by effulgentsia, Heine: protection against forgery of input selection value doesn't work with checkboxes.
- Patch #174972 by rfay, stBorchert, gaele: user creation setting should be 'Visitors, with admin approval'.
- Patch #755030 by jhedstrom, sivaji, kkaefer: #field_prefix()/suffix is displayed before the label. With tests.
- Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make drupal_alter() support multiple alter hooks executed by module weight.
- Patch #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed server-side enforcement of #disabled is inconsistent.
- Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3.
- Patch #384992 by effulgentsia, sun: drupal_html_id() does not work correctly in AJAX context with multiple forms on page.
- Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: follow-up on making form element labeling more accessible.
- Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation.
#707724 follow-up by yched: Fix more confusing field/entity api arguments.
- Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX triggered by non-submit element fails if any elements are validated.
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
- Patch #735808 by fago: fix multiple field value form to work with form API persistence. Added tests.
- Patch #335035 by boombatower, Damien Tournoud, ksenzee, Berdir, Dave Reid, effulgentsia: Simpletest drupalPost() incorrectly submits input for disabled elements, causing unreliable testing of forms that contain them.
#260934 by plach, ShawnClark, et al: Fixed Static caching: cannot call drupal_validate_form() on the same form more than once.
- Rollback #642820 -- test results were green but actually failed.
- Patch #642820 by c960657: fixed PHP notices when submitting form with disabled checkbox.
#567192 follow-up by Berdir: Remove tests for functionality that has not yet been committed. Oopsie.
#567192 by mgifford: Fixed Expanding simpletest groups not accessible via keyboard.
#629794 by yched: Fix Scaling issues with batch API. (with tests)
#370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
- Patch #302240 by fago, sun: fixed button broken.
#410926 by Damien Tournoud: Tests to ensure disabled Form API fields are working properly.
- Patch #641356 by fago, sun: cache more of () when form caching is enabled.
- Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: improved consistency, flexibility and accessibility of form element labels.
- Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes and extra tests.
- Patch #642702 by sun: form validation handlers cannot alter structure.
- Patch #583730 by sun: fixed form caching.
#179932 by Damien Tournoud, jromine, kenorb, deviantintegral, sun: Fixed Required radios/checkboxes are not validated.
- Rollback of #447816.
- Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.
#582584 by dww, Jacine, and chx: Move required form element marker into its own theme function.
- Patch #594650 by sun, c960657: provide central ()['values'] clearance.
- Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id().
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
- Patch #582956 by dww | Damien Tournoud: fixed FormsTestCase::testRequiredFields().
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
#500866 by boombatower: Remove t() from getInfo in tests.
- Patch #422362 by JamesAn: convert form.inc to use new static caching API.
- Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
- Patch #471070 by stella: millions of code style fixes.
#453962 by neclimdul: Change all instances of getInfo() to static functions.
- Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_form().
- Patch #302240 by fago: fixed various problems with form storage and added tests. Yay.
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
#297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() to be performed within batch API (with tests).
#402804 by roychri and Damien Tournoud: Add assertions to check if text was found only once or more than once.
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
#242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
#314283 by jhedstrom: Adding tests for disabled checkboxes.
- Patch #268063: move tests from includes/tests to modules/simpletests/tests.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.6 |