Dries Buytaert
4ed30eefb1
- Bug #5684 : filter duplicate headers.
2004-02-15 15:57:55 +00:00
Dries Buytaert
667022830e
- Patch 5140 by Moshe: removed the theme("header") and theme("footer") functions.
2004-01-26 19:05:21 +00:00
Dries Buytaert
6fc2070a22
Patch 5114 by Kjartan:
...
- Adds drupal_set_header() and drupal_get_headers().
- Cache now stores custom headers.
- Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
- Added RSS autodiscover links to node, blog and taxonomy pages.
2004-01-14 22:30:09 +00:00
Dries Buytaert
eee72bfa95
- Patch 4859: new drupal_unpack() consolidates duplicate code and makes it
...
easy to show avatars next to nodes and comments. Patch by Moshe. As a
showcase, maybe Xtemplate should have an option to enable/disable avatars?
2004-01-13 19:25:37 +00:00
Kjartan Mannes
3d9e2f2c76
- Fixing wrong superglobal usage.
2003-12-18 13:58:59 +00:00
Dries Buytaert
670a292277
- Reworked 404 (page not found) handling. Patch by walkah. You can specify a
...
custom 404 page in the administration page. As a result, error.php could be
removed.
2003-12-16 21:06:34 +00:00
Dries Buytaert
af69e63653
- Patch by Kjartan:
...
+ Changed drupal_page_header(): converts the If-Modified-Since header into a
timestamp and compares against the cache data. Ignore If-Modified-Since
and ETag headers if they are present but empty.
+ Few minor other code cleanups.
2003-12-13 14:10:23 +00:00
Dries Buytaert
53167d2e51
- Small improvement to make request_uri() work on multiple platforms.
2003-12-11 21:28:49 +00:00
Dries Buytaert
b1ef96931a
- Moved the watchdog() function to the bootsrap file. Patch by Moshe.
2003-12-10 23:09:31 +00:00
Dries Buytaert
a0640e66b7
- Improved module loading when serving cached pages. Moshe's bootstrap patch.
...
- Used legend and fieldset tags for the configuration page.
2003-11-18 19:44:36 +00:00