summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
Commit message (Collapse)AuthorAge
* #818418 by Amitaibu: Fixed Notices on language negotiation callback when ↵Angie Byron2010-09-11
| | | | trying to force a full bootstrap.
* - Patch #870584 by sender: drupal_register_shutdown_function() doxygen is wrong.Dries Buytaert2010-08-22
|
* - Patch #885000 by cwgordon7: drupal_placeholder() takes an array as an ↵Dries Buytaert2010-08-17
| | | | argument.
* - Patch #861876 by andypost: notice in watchdog().Dries Buytaert2010-07-26
|
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.Dries Buytaert2010-07-21
|
* - Patch #768090 by ridgerunner: changed drupal_static() performance improvement.Dries Buytaert2010-07-18
|
* - Patch #856788 by glipay: documentation improvement.Dries Buytaert2010-07-17
|
* #850206 by Stevel: Fixed Converting db configuration gives wrong result when ↵Angie Byron2010-07-10
| | | | () is set.
* Back to 7.0-devAngie Byron2010-07-09
|
* Drupal 7.0-alpha6Angie Byron2010-07-09
|
* #554106 follow-up by pwolanin: Restore timeboxing for SimpleTest runs, for ↵Angie Byron2010-07-07
| | | | security.
* - Patch #691468 by aaronbauman, gpk: improve PHPdoc of bootstrap_invoke_all().Dries Buytaert2010-06-29
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* #839006 by pwolanin: Fixed SPL autoloader should use require_once() to be ↵Angie Byron2010-06-28
| | | | more robust.
* - Patch #782442 by nenne, jhodgdon: watchdog should document better.Dries Buytaert2010-06-25
|
* - Patch #521370 by marcingy: hook_watchdog() is called ordered by name (!?).Dries Buytaert2010-06-25
|
* - Patch #561990 by catch, mikeytown2, nnewton: avoid variable_set() and ↵Dries Buytaert2010-06-24
| | | | variable_del() stampedes.
* - Patch #621748 by grendzy, David Strauss: ip_address() is broken for ↵Dries Buytaert2010-06-14
| | | | multi-tier architectures.
* #551658 follow-up by pwolanin: Revert back to D6-style temporary folder ↵Angie Byron2010-06-12
| | | | logic to avoid various platform issues.
* - Patch #736894 by mr.baileys: document that ↵Dries Buytaert2010-06-11
| | | | drupal_register_shutdown_function() is a php wrapper.
* - Patch #823500 by justinrandell, chx: () should always reflect ['HTTPS'] ↵Dries Buytaert2010-06-10
| | | | even if () is http.
* - Patch #742246 by jbrown, noahb, aspilicious, alexanderpas, rfay:handle ↵Dries Buytaert2010-06-05
| | | | uncaught exceptions.
* - Patch #276876 by mr.baileys: remove case sensitivity from variable names ↵Dries Buytaert2010-06-01
| | | | (get/set/del) through extra documentation.
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* Back to 7.0-devAngie Byron2010-05-23
|
* Drupal 7.0-alpha5Angie Byron2010-05-23
|
* - Patch #767512 by jhedstrom, Damien Tournoud: fixed error.Dries Buytaert2010-05-21
|
* - Patch #696696 by Garrett Albright, qasimzee, confiz: documentation ↵Dries Buytaert2010-05-18
| | | | improvements for WATCHDOG_* constants.
* - 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.