drupal/modules
Dries Buytaert 5ad5f28cda - Patch #19009 by chx: fixed a bug with comment replies letting one access nodes. 2005-03-20 19:42:14 +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 - Patch #19009 by chx: fixed a bug with comment replies letting one access nodes. 2005-03-20 19:42:14 +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 - Cleaner handling of format ID number in URL, for hook_help. 2005-03-18 20:28:22 +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 - #19089: Remove depency on taxonomy.module by node.module (kjartan) 2005-03-18 18:46:23 +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 - Clean up some db queries in poll.module 2005-03-18 09:00:40 +00:00
profile - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
search - Use format_plural() for search status (items left to index) 2005-03-18 20:31:00 +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 - #13738: Fix bug in configuring theme styles 2005-03-18 08:27:01 +00:00
taxonomy - #13550: Prettier RSS discovery URLs for taxonomy pages. 2005-03-18 08:25:07 +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 - Patch #19009 by chx: fixed a bug with comment replies letting one access nodes. 2005-03-20 19:42:14 +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 - Cleaner handling of format ID number in URL, for hook_help. 2005-03-18 20:28:22 +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 - #19089: Remove depency on taxonomy.module by node.module (kjartan) 2005-03-18 18:46:23 +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 - Clean up some db queries in poll.module 2005-03-18 09:00:40 +00:00
profile.module - #18939 (Stefan): Always use paragraph tags around page help text. 2005-03-18 07:07:04 +00:00
queue.module - Queue module: module_invoke -> node_invoke 2005-03-18 09:29:58 +00:00
search.module - Use format_plural() for search status (items left to index) 2005-03-18 20:31:00 +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 - #13738: Fix bug in configuring theme styles 2005-03-18 08:27:01 +00:00
taxonomy.module - #13550: Prettier RSS discovery URLs for taxonomy pages. 2005-03-18 08:25:07 +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