summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
Commit message (Collapse)AuthorAge
* Drupal 6 RC2Gábor Hojtsy2008-01-10
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #50901 by chx: do not allow user login under maintenance mode, if the logged ↵Gábor Hojtsy2008-01-02
| | | | in user has no site config permission
* #199780 by Pancho and chx: fix problem in access rules check introduced in ↵Gábor Hojtsy2007-12-20
| | | | #174025
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #173408 by markus_petrux / add1sun: move proxy IP configuration options to ↵Gábor Hojtsy2007-11-26
| | | | settings.php, because these need to be used before Drupal has the variables loaded from the database
* #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵Gábor Hojtsy2007-11-11
| | | | add missing javascript key to language objects (kills notices) and document st() better
* - Modified version of patch #121820 by Caleb et al: add an option for page ↵Dries Buytaert2007-10-25
| | | | compression.
* #182675 by chx: fix caching bootstrap, so hook_boot() and the timer is ↵Gábor Hojtsy2007-10-24
| | | | called when required, integrating the cache init function right into the bootstrap
* - Patch #180468 by hass: fixed notice on IIS.Dries Buytaert2007-10-17
|
* - Patch #183965 by alpritt: corrected PHPdoc.Dries Buytaert2007-10-17
|
* #163785 by Eaton, dvessel and quicksketch: theme .info files should be able ↵Gábor Hojtsy2007-10-05
| | | | to override core and module CSS files based on file basenames
* - Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to ↵Dries Buytaert2007-10-05
| | | | the proper level.
* #174025 by killes: small performance improvement for drupal_is_denied()Gábor Hojtsy2007-09-10
|
* #172262 by JirkaRybka: better globals handling in install system, so the ↵Gábor Hojtsy2007-09-09
| | | | choosen profile and language are remembered
* #173227 by Desbeers: make language listing work early in the bootstrap, when ↵Gábor Hojtsy2007-09-07
| | | | modules are not yet loaded (fix a regression from a previous patch)
* - Patch #165160 by chx: restored access checking.Dries Buytaert2007-09-03
|
* #169263 by Gerhard Killesreiter: fix IP address identificationGábor Hojtsy2007-09-03
|
* #171562 by JirkaRybka: fix several issues with localesGábor Hojtsy2007-09-01
| | | | | | | - make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations
* #151868 by chx: avoid using array_shift() because it takes a lot of time to ↵Gábor Hojtsy2007-08-30
| | | | rehash the array, so indexing the array is more performant, then shifting items one by one
* #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME ↵Gábor Hojtsy2007-08-30
| | | | instead of PHP_SELF in links to avoid XSS holes
* #151394 by xqus and RobRoy: file.inc is required on maintanance pages for ↵Gábor Hojtsy2007-08-30
| | | | the JS aggregation
* #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵Gábor Hojtsy2007-08-28
| | | | so we can check whether it is wide open, and we have one place for settings
* #165331 by chx: call hook_boot() for cached pages too, moving it to the ↵Gábor Hojtsy2007-08-26
| | | | right place
* - Patch #165160 by hswong3i: made two SQL queries work on DB2.Dries Buytaert2007-08-07
|
* - Patch #147324 by Eaton: make multi-site installations work again.Dries Buytaert2007-07-30
|
* - Patch #162944 by profix898: cleanup ip_address() code.Dries Buytaert2007-07-29
|
* - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.Dries Buytaert2007-07-29
| | | | | | | This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;)
* Re-add check_plain() in appropriate places after removing it from ip_address().Steven Wittens2007-07-26
|
* - We don't need to sanitize stuff on input.Dries Buytaert2007-07-26
|
* #160107 by JohnAlbin: use the same session ID regardless of the protocol ↵Gábor Hojtsy2007-07-25
| | | | used to access the page (eg share sessions between http and https pages)
* #125533 by keve: do not continue bootstrap if the process was called back ↵Gábor Hojtsy2007-07-11
| | | | with a phase already executed
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Patch #151916 by JohnAlbin: fixing a double patch inclusion.Dries Buytaert2007-06-15
|
* - Patch #101927 by cooferat: fixed problem with post information.Dries Buytaert2007-06-11
|
* - Patch #150452 by JohnAlbin: fixed strict notice.Dries Buytaert2007-06-09
|
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* #147640 by Jose A Reyero with further cleanup by myself: add language code ↵Gábor Hojtsy2007-05-29
| | | | | | to localization functions This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
* - Patch #55516 by David Strauss et al: removed some database locking.Dries Buytaert2007-05-25
|
* - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse ↵Dries Buytaert2007-05-25
| | | | proxy.
* - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵Dries Buytaert2007-05-08
| | | | with sites/default/default.settings.php.
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* - Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie ↵Dries Buytaert2007-04-30
| | | | domain problems.
* - Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible ↵Dries Buytaert2007-04-30
| | | | to filter log messages in the database log.
* - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵Dries Buytaert2007-04-25
| | | | tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
* #76588: Small fixes after that patch landedGábor Hojtsy2007-04-24
| | | | | | | | - typo fix in watchdog() phpdoc - add a missing array() on a watchdog call in ping.module - handle NULL 'variables' value in syslog module Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #138429: reroll.Dries Buytaert2007-04-24
|
* - Patch #138429 by Zen: removed unused variables.Dries Buytaert2007-04-24
|