drupal/modules
Dries Buytaert 14b84fa299 - Fixed bug #5831: added validation for posting to forum containers. Patch
by UnConeD.
2004-02-12 19:04:20 +00:00
..
aggregator - Fixed bug #5628: wrong timestamp in aggregator. Patch by BartJ. 2004-02-04 21:23:07 +00:00
archive - Fixed typo introduced by last archive module patch. 2004-02-08 17:09:17 +00:00
block - Batch two with profile module improvements: 2004-02-07 16:59:34 +00:00
blog Typo 2004-02-02 01:55:08 +00:00
blogapi - Fixed bug 4722. Patch by James. 2003-12-22 11:28:07 +00:00
book - Patch 4332 by Goba: eliminate compose tips module. 2004-01-27 22:10:47 +00:00
comment - Patch 4902 by Goba: 2004-02-11 19:21:14 +00:00
drupal Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
filter - Fix: do not call prepare hook when the admin has chosen to escape everything 2004-02-06 19:41:00 +00:00
forum - Fixed bug #5831: added validation for posting to forum containers. Patch 2004-02-12 19:04:20 +00:00
help Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
locale - Patch #5613 by Goba: fixed translation issue with archive module and removed 2004-02-08 17:07:07 +00:00
node - Patch 4902 by Goba: 2004-02-11 19:21:14 +00:00
page - Patch 5729 by Goba: removed dead code from page.module. 2004-02-10 21:36:37 +00:00
path - Fixes by Goba: updated help text of mass URL aliasing and fixed escaping problem. 2004-02-01 10:52:25 +00:00
ping Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
poll - Patch 5049 by JonBob: allow a module to define multiple node types. 2004-01-27 18:47:07 +00:00
profile - Batch two with profile module improvements: 2004-02-07 16:59:34 +00:00
search Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
statistics - Patch #5766 by Moshe: replace getenv() with $_SERVER. 2004-02-10 19:41:57 +00:00
story - Patch 4332 by Goba: eliminate compose tips module. 2004-01-27 22:10:47 +00:00
system Fix bad default timezone format for timezone display. Would cause a bug on sites that haven't been configured completely yet. 2004-02-10 18:10:08 +00:00
taxonomy - Fixed bug #5831: added validation for posting to forum containers. Patch 2004-02-12 19:04:20 +00:00
throttle - Throttle: fixed incorrect watchdog message (seems a leftover from before). 2004-02-05 17:32:36 +00:00
tracker - Patch #5501: fixed invalid HTML in the comment and tracker module. 2004-02-07 10:57:27 +00:00
user - Patch 4902 by Goba: 2004-02-11 19:21:14 +00:00
watchdog - Avoid SQL queries if possible. 2004-02-10 19:24:47 +00:00
admin.module - Introduced a drupal_set_message() and drupal_get_message() function. 2003-12-01 13:45:33 +00:00
aggregator.module - Fixed bug #5628: wrong timestamp in aggregator. Patch by BartJ. 2004-02-04 21:23:07 +00:00
archive.module - Fixed typo introduced by last archive module patch. 2004-02-08 17:09:17 +00:00
block.module - Batch two with profile module improvements: 2004-02-07 16:59:34 +00:00
blog.module Typo 2004-02-02 01:55:08 +00:00
blogapi.module - Fixed bug 4722. Patch by James. 2003-12-22 11:28:07 +00:00
book.module - Patch 4332 by Goba: eliminate compose tips module. 2004-01-27 22:10:47 +00:00
comment.module - Patch 4902 by Goba: 2004-02-11 19:21:14 +00:00
drupal.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
filter.module - Fix: do not call prepare hook when the admin has chosen to escape everything 2004-02-06 19:41:00 +00:00
forum.module - Fixed bug #5831: added validation for posting to forum containers. Patch 2004-02-12 19:04:20 +00:00
help.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
locale.module - Patch #5613 by Goba: fixed translation issue with archive module and removed 2004-02-08 17:07:07 +00:00
node.module - Patch 4902 by Goba: 2004-02-11 19:21:14 +00:00
page.module - Patch 5729 by Goba: removed dead code from page.module. 2004-02-10 21:36:37 +00:00
path.module - Fixes by Goba: updated help text of mass URL aliasing and fixed escaping problem. 2004-02-01 10:52:25 +00:00
ping.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
poll.module - Patch 5049 by JonBob: allow a module to define multiple node types. 2004-01-27 18:47:07 +00:00
profile.module - Batch two with profile module improvements: 2004-02-07 16:59:34 +00:00
queue.module - Readding queue message on node add removed in rev 1.86. 2004-02-08 20:56:24 +00:00
search.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
statistics.module - Patch #5766 by Moshe: replace getenv() with $_SERVER. 2004-02-10 19:41:57 +00:00
story.module - Patch 4332 by Goba: eliminate compose tips module. 2004-01-27 22:10:47 +00:00
system.module Fix bad default timezone format for timezone display. Would cause a bug on sites that haven't been configured completely yet. 2004-02-10 18:10:08 +00:00
taxonomy.module - Fixed bug #5831: added validation for posting to forum containers. Patch 2004-02-12 19:04:20 +00:00
throttle.module - Throttle: fixed incorrect watchdog message (seems a leftover from before). 2004-02-05 17:32:36 +00:00
title.module - Fixed possible issue with preg_replace with /e 2004-02-09 00:43:58 +00:00
tracker.module - Patch #5501: fixed invalid HTML in the comment and tracker module. 2004-02-07 10:57:27 +00:00
user.module - Patch 4902 by Goba: 2004-02-11 19:21:14 +00:00
watchdog.module - Avoid SQL queries if possible. 2004-02-10 19:24:47 +00:00