Dries Buytaert
a067187711
- Patch #8509 by Killes and Steven: added support for sending compressed
...
pages. Useful to reduce your site's bandwidth.
2004-07-08 19:22:48 +00:00
Dries Buytaert
5b73def39b
- Changed the way status messages are printed as per Kristjan's suggestion:
...
http://drupal.org/files/issues/error_messages_list.png (issue #9138 ).
drupal_set_message() has been changed to group message by type and a
helper function, theme_status_message(), is added to display the messages.
Chameleon and Xtemplate have been updated to use this new function.
- Updated CHANGELOG.txt.
2004-07-08 16:04:07 +00:00
Dries Buytaert
9986cb36b5
- Patch #8973 by JonBob: Drupal contains many undefined variables and array indices, which makes PHP throw a lot of warnings when the reporting level is set to E_ALL. Things run fine with these warnings, but as a matter of code style if nothing else we should probably strive to avoid them. The attached fixes most of the more egregious offenders (about 95% of the warnings when I load /node on my test site).
2004-07-02 18:46:42 +00:00
Dries Buytaert
e3e051cc0d
- Patch #8585 by Junyor: sort blog items by creation date. Added some database indices.
2004-06-30 07:26:02 +00:00
Steven Wittens
6a00c7c2f2
- Preventing caching of page when status messages are present (needed for redirects after form submission to work properly)
...
- Double-quotes to Single-quotes
2004-06-28 20:00:53 +00:00
Kjartan Mannes
c3463a22ae
- Removing early experimental tab code that slipped in.
...
- Fixing a copy paste error in file.inc.
- Some double => single quote changes.
2004-06-02 18:26:44 +00:00
Kjartan Mannes
54c2aa8c4d
- Fixed bug #5977 : Date translation screwed.
...
- Fixed '\n' => "\n".
2004-02-21 14:08:09 +00:00
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