Commit Graph

321 Commits (e7c7ee32a21dae1dac9a5ee7b1fd429fd1faa0da)

Author SHA1 Message Date
Dries Buytaert 6fe3c7c059 - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'. 2009-03-08 21:25:18 +00:00
Angie Byron ce81be0c8c #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests). 2009-03-08 05:16:20 +00:00
Dries Buytaert 29c8e40e91 - Patch #355236 by Frando: refactor drupal_render() theming. 2009-02-03 18:55:32 +00:00
Angie Byron 5e2ad8e43c #360128 by quicksketch: Create centralized ahah callback to reduce duplicate code. 2009-02-01 06:48:15 +00:00
Angie Byron ad99dd761a #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). 2009-01-28 07:43:26 +00:00
Dries Buytaert 6d3d75fe4b - Removing whitespace. 2009-01-26 14:08:44 +00:00
Dries Buytaert 938c7c07a3 - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. 2009-01-22 12:46:07 +00:00
Dries Buytaert 3dc1157a1e - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
Dries Buytaert d20e457121 - 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. 2009-01-19 10:46:52 +00:00
Angie Byron af81911cb7 #152098 by mgifford: Improve accessibility of radios and checkboxes. 2009-01-18 06:51:41 +00:00
Dries Buytaert bcdf13394a - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time of simpletests. 2009-01-12 06:23:57 +00:00
Angie Byron 46cf0a7db4 #356782 by quicksketch: remove needless line of code. 2009-01-10 05:23:49 +00:00
Dries Buytaert 92a8adea65 - Patch #352470 by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +00:00
Angie Byron 550e9b3f59 #333658 by sun: Code clean-up for batch.inc. 2008-12-27 19:12:09 +00:00
Dries Buytaert cadd9bd54c - Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
Angie Byron 3d1dcb4966 Removing #137932 which was committed prematurely. 2008-11-24 00:40:45 +00:00
Angie Byron 251a761eaa #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency. 2008-11-23 21:17:48 +00:00
Dries Buytaert ea28f6b7d0 - Patch #337454 by earnie: fixed the phpdoc of drupal_render_form(). 2008-11-22 13:03:06 +00:00
Angie Byron 055668924b #334732 by swentel: Fix notices in form.inc visible from update.php. 2008-11-15 15:32:36 +00:00
Dries Buytaert 15671f471b - Patch #332123 by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Angie Byron 0762f60073 #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). 2008-11-10 05:23:01 +00:00
Dries Buytaert b963755551 - Patch #329273 by Damien Tournoud: make map_month() happier. 2008-11-03 09:54:43 +00:00
Dries Buytaert dc42384557 - Patch #329019 by dww, sun: fixed PHP warning. 2008-11-02 06:26:33 +00:00
Dries Buytaert 523d0da8b7 - Patch #299742 by Darren Oh: #aha didn't work for checkboxes. 2008-10-30 02:35:54 +00:00
Dries Buytaert b5f3c00944 - Patch #319408 by Crell: converted queries to new database abstraction layer. 2008-10-27 10:34:09 +00:00
Dries Buytaert e85187d948 - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a max_allowed_packet size issue with the simpletests. 2008-10-15 14:17:27 +00:00
Angie Byron 2dd6e4e0df #242873 follow-up: Missed a couple files with drupal_set_title(). 2008-10-14 11:01:08 +00:00
Angie Byron a3a420c3e6 Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. 2008-10-12 06:27:06 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron ecf7ad41d0 #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default. 2008-10-11 21:11:02 +00:00
Angie Byron 4f17920c75 #319466: SA-2008-47 (#295053): CSRF in cached forms. 2008-10-11 04:06:29 +00:00
Angie Byron 6828096e7e #284887 by Dave Reid and dww: Disable autocomplete if user does not have access to the callback. 2008-10-10 07:49:49 +00:00
Angie Byron 6bdd105f22 #318575 by jvandyk: Change 'remaining' to 'completed' in Batch API, to better reflect what's actually happening. 2008-10-09 22:54:08 +00:00
Angie Byron 4a0e68e838 #125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAPI property that can be used by WYSIWYG editors. WOOHOO. 2008-09-27 19:47:43 +00:00
Angie Byron 2cb811acb3 #229129 follow-up by chx: Fix module dependency checking again. 2008-09-27 06:29:47 +00:00
Angie Byron 17846beda6 #299672 follow-up by chx: Better fix for only caching form if #cache is set to TRUE. 2008-09-21 06:34:41 +00:00
Angie Byron a3bb66e4e8 #259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths. 2008-09-20 20:22:25 +00:00
Angie Byron 9c2e5a52c9 #299672 by fago: Cache form only if #cache is set to TRUE. 2008-09-20 16:10:29 +00:00
Angie Byron 1e8ee589bb #180063 by andremolnar, TheMystic, and R.Muilwijk: Add a parameter to form_set_error(). 2008-09-19 02:37:29 +00:00
Dries Buytaert 7f29b14277 - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience. 2008-09-17 07:11:59 +00:00
Dries Buytaert e5b0e5f76c - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00
Dries Buytaert fee4182cb9 - Patch #296300 by chx: remove edit[] and fixed Doxygen. 2008-08-17 11:08:23 +00:00
Dries Buytaert bb153976b1 - Patch #279404 by chx: removed old cruft. See http://drupal.org/files/issues/fapi_award.jpg. 2008-08-15 07:55:54 +00:00
Dries Buytaert 28d2ee1a00 - Patch #290869 by swenterl, cwgordon07: fixed notice in #ahah handling. 2008-08-13 06:38:33 +00:00
Dries Buytaert 5c14dcafeb - Patch #290869 by Wim Leers: AHAH functionality was not working for radio buttons. 2008-08-12 10:23:27 +00:00
Dries Buytaert 674b933c56 - Patch #245001 by kkaefer et al: unify #process callback naming. 2008-07-18 07:06:24 +00:00
Dries Buytaert 57fe5103da - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
Dries Buytaert 41fdf60ba4 - Patch #273523 by aclight: fixed E_NOTICE in theme_fieldset(). 2008-06-25 09:57:07 +00:00
Dries Buytaert 9b82787b22 - 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. 2008-06-24 21:51:03 +00:00
Dries Buytaert 81c71bc891 - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching. 2008-06-24 17:01:33 +00:00