summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
Commit message (Collapse)AuthorAge
...
* - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics ↵Dries Buytaert2010-05-18
| | | | module enabled is much slower in serving cached pages in D7 than in D6.
* - Patch #800014 by c960657: tiny bootstrap clean-up.Dries Buytaert2010-05-16
|
* - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is ↵Dries Buytaert2010-05-12
| | | | inconsistent.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #723802 by pwolanin, scor: fixed documentation.Dries Buytaert2010-05-04
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, ↵Angie Byron2010-04-30
| | | | and no longer force private files to live within web-accessible directory.
* #338443 by jhodgdon, earnie, grendzy: Fixed various documentation issues ↵Angie Byron2010-04-29
| | | | with t().
* #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting ↵Angie Byron2010-04-29
| | | | index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* Back to 7.0-devAngie Byron2010-04-26
|
* Drupal 7.0-alpha4Angie Byron2010-04-26
|
* - Patch #740764 by mr.baileys, aspilicious: add missing functions to the ↵Dries Buytaert2010-04-24
| | | | sanitization group.
* #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() ↵Angie Byron2010-04-23
| | | | to proper exception catching.
* - Patch #748984 by droplet: fixed wrong multi-site directory aliasing example.Dries Buytaert2010-04-15
|
* - Patch #688704 by Crell, boombatower, andypost, noahb: give DB its own ↵Dries Buytaert2010-04-11
| | | | autoload function.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function.Dries Buytaert2010-04-11
|
* - Patch #642782 by plach, Dave Reid, greggles, mfb: hook_language_init() is ↵Dries Buytaert2010-04-07
| | | | a bootstrap hook and needs bootstrap_invoke_all().
* #742246 by jbrown: Fixed Uncaught exceptions thrown in the exception handler ↵Angie Byron2010-04-03
| | | | prevent error reporting.
* - Patch #756498 by douggreen: restore current directory after ↵Dries Buytaert2010-03-31
| | | | register_shutdown_function() callback.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #458704 by markus_petrux, tic2000: don't automatically remove 'www.' ↵Dries Buytaert2010-03-24
| | | | from admin-set cookie domains.
* Back to 7.0-devAngie Byron2010-03-21
|
* Drupal 7.0-alpha3Angie Byron2010-03-21
|
* - Patch #258397 by John Morahan, Dries, R.Muilwijk, Bart Jansens, grendzy, ↵Dries Buytaert2010-03-17
| | | | Berdir: IP address identification not broad enough.
* - Patch #739450 by mr.baileys: rename WATCHDOG_EMERG to WATCHDOG_EMERGENCY.Dries Buytaert2010-03-11
|
* - Patch #739488 by mr.baileys: REGISTRY_* constants are not text filtering ↵Dries Buytaert2010-03-11
| | | | flags.
* #587706 follow-up by plach: trim GET['q'] centrally in request_path() so ↵Angie Byron2010-03-10
| | | | subsequent places don't have to do it.
* #282191 follow-up by plach: Remove ambitious parts of translatable fields UI ↵Angie Byron2010-03-07
| | | | from core that are no longer relevant, given what made it into Drupal 7.
* #710860 by Dave Reid and plach: Remove static caching from ↵Angie Byron2010-03-07
| | | | drupal_multilingual() (breaks tests).
* #614124 by Damien Tournoud: Set locale settings during bootstrap.Angie Byron2010-03-07
|
* - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() ↵Dries Buytaert2010-03-06
| | | | req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
* - 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
|