drupal/modules
Dries Buytaert 75a44994cd - Bugfix: an administrator could not edit the avator through the admin interface because it used the global $user object inside its functions rather then the user to be edited. Patch by Matt Westgate. 2003-06-10 19:21:05 +00:00
..
aggregator - Bring back the "blog it" icon. Patch #47 by Al. Thanks. 2003-06-08 19:31:27 +00:00
archive - Fixes CSS for archive calendar so that you can make non-link days padded 2003-06-08 19:26:26 +00:00
block - Documentation improvements: improved and updated the block module documentation. Patch #44 by Al. We should add some real-life path examples! 2003-06-10 17:33:43 +00:00
blog - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
book Fixed some typoes... 2003-06-08 01:19:37 +00:00
comment Fixed some typoes... 2003-06-08 01:19:37 +00:00
drupal - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
forum - Documentation improvements: improved and updated the block module documentation. Patch #44 by Al. We should add some real-life path examples! 2003-06-10 17:33:43 +00:00
help - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
locale - More charset patches by Al. 2003-06-05 21:26:27 +00:00
node - Fixed two broken links in the "administration > content management > 2003-06-08 17:40:13 +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 - Bugfix: fixed problem when register globals is turned off. Patch 0037.poll.register_globals.patch by Al. 2003-06-06 18:22:21 +00:00
profile - Bugfix: an administrator could not edit the avator through the admin interface because it used the global $user object inside its functions rather then the user to be edited. Patch by Matt Westgate. 2003-06-10 19:21:05 +00:00
search - Made it possible to link search results. Patch by Ax. 2003-06-08 17:17:53 +00:00
statistics - Dropped check_input(); use check_query() instead. 2003-06-06 21:37:11 +00:00
story - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
system - Charset simpliciations. Patch #46 by Al. 2003-06-08 16:50:05 +00:00
taxonomy - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +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 Patch be Matt Westgate: 2003-06-10 19:00:48 +00:00
watchdog - Dropped check_input(); use check_query() instead. 2003-06-06 21:37:11 +00:00
admin.module - Bugfix: added trailing slash to URL. Patch #39 by Al. Fixes bug #1848. 2003-06-08 08:39:28 +00:00
aggregator.module - Bring back the "blog it" icon. Patch #47 by Al. Thanks. 2003-06-08 19:31:27 +00:00
archive.module - Fixes CSS for archive calendar so that you can make non-link days padded 2003-06-08 19:26:26 +00:00
block.module - Documentation improvements: improved and updated the block module documentation. Patch #44 by Al. We should add some real-life path examples! 2003-06-10 17:33:43 +00:00
blog.module - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
bloggerapi.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
book.module Fixed some typoes... 2003-06-08 01:19:37 +00:00
cloud.module - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
comment.module Fixed some typoes... 2003-06-08 01:19:37 +00:00
drupal.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
forum.module - Documentation improvements: improved and updated the block module documentation. Patch #44 by Al. We should add some real-life path examples! 2003-06-10 17:33:43 +00:00
help.module - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
import.module - Bring back the "blog it" icon. Patch #47 by Al. Thanks. 2003-06-08 19:31:27 +00:00
jabber.module - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. 2003-06-04 18:24:39 +00:00
locale.module - More charset patches by Al. 2003-06-05 21:26:27 +00:00
node.module - Fixed two broken links in the "administration > content management > 2003-06-08 17:40:13 +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 - Bugfix: fixed problem when register globals is turned off. Patch 0037.poll.register_globals.patch by Al. 2003-06-06 18:22:21 +00:00
profile.module - Bugfix: an administrator could not edit the avator through the admin interface because it used the global $user object inside its functions rather then the user to be edited. Patch by Matt Westgate. 2003-06-10 19:21:05 +00:00
queue.module - Removed a redundant check_input(). 2003-06-06 21:09:55 +00:00
search.module - Made it possible to link search results. Patch by Ax. 2003-06-08 17:17:53 +00:00
statistics.module - Dropped check_input(); use check_query() instead. 2003-06-06 21:37:11 +00:00
story.module - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
system.module - Charset simpliciations. Patch #46 by Al. 2003-06-08 16:50:05 +00:00
taxonomy.module - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. 2003-06-05 18:09:39 +00:00
throttle.module - Michael Frankowski's excellent help text improvements! 2003-05-29 09:15:00 +00:00
title.module - Bugfix: removed call to dead function. Patch by Al. Bug #1852. 2003-06-05 22:07:09 +00:00
tracker.module - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents 2003-06-03 18:04:47 +00:00
user.module Patch be Matt Westgate: 2003-06-10 19:00:48 +00:00
watchdog.module - Dropped check_input(); use check_query() instead. 2003-06-06 21:37:11 +00:00