drupal/modules
Dries Buytaert 3783e6304c - Patch #41914 by Robert: modules page producing duplicate entry database errors. 2005-12-22 12:37:52 +00:00
..
aggregator - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1. 2005-12-15 16:02:50 +00:00
archive - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
block - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). 2005-12-14 20:10:45 +00:00
blog - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick. 2005-12-05 09:11:33 +00:00
blogapi - Patch #41276 by walkah/chx: blog api fixes for new forms api. 2005-12-16 18:08:58 +00:00
book - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
comment - Patch #38999 by saerdna: There's no need that users with the "administer comments" role has to go via admin/comments to delete comments. this patch simply adds the delete link on each comment if you have administer comments role. "access administration pages" not needed; because if they not have it they can still delete from admin/comments. 2005-12-19 10:12:52 +00:00
contact - Patch #41198 by matt/dopry: made the contact module validate the recipients' e-mail addresses. 2005-12-16 12:59:22 +00:00
drupal - Patch #35644 by webchick: forms API simplificiations. 2005-11-12 11:26:16 +00:00
filter - Patch #39179 by chx: improved validation of forms. 2005-12-19 14:30:53 +00:00
forum - Modified patch #40534: improved themability of forum icons (makes it possible to use animated gifs) + removed forum setting. 2005-12-11 12:44:39 +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 - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
menu - Patch #40847: after menu reset, primary and secondary menus need to be recreated. 2005-12-15 21:53:49 +00:00
node - Patch #30098 by killes: node revisions should only be viewable by admins. 2005-12-22 10:57:02 +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 #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
poll - Patch #40630 by Morbus: made sure $teaser is always defined. 2005-12-14 13:30:01 +00:00
profile - Modified patch #41120 by chx: profile category 'account' overwrites regular user fields. 2005-12-15 16:34:48 +00:00
search - #34826: Search results don't include last part of longer pages 2005-12-21 14:30:09 +00:00
statistics #36936 / #36937: PgSQL fixes for statistics 2005-11-13 02:40:18 +00:00
story - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
system - Patch #41914 by Robert: modules page producing duplicate entry database errors. 2005-12-22 12:37:52 +00:00
taxonomy - Patch #40813: Taxonomy forms should be in a fieldset. 2005-12-16 06:23:46 +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 - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
upload - Patch #41437 by webchick: improved code comments. 2005-12-17 17:24:46 +00:00
user - Patch #41305 by chx: user edit form submit model rewrite. 2005-12-19 10:02:33 +00:00
watchdog - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'. 2005-12-02 15:21:01 +00:00
aggregator.module - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1. 2005-12-15 16:02:50 +00:00
archive.module - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
block.module - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). 2005-12-14 20:10:45 +00:00
blog.module - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick. 2005-12-05 09:11:33 +00:00
blogapi.module - Patch #41276 by walkah/chx: blog api fixes for new forms api. 2005-12-16 18:08:58 +00:00
book.module - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
comment.module - Patch #38999 by saerdna: There's no need that users with the "administer comments" role has to go via admin/comments to delete comments. this patch simply adds the delete link on each comment if you have administer comments role. "access administration pages" not needed; because if they not have it they can still delete from admin/comments. 2005-12-19 10:12:52 +00:00
contact.module - Patch #41198 by matt/dopry: made the contact module validate the recipients' e-mail addresses. 2005-12-16 12:59:22 +00:00
drupal.module - Patch #35644 by webchick: forms API simplificiations. 2005-11-12 11:26:16 +00:00
filter.module - Patch #39179 by chx: improved validation of forms. 2005-12-19 14:30:53 +00:00
forum.module - Modified patch #40534: improved themability of forum icons (makes it possible to use animated gifs) + removed forum setting. 2005-12-11 12:44:39 +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 - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
menu.module - Patch #40847: after menu reset, primary and secondary menus need to be recreated. 2005-12-15 21:53:49 +00:00
node.module - Patch #30098 by killes: node revisions should only be viewable by admins. 2005-12-22 10:57:02 +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 #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
poll.module - Patch #40630 by Morbus: made sure $teaser is always defined. 2005-12-14 13:30:01 +00:00
profile.module - Modified patch #41120 by chx: profile category 'account' overwrites regular user fields. 2005-12-15 16:34:48 +00:00
search.module - #34826: Search results don't include last part of longer pages 2005-12-21 14:30:09 +00:00
statistics.module #36936 / #36937: PgSQL fixes for statistics 2005-11-13 02:40:18 +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 - Patch #41914 by Robert: modules page producing duplicate entry database errors. 2005-12-22 12:37:52 +00:00
taxonomy.module - Patch #40813: Taxonomy forms should be in a fieldset. 2005-12-16 06:23:46 +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 - Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! / 2005-11-01 10:17:34 +00:00
upload.module - Patch #41437 by webchick: improved code comments. 2005-12-17 17:24:46 +00:00
user.module - Patch #41305 by chx: user edit form submit model rewrite. 2005-12-19 10:02:33 +00:00
watchdog.module - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'. 2005-12-02 15:21:01 +00:00