Dries Buytaert
3de6420cd5
- Patch #323372 by chx: clean up drupal_bootstrap().
2008-10-19 21:27:13 +00:00
Dries Buytaert
f7eac0049a
- Patch #321337 by gpk: optmized timer_start() and timer_read() thanks to PHP5.
2008-10-16 21:16:06 +00:00
Dries Buytaert
967d8f67ac
- Patch #304924 by Damien Tournoud: extend error handler to manage exceptions. I have one exception and one fail.
2008-10-15 16:05:51 +00:00
Angie Byron
404994e85f
#242873 follow-up: Missed adding constants to bootstrap.inc.
2008-10-13 04:06:22 +00:00
Angie Byron
81b04e90cf
#320171 by Dave Reid: Fix exception in ip_address() test.
2008-10-12 08:37:14 +00:00
Angie Byron
a3a420c3e6
Roll-back of #242873 : This caused horrendous problems with SimpleTest on some configurations.
2008-10-12 06:27:06 +00:00
Angie Byron
6575a26c88
#231298 by Crell and rednahead: Allow for aliased multi-site support.
2008-10-12 02:47:50 +00:00
Angie Byron
5dff3b8e15
#242873 follow-up by pwolanin: Move new check_plain() check constants to bootstrap.inc so they're there in early bootstrap.
2008-10-11 21:53:36 +00:00
Angie Byron
3715107d36
#318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some cached requests.
2008-10-11 04:56:34 +00:00
Angie Byron
6560a8206e
#317840 by lilou: Fix typo in Doxygen for REQUEST_TIME.
2008-10-06 22:40:20 +00:00
Dries Buytaert
d35f1517c3
- Patch #313156 by Crell: convert bootstrap.inc to DBTNG and resurrected a kitten.
2008-10-06 14:26:54 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Dries Buytaert
8fc581d4d7
- Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.
2008-09-19 07:53:59 +00:00
Dries Buytaert
7f29b14277
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
2008-09-17 07:11:59 +00:00
Dries Buytaert
312b97e9e9
- Patch #253702 by Damien Tournoud et al: further clean-up of the session handling code.
2008-09-15 15:18:59 +00:00
Dries Buytaert
c2746a949e
- Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP protocol version where possible.
2008-09-08 21:24:30 +00:00
Dries Buytaert
a1d73f1342
- Patch #253702 by jscheel, gpk: clarified session handling functions.
2008-09-08 21:08:24 +00:00
Angie Byron
af884c3888
#302763 by DamZ: Fixing test failures, removing legacy globals check cruft.
2008-09-06 15:20:09 +00:00
Dries Buytaert
e5b0e5f76c
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
2008-09-06 08:36:22 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
06379c5470
- Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by non-SSL cookie.
2008-08-18 18:56:01 +00:00
Dries Buytaert
6c1068e48d
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
2008-08-02 19:01:02 +00:00
Dries Buytaert
fb3b6d13b8
- Patch #231190 by eli, mfb: page cache didn't work with HEAD requests.
2008-07-17 21:10:39 +00:00
Dries Buytaert
ffdfefebbc
- Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied.
2008-07-08 01:08:15 +00:00
Dries Buytaert
2a34c23bc8
- Patch #258397 by Dries: fixed spoofing attack.
2008-07-04 22:54:09 +00:00
Dries Buytaert
fe06b4ccd8
- Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that. Also removed some whitespace.
2008-07-02 20:05:11 +00:00
Dries Buytaert
bb232c728a
- Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line.
2008-07-01 20:36:40 +00:00
Dries Buytaert
df4ebc0135
- Patch #258397 by R.Muilwijk and myself: IP address detection improvements. Added support for clusters and wrote various IP address related tests.
2008-06-26 11:29:20 +00:00
Dries Buytaert
c529e4afbe
- Patch #101543 by webchick: document all constants.
2008-05-26 17:12:55 +00:00
Dries Buytaert
0d54577a9f
- Patch #256579 by justinrandell: registry performance optimizations.
2008-05-13 17:38:42 +00:00
Dries Buytaert
2e18cb8924
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
...
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
08aa23227e
- Patch #228594 by catch et al: removed access rule functionality from core.
...
The access rules capability of user module has been stripped down to a
simple method for blocking IP addresses. E-mail and username restrictions
are now available in a contributed module. IP address range blocking is
no longer supported and should be done at the server level.
This patch is partly motiviated by the fact that at the usability testing,
it frequently came up that users went to "access rules" when trying to
configure their site settings.
2008-04-08 22:50:55 +00:00
Gábor Hojtsy
78bc68f304
Drupal 6 RC2
2008-01-10 22:47:17 +00:00
Gábor Hojtsy
b78a990270
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
2008-01-08 10:35:43 +00:00
Gábor Hojtsy
d3c14ad6fe
#50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission
2008-01-02 14:29:32 +00:00
Gábor Hojtsy
090b90227b
#199780 by Pancho and chx: fix problem in access rules check introduced in #174025
2007-12-20 08:20:58 +00:00
Gábor Hojtsy
5622bce2d5
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
...
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy
e9f52b4248
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)
2007-11-30 12:19:10 +00:00
Gábor Hojtsy
f337abfa69
#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
2007-11-26 08:06:52 +00:00
Gábor Hojtsy
702c0a2bcd
#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
2007-11-11 16:14:45 +00:00
Dries Buytaert
ca0bbfee5b
- Modified version of patch #121820 by Caleb et al: add an option for page compression.
2007-10-25 15:38:25 +00:00
Gábor Hojtsy
7e963c13ff
#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
2007-10-24 11:30:39 +00:00
Dries Buytaert
f75cec459e
- Patch #180468 by hass: fixed notice on IIS.
2007-10-17 13:03:03 +00:00
Dries Buytaert
6f731d920a
- Patch #183965 by alpritt: corrected PHPdoc.
2007-10-17 12:11:30 +00:00
Gábor Hojtsy
74a431e79a
#163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames
2007-10-05 14:50:25 +00:00
Dries Buytaert
821221cc14
- Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to the proper level.
2007-10-05 14:48:49 +00:00
Gábor Hojtsy
89bf1e1235
#174025 by killes: small performance improvement for drupal_is_denied()
2007-09-10 12:19:11 +00:00
Gábor Hojtsy
470b2e374e
#172262 by JirkaRybka: better globals handling in install system, so the choosen profile and language are remembered
2007-09-09 19:46:54 +00:00
Gábor Hojtsy
a6f970e9d2
#173227 by Desbeers: make language listing work early in the bootstrap, when modules are not yet loaded (fix a regression from a previous patch)
2007-09-07 10:33:06 +00:00