drupal/modules
Steven Wittens 755da4bc0e - Make the auto-linebreak filter also ignore the contents of <script>.
This makes it easier to use JavaScript (e.g. Google Adsense) inside blocks.
2005-04-20 02:55:20 +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 - Improved consistency. 2005-04-18 20:31:50 +00:00
blog - Patch #20312 by mif: fixed problem with blog_link(). 2005-04-12 19:47:06 +00:00
blogapi - Patch #19406 by David: fixed problem with posting using BloggerAPI. 2005-04-13 19:03:36 +00:00
book - Patch #20661 by rooey: fixed formatting of book navigation. Added missing '<div id=menu>'. 2005-04-17 16:03:50 +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 - Make the auto-linebreak filter also ignore the contents of <script>. 2005-04-20 02:55:20 +00:00
forum - Added missing {}. 2005-04-12 18:55:33 +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 #12737 by pyromanfo: added support for private profile fields. 2005-04-18 20:58:39 +00:00
search - #4166: Respect 'access userlist' permission for profile data. 2005-04-11 22:48:27 +00:00
statistics - Patch by Adrian: postgresql fixes 2005-04-14 19:37:11 +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 #19298 by Jeremy: loose caching! 2005-04-11 19:05:52 +00:00
taxonomy - Patch #20561 by Morbus: free tagging doesn't support taxonomy_node_form $name. 2005-04-16 11:49:27 +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 #20690 by jhriggs: editing a user does not clear the menu cache. 2005-04-18 20:43:26 +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 - Improved consistency. 2005-04-18 20:31:50 +00:00
blog.module - Patch #20312 by mif: fixed problem with blog_link(). 2005-04-12 19:47:06 +00:00
blogapi.module - Patch #19406 by David: fixed problem with posting using BloggerAPI. 2005-04-13 19:03:36 +00:00
book.module - Patch #20661 by rooey: fixed formatting of book navigation. Added missing '<div id=menu>'. 2005-04-17 16:03:50 +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 - Make the auto-linebreak filter also ignore the contents of <script>. 2005-04-20 02:55:20 +00:00
forum.module - Added missing {}. 2005-04-12 18:55:33 +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 #12737 by pyromanfo: added support for private profile fields. 2005-04-18 20:58:39 +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 - #4166: Respect 'access userlist' permission for profile data. 2005-04-11 22:48:27 +00:00
statistics.module - Patch by Adrian: postgresql fixes 2005-04-14 19:37:11 +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 #19298 by Jeremy: loose caching! 2005-04-11 19:05:52 +00:00
taxonomy.module - Patch #20561 by Morbus: free tagging doesn't support taxonomy_node_form $name. 2005-04-16 11:49:27 +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 #20690 by jhriggs: editing a user does not clear the menu cache. 2005-04-18 20:43:26 +00:00
watchdog.module - Patch #16197 by Neil: removed useless watchdog "long" help. 2005-01-26 23:02:44 +00:00