.. |
aggregator
|
- Patch #39329 by markus: order sources in aggregator.
|
2006-01-15 17:03:34 +00:00 |
archive
|
- 2005 -> 2010.
|
2006-01-07 19:50:28 +00:00 |
block
|
- Patch #44163 by m3avrck: fixed typo in permission and fixed incorrect description.
|
2006-01-12 10:01:15 +00:00 |
blog
|
- #42234: Use standardized feed icon for RSS
|
2005-12-29 04:46:40 +00:00 |
blogapi
|
- Patch #42029 by drumm: correct post times for administrators posting using a blogapi client.
|
2006-01-12 10:02:45 +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
|
- Removed reference to comment moderation.
|
2006-01-10 19:41:15 +00:00 |
contact
|
- Patch #39135 by Zen: various contact form improvements/fixes.
|
2006-01-14 10:33:22 +00:00 |
drupal
|
- Patch #44507 by DriesK: consistency: email -> e-mail.
|
2006-01-13 07:33:13 +00:00 |
filter
|
- #44772: {} -> [] (in anticipation of PHP de-deprecation)
|
2006-01-15 07:14:14 +00:00 |
forum
|
- Patch #33747 by Ber and Moshe: bugfix + code improvement: clean up some of the taxonomy loading code.
|
2006-01-10 12:35:20 +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 #44544 by Richard: made the help text slightly more accurate.
|
2006-01-14 09:45:44 +00:00 |
node
|
- Extended the form description for clarity.
|
2006-01-14 09:51:57 +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 #44490 by darius: don't show blocked users on the profile pages.
|
2006-01-13 15:54:05 +00:00 |
search
|
- #44772: {} -> [] (in anticipation of PHP de-deprecation)
|
2006-01-15 07:14:14 +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
|
- Patch #44261 by Kobus/Zen: drupal -> Drupal.
|
2006-01-12 19:29:36 +00:00 |
taxonomy
|
- Patch #44381 by gerhard: improved consistency of API. Always pass an array.
|
2006-01-17 09:23:38 +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 #33128 by Morbus: %num -> %count to make format_plural() work.
|
2006-01-12 16:22:46 +00:00 |
upload
|
- Patch #20795 by Steven: improved consistency of the code.
|
2006-01-08 12:20:55 +00:00 |
user
|
- Patch #44754 by Zen: fixed "Who's new" block inaccuracy.
|
2006-01-17 09:04:20 +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
|
- Patch #39329 by markus: order sources in aggregator.
|
2006-01-15 17:03:34 +00:00 |
archive.module
|
- 2005 -> 2010.
|
2006-01-07 19:50:28 +00:00 |
block.module
|
- Patch #44163 by m3avrck: fixed typo in permission and fixed incorrect description.
|
2006-01-12 10:01:15 +00:00 |
blog.module
|
- #42234: Use standardized feed icon for RSS
|
2005-12-29 04:46:40 +00:00 |
blogapi.module
|
- Patch #42029 by drumm: correct post times for administrators posting using a blogapi client.
|
2006-01-12 10:02:45 +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
|
- Removed reference to comment moderation.
|
2006-01-10 19:41:15 +00:00 |
contact.module
|
- Patch #39135 by Zen: various contact form improvements/fixes.
|
2006-01-14 10:33:22 +00:00 |
drupal.module
|
- Patch #44507 by DriesK: consistency: email -> e-mail.
|
2006-01-13 07:33:13 +00:00 |
filter.module
|
- #44772: {} -> [] (in anticipation of PHP de-deprecation)
|
2006-01-15 07:14:14 +00:00 |
forum.module
|
- Patch #33747 by Ber and Moshe: bugfix + code improvement: clean up some of the taxonomy loading code.
|
2006-01-10 12:35:20 +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 #44544 by Richard: made the help text slightly more accurate.
|
2006-01-14 09:45:44 +00:00 |
node.module
|
- Extended the form description for clarity.
|
2006-01-14 09:51:57 +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 #44490 by darius: don't show blocked users on the profile pages.
|
2006-01-13 15:54:05 +00:00 |
search.module
|
- #44772: {} -> [] (in anticipation of PHP de-deprecation)
|
2006-01-15 07:14:14 +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
|
- Patch #44261 by Kobus/Zen: drupal -> Drupal.
|
2006-01-12 19:29:36 +00:00 |
taxonomy.module
|
- Patch #44381 by gerhard: improved consistency of API. Always pass an array.
|
2006-01-17 09:23:38 +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 #33128 by Morbus: %num -> %count to make format_plural() work.
|
2006-01-12 16:22:46 +00:00 |
upload.module
|
- Patch #20795 by Steven: improved consistency of the code.
|
2006-01-08 12:20:55 +00:00 |
user.module
|
- Patch #44754 by Zen: fixed "Who's new" block inaccuracy.
|
2006-01-17 09:04:20 +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 |