summaryrefslogtreecommitdiff
path: root/includes/batch.inc
Commit message (Collapse)AuthorAge
* #372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() ↵Angie Byron2009-04-15
| | | | which actually describes what it does.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | 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.
* - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time ↵Dries Buytaert2009-01-12
| | | | of simpletests.
* #333658 by sun: Code clean-up for batch.inc.Angie Byron2008-12-27
|
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* - Patch #314401 by boombatower et al: batch API screen improvements.Dries Buytaert2008-11-01
|
* - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of ↵Dries Buytaert2008-10-22
| | | | drupal_add_js.
* #242873 follow-up: Missed a couple files with drupal_set_title().Angie Byron2008-10-14
|
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #313152 by Crell and Rob Loach: DBTNG clean-up of batch.incAngie Byron2008-09-26
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵Dries Buytaert2008-06-24
| | | | batch API for running the tests instead of an all-in-one approach. Great work.
* - Patch #270045 by yched: partial revert for batch API.Dries Buytaert2008-06-21
|
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
|
* - Patch #267333: rollback to rounding down, instead of rounding up.Dries Buytaert2008-06-09
|
* - Patch #267333 by cwgordon7: simepletest should round up, not round down.Dries Buytaert2008-06-06
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #196630 by yched: postpone warning message display until batch finished, so ↵Gábor Hojtsy2007-12-20
| | | | messages are not forgotten on non-JS batches
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #169079 by yched: improve consistency of menu API and batch API by allowing ↵Gábor Hojtsy2007-10-15
| | | | | | | 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
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* - Patch #149593 by yched: batch API fixes.Dries Buytaert2007-07-20
|
* - Patch #156425 by asimmonds: added missing CVS IDs.Dries Buytaert2007-07-03
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* - Patch #149576 by hunmonk: a bad query is preventing batch processing from ↵Dries Buytaert2007-06-05
| | | | working correctly. token is a string, so it should not be escaped as a number.
* - Patch #146667 by yched: FAPI fix.Dries Buytaert2007-06-04
|
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* - Patch #147501 by yched: fixed reordering of parameters in batch engine.Dries Buytaert2007-05-29
|
* - Patch #127539 by yched: batch processing fixes.Dries Buytaert2007-05-16
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
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.