drupal/modules
Steven Wittens 746b242326 - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale.
- (#15121) Improve string cut-off for locale table
2005-07-29 06:59:29 +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 - Patch #26217 by HellRaider: fixed problem <front> setting in presence of slashes. 2005-07-20 11:44:40 +00:00
blog - #26643: Restore accidentally lost "my blog" menu item. 2005-07-25 17:18:43 +00:00
blogapi - Fixed problem with node_load() in blogapi. Reported by nysus. 2005-07-19 16:32:05 +00:00
book - #27707: Use local tasks for book administration 2005-07-29 03:49:16 +00:00
comment - #25285: Use correct permission for node form comment admin 2005-07-25 09:41:29 +00:00
contact - Patch #25603 by Stefan: made the sizes of forms consistent. 2005-06-27 18:33:33 +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 problems with filter formats and problem with XML-RPC server. 2005-06-29 19:53:14 +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 - #26458: node_search doesn't node_view, causing bad snippets. 2005-07-29 03:29:53 +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 - Patch #25603 by Stefan: made the sizes of forms consistent. 2005-06-27 18:33:33 +00:00
search - #27626: Correct function name 2005-07-29 06:43:32 +00:00
statistics - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale. 2005-07-29 06:59:29 +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 - #26822: Fix logo upload being broken (drumm) 2005-07-26 01:56:31 +00:00
taxonomy - #16440: Allow taxonomy vocabulary and term forms to be extended. 2005-07-25 04:55:37 +00:00
throttle - Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags. 2005-05-31 21:14:27 +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 - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. 2005-07-25 20:40:35 +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 - Patch #26217 by HellRaider: fixed problem <front> setting in presence of slashes. 2005-07-20 11:44:40 +00:00
blog.module - #26643: Restore accidentally lost "my blog" menu item. 2005-07-25 17:18:43 +00:00
blogapi.module - Fixed problem with node_load() in blogapi. Reported by nysus. 2005-07-19 16:32:05 +00:00
book.module - #27707: Use local tasks for book administration 2005-07-29 03:49:16 +00:00
comment.module - #25285: Use correct permission for node form comment admin 2005-07-25 09:41:29 +00:00
contact.module - Patch #25603 by Stefan: made the sizes of forms consistent. 2005-06-27 18:33:33 +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 problems with filter formats and problem with XML-RPC server. 2005-06-29 19:53:14 +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 - #26458: node_search doesn't node_view, causing bad snippets. 2005-07-29 03:29:53 +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 - Patch #25603 by Stefan: made the sizes of forms consistent. 2005-06-27 18:33:33 +00:00
search.module - #27626: Correct function name 2005-07-29 06:43:32 +00:00
statistics.module - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale. 2005-07-29 06:59:29 +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 - #26822: Fix logo upload being broken (drumm) 2005-07-26 01:56:31 +00:00
taxonomy.module - #16440: Allow taxonomy vocabulary and term forms to be extended. 2005-07-25 04:55:37 +00:00
throttle.module - Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags. 2005-05-31 21:14:27 +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 - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. 2005-07-25 20:40:35 +00:00
watchdog.module - #23651: Display referrer info with watchdog messages. 2005-07-29 04:12:19 +00:00