drupal/modules
Dries Buytaert d0d5b52ac1 - Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configure 2005-04-11 18:21:59 +00:00
..
aggregator - #19874: Fix aggregator escaping after check_plain bug 2005-04-07 22:46:55 +00:00
archive - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
block - Modified patch #19694 by chx: makes sure that block.module deals by default only with regions 0 and 1 as it does now but lets you use block_list with any region you define. This opens many possibilites. You may do a multi region module, with your admin UI using the blocks table as storage and the block_list matcher. Or you may do a sections module using the block matcher without cluttering the current blocks list. 2005-04-04 12:27:05 +00:00
blog - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
blogapi - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
book - Patch #19960 by Gerhard: removed left-over DISTINCT. Spotted by BuddaBoy. 2005-04-04 21:32:21 +00:00
comment - Modified patch #18215 by ankur: make sure the comment statistics update after approval in the moderation queue. 2005-04-08 13:34:10 +00:00
contact - Unnecessary check_plain in contact.module 2005-04-11 11:06:01 +00:00
drupal - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
filter - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
forum - Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configure 2005-04-11 18:21:59 +00:00
help - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
legacy - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
locale - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
menu - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
node - Patch #20188 by Goba: Node_feed() instructs the nodeapi view call it invokes to deal with the body of the node, but afterwards it only uses the teaser to generate the feed. So the nodeapi hook should be called with teaser processing in mind. This simple patch fixes that. 2005-04-11 16:39:19 +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 #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
ping - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
poll - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
profile - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
search - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
statistics - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
story - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
system - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
taxonomy - Patch #19697 by Morbus: FOLKSONOMY. 2005-04-08 14:59:14 +00:00
throttle - Patch #19894 by Gerhard: provided defaults for the throttle module settings. 2005-04-03 08:53:52 +00:00
tracker - Patch #17208 by asimmonds: help text fixes: 2005-02-12 07:51:14 +00:00
upload - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
user - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
watchdog - Patch #16197 by Neil: removed useless watchdog "long" help. 2005-01-26 23:02:44 +00:00
aggregator.module - #19874: Fix aggregator escaping after check_plain bug 2005-04-07 22:46:55 +00:00
archive.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
block.module - Modified patch #19694 by chx: makes sure that block.module deals by default only with regions 0 and 1 as it does now but lets you use block_list with any region you define. This opens many possibilites. You may do a multi region module, with your admin UI using the blocks table as storage and the block_list matcher. Or you may do a sections module using the block matcher without cluttering the current blocks list. 2005-04-04 12:27:05 +00:00
blog.module - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
blogapi.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
book.module - Patch #19960 by Gerhard: removed left-over DISTINCT. Spotted by BuddaBoy. 2005-04-04 21:32:21 +00:00
comment.module - Modified patch #18215 by ankur: make sure the comment statistics update after approval in the moderation queue. 2005-04-08 13:34:10 +00:00
contact.module - Unnecessary check_plain in contact.module 2005-04-11 11:06:01 +00:00
drupal.module - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
filter.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
forum.module - Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configure 2005-04-11 18:21:59 +00:00
help.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
legacy.module - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
locale.module - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
menu.module - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
node.module - Patch #20188 by Goba: Node_feed() instructs the nodeapi view call it invokes to deal with the body of the node, but afterwards it only uses the teaser to generate the feed. So the nodeapi hook should be called with teaser processing in mind. This simple patch fixes that. 2005-04-11 16:39:19 +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 #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
ping.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
poll.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
profile.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
queue.module - Patch #20216 by Gerhard/Kief: the queue module did not record any votes. 2005-04-11 16:42:28 +00:00
search.module - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
statistics.module - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
story.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
system.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
taxonomy.module - Patch #19697 by Morbus: FOLKSONOMY. 2005-04-08 14:59:14 +00:00
throttle.module - Patch #19894 by Gerhard: provided defaults for the throttle module settings. 2005-04-03 08:53:52 +00:00
tracker.module - Patch #17208 by asimmonds: help text fixes: 2005-02-12 07:51:14 +00:00
upload.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
user.module - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. 2005-04-01 15:55:02 +00:00
watchdog.module - Patch #16197 by Neil: removed useless watchdog "long" help. 2005-01-26 23:02:44 +00:00