summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
Commit message (Collapse)AuthorAge
* Back to 7.0-devAngie Byron2010-12-11
|
* Drupal 7.0-rc2Angie Byron2010-12-11
|
* - Patch #991588 by mfer, mbutcher: make t() faster.Dries Buytaert2010-12-09
|
* Back to 7.0-devAngie Byron2010-12-01
|
* Drupal 7.0-rc1Angie Byron2010-12-01
|
* #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ↵Angie Byron2010-11-29
| | | | robust.
* Rolling back #851136. Broke SQLite installation.Angie Byron2010-11-28
|
* - Patch #851136 by Damien Tournoud, Crell, chx: make the database ↵Dries Buytaert2010-11-27
| | | | autoloading more robust.
* - Patch #557298 by Arancaytar, David_Rothstein: ↵Dries Buytaert2010-11-23
| | | | drupal_override_server_variables() does not properly override SCRIPT_NAME.
* #601548 follow-up by David_Rothstein: Remaining clean-ups from ↵Angie Byron2010-11-22
| | | | drupal_placeholder() patch.
* #222109 by David_Rothstein: Fix documentation for module_list().Angie Byron2010-11-20
|
* #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() ↵Angie Byron2010-11-20
| | | | includes settings twice and breaks certain JS files.
* - Patch #944198 by sun: functions that call drupal_system_listing() act on ↵Dries Buytaert2010-11-19
| | | | potentially invalid system items.
* Back to 7.0-devAngie Byron2010-11-14
|
* Drupal 7.0-beta3Angie Byron2010-11-14
|
* Back to 7.0-devAngie Byron2010-11-14
|
* Drupal 7.0-beta3Angie Byron2010-11-14
|
* #946968 follow-up by Damien Tournoud: Refactor version check for databases.Angie Byron2010-11-13
|
* - Patch #946968 by dmitrig01: we are not checking the version of MySQL and ↵Dries Buytaert2010-11-13
| | | | PostgreSQL servers anymore (nor we do for SQLite).
* - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https ↵Dries Buytaert2010-11-05
| | | | session exists.
* - Patch #951486 by Damien Tournoud: invalid placeholders in exception ↵Dries Buytaert2010-10-25
| | | | messages during update.
* - Patch #937508 by amateescu: the documentation for arg() doesn't report ↵Dries Buytaert2010-10-23
| | | | what the function returns when it's called without arguments.
* Back to 7.0-devAngie Byron2010-10-23
|
* Drupal 7.0-beta2Angie Byron2010-10-23
|
* #938614 follow-up by chx: Abort abort\! Back to 5.2.4.Angie Byron2010-10-15
|
* #744384 by c960657: Do not write unchanged sessions to the database.Angie Byron2010-10-15
|
* - Patch #938614 by chx: bump to PHP 5.2.5.Dries Buytaert2010-10-12
|
* #281405 follow-up by David_Rothstein: Set maximum RAM requirement back down ↵Angie Byron2010-10-10
| | | | to 32M rather than 40M.
* #356036 by plach, catch: Allow creating nodes in default languages.Angie Byron2010-10-09
|
* #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc.Angie Byron2010-10-08
|
* Back to 7.0-devAngie Byron2010-10-07
|
* Drupal 7.0-beta1Angie Byron2010-10-07
|
* - Patch #922008 by davehimself, litwol: drupal_get_filename() does not ↵Dries Buytaert2010-09-27
| | | | respect DRUPAL_ROOT.
* - Patch #910156 by sun: remove 'description' keys from schema cache.Dries Buytaert2010-09-25
|
* Back to 7.0-devAngie Byron2010-09-16
|
* Drupal 7.0-alpha7Angie Byron2010-09-16
|
* #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.