summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
Commit message (Collapse)AuthorAge
* - Patch #723436 by mikeryan: timers accumulated at double-speed in certain ↵Dries Buytaert2010-02-25
| | | | scenarios.
* Back to 7.0-devAngie Byron2010-02-21
|
* Drupal 7.0-alpha2Angie Byron2010-02-21
|
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* #716348 by grendzy and hefox: Documentation of drupal_get_path() and system ↵Angie Byron2010-02-17
| | | | table missing the fact that 'profile' is stored there now.
* #325169 by moshe weitzman: Move t() to bootstrap.inc to stop fatal errors ↵Angie Byron2010-02-17
| | | | when called from error handlers.
* - Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move ↵Dries Buytaert2010-02-15
| | | | error/exception handler higher up in the bootstrap process.
* - Patch #698902 by mr.baileys: make MySQL 5.0.15 requirement official.Dries Buytaert2010-01-31
|
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* Back to development version now.Angie Byron2010-01-15
|
* Marking code as alpha 1 in preparation of the first alpha release of Drupal 7.Angie Byron2010-01-15
|
* #281405: Temporarily raise memory requirement to 40M, to cut down on support ↵Angie Byron2010-01-15
| | | | requests post-alpha. Let's work to get this back to 32M shortly. :)
* - Patch #667098 by catch: drupal_get_bootstrap_phase() was broken.Dries Buytaert2010-01-14
|
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* #619666 follow-up by effulgentsia: Make performance-critical usage of ↵Angie Byron2010-01-07
| | | | drupal_static() grokkable.
* #668932 by Damien Tournoud : Remove duplicate sanitzing of HTTP_HOST.Angie Byron2010-01-03
|
* - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.Dries Buytaert2009-12-30
|
* - Patch #661420 by justinrandell, David_Rothstein: made installation of ↵Dries Buytaert2009-12-28
| | | | modules much more efficient.
* #358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of ↵Angie Byron2009-12-27
| | | | drupal_get_install_files() with large file trees.
* - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency ↵Dries Buytaert2009-12-22
| | | | between t() and the theming layer.
* - Patch #635094 by plach: switching from zxx to und as it is semantically ↵Dries Buytaert2009-12-22
| | | | more correct.
* #281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. ↵Angie Byron2009-12-07
| | | | Would love to remove this patch by the time we ship.
* - Patch #652042 by chx: cache.inc is always needed.Dries Buytaert2009-12-05
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #626688 by justinrandell: add caching for system_list(). Eliminate a ↵Dries Buytaert2009-11-22
| | | | query.
* - Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ↵Dries Buytaert2009-11-21
| | | | ()['storage'].
* #619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for ↵Angie Byron2009-11-20
| | | | drupal_static() in performance-critical functions.
* #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.Angie Byron2009-11-19
|
* #620688 follow-up by chx and effulgentsia: Fixed drupal_static_reset() is ↵Angie Byron2009-11-15
| | | | broken, with expanded test coverage.
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* - Patch #570900 by Crell: remove remnants of update_sql().Dries Buytaert2009-11-09
|
* - Patch #620688 by chx: fixed drupal_static_reset().Dries Buytaert2009-11-08
|
* #523058 by catch, pwolanin, sun, and smk-ka, and jrchamp: Optimize ↵Angie Byron2009-11-08
| | | | check_plain().
* - Patch #622048 by sun: streamline drupal_bootstrap() and expose the flow to ↵Dries Buytaert2009-11-05
| | | | code profilers.
* #341140 follow-up by JohnAlbin and chx: drupal_get_filename() fails for ↵Angie Byron2009-11-02
| | | | PHPTemplate themes when database is down.
* #43462 by c960657 and andypost: Fixed issues with certain configurations of ↵Angie Byron2009-11-02
| | | | compressed pages.
* #287647 by mikejoconnor, lilou, cafuego, bjaspan, and robertDouglass: Cast ↵Angie Byron2009-11-01
| | | | results of hook_schema() to an array to avoid schema corruption.
* - Patch #572452 by catch, JoshuaRogers: drupal_get_filename() and ↵Dries Buytaert2009-10-31
| | | | drupal_load() should not use drupal_static(). Performance improvement.
* - Patch #618938 by pwolanin: fixed Drupal version is not being available ↵Dries Buytaert2009-10-30
| | | | until the end of bootstrap.
* - Patch #532010 by c960657, catch: use require instead of require_once() in ↵Dries Buytaert2009-10-26
| | | | _registry_check_code().
* #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵Angie Byron2009-10-24
| | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
* - Patch #611048 by c960657: removed outdated comment in _registry_check_code().Dries Buytaert2009-10-22
|
* Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() ↵Dries Buytaert2009-10-18
| | | | returns NULL (no value) after timer_stop(). Added timer tests.
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵Angie Byron2009-10-16
| | | | between field API and locale module + translatable node bodies.
* #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface ↵Angie Byron2009-10-09
| | | | language for the same path.
* - Patch #592008 by moshe weitzman | chx: don't initialize theme system ↵Dries Buytaert2009-10-03
| | | | before modules are included.
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
|
* - Patch #583008 by Damien Tournoud: DRUPAL_BOOTSTRAP_ACCESS doesn't exist ↵Dries Buytaert2009-09-21
| | | | anymore, but is still an explicit bootstrap step.