drupal/modules
Dries Buytaert 2549e5068e - Fixed the filter module. 2005-08-14 17:50:35 +00:00
..
aggregator - Patch #13941 by Prometheus6: made the aggregator module parse Atom feeds. 2005-08-11 13:12:44 +00:00
archive - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
block - Patch #27713 by tostinni: fixed two problems on the block add page: 2005-08-07 15:30:03 +00:00
blog - Removed some whitespace 2005-07-31 08:58:01 +00:00
blogapi - Patch #26637 by Robert Douglas: $teaser misnamed in themes theme_node(). 2005-08-07 14:55:17 +00:00
book - Patch #25706 by Neil: book 'previous' link does not respect unpublished node setting 2005-07-29 07:13:25 +00:00
comment - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +00:00
contact - Patch #26236 by Robin Monks: added 'send me a copy'-functionality to the contact forms. 2005-08-11 07:33:21 +00:00
drupal - Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one. 2005-07-13 18:46:15 +00:00
filter - Fixed the filter module. 2005-08-14 17:50:35 +00:00
forum - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +00:00
help - Patch 20910 by chx: centralize print theme page. 2005-04-24 16:34:36 +00:00
legacy - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
locale - Patch #15595 by Stefan and Djun: improved status messages. 2005-05-05 22:22:46 +00:00
menu - Menu: remove array_merge warning when editing a node without menu item. 2005-08-09 00:37:02 +00:00
node - Patch #23750 by jerakeen: use the creation date rather than the update date in RSS feeds. 2005-08-11 12:53:39 +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 by Uwe: tidied up the CVS IDs. 2005-08-11 13:02:08 +00:00
ping - Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one. 2005-07-13 18:46:15 +00:00
poll - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
profile - Patch #27947 by Robert Douglas: simplified code, removed SQL query. 2005-08-10 20:52:00 +00:00
search - #27624, #27614, #27627: dead code 2005-07-29 08:18:20 +00:00
statistics - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +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 #27633 by Tobias: 2005-07-31 10:12:47 +00:00
taxonomy - #16440: Allow taxonomy vocabulary and term forms to be extended. 2005-07-25 04:55:37 +00:00
throttle - Patch by Neil: removed redundant form_group() from throttle settings page. 2005-07-31 10:36:33 +00:00
tracker - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +00:00
upload - Patch by Uwe: tidied up the CVS IDs. 2005-08-11 13:02:08 +00:00
user - Patch #27897 by kubaZygmunt: fixed PHP warning. 2005-08-11 13:52:44 +00:00
watchdog - #23560: Sort watchdog date by wid to ensure unique ordering. 2005-08-06 00:35:38 +00:00
aggregator.module - Patch #13941 by Prometheus6: made the aggregator module parse Atom feeds. 2005-08-11 13:12:44 +00:00
archive.module - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
block.module - Patch #27713 by tostinni: fixed two problems on the block add page: 2005-08-07 15:30:03 +00:00
blog.module - Removed some whitespace 2005-07-31 08:58:01 +00:00
blogapi.module - Patch #26637 by Robert Douglas: $teaser misnamed in themes theme_node(). 2005-08-07 14:55:17 +00:00
book.module - Patch #25706 by Neil: book 'previous' link does not respect unpublished node setting 2005-07-29 07:13:25 +00:00
comment.module - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +00:00
contact.module - Patch #26236 by Robin Monks: added 'send me a copy'-functionality to the contact forms. 2005-08-11 07:33:21 +00:00
drupal.module - Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one. 2005-07-13 18:46:15 +00:00
filter.module - Fixed the filter module. 2005-08-14 17:50:35 +00:00
forum.module - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +00:00
help.module - Patch 20910 by chx: centralize print theme page. 2005-04-24 16:34:36 +00:00
legacy.module - Fixed bugs in RSS handling of blogs. 2005-02-12 09:23:06 +00:00
locale.module - Patch #15595 by Stefan and Djun: improved status messages. 2005-05-05 22:22:46 +00:00
menu.module - Menu: remove array_merge warning when editing a node without menu item. 2005-08-09 00:37:02 +00:00
node.module - Patch #23750 by jerakeen: use the creation date rather than the update date in RSS feeds. 2005-08-11 12:53:39 +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 by Uwe: tidied up the CVS IDs. 2005-08-11 13:02:08 +00:00
ping.module - Patch #26391 by chx: replaced the old XML-RPC library with a smaller/better/working one. 2005-07-13 18:46:15 +00:00
poll.module - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
profile.module - Patch #27947 by Robert Douglas: simplified code, removed SQL query. 2005-08-10 20:52:00 +00:00
search.module - #27624, #27614, #27627: dead code 2005-07-29 08:18:20 +00:00
statistics.module - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +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 #27633 by Tobias: 2005-07-31 10:12:47 +00:00
taxonomy.module - #16440: Allow taxonomy vocabulary and term forms to be extended. 2005-07-25 04:55:37 +00:00
throttle.module - Patch by Neil: removed redundant form_group() from throttle settings page. 2005-07-31 10:36:33 +00:00
tracker.module - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). 2005-08-01 05:14:05 +00:00
upload.module - Patch by Uwe: tidied up the CVS IDs. 2005-08-11 13:02:08 +00:00
user.module - Patch #27897 by kubaZygmunt: fixed PHP warning. 2005-08-11 13:52:44 +00:00
watchdog.module - #23560: Sort watchdog date by wid to ensure unique ordering. 2005-08-06 00:35:38 +00:00