summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
Commit message (Collapse)AuthorAge
* - Patch #79166 by hunmonk: fixed session breakage.Dries Buytaert2006-08-18
|
* - Patch #node/76931 by Robert: improved performance of Drupal's session ↵Dries Buytaert2006-08-16
| | | | handling.
* #77183 (again) by m3avrck, add standard CSS to the maintenance pages.Neil Drumm2006-08-15
|
* - Patch #78328 by Bart: fixed incorrect EtagDries Buytaert2006-08-12
|
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* - Patch #70521 by Grugnog2 et al: fixed 'double logins', caching, and ↵Dries Buytaert2006-08-03
| | | | logging in and out.
* - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.Dries Buytaert2006-08-03
|
* #76209: (Eaton et al)Steven Wittens2006-08-03
| | | | | - Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core
* - Patch #74744 by jhenry: 304 handling should send an ETag to meet the ↵Dries Buytaert2006-07-22
| | | | HTTP/1.1 spec.
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
| | | | et al: an initial install system for Drupal core.
* - Rolback previous patch: breaks Drupal.Dries Buytaert2006-07-10
|
* - Patch #71424 by Moshe: removed global variable.Dries Buytaert2006-07-10
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #70075 by AjK, send proper headers if caching is turned off.Neil Drumm2006-07-02
|
* - Patch #69341 by chx: remove some SQL queries from the Drupal bootstrap ↵Dries Buytaert2006-06-28
| | | | process.
* - Patch #67675 by chx: added support for multiple cache backends.Dries Buytaert2006-06-14
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #61368 by chx, don't unset the global globals array.Neil Drumm2006-05-04
|
* #60457 by JonBob (slightly modified), bootstrap.inc produces [Notice] in ↵Neil Drumm2006-05-02
| | | | error_log
* #60846, fix Drupal for running as CGI, patch by chxGerhard Killesreiter2006-04-28
|
* #59378, unset disallowed globals in case register_globals is on, patch by chxGerhard Killesreiter2006-04-21
|
* #58418: $conf ignored after bootstrap patchSteven Wittens2006-04-12
|
* #58480: Left over conf_init()Steven Wittens2006-04-12
|
* #56634: Resolve issues with varying $base_urlSteven Wittens2006-04-12
| | | | | - Fix locations links in watchdog - Fix repeated subdirectory in page cache CIDs
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #56676, unset($_SESSION['messages']);, patch by chxGerhard Killesreiter2006-04-01
|
* #42000, Watchdog can't log errors when using db_set_active(non-default), ↵Gerhard Killesreiter2006-03-26
| | | | patch by Chris Johnson and myself
* #50181, Timer counts not properly incremented, patch by pureginGerhard Killesreiter2006-02-27
|
* - Patch #44947 by rkerr / Moshe: fixed race condition in session handling, ↵Dries Buytaert2006-02-10
| | | | reduced query overhead of session handling, reduced database overhead of session handling.
* - Patch #13148: fix problems with using relative path names! (Please ↵Dries Buytaert2006-01-29
| | | | document this change.)
* - Patch #46183 by chx: made maintenance mode work again.Dries Buytaert2006-01-24
|
* - Patch #44828 by chx/Crell: make sure the url/path is properly initialized ↵Dries Buytaert2006-01-23
| | | | in statistics_exit().
* - Patch #44379 by Moshe: code improvements: always grant the 'authenticated ↵Dries Buytaert2006-01-21
| | | | user' role to authenticated users. Fixed glitch with udpate path.
* - #44992: ./ prefix for conf file include (faster)Steven Wittens2006-01-17
|
* - Patch #22035 by Matt: fixed problem with alias table getting corrupted.Dries Buytaert2006-01-16
|
* - Patch #43360 by Chris: minor code clean-up: renamed $op to $hook.Dries Buytaert2006-01-05
|
* - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵Dries Buytaert2005-12-15
| | | | | | failure instead of -1. Changed code to be compatible with all versions.
* - Removed valid_input_check().Dries Buytaert2005-11-30
|
* - check_plain() missed its train.Dries Buytaert2005-11-29
|
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL.Dries Buytaert2005-11-27
|
* - Patch #35725 by drumm: improved conf_init() documentation.Dries Buytaert2005-11-21
|
* #35725: Make site.com:80 work like site.comSteven Wittens2005-11-21
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - Patch #13224 by Richard Archer and Gerhard: improved gzip caching.Dries Buytaert2005-10-09
|
* Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in ↵Dries Buytaert2005-09-19
| | | | bootstrap.inc.
* - Patch #29030 by Goba, chx, Jose, et al: reworked the URL rewrite hook so ↵Dries Buytaert2005-09-18
| | | | URLs can be rewritten dynamically.
* - Patch #30122 by m3verick: changed include_once()'s to include "./$file"Dries Buytaert2005-09-08
| | | | for performance's sake.
* - Patch #22911 by Cvgbe: fixed table locking in PostgreSQL. You'll have toDries Buytaert2005-08-29
| | | | use db_lock_table() and db_unlock_tables() for your code to be compatible.
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|