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
Dries Buytaert
d33f3df967
- Patch #165160 by chx: restored access checking.
2007-09-03 16:55:00 +00:00
Gábor Hojtsy
a4b3217bd1
#169263 by Gerhard Killesreiter: fix IP address identification
2007-09-03 09:59:43 +00:00
Gábor Hojtsy
0fd16236ef
#171562 by JirkaRybka: fix several issues with locales
...
- make searches work again, better worded
- do not cache English stuff
- fix strike through on string seek page
- fix exports for translations
2007-09-01 12:50:47 +00:00
Gábor Hojtsy
0f845306c2
#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
2007-08-30 16:09:50 +00:00
Gábor Hojtsy
1a66aeb39e
#171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes
2007-08-30 15:53:39 +00:00
Gábor Hojtsy
8836d94ecd
#151394 by xqus and RobRoy: file.inc is required on maintanance pages for the JS aggregation
2007-08-30 15:47:27 +00:00
Gábor Hojtsy
1372700977
#170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings
2007-08-28 11:42:56 +00:00
Gábor Hojtsy
d1e33c191c
#165331 by chx: call hook_boot() for cached pages too, moving it to the right place
2007-08-26 16:00:29 +00:00
Dries Buytaert
a21275a58f
- Patch #165160 by hswong3i: made two SQL queries work on DB2.
2007-08-07 08:41:24 +00:00
Dries Buytaert
2c3864d3c7
- Patch #147324 by Eaton: make multi-site installations work again.
2007-07-30 19:22:47 +00:00
Dries Buytaert
7b682ae9f8
- Patch #162944 by profix898: cleanup ip_address() code.
2007-07-29 21:04:03 +00:00
Dries Buytaert
80ff5109a7
- Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.
...
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. ;)
2007-07-29 17:28:23 +00:00
Steven Wittens
0676d8410f
Re-add check_plain() in appropriate places after removing it from ip_address().
2007-07-26 21:42:52 +00:00
Dries Buytaert
e473168106
- We don't need to sanitize stuff on input.
2007-07-26 09:32:15 +00:00
Gábor Hojtsy
dfcbe0591a
#160107 by JohnAlbin: use the same session ID regardless of the protocol used to access the page (eg share sessions between http and https pages)
2007-07-25 10:06:44 +00:00
Gábor Hojtsy
f5ea36bb4d
#125533 by keve: do not continue bootstrap if the process was called back with a phase already executed
2007-07-11 22:04:57 +00:00
Gábor Hojtsy
8caf4da7f1
#82499 by Jose A Reyero and a little bit from myself: send emails localized in the language needed in specific situations, and centralize mail composing operations with hook_mail()
2007-07-01 19:49:19 +00:00
Dries Buytaert
5874ed1046
- Patch #151916 by JohnAlbin: fixing a double patch inclusion.
2007-06-15 06:45:05 +00:00
Dries Buytaert
53420729ea
- Patch #101927 by cooferat: fixed problem with post information.
2007-06-11 15:21:14 +00:00
Dries Buytaert
c83f05e284
- Patch #150452 by JohnAlbin: fixed strict notice.
2007-06-09 07:26:36 +00:00
Dries Buytaert
4fd54aabc5
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.
2007-05-30 08:08:59 +00:00
Gábor Hojtsy
36e87e190c
#147640 by Jose A Reyero with further cleanup by myself: add language code 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.
2007-05-29 14:37:49 +00:00
Dries Buytaert
1f86421497
- Patch #55516 by David Strauss et al: removed some database locking.
2007-05-25 21:01:30 +00:00
Dries Buytaert
4a6f5869e5
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.
2007-05-25 15:04:42 +00:00
Dries Buytaert
a309ea2be2
- Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php.
2007-05-08 16:36:55 +00:00
Dries Buytaert
e66371cac1
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.
2007-05-06 05:47:52 +00:00
Dries Buytaert
b93ce19a9c
- Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems.
2007-04-30 14:37:36 +00:00
Dries Buytaert
38d22252b9
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.
2007-04-30 11:12:35 +00:00
Dries Buytaert
dbfcd7d137
- Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
2007-04-25 21:34:32 +00:00
Gábor Hojtsy
0a5ec93496
#76588 : Small fixes after that patch landed
...
- 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.
2007-04-24 15:53:53 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
df1bea8bca
- Patch #138429 : reroll.
2007-04-24 10:45:20 +00:00
Dries Buytaert
2e34699b59
- Patch #138429 by Zen: removed unused variables.
2007-04-24 08:43:31 +00:00
Dries Buytaert
f4cbd7c63d
- Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions.
2007-04-15 15:36:10 +00:00
Dries Buytaert
e675979091
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
2007-04-13 08:56:59 +00:00
Dries Buytaert
07e6bdcdfe
- Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core.
2007-04-10 10:10:27 +00:00
Dries Buytaert
5bbbf10ba8
- Patch #130987 by merlinofchaos: added theme registry for easier themability.
2007-04-06 13:27:23 +00:00
Dries Buytaert
8fd0fdbd54
- Modified patch #133318 by hunmonk: drupal_get_messages() returning incorrect array value.
2007-04-04 20:50:53 +00:00
Dries Buytaert
b20618aa12
- Patch #128866 by Gabor et al: new language subsystem fixes.
2007-03-28 14:08:23 +00:00
Steven Wittens
f7440d4d73
#130971 : Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
2007-03-27 05:13:55 +00:00
Dries Buytaert
eb0caa354e
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.
2007-03-26 01:32:22 +00:00
Dries Buytaert
4d731dd369
- Patch #111697 by wesley: properly initialized user->time to prevent warnings/errors.
2007-03-25 20:54:33 +00:00
Dries Buytaert
5729c22f6f
- Patch #109941 by morphir: allow the browser to store form fields.
2007-01-29 19:25:19 +00:00
Dries Buytaert
03752e35a4
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
2007-01-24 14:48:36 +00:00
Steven Wittens
b70e936d24
#109032 : Make session.inc pluggable.
2007-01-15 11:52:02 +00:00
Dries Buytaert
6777463414
- Patch #104693 by ChrisKennedy: pragma dates back from previous protocal.
2007-01-02 10:21:39 +00:00
Dries Buytaert
983eda44ac
- Patch #104693 by ChrisKennedy: send proper HTTP headers: HTTP/1.0 -> HTTP/1.1.
2006-12-21 22:20:19 +00:00
Steven Wittens
cfe44ef80c
#100859 : Fix aggregator categorization form
2006-12-12 06:27:17 +00:00
Steven Wittens
a5d5c6aa4b
#102602 : Even more documentation for constants (webchick)
2006-12-12 06:16:33 +00:00
Dries Buytaert
161a856ab8
- Patch #102603 by webchick: documenting watchdog constants.
2006-12-11 12:01:54 +00:00
Dries Buytaert
eb5e171cb6
- Patch #102612 by webchick: document constants.
2006-12-11 12:00:07 +00:00
Dries Buytaert
a98fa4c2c8
- Patch #102232 by webernet: roll-back of #87310 .
2006-12-10 20:13:36 +00:00