drupal/modules
Dries Buytaert 05288ac48a - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents
to avoid XSS attacks!  Patch by Al, Moshe, Marco, Kjartan and me.

- Bugfix: the admin module does now import drupal.css prior to admin.css.
Patch by me.

- Bugfix: the admin module was still emitting a <base href=""> tag.  I
removed this as it is been taken care of by theme_head();  Patch by me.

- Bugfix: made the tracker module's pager only consider published pages.
Patch by Moshe.

- Bugfix: cured some typos in the comment module's help function.  Patch by
Marco.

- Bugfix: fixed a typo in the pager_display() that caused optional
attributes to be discarded.

- Bugfix: made the Xtemplate emit empty boxes like any other theme does.
Patch by Al.

- Bugfix: fixed broken link on the statistics module's log page.
Reported by Kjartan.

- CSS improvements: made the HTML output emitted by the tracker module
look nicer.  Patch by Moshe and Al.

- CSS improvements: added CSS classes for form elements.  Patch by Al.

- CSS improvements: added a vertical gap between the last form item and the
submit button.  Patch by Al.  Note that Opera 6 is not picking up this
CSS but apparently others browsers such as Konqueror do.

- Xtemplate improvements: changed the color of the selected day in the
archive module's calendar.  Patch by Al.

- Usability improvements: made the "birthday" field of the profile module
look nicer.  Patch by Al.

------

- TODO: it might be a good idea to emit the following meta tag in the
theme_head() function:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

Currently, some themes (and modules!) emit this while others don't.  This
would also make it possible to change the charset site-wide.

- TODO: now we added support for td.dark and td.light to drupal.css, maybe
it can be removed from admin.css as well as xtemplate.css?
2003-06-03 18:04:47 +00:00
..
aggregator Patch by Al: 2003-05-30 05:53:10 +00:00
archive - CSS improvements to the calendar of the archive module. Updated the Xtemplate 2003-05-31 12:42:02 +00:00
block - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
blog - Fixed the blog it link to work with register globals off. Patch by Al. 2003-06-02 18:11:54 +00:00
book - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
comment - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
drupal - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
forum - Bugfix: the forum module's "view" function should also call check_output(). 2003-05-31 16:30:21 +00:00
help - New menu houskeeping. Prototyped by Zbynek. 2003-02-20 22:44:51 +00:00
locale - Removed the module field from the locale search form. It won't work and 2003-06-02 20:54:37 +00:00
node Removed node_get_node_from_nid() and modified node_load() to take an optional 2nd arguments to return a specified revision. Patch be Kjartan. 2003-06-01 06:32:55 +00:00
page - Updated Drupal to use "on output" filters. Derived from Gerhard's patch. 2003-05-24 16:26:13 +00:00
ping - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
poll - Better CSS for the poll module. 2003-05-30 21:40:41 +00:00
profile - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
search - Fixed a warning. Patch by Jacobo Tarrio. 2003-05-30 14:58:44 +00:00
statistics - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
story - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
system - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
taxonomy - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
throttle - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
tracker - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
user - Resized two textfields for UI consistentcy. Patch by Stefan. 2003-06-02 18:09:07 +00:00
watchdog - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
admin.module - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
aggregator.module Patch by Al: 2003-05-30 05:53:10 +00:00
archive.module - CSS improvements to the calendar of the archive module. Updated the Xtemplate 2003-05-31 12:42:02 +00:00
block.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
blog.module - Fixed the blog it link to work with register globals off. Patch by Al. 2003-06-02 18:11:54 +00:00
bloggerapi.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
book.module - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
cloud.module - Fixed critical bug #1788: cloud module pings too much. Modified patch by 2003-06-01 06:46:55 +00:00
comment.module - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
drupal.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
forum.module - Bugfix: the forum module's "view" function should also call check_output(). 2003-05-31 16:30:21 +00:00
help.module - New menu houskeeping. Prototyped by Zbynek. 2003-02-20 22:44:51 +00:00
import.module Patch by Al: 2003-05-30 05:53:10 +00:00
jabber.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
locale.module - Removed the module field from the locale search form. It won't work and 2003-06-02 20:54:37 +00:00
node.module Removed node_get_node_from_nid() and modified node_load() to take an optional 2nd arguments to return a specified revision. Patch be Kjartan. 2003-06-01 06:32:55 +00:00
page.module - Updated Drupal to use "on output" filters. Derived from Gerhard's patch. 2003-05-24 16:26:13 +00:00
ping.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
poll.module - Better CSS for the poll module. 2003-05-30 21:40:41 +00:00
profile.module - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
queue.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
search.module - Fixed a warning. Patch by Jacobo Tarrio. 2003-05-30 14:58:44 +00:00
statistics.module - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
story.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
system.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
taxonomy.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
throttle.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
title.module - Committed Al's rollback fixes and the title improvements. Thanks again. 2003-05-31 12:34:11 +00:00
tracker.module - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
user.module - Resized two textfields for UI consistentcy. Patch by Stefan. 2003-06-02 18:09:07 +00:00
watchdog.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00