drupal/modules
Dries Buytaert 77130e7ab2 - Patch #36079 by James: fixed date handling in blogapi.module. 2005-12-16 06:36:00 +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 #36079 by James: fixed date handling in blogapi.module. 2005-12-16 06:36:00 +00:00
book - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
comment - Patch #41081 by billturner: fixed problem with the comment settings form. 2005-12-15 16:31:01 +00:00
contact - Patch #40532 by wtanaka: use longblog for data in the cache. Is reported to fix utf-8 problems and improves consistency with PostgreSQL. 2005-12-13 18:49:47 +00:00
drupal - Patch #35644 by webchick: forms API simplificiations. 2005-11-12 11:26:16 +00:00
filter - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +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 #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
page - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
path - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +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 - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). 2005-12-14 20:10:45 +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 #40524 by drumm: made sure that visiting the admin/modules page does not break your setup if you haven't run udpate.php yet. 2005-12-09 15:40:15 +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 #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
user - Patch #29060 by tostinne/ax: added tabindex to user login page. 2005-12-11 12:53:09 +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 #36079 by James: fixed date handling in blogapi.module. 2005-12-16 06:36:00 +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 #41081 by billturner: fixed problem with the comment settings form. 2005-12-15 16:31:01 +00:00
contact.module - Patch #40532 by wtanaka: use longblog for data in the cache. Is reported to fix utf-8 problems and improves consistency with PostgreSQL. 2005-12-13 18:49:47 +00:00
drupal.module - Patch #35644 by webchick: forms API simplificiations. 2005-11-12 11:26:16 +00:00
filter.module - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +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 #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +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 #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +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 - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). 2005-12-14 20:10:45 +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 #40524 by drumm: made sure that visiting the admin/modules page does not break your setup if you haven't run udpate.php yet. 2005-12-09 15:40:15 +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 #34920 by Morbus/webchick/tangent: fixed order of form fields. 2005-12-15 16:24:40 +00:00
user.module - Patch #29060 by tostinne/ax: added tabindex to user login page. 2005-12-11 12:53:09 +00:00
watchdog.module - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'. 2005-12-02 15:21:01 +00:00