drupal/modules
Dries Buytaert c297f2e09c - Patch #41161 by Moshe: bugfix: hide the upload form when uploads are not enabled for a node type. 2006-01-08 12:12:20 +00:00
..
aggregator - #42234: Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
archive - 2005 -> 2010. 2006-01-07 19:50:28 +00:00
block - #43495: Separate permission for PHP-based block visibility 2006-01-08 03:33:31 +00:00
blog - #42234: Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
blogapi - Patch 42210 by Neil: Save whole node instead of saving taxonomy. 2005-12-31 13:52:47 +00:00
book - Patch 42591 by Simon/me: fixed problem with deleting forum and book revisions. 2005-12-31 13:04:40 +00:00
comment - #43097: restore admin/comment tablesort 2006-01-08 00:29:37 +00:00
contact - 'Contact us' -> 'Contact' 2005-12-27 18:11:27 +00:00
drupal - Patch #39697 by Cvbge: fixed critical bug in drupal.module and fixed the documentation. 2006-01-05 15:19:29 +00:00
filter - Partial patch #43014 by wulff: added missing t() function to filter.module. 2006-01-02 10:01:03 +00:00
forum - Patch 42591 by Simon/me: fixed problem with deleting forum and book revisions. 2005-12-31 13:04:40 +00:00
help - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
legacy - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
locale - #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) 2006-01-05 23:35:34 +00:00
menu - Patch #39639 by Richard: 'users' appearing twice in menu. 2006-01-06 07:42:31 +00:00
node - Patch #42955 by Cvbge: critical bugfix: users can't create new content. 2006-01-06 16:21:34 +00:00
page - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
path - Patch #41474 by spiderman: no confirmation when deleting a path alias. 2005-12-19 14:51:38 +00:00
ping - Patch 42498 by m3avrck: unified cron-trackers and added a section that lets you figure out whether cron is running (usability improvement). 2005-12-31 14:18:22 +00:00
poll - Patch #41755 by Cvbge: 2005-12-28 12:02:29 +00:00
profile - Patch #24678 by jmengle, DriesK, Richard et al: bugfix: deleting a profile field doesn't delete values in profile_values table. 2006-01-08 12:06:13 +00:00
search - #41744: global urlencode() for menu paths 2005-12-22 22:58:12 +00:00
statistics - 'node' -> 'post' 2006-01-07 10:12:32 +00:00
story - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
system - #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) 2006-01-05 23:35:34 +00:00
taxonomy - Patch 41169 by Chris: got rid of expensvie object 2 array casts. 2005-12-31 10:48:56 +00:00
throttle - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
tracker - #33128: Format plural for %n new 2006-01-08 03:41:48 +00:00
upload - Patch #41161 by Moshe: bugfix: hide the upload form when uploads are not enabled for a node type. 2006-01-08 12:12:20 +00:00
user - Patch #39639 by Richard: 'users' appearing twice in menu. 2006-01-06 07:42:31 +00:00
watchdog - #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) 2006-01-05 23:35:34 +00:00
aggregator.module - #42234: Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
archive.module - 2005 -> 2010. 2006-01-07 19:50:28 +00:00
block.module - #43495: Separate permission for PHP-based block visibility 2006-01-08 03:33:31 +00:00
blog.module - #42234: Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
blogapi.module - Patch 42210 by Neil: Save whole node instead of saving taxonomy. 2005-12-31 13:52:47 +00:00
book.module - Patch 42591 by Simon/me: fixed problem with deleting forum and book revisions. 2005-12-31 13:04:40 +00:00
comment.module - #43097: restore admin/comment tablesort 2006-01-08 00:29:37 +00:00
contact.module - 'Contact us' -> 'Contact' 2005-12-27 18:11:27 +00:00
drupal.module - Patch #39697 by Cvbge: fixed critical bug in drupal.module and fixed the documentation. 2006-01-05 15:19:29 +00:00
filter.module - Partial patch #43014 by wulff: added missing t() function to filter.module. 2006-01-02 10:01:03 +00:00
forum.module - Patch 42591 by Simon/me: fixed problem with deleting forum and book revisions. 2005-12-31 13:04:40 +00:00
help.module - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
legacy.module - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
locale.module - #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) 2006-01-05 23:35:34 +00:00
menu.module - Patch #39639 by Richard: 'users' appearing twice in menu. 2006-01-06 07:42:31 +00:00
node.module - Patch #42955 by Cvbge: critical bugfix: users can't create new content. 2006-01-06 16:21:34 +00:00
page.module - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
path.module - Patch #41474 by spiderman: no confirmation when deleting a path alias. 2005-12-19 14:51:38 +00:00
ping.module - Patch 42498 by m3avrck: unified cron-trackers and added a section that lets you figure out whether cron is running (usability improvement). 2005-12-31 14:18:22 +00:00
poll.module - Patch #41755 by Cvbge: 2005-12-28 12:02:29 +00:00
profile.module - Patch #24678 by jmengle, DriesK, Richard et al: bugfix: deleting a profile field doesn't delete values in profile_values table. 2006-01-08 12:06:13 +00:00
search.module - #41744: global urlencode() for menu paths 2005-12-22 22:58:12 +00:00
statistics.module - 'node' -> 'post' 2006-01-07 10:12:32 +00:00
story.module - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
system.module - #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) 2006-01-05 23:35:34 +00:00
taxonomy.module - Patch 41169 by Chris: got rid of expensvie object 2 array casts. 2005-12-31 10:48:56 +00:00
throttle.module - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
tracker.module - #33128: Format plural for %n new 2006-01-08 03:41:48 +00:00
upload.module - Patch #41161 by Moshe: bugfix: hide the upload form when uploads are not enabled for a node type. 2006-01-08 12:12:20 +00:00
user.module - Patch #39639 by Richard: 'users' appearing twice in menu. 2006-01-06 07:42:31 +00:00
watchdog.module - #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) 2006-01-05 23:35:34 +00:00