drupal/modules
Dries Buytaert 078c99ca5d - Patch #21658 by Uwe: fixed broken link in help text. 2005-08-24 15:40:43 +00:00
..
aggregator - Modified patch #22637: added OPML export for aggregator categories. 2005-08-23 05:45:08 +00:00
archive - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
block - Patch #16216 by nedjo: multiple block regions! 2005-08-16 18:06:18 +00:00
blog - Removed some whitespace 2005-07-31 08:58:01 +00:00
blogapi - Patch #17592 by killes: improved access denied messages. 2005-08-22 20:39:43 +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 #23620 by Robin: don't hard code forms into comment.module. Will be 2005-08-17 20:07:35 +00:00
contact - #28728: Fix broken link in contact module help. 2005-08-17 00:55:50 +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 #29133 by DriesK: forum vid remains when vocabulary is deleted. Prevents forum topics from getting lost. 2005-08-18 21:53:55 +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 #17592 by killes: improved access denied messages. 2005-08-22 20:39:43 +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 #28924 by Jeremy: simplified 'group by'-clause to improve performance. 2005-08-16 19:48:04 +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 #29274 by Jeremy: the "fuzzy cache" mechanism is supposed to enforce a minimum time before the cache table is flushed. Logical errors in the fuzzy cache implementation are leading to the cache table being flushed more frequently. Configuration is simplified by removing all references to "strict" and "loose" caches. Instead, the cache is either "disabled" or "enabled". Additionally, the site administrator can now configure the "minimum cache lifetime", the minimum amount of time cached data will remain cached. 2005-08-22 05:09:01 +00:00
taxonomy - Patch #21658 by Uwe: fixed broken link in help text. 2005-08-24 15:40:43 +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 - Alternative solution for #28721: expand "File attachments"-group on node edit form when files are attached. 2005-08-17 19:27:03 +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 - Modified patch #22637: added OPML export for aggregator categories. 2005-08-23 05:45:08 +00:00
archive.module - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
block.module - Patch #16216 by nedjo: multiple block regions! 2005-08-16 18:06:18 +00:00
blog.module - Removed some whitespace 2005-07-31 08:58:01 +00:00
blogapi.module - Patch #17592 by killes: improved access denied messages. 2005-08-22 20:39:43 +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 #23620 by Robin: don't hard code forms into comment.module. Will be 2005-08-17 20:07:35 +00:00
contact.module - #28728: Fix broken link in contact module help. 2005-08-17 00:55:50 +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 #29133 by DriesK: forum vid remains when vocabulary is deleted. Prevents forum topics from getting lost. 2005-08-18 21:53:55 +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 #17592 by killes: improved access denied messages. 2005-08-22 20:39:43 +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 #28924 by Jeremy: simplified 'group by'-clause to improve performance. 2005-08-16 19:48:04 +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 #29274 by Jeremy: the "fuzzy cache" mechanism is supposed to enforce a minimum time before the cache table is flushed. Logical errors in the fuzzy cache implementation are leading to the cache table being flushed more frequently. Configuration is simplified by removing all references to "strict" and "loose" caches. Instead, the cache is either "disabled" or "enabled". Additionally, the site administrator can now configure the "minimum cache lifetime", the minimum amount of time cached data will remain cached. 2005-08-22 05:09:01 +00:00
taxonomy.module - Patch #21658 by Uwe: fixed broken link in help text. 2005-08-24 15:40:43 +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 - Alternative solution for #28721: expand "File attachments"-group on node edit form when files are attached. 2005-08-17 19:27:03 +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