Angie Byron
8d01aeb428
#710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
2010-02-17 22:44:52 +00:00
Angie Byron
0dd1612770
#629794 by yched: Fix Scaling issues with batch API. (with tests)
2010-01-08 06:36:34 +00:00
Dries Buytaert
949ccddb91
- Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.
2009-12-30 08:16:55 +00:00
Dries Buytaert
a17d24f0b0
- Patch #652232 by moshe weitzman: don't assume that session exists during batch cleanup.
2009-12-06 16:21:58 +00:00
Angie Byron
0d8515deb7
#552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards.
2009-11-03 06:47:23 +00:00
Angie Byron
032fe0a66d
#539022 follow-up by David_Rothstein: Batch API should use the current theme to run the batches.
2009-11-02 15:57:33 +00:00
Angie Byron
ab91113c56
#617420 by ksenzee: Fixed batch system error on redirection.
2009-11-02 00:42:06 +00:00
Angie Byron
0e05035b71
#610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: API changes to support overlays: lays ground work for implementation.
2009-10-27 04:12:39 +00:00
Angie Byron
e1642603ea
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
2009-10-15 16:18:46 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
0e161b661e
- Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, lilou: improvements to batch API.
2009-10-03 20:17:46 +00:00
Dries Buytaert
ef33d44f66
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
2009-09-21 07:56:09 +00:00
Dries Buytaert
ee8aa910b9
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
2009-09-21 06:44:14 +00:00
Dries Buytaert
2a2a7f3f51
- Patch #423992 by Davy Van Den Brempt: remove unused variables.
2009-08-26 15:00:17 +00:00
Dries Buytaert
e474fbbd6c
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.
2009-06-02 06:58:17 +00:00
Dries Buytaert
9066709443
- Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api rounding.
2009-05-06 10:41:43 +00:00
Dries Buytaert
f918903428
- Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_form().
2009-04-29 07:18:04 +00:00
Angie Byron
cb3cde8be1
#372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() which actually describes what it does.
2009-04-15 23:49:08 +00:00
Dries Buytaert
6d3d75fe4b
- Removing whitespace.
2009-01-26 14:08:44 +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
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