drupal/modules
Steven Wittens 22479d8761 - Add some Unicode checks to username validation 2005-07-31 21:54:39 +00:00
..
aggregator - Patch #25928 by Uwe: 'the the' -> 'the'. 2005-07-03 15:56:04 +00:00
archive - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
block - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
blog - Removed some whitespace 2005-07-31 08:58:01 +00:00
blogapi - Fixed problem with node_load() in blogapi. Reported by nysus. 2005-07-19 16:32:05 +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 - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
contact - Patch #27633 by Tobias: 2005-07-31 10:12:47 +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 - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
forum - Patch #19621 by Morbus/drumm: fixed bugs with taxonomy_save_xxx() functions. 2005-07-18 19:31:16 +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 - Patch #9178 by mathias: improved menu system integration. 2005-07-18 16:46:28 +00:00
node - Patch #27535 by Ber: set 'preview status message' using drupal_set_message(). 2005-07-31 10:28:50 +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 #25603 by Stefan: made the sizes of forms consistent. 2005-06-27 18:33:33 +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 - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
search - #27624, #27614, #27627: dead code 2005-07-29 08:18:20 +00:00
statistics - #24673: Fix deprecated usage of implode 2005-07-30 12:52:54 +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 #22857 by mathias: removed redundant DISTINCT(). 2005-05-14 17:01:31 +00:00
upload - Patch #24183 by drumm: remove unnecessary setting from upload module. Currently the upload module checks two max file sizes. First it checks a global option; if its too big it quits. Then it checks another max file size (or even sizes) related to the roles which a user is in. We can remove the global option since the individual roles are checked. 2005-07-22 19:06:19 +00:00
user - Add some Unicode checks to username validation 2005-07-31 21:54:39 +00:00
watchdog - #23651: Display referrer info with watchdog messages. 2005-07-29 04:12:19 +00:00
aggregator.module - Patch #25928 by Uwe: 'the the' -> 'the'. 2005-07-03 15:56:04 +00:00
archive.module - Patch #25634 by chx: simplified node_load(). 2005-07-17 18:29:32 +00:00
block.module - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
blog.module - Removed some whitespace 2005-07-31 08:58:01 +00:00
blogapi.module - Fixed problem with node_load() in blogapi. Reported by nysus. 2005-07-19 16:32:05 +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 - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
contact.module - Patch #27633 by Tobias: 2005-07-31 10:12:47 +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 - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
forum.module - Patch #19621 by Morbus/drumm: fixed bugs with taxonomy_save_xxx() functions. 2005-07-18 19:31:16 +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 - Patch #9178 by mathias: improved menu system integration. 2005-07-18 16:46:28 +00:00
node.module - Patch #27535 by Ber: set 'preview status message' using drupal_set_message(). 2005-07-31 10:28:50 +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 #25603 by Stefan: made the sizes of forms consistent. 2005-06-27 18:33:33 +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 - #27551: Rename check_output() to check_markup(). Needs contrib updates! 2005-07-29 21:06:33 +00:00
search.module - #27624, #27614, #27627: dead code 2005-07-29 08:18:20 +00:00
statistics.module - #24673: Fix deprecated usage of implode 2005-07-30 12:52:54 +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 #22857 by mathias: removed redundant DISTINCT(). 2005-05-14 17:01:31 +00:00
upload.module - Patch #24183 by drumm: remove unnecessary setting from upload module. Currently the upload module checks two max file sizes. First it checks a global option; if its too big it quits. Then it checks another max file size (or even sizes) related to the roles which a user is in. We can remove the global option since the individual roles are checked. 2005-07-22 19:06:19 +00:00
user.module - Add some Unicode checks to username validation 2005-07-31 21:54:39 +00:00
watchdog.module - #23651: Display referrer info with watchdog messages. 2005-07-29 04:12:19 +00:00