summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
Commit message (Collapse)AuthorAge
...
* #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
|
* - Patch #118660 by agentrickard: re-order arguments of cache_set() to match ↵Dries Buytaert2007-04-15
| | | | PHP/Drupal conventions.
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ↵Dries Buytaert2007-04-10
| | | | Added support for external loggers, and included a small syslog module into core.
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* - Modified patch #133318 by hunmonk: drupal_get_messages() returning ↵Dries Buytaert2007-04-04
| | | | incorrect array value.
* - Patch #128866 by Gabor et al: new language subsystem fixes.Dries Buytaert2007-03-28
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* - Patch #111697 by wesley: properly initialized user->time to prevent ↵Dries Buytaert2007-03-25
| | | | warnings/errors.
* - Patch #109941 by morphir: allow the browser to store form fields.Dries Buytaert2007-01-29
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* #109032: Make session.inc pluggable.Steven Wittens2007-01-15
|
* - Patch #104693 by ChrisKennedy: pragma dates back from previous protocal.Dries Buytaert2007-01-02
|
* - Patch #104693 by ChrisKennedy: send proper HTTP headers: HTTP/1.0 -> HTTP/1.1.Dries Buytaert2006-12-21
|
* #100859: Fix aggregator categorization formSteven Wittens2006-12-12
|
* #102602: Even more documentation for constants (webchick)Steven Wittens2006-12-12
|
* - Patch #102603 by webchick: documenting watchdog constants.Dries Buytaert2006-12-11
|
* - Patch #102612 by webchick: document constants.Dries Buytaert2006-12-11
|