/[drupal]/drupal/includes/form.inc
ViewVC logotype

Log of /drupal/includes/form.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.487 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 30 17:07:49 2010 UTC (6 days, 9 hours ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.486: +6 -1 lines
Diff to previous 1.486
#891476 by solotandem: Fixed Tableselect is missing a column header when not multiple value.

Revision 1.486 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 30 05:52:35 2010 UTC (6 days, 21 hours ago) by webchick
Branch: MAIN
Changes since 1.485: +1 -2 lines
Diff to previous 1.485
#895896 by Jacine: Fixed Textarea element should not have a value attribute.

Revision 1.485 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 27 11:54:32 2010 UTC (9 days, 15 hours ago) by webchick
Branch: MAIN
Changes since 1.484: +24 -31 lines
Diff to previous 1.484
#763376 by fago, sun, noahb, effulgentsia, ksenzee, jhodgdon: Fixed Not validated form values appear in ().

Revision 1.484 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 20 01:08:18 2010 UTC (2 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.483: +2 -2 lines
Diff to previous 1.483
- Patch #883336 by sun, andypost: theme_image_button() broken.

Revision 1.483 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 18 00:44:52 2010 UTC (2 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.482: +3 -52 lines
Diff to previous 1.482
- Rollback of #447816 -- didn't meant to commit that just yet.

Revision 1.482 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 17 18:25:31 2010 UTC (2 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.481: +52 -3 lines
Diff to previous 1.481
- Patch #879910 by plach: fixed text_field_prepare_translation() broken.

Revision 1.265.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 6 11:02:49 2010 UTC (4 weeks, 2 days ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-19
Changes since 1.265.2.33: +9 -5 lines
Diff to previous 1.265.2.33 , to branch point 1.265 , to next main 1.487
#727126 by jhodgdon, rdrh555: improve documentation of drupal_execute()

Revision 1.481 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 04:01:51 2010 UTC (5 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.480: +118 -55 lines
Diff to previous 1.480
- Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements not properly rendered.

Revision 1.480 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 29 00:46:09 2010 UTC (5 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.479: +28 -2 lines
Diff to previous 1.479
- Patch #800460 by effulgentsia, sun: WTF coupling between ()['cache'] and form processing.

Revision 1.479 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 26 13:07:59 2010 UTC (5 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.478: +16 -2 lines
Diff to previous 1.478
- Patch #827430 by David_Rothstein: drupal_form_submit() no longer works with checkboxes.

Revision 1.478 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 17 18:52:39 2010 UTC (7 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.477: +17 -7 lines
Diff to previous 1.477
- Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) need to able to specify include files to be loaded for building.

Revision 1.477 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 10 00:03:37 2010 UTC (8 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.476: +12 -16 lines
Diff to previous 1.476
#776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical bug: Complex widgets are not respecting '#disabled' state.

Revision 1.476 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 7 17:56:42 2010 UTC (8 weeks, 4 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-ALPHA6
Changes since 1.475: +4 -1 lines
Diff to previous 1.475
Roll-back of #749748. This broke JavaScript on node add forms, and probably elsewhere.

Revision 1.475 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 7 01:14:18 2010 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.474: +1 -4 lines
Diff to previous 1.474
- Patch #749748 by mavimo, Dave Reid: contact and comment modules do not prefill with user info from cookie.

Revision 1.474 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 7 00:56:45 2010 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.473: +2 -2 lines
Diff to previous 1.473
- Patch #791168 by Berdir: does form_state() cache never get cleaned?

Revision 1.473 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 2 12:37:57 2010 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.472: +94 -32 lines
Diff to previous 1.472
- 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.

Revision 1.472 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 26 18:11:27 2010 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.471: +22 -2 lines
Diff to previous 1.471
- Patch #838324 by agentrickard: document form_options_flatten().

Revision 1.471 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 25 20:19:13 2010 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.470: +7 -2 lines
Diff to previous 1.470
- Patch #624086 by limikael, Dmitriy.trt: custom accept-charset for forms.

Revision 1.470 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 16 05:06:15 2010 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.469: +17 -2 lines
Diff to previous 1.469
- Patch #802746 by effulgentsia: documentation fixes.

Revision 1.469 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 15 15:52:04 2010 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.468: +100 -12 lines
Diff to previous 1.468
- Patch #802746 by rfay, jhodgdon: document () and form builder function in form_api() group.

Revision 1.468 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 10 07:00:03 2010 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.467: +1 -10 lines
Diff to previous 1.467
- Patch #804870 by CrookedNumber: docblock for drupal_form_submit() was outdated.

Revision 1.467 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 5 13:18:09 2010 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.466: +4 -7 lines
Diff to previous 1.466
- Patch #803212 by effulgentsia, Heine: protection against forgery of input selection value doesn't work with checkboxes.

Revision 1.466 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 3 13:48:04 2010 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.465: +79 -49 lines
Diff to previous 1.465
- Patch #748390 by rfay, effulgentsia: improve #limit_validation_errors() phpdoc.

Revision 1.465 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 31 09:11:32 2010 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.464: +2 -2 lines
Diff to previous 1.464
- Patch #774346 by jvandyk: fixed documentation.

Revision 1.464 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 19 19:22:24 2010 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-ALPHA5
Changes since 1.463: +5 -3 lines
Diff to previous 1.463
- Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not really a theme function.

Revision 1.265.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 19 15:02:32 2010 UTC (3 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-17, DRUPAL-6-18
Branch point for: DRUPAL-6-18-SECURITY
Changes since 1.265.2.32: +3 -3 lines
Diff to previous 1.265.2.32 , to branch point 1.265
#762434 by pwolanin: make form_build_id generation consistent

Revision 1.463 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 17 21:23:32 2010 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.462: +8 -7 lines
Diff to previous 1.462
- Patch #67439 by sun, effulgentsia: #tree in hook_element_info() does not work.

Revision 1.462 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 12 08:26:14 2010 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.461: +2 -2 lines
Diff to previous 1.461
- Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent.

Revision 1.461 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 7 14:48:10 2010 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.460: +3 -3 lines
Diff to previous 1.460
- Patch #547490 by ugerhard, Jody Lynn, Matt V.: entering only 'Confirm password' field passes validation and returns success message.

Revision 1.460 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 6 05:59:30 2010 UTC (4 months ago) by webchick
Branch: MAIN
Changes since 1.459: +5 -5 lines
Diff to previous 1.459
#331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting.

Revision 1.459 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 1 08:12:22 2010 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.458: +3 -3 lines
Diff to previous 1.458
- Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1.

Revision 1.458 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 1 00:19:35 2010 UTC (4 months ago) by webchick
Branch: MAIN
Changes since 1.457: +9 -7 lines
Diff to previous 1.457
#783438 by sun: Fixed #states doesn't work for #type item.

Revision 1.457 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 29 03:34:00 2010 UTC (4 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.456: +8 -5 lines
Diff to previous 1.456
#767212 by sun, rfay: Fixed #states can't hide/show fieldsets.

Revision 1.456 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 28 16:11:22 2010 UTC (4 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.455: +6 -11 lines
Diff to previous 1.455
- Patch #755030 by jhedstrom, sivaji, kkaefer: #field_prefix()/suffix is displayed before the label. With tests.

Revision 1.455 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 28 12:36:26 2010 UTC (4 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.454: +3 -6 lines
Diff to previous 1.454
- Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make drupal_alter() support multiple alter hooks executed by module weight.

Revision 1.454 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 24 14:49:13 2010 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-ALPHA4
Changes since 1.453: +25 -2 lines
Diff to previous 1.453
- Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons.

Revision 1.453 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 23 07:50:28 2010 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.452: +15 -2 lines
Diff to previous 1.452
#776178 follow-up by David_Rothstein: Fixed PHP 5.3 warning for command line install at the root, rather than the symptom.

Revision 1.452 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 13 15:23:02 2010 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.451: +39 -99 lines
Diff to previous 1.451
- Patch #716496 by JohnAlbin: documentation updates for theme functions.

Revision 1.451 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 11 19:00:27 2010 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.450: +55 -25 lines
Diff to previous 1.450
- Patch #426056 by effulgentsia, Berdir, sun, boombatower, tstoeckler: fixed server-side enforcement of #disabled is inconsistent.

Revision 1.450 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 10 17:30:15 2010 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.449: +3 -3 lines
Diff to previous 1.449
- Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved word that should not be used.

Revision 1.449 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 7 04:39:59 2010 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.448: +11 -2 lines
Diff to previous 1.448
- Patch #558928 by mgifford, brandonojc, Owen Barton, Everett Zufelt: follow-up on making form element labeling more accessible.

Revision 1.448 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 4 13:22:51 2010 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.447: +3 -3 lines
Diff to previous 1.447
- Patch #760738 by yched:  includes full form state in unneeded cases.

Revision 1.447 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 31 19:34:56 2010 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.446: +23 -11 lines
Diff to previous 1.446
- Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation.

Revision 1.446 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 30 07:05:58 2010 UTC (5 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.445: +4 -2 lines
Diff to previous 1.445
#467296 by Frank Ralf, mgifford, Everett Zufelt, Cliff,seutje, Bojhan, kat3_drx, et al: Accessibility improvements for vertical tabs.

Revision 1.445 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 26 18:58:12 2010 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.444: +177 -113 lines
Diff to previous 1.444
- Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX triggered by non-submit element fails if any elements are validated.

Revision 1.444 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 26 17:14:45 2010 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.443: +8 -8 lines
Diff to previous 1.443
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.

Revision 1.443 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 26 12:16:18 2010 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.442: +16 -13 lines
Diff to previous 1.442
- Patch #667944 by sun: Javascript #states cannot hide fieldsets, radios, checkboxes.

Revision 1.442 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 13 22:33:05 2010 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-ALPHA3
Changes since 1.441: +2 -2 lines
Diff to previous 1.441
#335035 follow-up by andypost: Fixed failure in tests.

Revision 1.441 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 12 14:38:37 2010 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.440: +19 -4 lines
Diff to previous 1.440
- 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.

Revision 1.440 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 11 22:46:32 2010 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.439: +9 -8 lines
Diff to previous 1.439
- Patch #131432 by dereine, alienbrain, sun: #field_prefix() and #field_suffix() work on textfields only.

Revision 1.439 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 9 11:45:37 2010 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.438: +13 -5 lines
Diff to previous 1.438
- Patch #735628 by sun, Jacine: resizable textarea behavior leads to unpredictable results.

Revision 1.438 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 7 23:14:20 2010 UTC (5 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.437: +10 -106 lines
Diff to previous 1.437
#414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type 'text_format' for additional DX/security around rich text fields.

Revision 1.437 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 7 07:49:25 2010 UTC (6 months ago) by webchick
Branch: MAIN
Changes since 1.436: +5 -1 lines
Diff to previous 1.436
#260934 by plach, ShawnClark, et al: Fixed Static caching: cannot call drupal_validate_form() on the same form more than once.

Revision 1.436 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 6 12:43:45 2010 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.435: +4 -9 lines
Diff to previous 1.435
- Patch #405832 by jhodgdon, arianek: documentation for hook_forms() was incorrect.

Revision 1.435 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 4 09:07:27 2010 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.434: +9 -6 lines
Diff to previous 1.434
- Patch #727126 by jhodgdon: fixed drupal_execute()/drupal_form_submit() documentation.

Revision 1.434 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 3 19:46:25 2010 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.433: +5 -2 lines
Diff to previous 1.433
- Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: made fieldsets work on all browser.

Revision 1.433 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 3 08:43:07 2010 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.432: +3 -6 lines
Diff to previous 1.432
- Patch #648170 by fago, sun: form constructors cannot enable form caching or form rebuilding.

Revision 1.265.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 1 09:24:22 2010 UTC (6 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-16
Changes since 1.265.2.31: +5 -4 lines
Diff to previous 1.265.2.31 , to branch point 1.265
#302240 follow up by sun, fago: re-enable form rebuilds, when a button of #type button is used

Revision 1.432 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 12 15:11:29 2010 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-ALPHA2
Changes since 1.431: +2 -2 lines
Diff to previous 1.431
- Rollback #642820 -- test results were green but actually failed.

Revision 1.431 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 12 12:25:49 2010 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.430: +2 -2 lines
Diff to previous 1.430
- Patch #642820 by c960657: fixed PHP notices when submitting form with disabled checkbox.

Revision 1.430 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 4 03:34:20 2010 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.429: +12 -11 lines
Diff to previous 1.429
#539220 follow-up by mr.baileys: Fix test failures.

Revision 1.429 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 1 19:26:13 2010 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.428: +16 -23 lines
Diff to previous 1.428
- Patch #539220 by dww, mr.baileys: missing validation handlers should not be silently ignored by FAPI.

Revision 1.428 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 30 07:54:01 2010 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.427: +12 -13 lines
Diff to previous 1.427
- Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links.

Revision 1.427 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 25 10:38:34 2010 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.426: +4 -4 lines
Diff to previous 1.426
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.

Revision 1.426 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 8 06:36:34 2010 UTC (7 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-ALPHA1
Changes since 1.425: +136 -43 lines
Diff to previous 1.425
#629794 by yched: Fix Scaling issues with batch API. (with tests)

Revision 1.425 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 3 21:01:04 2010 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.424: +10 -7 lines
Diff to previous 1.424
#482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.

Revision 1.424 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 2 23:30:53 2010 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.423: +126 -18 lines
Diff to previous 1.423
#370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)

Revision 1.423 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 2 10:41:56 2010 UTC (8 months ago) by dries
Branch: MAIN
Changes since 1.422: +2 -2 lines
Diff to previous 1.422
- Patch #357021 by Kars-T, yched: fixed #after_build_done() set after first after_build() function was run, instead of all after_build() functions.

Revision 1.422 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 29 20:16:09 2009 UTC (8 months ago) by dries
Branch: MAIN
Changes since 1.421: +10 -10 lines
Diff to previous 1.421
- Patch #437018 by JamesAn: convert form_options_flatten() in form.inc to use new static caching API.

Revision 1.421 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 17 21:59:31 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.420: +2 -2 lines
Diff to previous 1.420
- Patch #190867 by David_Rothstein: fixed function name.

Revision 1.420 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 17 17:18:02 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.419: +3 -3 lines
Diff to previous 1.419
- Patch #302240 by fago, sun: fixed button broken.

Revision 1.419 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 14 13:51:56 2009 UTC (8 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.418: +16 -12 lines
Diff to previous 1.418
- Patch #644648 by sun: cleaned up, documented, and corrected some ['#token'] code.

Revision 1.418 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 14 13:32:53 2009 UTC (8 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.417: +52 -53 lines
Diff to previous 1.417
- Patch #558666 by sun, dropcube: revamp text format/filter configuration for better usability.

Revision 1.417 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 13 14:18:31 2009 UTC (8 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.416: +2 -2 lines
Diff to previous 1.416
#658032 by Arancaytar: Fixed theme_tableselect() does not pass on #attributes key.

Revision 1.265.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 7 15:54:52 2009 UTC (8 months, 4 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-15
Changes since 1.265.2.30: +38 -33 lines
Diff to previous 1.265.2.30 , to branch point 1.265
#528822 by markDrupal, jhodgdon: update batch API example to document file key, reflow key listing to be an actual list

Revision 1.265.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 7 11:39:46 2009 UTC (8 months, 4 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.29: +3 -2 lines
Diff to previous 1.265.2.29 , to branch point 1.265
#640050 by heyrocker: fix code example in drupal_execute() phpdoc; password fields should have two string values

Revision 1.416 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 5 16:03:51 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.415: +21 -17 lines
Diff to previous 1.415
- Patch #570314 by jhodgdon: more details for form_set_value() documentation.

Revision 1.415 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 5 14:33:55 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.414: +43 -20 lines
Diff to previous 1.414
- Patch #641356 by fago, sun: cache more of () when form caching is enabled.

Revision 1.414 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 4 16:29:15 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.413: +4 -6 lines
Diff to previous 1.413
- Patch #520946 by jhodgdon: fixed error in API documentation of form_set_error().

Revision 1.413 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 2 15:09:16 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.412: +112 -23 lines
Diff to previous 1.412
- Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: improved consistency, flexibility and accessibility of form element labels.

Revision 1.412 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 2 14:56:32 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.411: +4 -9 lines
Diff to previous 1.411
- Patch #648410 by Dave Reid: standardize add 'empty' row functionality to all tables.

Revision 1.411 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 1 16:28:57 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.410: +15 -16 lines
Diff to previous 1.410
- Patch #647130 by fago, sun: cache only once when rebuilding a form.

Revision 1.410 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 1 03:07:33 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.409: +54 -24 lines
Diff to previous 1.409
- Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes and extra tests.

Revision 1.409 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 30 19:57:20 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.408: +8 -10 lines
Diff to previous 1.408
- Patch #644150 by sun: () is stateless, even with enabled caching.

Revision 1.408 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 28 14:39:31 2009 UTC (9 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.407: +10 -4 lines
Diff to previous 1.407
- Patch #642702 by sun: form validation handlers cannot alter  structure.

Revision 1.407 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 15:14:58 2009 UTC (9 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.406: +19 -7 lines
Diff to previous 1.406
- Patch #644150 by sun: () is stateless, even with enabled caching.

Revision 1.406 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 24 21:56:15 2009 UTC (9 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.405: +2 -2 lines
Diff to previous 1.405
- Patch #641544 by yched:FAPI #type 'container' ids generated twice.

Revision 1.405 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 23 22:37:37 2009 UTC (9 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.404: +3 -2 lines
Diff to previous 1.404
- Patch #640050 by heyrocker: example code for drupal_form_submit() was incorrect.

Revision 1.404 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 22 18:27:11 2009 UTC (9 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.403: +2 -3 lines
Diff to previous 1.403
- Patch #639704 by casey: removed dead code from form_process_date().

Revision 1.403 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 22 07:32:47 2009 UTC (9 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.402: +5 -4 lines
Diff to previous 1.402
- Patch #639418 by sun: #array_parents() do not always map to actual form structure.

Revision 1.402 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 21 14:06:45 2009 UTC (9 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.401: +32 -13 lines
Diff to previous 1.401
- Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ()['storage'].

Revision 1.401 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 18:51:11 2009 UTC (9 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.400: +13 -13 lines
Diff to previous 1.400
- Patch #583730 by sun: fixed form caching.

Revision 1.400 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 16 05:11:01 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.399: +25 -6 lines
Diff to previous 1.399
#601806 by sun, effulgentsia, and Damien Tournoud: drupal_render() should not set default element properties that make no sense.

Revision 1.399 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 15 21:36:06 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.398: +20 -7 lines
Diff to previous 1.398
#179932 by Damien Tournoud, jromine, kenorb, deviantintegral, sun: Fixed Required radios/checkboxes are not validated.

Revision 1.398 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 12 20:07:05 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.397: +4 -14 lines
Diff to previous 1.397
- Rollback of #447816.

Revision 1.397 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 08:52:53 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.396: +8 -3 lines
Diff to previous 1.396
- Patch #619902 by sun: performance improvement: dashboard, region and block building had unnecessary function calls.

Revision 1.396 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 19:53:19 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.395: +14 -4 lines
Diff to previous 1.395
- Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.

Revision 1.395 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 13:37:34 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.394: +12 -14 lines
Diff to previous 1.394
#560944 follow-up by brandonojc, seutje, and Davy Van Den Bremt: Move collapsible fieldset logic from theme_fieldset() hook to form_process_fieldset().

Revision 1.394 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 14:44:04 2009 UTC (9 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.393: +38 -39 lines
Diff to previous 1.393
#528822 by jhodgdon: Batch example should explain that a file must be included when necessary.

Revision 1.265.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 08:01:48 2009 UTC (9 months, 4 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.28: +2 -2 lines
Diff to previous 1.265.2.28 , to branch point 1.265
#618278 by JuliaKM: minor spelling fix in drupal_get_form()'s documentation

Revision 1.393 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 05:39:14 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.392: +19 -9 lines
Diff to previous 1.392
#571086 follow-up by sun: Allow specifying a 'wrapper callback' before executing a form builder function.

Revision 1.392 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 04:56:54 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.391: +38 -41 lines
Diff to previous 1.391
#367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for 'Add more' links.

Revision 1.391 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 05:27:18 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.390: +1 -19 lines
Diff to previous 1.390
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.

Revision 1.390 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 03:00:28 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.389: +23 -2 lines
Diff to previous 1.389
#582584 by dww, Jacine, and chx: Move required form element marker into its own theme function.

Revision 1.389 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 00:42:06 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.388: +2 -2 lines
Diff to previous 1.388
#617420 by ksenzee: Fixed batch system error on redirection.

Revision 1.388 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 23:02:13 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.387: +2 -2 lines
Diff to previous 1.387
#607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs in https support and use  https for authorize.php if available.

Revision 1.387 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 04:12:39 2009 UTC (10 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.386: +5 -2 lines
Diff to previous 1.386
#610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: API changes to support overlays: lays ground work for implementation.

Revision 1.386 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 19:20:34 2009 UTC (10 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.385: +34 -1 lines
Diff to previous 1.385
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.

Revision 1.385 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 16:18:44 2009 UTC (10 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.384: +2 -2 lines
Diff to previous 1.384
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().

Revision 1.384 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 11:47:25 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.383: +58 -9 lines
Diff to previous 1.383
- Patch #594650 by sun, c960657: provide central ()['values'] clearance.

Revision 1.383 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 16:38:42 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.382: +6 -15 lines
Diff to previous 1.382
- Patch #593522 by sun: a better and faster drupal_alter().

Revision 1.382 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 10 16:48:37 2009 UTC (10 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.381: +4 -4 lines
Diff to previous 1.381
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.

Revision 1.381 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 08:12:07 2009 UTC (10 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.380: +2 -1 lines
Diff to previous 1.380
#322344 follow-up by sun: Fix notice.

Revision 1.380 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:54 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.379: +167 -102 lines
Diff to previous 1.379
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.379 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 5 01:18:25 2009 UTC (11 months ago) by webchick
Branch: MAIN
Changes since 1.378: +9 -9 lines
Diff to previous 1.378
#464862 follow-up by kkaefer: Rename drupal_css_class() to drupal_html_class_X(), for better accuracy.

Revision 1.378 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 20:17:46 2009 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.377: +17 -5 lines
Diff to previous 1.377
- Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API.

Revision 1.377 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 19:16:03 2009 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.376: +9 -45 lines
Diff to previous 1.376
- Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id().

Revision 1.376 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 15:31:13 2009 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.375: +2 -2 lines
Diff to previous 1.375
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make  in url() only accept an array. Another nice API clean-up!

Revision 1.375 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 06:44:13 2009 UTC (11 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.374: +68 -40 lines
Diff to previous 1.374
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).

Revision 1.374 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 20 07:32:17 2009 UTC (11 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.373: +2 -2 lines
Diff to previous 1.373
- Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.

Revision 1.373 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:45 2009 UTC (11 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.372: +22 -6 lines
Diff to previous 1.372
#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.

Revision 1.265.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 16 17:54:19 2009 UTC (11 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-14
Changes since 1.265.2.27: +5 -1 lines
Diff to previous 1.265.2.27 , to branch point 1.265
#360605 by Berdir et al.: make Drupal core work with PHP 5.3.0 out of the box (fixes for incompatibilities introduced with PHP 5.3.0)

Revision 1.265.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 09:27:04 2009 UTC (11 months, 3 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.26: +10 -11 lines
Diff to previous 1.265.2.26 , to branch point 1.265
#302240 by fago: forms were rebuilt on validation errors and when #ahah was used #cache was turned on, but form storage was not actually stored

Revision 1.372 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 04:09:26 2009 UTC (11 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.371: +4 -1 lines
Diff to previous 1.371
#539022 by dropcube: Use current theme during Batch API processes.

Revision 1.371 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:31:38 2009 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.370: +2 -2 lines
Diff to previous 1.370
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.

Revision 1.370 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 15:05:01 2009 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.369: +3 -3 lines
Diff to previous 1.369
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.

Revision 1.369 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 13:05:30 2009 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.368: +9 -1 lines
Diff to previous 1.368
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.

Revision 1.368 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 29 16:30:14 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.367: +4 -2 lines
Diff to previous 1.367
#560944 by seutje: Fixed collapsible fieldsets in Garland.

Revision 1.367 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 04:40:12 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.366: +32 -1 lines
Diff to previous 1.366
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.

Revision 1.366 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 21:16:31 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.365: +4 -5 lines
Diff to previous 1.365
#505084 by Rob Loach: Added an #attached_library() FAPI property for drupal_add_library(), for consistency with #attached_css and #attached_js.

Revision 1.365 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 14:49:08 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.364: +4 -1 lines
Diff to previous 1.364
#547846 by David_Rothstein: Fixed a missing reference operator that caused Drupal installation to fail on PHP 5.3.

Revision 1.364 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 03:11:34 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.363: +3 -3 lines
Diff to previous 1.363
#550572 by sun and c960657: Fixed CSS+JS regressions related to form-item-[name].

Revision 1.363 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:18 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.362: +9 -10 lines
Diff to previous 1.362
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.

Revision 1.362 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:42 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.361: +10 -9 lines
Diff to previous 1.361
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.361 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:01:59 2009 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.360: +9 -10 lines
Diff to previous 1.360
*** empty log message ***

Revision 1.360 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:17 2009 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.359: +23 -33 lines
Diff to previous 1.359
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.359 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 08:15:36 2009 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.358: +80 -43 lines
Diff to previous 1.358
#552744 by drewish: Fixed incorrect documentation for the form.inc theme functions.

Revision 1.358 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 19:14:39 2009 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.357: +2 -2 lines
Diff to previous 1.357
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.

Revision 1.357 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 07:12:15 2009 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.356: +5 -132 lines
Diff to previous 1.356
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.

Revision 1.356 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 11:45:14 2009 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.355: +2 -2 lines
Diff to previous 1.355
- Patch #546568 by quicksketch: consistently pass in  to #value_callback functions.

Revision 1.265.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 10:39:49 2009 UTC (12 months, 3 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.25: +3 -1 lines
Diff to previous 1.265.2.25 , to branch point 1.265
#265265 by neochief, jhodgdon: missing phpdoc @code tags on PHP code examples in form.inc and actions.inc

Revision 1.355 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 4 06:38:56 2009 UTC (13 months ago) by webchick
Branch: MAIN
Changes since 1.354: +5 -5 lines
Diff to previous 1.354
#433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects.

Revision 1.354 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 12:13:46 2009 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.353: +6 -2 lines
Diff to previous 1.353
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.

Revision 1.353 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 18:40:12 2009 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.352: +3 -3 lines
Diff to previous 1.352
- Patch #531038 by quicksketch: #value_callback missing drupal_function_exists().

Revision 1.352 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 23 00:01:03 2009 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.351: +5 -4 lines
Diff to previous 1.351
- Patch #523034 by jhodgdon: better documentation for theme_fieldset.

Revision 1.351 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 18 02:41:05 2009 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.350: +3 -1 lines
Diff to previous 1.350
- Patch #517318 by dmitrig01: tableselect needs to be able to give options weights.

Revision 1.350 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 10:22:15 2009 UTC (13 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.349: +2 -2 lines
Diff to previous 1.349
- Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity!

Revision 1.349 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 22:32:17 2009 UTC (13 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.348: +24 -3 lines
Diff to previous 1.348
- Patch #512308 by JacobSingh: add the ability to provide attributes to rows in table select

Revision 1.348 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 6 13:31:47 2009 UTC (14 months ago) by dries
Branch: MAIN
Changes since 1.347: +216 -205 lines
Diff to previous 1.347
- Patch #483778 by Frando: some form API clean-up.

Revision 1.347 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 5 18:02:08 2009 UTC (14 months ago) by dries
Branch: MAIN
Changes since 1.346: +2 -2 lines
Diff to previous 1.346
- Patch #510398 by asimmonds: incorrect CSS class for form element wrappers.

Revision 1.346 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 4 18:26:42 2009 UTC (14 months ago) by webchick
Branch: MAIN
Changes since 1.345: +2 -2 lines
Diff to previous 1.345
#315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.

Revision 1.345 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 4 14:57:22 2009 UTC (14 months ago) by dries
Branch: MAIN
Changes since 1.344: +2 -6 lines
Diff to previous 1.344
- Patch #482636 by quicksketch: further clean-up of the form IDs/classes.

Revision 1.344 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 29 17:27:58 2009 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.343: +3 -3 lines
Diff to previous 1.343
- Patch #495598 by jrchamp: use explode() instaed of spit().

Revision 1.343 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 15:17:38 2009 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.342: +3 -3 lines
Diff to previous 1.342
- Patch #67211 by catch, Gábor Hojtsy, yoroy, cdale, et al: drop the colon after form titles.

Revision 1.342 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 15:48:13 2009 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.341: +3 -1 lines
Diff to previous 1.341
- Patch #265265 by jhodgdon, neochief: phpdoc fix.

Revision 1.341 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 09:51:49 2009 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.340: +1 -10 lines
Diff to previous 1.340
- Patch #274947 by yched: removed the remaining bits from teaser splitter.

Revision 1.340 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 14 08:04:25 2009 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.339: +12 -3 lines
Diff to previous 1.339
- Patch #43493 by sime, sun, et al: add name/type as CSS class for form elements.

Revision 1.339 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 13:47:25 2009 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.338: +25 -22 lines
Diff to previous 1.338
- Patch #422362 by JamesAn: convert form.inc to use new static caching API.

Revision 1.338 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 06:58:15 2009 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.337: +5 -2 lines
Diff to previous 1.337
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.

Revision 1.265.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 08:18:46 2009 UTC (15 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13
Changes since 1.265.2.24: +2 -2 lines
Diff to previous 1.265.2.24 , to branch point 1.265
#398902 by Nick Urban, alexanderpas, kscheirer: password equality checking was not using strict type checking; we should assume these are strings and compared character to character

Revision 1.337 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:30 2009 UTC (15 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.336: +5 -5 lines
Diff to previous 1.336
- Patch #471070 by stella: millions of code style fixes.

Revision 1.336 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 22 07:39:09 2009 UTC (15 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.335: +2 -2 lines
Diff to previous 1.335
#398902 by kscheirer and alexanderpas: Type-check passwords.

Revision 1.265.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 18:22:29 2009 UTC (15 months, 3 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-12
Changes since 1.265.2.23: +1 -7 lines
Diff to previous 1.265.2.23 , to branch point 1.265
#292565 by grendzy, John Morahan, Jody Linn: remove path munging on 403/404 pages, which caused problems for login redirects

Revision 1.335 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 17:23:48 2009 UTC (15 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.334: +1 -7 lines
Diff to previous 1.334
#292565 follow-up by Jody Lynn: Remove ['destination'] hacks to get login redirection working again.

Revision 1.334 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 08:37:44 2009 UTC (15 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.333: +16 -47 lines
Diff to previous 1.333
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.

Revision 1.333 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 18:28:11 2009 UTC (15 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.332: +2 -2 lines
Diff to previous 1.332
- Patch #457532 by Berdir: more PHP5 'fixes'.

Revision 1.332 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 14:51:41 2009 UTC (16 months ago) by dries
Branch: MAIN
Changes since 1.331: +12 -2 lines
Diff to previous 1.331
- Patch #360128 by chx, quicksketch, Frando et al: security fix for simplified AHAH callbacks.

Revision 1.331 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 15:20:06 2009 UTC (16 months ago) by dries
Branch: MAIN
Changes since 1.330: +2 -2 lines
Diff to previous 1.330
- Rolled back patch #343415.  Needs more work and discussion.

Revision 1.330 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 07:18:04 2009 UTC (16 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.329: +10 -10 lines
Diff to previous 1.329
- Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_form().

Revision 1.265.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 14:41:11 2009 UTC (16 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11
Changes since 1.265.2.22: +1 -1 lines
Diff to previous 1.265.2.22 , to branch point 1.265
Rolling back #343415 given disputes around its change in Drupal 7.

Revision 1.265.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 14:37:24 2009 UTC (16 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.21: +2 -2 lines
Diff to previous 1.265.2.21 , to branch point 1.265
#343415 by Damien Tournoud: the form cache is not automatically cleared on submit if the page cache is activated

Revision 1.329 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 07:35:48 2009 UTC (16 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.328: +2 -2 lines
Diff to previous 1.328
- Patch #343415 by Damien Tournoud: form cache is not cleared on submit when page cache is activated.

Revision 1.328 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 09:12:44 2009 UTC (16 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.327: +10 -11 lines
Diff to previous 1.327
- Patch #302240 by fago: fixed various problems with form storage and added tests.  Yay.

Revision 1.327 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 22:19:44 2009 UTC (16 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.326: +159 -19 lines
Diff to previous 1.326
#323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.

Revision 1.265.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 12:58:13 2009 UTC (17 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.20: +5 -2 lines
Diff to previous 1.265.2.20 , to branch point 1.265
#297972 by wilson98, scor, Steven Jones, yched, heyrocker: make the batch API compatible with drupal_execute(), so things like creating a CCK type or adding fields to it (by submitting forms programatically) are possible in update functions

Revision 1.265.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 12:28:14 2009 UTC (17 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.19: +7 -1 lines
Diff to previous 1.265.2.19 , to branch point 1.265
#292565 by lyricnz, Damien Tournoud, Jody Lynn, kleinmp, John Morahan, akalsey: Make forms work on 404 and 403 pages. Remove any fake destination set by drupal_not_found() or drupal_access_denied() so that we can properly redirect from those pages.

Revision 1.326 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 03:15:40 2009 UTC (17 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.325: +29 -3 lines
Diff to previous 1.325
#304330 follow-up by sun: Clean-up of text format widget patch.

Revision 1.325 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 18:09:10 2009 UTC (17 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.324: +5 -2 lines
Diff to previous 1.324
#297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() to be performed within batch API (with tests).

Revision 1.324 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 20:13:26 2009 UTC (17 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.323: +189 -101 lines
Diff to previous 1.323
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.

Revision 1.323 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 16:27:58 2009 UTC (17 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.322: +10 -5 lines
Diff to previous 1.322
- Patch #394616 by csevb10: converted to new database abstraction layer.

Revision 1.322 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 21:25:17 2009 UTC (17 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.321: +3 -5 lines
Diff to previous 1.321
- Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.

Revision 1.321 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 05:16:20 2009 UTC (17 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.320: +7 -1 lines
Diff to previous 1.320
#292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests).

Revision 1.174.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 05:50:33 2009 UTC (18 months, 1 week ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20, DRUPAL-5-21, DRUPAL-5-22, DRUPAL-5-23
Changes since 1.174.2.16: +14 -2 lines
Diff to previous 1.174.2.16 , to branch point 1.174 , to next main 1.487
#150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix). Backport #367689 by gollyg.

Revision 1.265.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 18:12:46 2009 UTC (18 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10
Changes since 1.265.2.18: +7 -2 lines
Diff to previous 1.265.2.18 , to branch point 1.265
#314286 backport of some of #229129 by assimonds: disbaled checkboxes did not receive their values properly from the default value set

Revision 1.265.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 11:24:22 2009 UTC (18 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.17: +3 -3 lines
Diff to previous 1.265.2.17 , to branch point 1.265
#152098 by hunthunthunt, mgifford, Dave Reid: add 'for' attribute to 'label' tags on checkboxes and radio buttons, even if the 'label' wraps the element - accessibility best practice

Revision 1.320 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 18:55:29 2009 UTC (19 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.319: +33 -101 lines
Diff to previous 1.319
- Patch #355236 by Frando: refactor drupal_render() theming.

Revision 1.319 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 06:48:14 2009 UTC (19 months ago) by webchick
Branch: MAIN
Changes since 1.318: +37 -4 lines
Diff to previous 1.318
#360128 by quicksketch: Create centralized ahah callback to reduce duplicate code.

Revision 1.318 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 07:43:26 2009 UTC (19 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.317: +112 -1 lines
Diff to previous 1.317
#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).

Revision 1.317 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 14:08:40 2009 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.316: +2 -2 lines
Diff to previous 1.316
- Removing whitespace.

Revision 1.316 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 12:46:05 2009 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.315: +5 -1 lines
Diff to previous 1.315
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.

Revision 1.315 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 16:58:41 2009 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.314: +12 -12 lines
Diff to previous 1.314
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.

Revision 1.314 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 10:46:50 2009 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.313: +2 -2 lines
Diff to previous 1.313
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use  carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.

Revision 1.313 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 06:51:41 2009 UTC (19 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.312: +3 -3 lines
Diff to previous 1.312
#152098 by mgifford: Improve accessibility of radios and checkboxes.

Revision 1.265.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 16:07:23 2009 UTC (19 months, 3 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-9
Changes since 1.265.2.16: +1 -2 lines
Diff to previous 1.265.2.16 , to branch point 1.265
#356782 by quicksketch: remove unused unset($edit) from _form_builder_handle_input_element()

Revision 1.312 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 06:23:57 2009 UTC (19 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.311: +6 -3 lines
Diff to previous 1.311
- Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time of simpletests.

Revision 1.311 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 05:23:49 2009 UTC (19 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.310: +1 -2 lines
Diff to previous 1.310
#356782 by quicksketch: remove needless line of code.

Revision 1.310 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:14 2008 UTC (20 months ago) by dries
Branch: MAIN
Changes since 1.309: +6 -6 lines
Diff to previous 1.309
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.309 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 27 19:12:09 2008 UTC (20 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.308: +2 -2 lines
Diff to previous 1.308
#333658 by sun: Code clean-up for batch.inc.

Revision 1.174.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 02:38:53 2008 UTC (20 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-15, DRUPAL-5-16
Changes since 1.174.2.15: +2 -2 lines
Diff to previous 1.174.2.15 , to branch point 1.174
#348269 by Darren Oh. Add missing * in the expand_password_confirm() comment.

Revision 1.308 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 16:32:21 2008 UTC (21 months ago) by dries
Branch: MAIN
Changes since 1.307: +2 -2 lines
Diff to previous 1.307
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency.  Oh my.

Revision 1.307 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 00:40:44 2008 UTC (21 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.306: +6 -14 lines
Diff to previous 1.306
Removing #137932 which was committed prematurely.

Revision 1.306 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 21:17:47 2008 UTC (21 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.305: +14 -6 lines
Diff to previous 1.305
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.

Revision 1.265.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 13:03:19 2008 UTC (21 months, 1 week ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-7, DRUPAL-6-8
Changes since 1.265.2.15: +2 -3 lines
Diff to previous 1.265.2.15 , to branch point 1.265
- Patch #337454 by earnie: fixed the phpdoc of drupal_render_form().

Revision 1.305 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 13:03:06 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.304: +2 -3 lines
Diff to previous 1.304
- Patch #337454 by earnie: fixed the phpdoc of drupal_render_form().

Revision 1.304 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 15:32:36 2008 UTC (21 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.303: +2 -2 lines
Diff to previous 1.303
#334732 by swentel: Fix notices in form.inc visible from update.php.

Revision 1.303 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 13:01:04 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.302: +16 -5 lines
Diff to previous 1.302
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.

Revision 1.265.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 10:34:41 2008 UTC (21 months, 3 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.14: +10 -2 lines
Diff to previous 1.265.2.14 , to branch point 1.265
#299742 by Darren Oh: missing #ahah support on checkboxes

Revision 1.302 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 05:22:59 2008 UTC (21 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.301: +3 -3 lines
Diff to previous 1.301
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().

Revision 1.301 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 09:54:43 2008 UTC (22 months ago) by dries
Branch: MAIN
Changes since 1.300: +16 -2 lines
Diff to previous 1.300
- Patch #329273 by Damien Tournoud: make map_month() happier.

Revision 1.265.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 06:27:21 2008 UTC (22 months ago) by dries
Branch: DRUPAL-6
Changes since 1.265.2.13: +3 -3 lines
Diff to previous 1.265.2.13 , to branch point 1.265
- Patch #329019 by dww, sun: fixed PHP warning.

Revision 1.300 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 06:26:33 2008 UTC (22 months ago) by dries
Branch: MAIN
Changes since 1.299: +3 -3 lines
Diff to previous 1.299
- Patch #329019 by dww, sun: fixed PHP warning.

Revision 1.299 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 02:35:54 2008 UTC (22 months ago) by dries
Branch: MAIN
Changes since 1.298: +10 -2 lines
Diff to previous 1.298
- Patch #299742 by Darren Oh: #aha didn't work for checkboxes.

Revision 1.298 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 10:34:09 2008 UTC (22 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.297: +16 -6 lines
Diff to previous 1.297
- Patch #319408 by Crell: converted queries to new database abstraction layer.

Revision 1.265.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 12:43:08 2008 UTC (22 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-6
Changes since 1.265.2.12: +2 -2 lines
Diff to previous 1.265.2.12 , to branch point 1.265
#284887 by Dave Reid, dww: Avoid a 403 on autocomplete fields, when people do not have access to the path used for autocompletion; by disabling the autocomplete altogether in this case.

Revision 1.297 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 14:17:26 2008 UTC (22 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.296: +3 -3 lines
Diff to previous 1.296
- Patch #320374 by Damien Tournoud, pwolanin et al: worked around a max_allowed_packet size issue with the simpletests.

Revision 1.296 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 11:01:08 2008 UTC (22 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.295: +6 -1 lines
Diff to previous 1.295
#242873 follow-up: Missed a couple files with drupal_set_title().

Revision 1.295 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 06:27:03 2008 UTC (22 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.294: +1 -6 lines
Diff to previous 1.294
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.

Revision 1.294 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 04:30:05 2008 UTC (22 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.293: +5 -5 lines
Diff to previous 1.293
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.

Revision 1.293 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 21:10:59 2008 UTC (22 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.292: +6 -1 lines
Diff to previous 1.292
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.

Revision 1.292 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 04:06:27 2008 UTC (22 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.291: +12 -6 lines
Diff to previous 1.291
#319466: SA-2008-47 (#295053): CSRF in cached forms.

Revision 1.291 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 07:49:47 2008 UTC (22 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.290: +2 -2 lines
Diff to previous 1.290
#284887 by Dave Reid and dww: Disable autocomplete if user does not have access to the callback.

Revision 1.290 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 22:54:08 2008 UTC (22 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.289: +2 -2 lines
Diff to previous 1.289
#318575 by jvandyk: Change 'remaining' to 'completed' in Batch API, to better reflect what's actually happening.

Revision 1.289 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 19:47:42 2008 UTC (23 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.288: +76 -1 lines
Diff to previous 1.288
#125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAPI property that can be used by WYSIWYG editors. WOOHOO.

Revision 1.288 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 06:29:47 2008 UTC (23 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.287: +7 -2 lines
Diff to previous 1.287
#229129 follow-up by chx: Fix module dependency checking again.

Revision 1.265.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 10:51:16 2008 UTC (23 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5
Changes since 1.265.2.11: +2 -2 lines
Diff to previous 1.265.2.11 , to branch point 1.265
#299672 by fago, chx: Cache form only if any of its element set #cache to TRUE (not if #cache is set at all)

Revision 1.265.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 10:05:08 2008 UTC (23 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.10: +7 -2 lines
Diff to previous 1.265.2.10 , to branch point 1.265
#180063 by andremolnar, TheMystic, R.Muilwijk: There was no way to flush form errors during iterative programatic form submission. Slight API expansion.

Revision 1.287 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 06:34:41 2008 UTC (23 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.286: +2 -2 lines
Diff to previous 1.286
#299672 follow-up by chx: Better fix for only caching form if #cache is set to TRUE.

Revision 1.286 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 20:22:23 2008 UTC (23 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.285: +2 -2 lines
Diff to previous 1.285
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.

Revision 1.285 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 16:10:29 2008 UTC (23 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.284: +2 -2 lines
Diff to previous 1.284
#299672 by fago: Cache form only if #cache is set to TRUE.

Revision 1.284 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 02:37:29 2008 UTC (23 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.283: +7 -2 lines
Diff to previous 1.283
#180063 by andremolnar, TheMystic, and R.Muilwijk: Add a  parameter to form_set_error().

Revision 1.283 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:11:56 2008 UTC (23 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.282: +7 -7 lines
Diff to previous 1.282
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME.  Improved developer experience.

Revision 1.174.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 06:03:17 2008 UTC (23 months, 3 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14
Changes since 1.174.2.14: +6 -2 lines
Diff to previous 1.174.2.14 , to branch point 1.174
#181831 by Rob Loach. Backport of #130630 by chx: provide an id on the form item wrapper div.

Revision 1.282 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 08:36:19 2008 UTC (23 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.281: +7 -7 lines
Diff to previous 1.281
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion.  Removed drupal_referrer() for consistency.

Revision 1.281 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 11:08:23 2008 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.280: +1 -6 lines
Diff to previous 1.280
- Patch #296300 by chx: remove edit[] and fixed Doxygen.

Revision 1.280 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 07:55:54 2008 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.279: +2 -3 lines
Diff to previous 1.279
- Patch #279404 by chx: removed old cruft. See http://drupal.org/files/issues/fapi_award.jpg.

Revision 1.265.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 23:59:12 2008 UTC (2 years ago) by drumm
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-4
Changes since 1.265.2.9: +23 -16 lines
Diff to previous 1.265.2.9 , to branch point 1.265
Drupal 6.4.

Revision 1.279 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 06:38:33 2008 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.278: +2 -2 lines
Diff to previous 1.278
- Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling.

Revision 1.265.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 06:35:34 2008 UTC (2 years ago) by dries
Branch: DRUPAL-6
Changes since 1.265.2.8: +2 -2 lines
Diff to previous 1.265.2.8 , to branch point 1.265
- Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling.

Revision 1.265.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 10:23:48 2008 UTC (2 years ago) by dries
Branch: DRUPAL-6
Changes since 1.265.2.7: +3 -1 lines
Diff to previous 1.265.2.7 , to branch point 1.265
- Patch #290869 by Wim Leers: AHAH functionality was not working for radio buttons.

Revision 1.278 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 10:23:27 2008 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.277: +3 -1 lines
Diff to previous 1.277
- Patch #290869 by Wim Leers: AHAH functionality was not working for radio buttons.

Revision 1.174.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 04:00:24 2008 UTC (2 years, 1 month ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10
Changes since 1.174.2.13: +6 -5 lines
Diff to previous 1.174.2.13 , to branch point 1.174
#117748 by webchick, Pancho, Rob Loach, pwolanin: required field values were not properly trim()ed on validation

Revision 1.277 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 07:06:24 2008 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.276: +7 -7 lines
Diff to previous 1.276
- Patch #245001 by kkaefer et al: unify #process callback naming.

Revision 1.276 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:59:25 2008 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.275: +3 -3 lines
Diff to previous 1.275
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.

Revision 1.265.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 09:58:09 2008 UTC (2 years, 2 months ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-3
Changes since 1.265.2.6: +2 -2 lines
Diff to previous 1.265.2.6 , to branch point 1.265
- Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset().

Revision 1.275 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 09:57:07 2008 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.274: +2 -2 lines
Diff to previous 1.274
- Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset().

Revision 1.274 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 21:51:02 2008 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.273: +3 -1 lines
Diff to previous 1.273
- Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the batch API for running the tests instead of an all-in-one approach.  Great work.

Revision 1.273 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 17:01:32 2008 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.272: +2 -1 lines
Diff to previous 1.272
- Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching.

Revision 1.272 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:45 2008 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.271: +8 -7 lines
Diff to previous 1.271
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
  et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.

Revision 1.265.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 21:33:30 2008 UTC (2 years, 4 months ago) by dries
Branch: DRUPAL-6
Changes since 1.265.2.5: +5 -4 lines
Diff to previous 1.265.2.5 , to branch point 1.265
- Modified patch #230374 by killes, jakeg, Eaton et al: corrected problem with form API caches not being flushed.  This could lead to performance issues.

Revision 1.271 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 21:28:49 2008 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.270: +5 -4 lines
Diff to previous 1.270
- Modified patch #230374 by killes, jakeg, Eaton et al: corrected problem with form API caches not being flushed.  This could lead to performance issues.

Revision 1.265.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 21:08:04 2008 UTC (2 years, 4 months ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.4: +24 -14 lines
Diff to previous 1.265.2.4 , to branch point 1.265
#88892 by darthsteven and flobruit: form_set_value() documentation was misleading, updating that

Revision 1.270 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:51:38 2008 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.269: +24 -14 lines
Diff to previous 1.269
- Patch #88892 by darthsteven et al: improved the PHPdoc of form_set_value().  Great work.  Much better. :)

Revision 1.269 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.268: +78 -78 lines
Diff to previous 1.268
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.268 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 15 11:02:47 2008 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.267: +6 -5 lines
Diff to previous 1.267
- Patch #117748 by pwolanin: made account creation work again.

Revision 1.267 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 13:52:32 2008 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.266: +9 -2 lines
Diff to previous 1.266
- Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH triggered by text input enter key press breaks autocomplete.

Revision 1.265.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 14:45:57 2008 UTC (2 years, 6 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-1, DRUPAL-6-2
Changes since 1.265.2.3: +9 -2 lines
Diff to previous 1.265.2.3 , to branch point 1.265
#216059 by nedjo: AHAH events were tiggered by text input form key press (eg. autocomplete)

Revision 1.265.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 18:05:01 2008 UTC (2 years, 6 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0-RC-4
Changes since 1.265.2.2: +6 -5 lines
Diff to previous 1.265.2.2 , to branch point 1.265
#117748 by webchick, Pancho, Rob Loach, pwolanin: required field values were not properly trim()ed on validation

Revision 1.265.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 18:53:37 2008 UTC (2 years, 6 months ago) by goba
Branch: DRUPAL-6
Changes since 1.265.2.1: +5 -4 lines
Diff to previous 1.265.2.1 , to branch point 1.265
#216515 by chx and myself: cached forms made all subsequent forms on the page cached (critical); and a comment op check was buggy

Revision 1.266 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 19:38:26 2008 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.265: +4 -4 lines
Diff to previous 1.265
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.

Revision 1.265.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 16:24:29 2008 UTC (2 years, 7 months ago) by goba
Branch: DRUPAL-6
Changes since 1.265: +5 -5 lines
Diff to previous 1.265
#117748 rollback: this was not well tested

Revision 1.265 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 10:23:32 2008 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Branch point for: DRUPAL-6
Changes since 1.264: +5 -5 lines
Diff to previous 1.264
#117748 by quicksketch: short fix to trim() required fields for validation, with documentation

Revision 1.264 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 19:26:10 2008 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Changes since 1.263: +3 -2 lines
Diff to previous 1.263
#216061 by Eaton: nid was not set in node creation (programatic node creation regression)

Revision 1.263 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 21:42:17 2008 UTC (2 years, 7 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-3
Changes since 1.262: +8 -3 lines
Diff to previous 1.262
#216042 by Eaton: provide the complete form to element validators as well (critical regression for CCK)

Revision 1.262 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 12:09:12 2008 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Changes since 1.261: +2 -2 lines
Diff to previous 1.261
#214922 by Eaton: fix code typo which prevented from image buttons in a tree form from working

Revision 1.261 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 28 00:15:34 2008 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Changes since 1.260: +4 -2 lines
Diff to previous 1.260
#206955 follow up by merlinofchaos: avoid misusing default values for image buttons

Revision 1.260 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 16:24:48 2008 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Changes since 1.259: +9 -4 lines
Diff to previous 1.259
#194327 by dvessel, David_Rothstein, catch, theborg: IE form submission button correction was buggy

Revision 1.259 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 15:17:01 2008 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Changes since 1.258: +22 -3 lines
Diff to previous 1.258
#195283 by pwolanin: code documentation for the 'forms' function group

Revision 1.258 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 15:18:15 2008 UTC (2 years, 8 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2
Changes since 1.257: +2 -2 lines
Diff to previous 1.257
#201017 by chx: AHAH callbacks were not working for regular buttons

Revision 1.257 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 08:54:36 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.256: +4 -4 lines
Diff to previous 1.256
- Patch #204900 by webernet: code style fixes.  Likely my last patch of the year.  Fiew.  Thanks all, and see you on the other side.  :)

Revision 1.174.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 27 08:41:52 2007 UTC (2 years, 8 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.174.2.12: +2 -2 lines
Diff to previous 1.174.2.12 , to branch point 1.174
#194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing

Revision 1.256 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 23 12:33:13 2007 UTC (2 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.255: +13 -4 lines
Diff to previous 1.255
#195176 by chx: form_set_error doxygen was misleading

Revision 1.255 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 23:24:24 2007 UTC (2 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.254: +2 -2 lines
Diff to previous 1.254
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.254 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 22:42:07 2007 UTC (2 years, 8 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.253: +6 -8 lines
Diff to previous 1.253
#192767 follow up by chx: array_shift() should not be called with runtime references

Revision 1.253 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 16:24:01 2007 UTC (2 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.252: +18 -6 lines
Diff to previous 1.252
#192767 by fago, Eaton, chx: taking form_state per reference in form constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.

Revision 1.252 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 14:06:20 2007 UTC (2 years, 8 months ago) by goba
Branch: MAIN
Changes since 1.251: +3 -3 lines
Diff to previous 1.251
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
 - whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting

Revision 1.251 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 09:58:30 2007 UTC (2 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.250: +53 -2 lines
Diff to previous 1.250
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions

Revision 1.250 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 18:13:03 2007 UTC (2 years, 9 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.249: +6 -6 lines
Diff to previous 1.249
XSS fixes forward ported from Drupal 5.1 - previously not committed parts of http://drupal.org/cvs?commit=53675

Revision 1.249 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 16:36:42 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.248: +3 -3 lines
Diff to previous 1.248
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.

Revision 1.248 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 12:02:38 2007 UTC (2 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.247: +2 -2 lines
Diff to previous 1.247
#194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing

Revision 1.247 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 19 19:23:28 2007 UTC (2 years, 9 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.246: +97 -30 lines
Diff to previous 1.246
#193191 by chx: allow form elements to enable form caching - allows custom form elements to leverage the AHAH framework

Revision 1.246 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 19 10:05:48 2007 UTC (2 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.245: +5 -5 lines
Diff to previous 1.245
#193274 by dmitrig01 and quicksketch: send submit button data with AHAH submissions

Revision 1.245 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 13 14:04:07 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.244: +3 -3 lines
Diff to previous 1.244
- Patch #146466 by douggreen, Steven et al: Remove temporary table usage from search module

Revision 1.244 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 12 19:06:32 2007 UTC (2 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.243: +2 -2 lines
Diff to previous 1.243
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate

Revision 1.243 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 11 16:14:45 2007 UTC (2 years, 9 months ago) by goba
Branch: MAIN
Changes since 1.242: +14 -8 lines
Diff to previous 1.242
#190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, add missing javascript key to language objects (kills notices) and document st() better

Revision 1.174.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 02:24:47 2007 UTC (2 years, 9 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-4, DRUPAL-5-5
Changes since 1.174.2.11: +5 -4 lines
Diff to previous 1.174.2.11 , to branch point 1.174
Patch #168829 by Neil Drumm: fixed link in documentation.

Revision 1.242 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 07:40:55 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.241: +5 -3 lines
Diff to previous 1.241
- Patch #168829 by Neil Drumm: fixed link in documentation.

Revision 1.241 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 15:10:33 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.240: +15 -5 lines
Diff to previous 1.240
- Patch #172097 by Eaton: improved PHPdoc of form API.

Revision 1.240 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 25 15:32:55 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.239: +2 -2 lines
Diff to previous 1.239
- Patch #89196 by catch, keith, earnie, webchick et al: string massaging.

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 13:35:26 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.238: +38 -3 lines
Diff to previous 1.238
#111719 follow up patch by multiple contributors: ensure proper XHTML id attribute values for form elements

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 18:59:01 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.237: +3 -3 lines
Diff to previous 1.237
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 20 10:49:55 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.236: +2 -15 lines
Diff to previous 1.236
#111719 follow up patch by chx: roll back form item ID patch

Revision 1.236 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 19 16:59:28 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.235: +15 -2 lines
Diff to previous 1.235
- Patch #111719 by dvessel et al: ensure clean form IDs.

Revision 1.235 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 16 14:06:23 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.234: +11 -6 lines
Diff to previous 1.234
#181328: pass on whole form to #process functions to enable advanced form handling (such as required by some CCK widgets)

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 21:19:00 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.233: +2 -3 lines
Diff to previous 1.233
#182178 by bragon: cols is a required attribute on textarea

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 15:18:39 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.232: +12 -6 lines
Diff to previous 1.232
#169079 by yched: improve consistency of menu API and batch API by allowing batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally)
 - apply this change in locale.module
 - improve batch API code documentation

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 14:52:18 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.231: +2 -2 lines
Diff to previous 1.231
Four watchdog() calls which still used t(), identified by myself after implementing extraction code for Drupal 6 at #182765

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 11 09:22:39 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.230: +2 -4 lines
Diff to previous 1.230
#182310 by chx: remove #DANGEROUS_SKIP_CHECK, as with the AHAH functionality now we have safer methods to add things in the cached form for validation, so we don't need this security hole possibility kept anymore.

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 10 10:24:24 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.229: +16 -2 lines
Diff to previous 1.229
#181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 15:23:18 2007 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.228: +2 -2 lines
Diff to previous 1.228
- Patch #172636 by chx: fixed watchdog call.

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 09:35:08 2007 UTC (2 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.227: +31 -12 lines
Diff to previous 1.227
#157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 15:14:37 2007 UTC (2 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.226: +3 -1 lines
Diff to previous 1.226
#145251 by chx: document that one needs to include the proper 'op' value in arrays passed to drupal_execute() to trigger the right action

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 11:29:10 2007 UTC (2 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.225: +5 -2 lines
Diff to previous 1.225
#177529 by chx: if no checkbox was selected, we still need an empty array()

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 14 10:40:55 2007 UTC (2 years, 11 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.224: +5 -3 lines
Diff to previous 1.224
#172824 by yched: let the batched processes perform drupal_execute() properly

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 11 17:23:58 2007 UTC (2 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.223: +5 -1 lines
Diff to previous 1.223
#150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix)

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 21:10:45 2007 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.222: +6 -6 lines
Diff to previous 1.222
- Patch #172950 by webernet: code style fixes.

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 07:31:48 2007 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.221: +7 -5 lines
Diff to previous 1.221
- Patch #146667 by coofercat: fixed bug in form builder.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 23 18:02:52 2007 UTC (3 years ago) by goba
Branch: MAIN
Changes since 1.220: +4 -2 lines
Diff to previous 1.220
#169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set on a non-programmed form

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 10 10:51:16 2007 UTC (3 years ago) by goba
Branch: MAIN
Changes since 1.219: +47 -2 lines
Diff to previous 1.219
#165013 by Eaton: fix image button behaviour by processing the right values coming in the request

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 10:43:03 2007 UTC (3 years ago) by goba
Branch: MAIN
Changes since 1.218: +4 -3 lines
Diff to previous 1.218
#85208 by neclimdul and bjaspan (slightly modified): if no maxlength was specified, do not generate an empty HTML attribute

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 17:28:23 2007 UTC (3 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.217: +111 -38 lines
Diff to previous 1.217
- Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.

  This is a small form API extension (doesn't break existing code) that
  facilitates the Drupal 6 upgrade of the Views module.  A good example
  of why it can be beneficial to start upgrading your modules early on in
  the code freeze. ;)

Revision 1.174.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 19:16:45 2007 UTC (3 years, 1 month ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2, DRUPAL-5-3
Changes since 1.174.2.10: +2 -2 lines
Diff to previous 1.174.2.10 , to branch point 1.174
Drupal 5.2

Revision 1.217 - (view) (