- May 19, 2010
-
-
Gábor Hojtsy authored
#523058 by catch, sun, c960657, smk-ka, pwolanin, andypost: optimize calls to check_plain() by trying to use new PHP 5 features and inlining UTF-8 checking
-
- May 11, 2010
-
-
Gábor Hojtsy authored
#320171 by Deve Reid, jbrauer: fix return value passing by reference in bootstrap.inc's IP address checking
-
Gábor Hojtsy authored
#732064 follow up by pwolanin: move lock system loading earlier to avoid stepping over it or attempting to use it before it is loaded
-
- May 09, 2010
-
-
Dries Buytaert authored
-
- May 07, 2010
-
-
Dries Buytaert authored
-
- Feb 01, 2010
-
-
Gábor Hojtsy authored
#251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations; solves rebuilding issues with menus and the locale cache
-
- Sep 14, 2009
-
-
Gábor Hojtsy authored
-
- Apr 30, 2009
-
- Feb 25, 2009
-
-
Dries Buytaert authored
-
Gábor Hojtsy authored
#203323 by JirkaRybka, robertgarrigos, lilou, thePanz, c960657, sun: move the LANGUAGE_* constants to bootstrap.inc and remove several defined() checks on them now that they are always defined
-
- Jan 14, 2009
-
-
Gábor Hojtsy authored
#346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted
-
- Jan 06, 2009
-
-
Gábor Hojtsy authored
#323474 by gpk, Dave Reid, catch: hook_boot() was not called on non-cached pages when agreesive caching was on
-
- Dec 08, 2008
-
-
Gábor Hojtsy authored
#324875 by pwolanin: improve HTTP_HOST checking, ensuring that the host is lowercased and only valid characters are allowed.
-
- Oct 22, 2008
-
-
Gábor Hojtsy authored
-
- Oct 16, 2008
-
-
Gábor Hojtsy authored
-
- Aug 18, 2008
-
-
Dries Buytaert authored
-
- Jul 09, 2008
-
-
Gábor Hojtsy authored
#225880 by pwolanin, keith.smith: get the user create settings.php instead of Drupal, so upgrading getseasier
-
- Feb 11, 2008
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- Jan 10, 2008
-
- Jan 08, 2008
-
-
Gábor Hojtsy authored
-
- Jan 02, 2008
-
-
Gábor Hojtsy authored
#50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission
-
- Dec 20, 2007
-
-
Gábor Hojtsy authored
-
- Dec 08, 2007
-
-
Gábor Hojtsy authored
- whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
-
- Nov 30, 2007
-
-
Gábor Hojtsy authored
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)
-
- Nov 26, 2007
-
-
Gábor Hojtsy authored
#173408 by markus_petrux / add1sun: move proxy IP configuration options to settings.php, because these need to be used before Drupal has the variables loaded from the database
-
- Nov 11, 2007
-
-
Gábor Hojtsy authored
#190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, add missing javascript key to language objects (kills notices) and document st() better
-
- Oct 25, 2007
-
-
Dries Buytaert authored
-
- Oct 24, 2007
-
-
Gábor Hojtsy authored
#182675 by chx: fix caching bootstrap, so hook_boot() and the timer is called when required, integrating the cache init function right into the bootstrap
-
- Oct 17, 2007
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Oct 05, 2007
-
-
Gábor Hojtsy authored
#163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames
-
Dries Buytaert authored
-
- Sep 10, 2007
-
-
Gábor Hojtsy authored
-
- Sep 09, 2007
-
-
Gábor Hojtsy authored
#172262 by JirkaRybka: better globals handling in install system, so the choosen profile and language are remembered
-
- Sep 07, 2007
-
-
Gábor Hojtsy authored
#173227 by Desbeers: make language listing work early in the bootstrap, when modules are not yet loaded (fix a regression from a previous patch)
-
- Sep 03, 2007
-
-
Dries Buytaert authored
-
Gábor Hojtsy authored
-
- Sep 01, 2007
-
-
Gábor Hojtsy authored
- make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations
-
- Aug 30, 2007
-
-
Gábor Hojtsy authored
#151868 by chx: avoid using array_shift() because it takes a lot of time to rehash the array, so indexing the array is more performant, then shifting items one by one
-