drupal/modules
Dries Buytaert 2caeac91ae - Patch by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan. 2004-04-15 21:40:37 +00:00
..
aggregator Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data. 2004-04-15 14:07:08 +00:00
archive - Modified patch by TheLibrarian: add a summary attribute to the calendar. 2004-03-05 20:57:05 +00:00
block - Patch by TDobes: update block module _user() hooks. 2004-03-29 18:56:21 +00:00
blog - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
blogapi - Patch by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan. 2004-04-15 21:40:37 +00:00
book Patch by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
comment - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
drupal - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
filter - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
forum - Tracker and forum module improvements! 2004-03-20 13:23:34 +00:00
help Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
locale - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
menu - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
node - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
page Patch 6270 by mathias: misc. fixes 2004-03-10 09:32:46 +00:00
path Patch by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
ping Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
poll Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs. 2004-04-14 14:02:36 +00:00
profile - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
search - Patch by TDobes: fixed incorrect comment links in search results. 2004-04-13 21:33:27 +00:00
statistics Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs. 2004-04-14 14:02:36 +00:00
story includes/theme.inc 2004-03-15 19:39:33 +00:00
system - More profile module improvements: 2004-03-21 14:28:15 +00:00
taxonomy - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
throttle Patch by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
tracker - Remove redundant line. Patch by killes. 2004-04-01 18:57:41 +00:00
user - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
watchdog - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
admin.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
aggregator.module Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data. 2004-04-15 14:07:08 +00:00
archive.module - Modified patch by TheLibrarian: add a summary attribute to the calendar. 2004-03-05 20:57:05 +00:00
block.module - Patch by TDobes: update block module _user() hooks. 2004-03-29 18:56:21 +00:00
blog.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
blogapi.module - Patch by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan. 2004-04-15 21:40:37 +00:00
book.module Patch by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
comment.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
drupal.module - Rewrote the profile module: 2004-03-11 20:33:59 +00:00
filter.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
forum.module - Tracker and forum module improvements! 2004-03-20 13:23:34 +00:00
help.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
locale.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
menu.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
node.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
page.module Patch 6270 by mathias: misc. fixes 2004-03-10 09:32:46 +00:00
path.module Patch by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
ping.module Patch 5287 by Stefan: multiline help texts should become inside a single $output. 2004-01-23 18:42:43 +00:00
poll.module Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs. 2004-04-14 14:02:36 +00:00
profile.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
queue.module - Patch by Steven: removed redundant permission checks. These are no longer 2004-02-15 20:09:46 +00:00
search.module - Patch by TDobes: fixed incorrect comment links in search results. 2004-04-13 21:33:27 +00:00
statistics.module Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs. 2004-04-14 14:02:36 +00:00
story.module includes/theme.inc 2004-03-15 19:39:33 +00:00
system.module - More profile module improvements: 2004-03-21 14:28:15 +00:00
taxonomy.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
throttle.module Patch by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
title.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
tracker.module - Remove redundant line. Patch by killes. 2004-04-01 18:57:41 +00:00
user.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00
watchdog.module - Patch by JonBob/Jonathan: reworked the menu system so that menus are 2004-04-15 20:49:42 +00:00