drupal/modules
Dries Buytaert a3bd80b267 - Patch by Al: don't translate all help text upon every page view! 2004-08-14 07:22:39 +00:00
..
aggregator - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
archive - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
blog - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
blogapi - Patch by James: made the blogapi work with DA. 2004-08-14 07:00:27 +00:00
book The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
comment #10033: by Jonbob, make sure no filter check is done until the first preview. 2004-08-13 18:17:10 +00:00
drupal - Added missing quotes around 'name'. Spotted by James. 2004-08-14 06:30:32 +00:00
filter - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
forum The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
help - Patch by Al: don't translate all help text upon every page view! 2004-08-14 07:22:39 +00:00
legacy Moving all legacy handlers into legacy.module. 2004-08-12 15:12:26 +00:00
locale - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
menu - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes. 2004-08-03 18:01:48 +00:00
node #10033: by Jonbob, make sure no filter check is done until the first preview. 2004-08-13 18:17:10 +00:00
page The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
path - Patch #6760 by JonBob: refactored the taxonomy module URLs to be nicer, improved the code/Doxygen comments. 2004-08-07 19:45:54 +00:00
ping - Patch #7458 by killes: conditionally include xmlrpc.inc. 2004-08-04 20:36:24 +00:00
poll - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile - Modified patch #9924 by njivi: added a basic member list to the profile module. (If this deprecates the memberlist module, it ought to be deprecated.) 2004-08-12 22:03:31 +00:00
search - Alternative fix for search module bug. 2004-07-28 20:32:21 +00:00
statistics - Patch #10044 by TDobes: fixed broken links in the statistics module. In the current statistics.module, clicking a page title should lead to the appropriate page within the local site. Instead, it leads to a 404 because the / character is turned into %2F... this is due to the paths being passed through urlencode(). The attached patch removes the problematic calls to urlencode. 2004-08-14 06:19:44 +00:00
story The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
system - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
taxonomy - Patch #8176 by JonBob: fixed braino in SQL query. 2004-08-12 22:16:01 +00:00
throttle - Patch #8681 by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker - Patch #9330: ucfirst() gives problem when used with multibyte charset. 2004-08-06 20:15:32 +00:00
user - Patch by James: made the blogapi work with DA. 2004-08-14 07:00:27 +00:00
watchdog - Patch #9975 by TDobes: fixes two consistency problems with watchdog entries: 2004-08-14 06:21:53 +00:00
admin.module Tabs patch! 2004-06-18 15:04:37 +00:00
aggregator.module - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
archive.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
block.module The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
blog.module - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
blogapi.module - Patch by James: made the blogapi work with DA. 2004-08-14 07:00:27 +00:00
book.module The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
comment.module #10033: by Jonbob, make sure no filter check is done until the first preview. 2004-08-13 18:17:10 +00:00
drupal.module - Added missing quotes around 'name'. Spotted by James. 2004-08-14 06:30:32 +00:00
filter.module - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
forum.module The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
help.module - Patch by Al: don't translate all help text upon every page view! 2004-08-14 07:22:39 +00:00
legacy.module Moving all legacy handlers into legacy.module. 2004-08-12 15:12:26 +00:00
locale.module - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
menu.module - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes. 2004-08-03 18:01:48 +00:00
node.module #10033: by Jonbob, make sure no filter check is done until the first preview. 2004-08-13 18:17:10 +00:00
page.module The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
path.module - Patch #6760 by JonBob: refactored the taxonomy module URLs to be nicer, improved the code/Doxygen comments. 2004-08-07 19:45:54 +00:00
ping.module - Patch #7458 by killes: conditionally include xmlrpc.inc. 2004-08-04 20:36:24 +00:00
poll.module - Patch #9543 by JonBob: added node-level access control! 2004-07-31 09:30:09 +00:00
profile.module - Modified patch #9924 by njivi: added a basic member list to the profile module. (If this deprecates the memberlist module, it ought to be deprecated.) 2004-08-12 22:03:31 +00:00
queue.module - Patch #9770 by killes: fixed typo in queue module. 2004-08-04 21:51:36 +00:00
search.module - Alternative fix for search module bug. 2004-07-28 20:32:21 +00:00
statistics.module - Patch #10044 by TDobes: fixed broken links in the statistics module. In the current statistics.module, clicking a page title should lead to the appropriate page within the local site. Instead, it leads to a 404 because the / character is turned into %2F... this is due to the paths being passed through urlencode(). The attached patch removes the problematic calls to urlencode. 2004-08-14 06:19:44 +00:00
story.module The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. 2004-08-10 18:34:29 +00:00
system.module - Patch #9983 by Stefan: various code style improvements. 2004-08-12 18:00:11 +00:00
taxonomy.module - Patch #8176 by JonBob: fixed braino in SQL query. 2004-08-12 22:16:01 +00:00
throttle.module - Patch #8681 by stefan: fixed some broken URLs and help texts. 2004-06-20 19:49:14 +00:00
tracker.module - Patch #9330: ucfirst() gives problem when used with multibyte charset. 2004-08-06 20:15:32 +00:00
user.module - Patch by James: made the blogapi work with DA. 2004-08-14 07:00:27 +00:00
watchdog.module - Patch #9975 by TDobes: fixes two consistency problems with watchdog entries: 2004-08-14 06:21:53 +00:00