Commit Graph

30 Commits (8cef09a7e6c970054d44117020afc88b5ee2bd41)

Author SHA1 Message Date
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 550e9b3f59 #333658 by sun: Code clean-up for batch.inc. 2008-12-27 19:12:09 +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 4a6243aff2 - Patch #314401 by boombatower et al: batch API screen improvements. 2008-11-01 18:32:22 +00:00
Dries Buytaert d1d3ce0be7 - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of drupal_add_js. 2008-10-22 19:39:36 +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 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 152213c873 #313152 by Crell and Rob Loach: DBTNG clean-up of batch.inc 2008-09-26 23:30:20 +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
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 15911a0810 - Patch #270045 by yched: partial revert for batch API. 2008-06-21 18:24:20 +00:00
Dries Buytaert 6e2358b232 - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +00:00
Dries Buytaert 53a0a419dc - Patch #267333: rollback to rounding down, instead of rounding up. 2008-06-09 06:59:41 +00:00
Dries Buytaert 61366679ac - Patch #267333 by cwgordon7: simepletest should round up, not round down. 2008-06-06 16:53:48 +00:00
Dries Buytaert 56d2664a90 - 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. 2008-04-14 17:48:46 +00:00
Gábor Hojtsy fc8b22c615 #196630 by yched: postpone warning message display until batch finished, so messages are not forgotten on non-JS batches 2007-12-20 11:57:20 +00:00
Gábor Hojtsy 5622bce2d5 #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
2007-12-08 14:06:23 +00:00
Gábor Hojtsy 1e8ddda9b7 #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
2007-10-15 15:18:39 +00:00
Dries Buytaert 2db2c039fb - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
Dries Buytaert eb65040c5e - Patch #149593 by yched: batch API fixes. 2007-07-20 05:44:13 +00:00
Dries Buytaert 256ef82dc2 - Patch #156425 by asimmonds: added missing CVS IDs. 2007-07-03 19:49:07 +00:00
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Dries Buytaert d2e4f35fc9 - Patch #149576 by hunmonk: a bad query is preventing batch processing from working correctly. token is a string, so it should not be escaped as a number. 2007-06-05 20:59:02 +00:00
Dries Buytaert f16f70a89e - Patch #146667 by yched: FAPI fix. 2007-06-04 13:11:34 +00:00
Steven Wittens 7f8b191781 #119441: JavaScript aggregator/compressor by m3avrck and others. 2007-06-01 09:05:45 +00:00
Dries Buytaert d80ec0f421 - Patch #147501 by yched: fixed reordering of parameters in batch engine. 2007-05-29 06:24:06 +00:00
Dries Buytaert b4ef53eccc - Patch #127539 by yched: batch processing fixes. 2007-05-16 07:56:19 +00:00
Dries Buytaert ac65ff9074 - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Gábor Hojtsy c740ac7fd5 #127539: progressive operation support, refactoring update.php code to a generic batch API to support runnning operations in multiple HTTP requests
- update.php is already on the batch API
  - node access rebuilding is in the works
  - automatic locale importing is in the works

 Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches,
 and the fantastic turnaround times. Hats off.
2007-05-04 09:41:37 +00:00