drupal/modules
Steven Wittens d7588e4594 - #12211: Show link indicating that a node has attachments on the homepage 2005-03-18 08:05:47 +00:00
..
aggregator - Patch #17160 by Neil: fixed problem with aggregator block throwing DB errors after being deleted. 2005-03-03 20:05:46 +00:00
archive - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. 2005-01-29 22:02:37 +00:00
block - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
blog - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
blogapi - Patch #6195 by nedjo/James: allow posting to multiple node types. 2005-01-31 19:36:20 +00:00
book - Patch #17208 by asimmonds: help text fixes: 2005-02-12 07:51:14 +00:00
comment - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
contact - Fix double spaces in contact.module help and code. 2005-02-22 06:16:40 +00:00
drupal - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
filter #12369: Linebreak filter should leave <pre> sections alone. 2005-03-07 22:44:54 +00:00
forum - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
help - Patch #16949 by Neil: fixed two HTML typos/brainos in the help text. 2005-02-08 19:17:51 +00:00
legacy - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
locale #18329: Unify confirmation messages (and make them themable) 2005-03-03 20:51:27 +00:00
menu #18329: Unify confirmation messages (and make them themable) 2005-03-03 20:51:27 +00:00
node - Patch #18216: fixed nodeapi settings hook. 2005-03-07 21:58:13 +00:00
page - Patch #16962 by Neil: "The page module's long help text is a bunch of lies and then it briefly explains it's permissions. IMO it should just be taken out. I can't think of what help should be there." 2005-02-08 19:44:39 +00:00
path - Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature. I've also added smart destination andling to the 'url alias delete' feature." 2005-02-10 19:30:08 +00:00
ping - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
poll - #18597: Resolve conflict in column name between queue.module and poll.module. 2005-03-18 08:02:10 +00:00
profile - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
search - #19063: Use module_implements instead of hand-rolled routine. 2005-03-18 06:50:41 +00:00
statistics - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
story - Patch #16965 by Neil: removed some help text. 2005-02-08 19:36:46 +00:00
system - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
taxonomy - Patch #18861 by nkurz: fixed logic error in taxonomy_node_save(). 2005-03-15 21:18:19 +00:00
throttle - Patch #18491: removed the 'access throttle block' permission. It is no longer used. 2005-03-07 21:17:03 +00:00
tracker - Patch #17208 by asimmonds: help text fixes: 2005-02-12 07:51:14 +00:00
upload - #12211: Show link indicating that a node has attachments on the homepage 2005-03-18 08:05:47 +00:00
user - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
watchdog - Patch #16197 by Neil: removed useless watchdog "long" help. 2005-01-26 23:02:44 +00:00
aggregator.module - Patch #17160 by Neil: fixed problem with aggregator block throwing DB errors after being deleted. 2005-03-03 20:05:46 +00:00
archive.module - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. 2005-01-29 22:02:37 +00:00
block.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
blog.module - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
blogapi.module - Patch #6195 by nedjo/James: allow posting to multiple node types. 2005-01-31 19:36:20 +00:00
book.module - Patch #17208 by asimmonds: help text fixes: 2005-02-12 07:51:14 +00:00
comment.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
contact.module - Fix double spaces in contact.module help and code. 2005-02-22 06:16:40 +00:00
drupal.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
filter.module #12369: Linebreak filter should leave <pre> sections alone. 2005-03-07 22:44:54 +00:00
forum.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
help.module - Patch #16949 by Neil: fixed two HTML typos/brainos in the help text. 2005-02-08 19:17:51 +00:00
legacy.module - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
locale.module #18329: Unify confirmation messages (and make them themable) 2005-03-03 20:51:27 +00:00
menu.module #18329: Unify confirmation messages (and make them themable) 2005-03-03 20:51:27 +00:00
node.module - Patch #18216: fixed nodeapi settings hook. 2005-03-07 21:58:13 +00:00
page.module - Patch #16962 by Neil: "The page module's long help text is a bunch of lies and then it briefly explains it's permissions. IMO it should just be taken out. I can't think of what help should be there." 2005-02-08 19:44:39 +00:00
path.module - Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature. I've also added smart destination andling to the 'url alias delete' feature." 2005-02-10 19:30:08 +00:00
ping.module - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
poll.module - #18597: Resolve conflict in column name between queue.module and poll.module. 2005-03-18 08:02:10 +00:00
profile.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
queue.module - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. 2005-01-29 22:02:37 +00:00
search.module - #19063: Use module_implements instead of hand-rolled routine. 2005-03-18 06:50:41 +00:00
statistics.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
story.module - Patch #16965 by Neil: removed some help text. 2005-02-08 19:36:46 +00:00
system.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
taxonomy.module - Patch #18861 by nkurz: fixed logic error in taxonomy_node_save(). 2005-03-15 21:18:19 +00:00
throttle.module - Patch #18491: removed the 'access throttle block' permission. It is no longer used. 2005-03-07 21:17:03 +00:00
tracker.module - Patch #17208 by asimmonds: help text fixes: 2005-02-12 07:51:14 +00:00
upload.module - #12211: Show link indicating that a node has attachments on the homepage 2005-03-18 08:05:47 +00:00
user.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
watchdog.module - Patch #16197 by Neil: removed useless watchdog "long" help. 2005-01-26 23:02:44 +00:00