.. |
aggregator
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
archive
|
- Patch #35069 by leafish_paul: updated archive module to new forms API.
|
2005-10-24 18:50:10 +00:00 |
block
|
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
|
2005-10-22 15:14:46 +00:00 |
blog
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
blogapi
|
- Fix usage of header() to drupal_set_header()
|
2005-10-25 03:43:57 +00:00 |
book
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
comment
|
- #34645: Make $links in theme_comment consistent with theme_node (Stefan)
|
2005-10-20 09:27:36 +00:00 |
contact
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
drupal
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
filter
|
- Patch #35320 by asimmonds: couldn't save roles in admin/filters/...
|
2005-10-31 13:57:17 +00:00 |
forum
|
- Patch #35205 by stefan: removed some deprecated code from forum.module! Yay.
|
2005-10-28 13:56:26 +00:00 |
help
|
- Patch #29385 by chx: no ?> add end of files.
|
2005-08-25 21:14:17 +00:00 |
legacy
|
- Patch #29385 by chx: no ?> add end of files.
|
2005-08-25 21:14:17 +00:00 |
locale
|
- #33433: More form API fixes, and error handling improvements by Chx.
|
2005-10-13 10:02:31 +00:00 |
menu
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
node
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
page
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
path
|
- Patch #35621 by asimmonds: URL path settings on node/add/* did not work.
|
2005-11-01 10:11:36 +00:00 |
ping
|
- Patch #29385 by chx: no ?> add end of files.
|
2005-08-25 21:14:17 +00:00 |
poll
|
- Patch #35086 by stefan: improved themeability of the poll results.
|
2005-10-31 14:28:17 +00:00 |
profile
|
- #22850: Search query containing / results in 404 on clean URLs.
|
2005-10-21 11:14:55 +00:00 |
search
|
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
|
2005-10-22 15:14:46 +00:00 |
statistics
|
- Statistics node view counter counted a lot of false positives (including a nid 0 for legacy URLs).
|
2005-10-12 01:00:24 +00:00 |
story
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
system
|
- Patch #35759 by mikeryan: fixed typo in file_directory_temp fieldname.
|
2005-11-01 10:03:25 +00:00 |
taxonomy
|
- #26583: Make forum taxonomy links redirect to forums rather than taxonomy pages.
|
2005-10-21 11:12:46 +00:00 |
throttle
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
tracker
|
- Patch #28786 by Neil: move pagers out of table.
|
2005-09-24 07:53:26 +00:00 |
upload
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
user
|
- Patch #35648 by asimmonds: fixed permissions page.
|
2005-10-31 13:37:38 +00:00 |
watchdog
|
- #34757: Remove administer watchdog permission (drumm)
|
2005-10-21 10:50:03 +00:00 |
aggregator.module
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
archive.module
|
- Patch #35069 by leafish_paul: updated archive module to new forms API.
|
2005-10-24 18:50:10 +00:00 |
block.module
|
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
|
2005-10-22 15:14:46 +00:00 |
blog.module
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
blogapi.module
|
- Fix usage of header() to drupal_set_header()
|
2005-10-25 03:43:57 +00:00 |
book.module
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
comment.module
|
- #34645: Make $links in theme_comment consistent with theme_node (Stefan)
|
2005-10-20 09:27:36 +00:00 |
contact.module
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
drupal.module
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
filter.module
|
- Patch #35320 by asimmonds: couldn't save roles in admin/filters/...
|
2005-10-31 13:57:17 +00:00 |
forum.module
|
- Patch #35205 by stefan: removed some deprecated code from forum.module! Yay.
|
2005-10-28 13:56:26 +00:00 |
help.module
|
- Patch #29385 by chx: no ?> add end of files.
|
2005-08-25 21:14:17 +00:00 |
legacy.module
|
- Patch #29385 by chx: no ?> add end of files.
|
2005-08-25 21:14:17 +00:00 |
locale.module
|
- #33433: More form API fixes, and error handling improvements by Chx.
|
2005-10-13 10:02:31 +00:00 |
menu.module
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
node.module
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
page.module
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
path.module
|
- Patch #35621 by asimmonds: URL path settings on node/add/* did not work.
|
2005-11-01 10:11:36 +00:00 |
ping.module
|
- Patch #29385 by chx: no ?> add end of files.
|
2005-08-25 21:14:17 +00:00 |
poll.module
|
- Patch #35086 by stefan: improved themeability of the poll results.
|
2005-10-31 14:28:17 +00:00 |
profile.module
|
- #22850: Search query containing / results in 404 on clean URLs.
|
2005-10-21 11:14:55 +00:00 |
search.module
|
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
|
2005-10-22 15:14:46 +00:00 |
statistics.module
|
- Statistics node view counter counted a lot of false positives (including a nid 0 for legacy URLs).
|
2005-10-12 01:00:24 +00:00 |
story.module
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
system.module
|
- Patch #35759 by mikeryan: fixed typo in file_directory_temp fieldname.
|
2005-11-01 10:03:25 +00:00 |
taxonomy.module
|
- #26583: Make forum taxonomy links redirect to forums rather than taxonomy pages.
|
2005-10-21 11:12:46 +00:00 |
throttle.module
|
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
|
2005-10-11 19:44:35 +00:00 |
tracker.module
|
- Patch #28786 by Neil: move pagers out of table.
|
2005-09-24 07:53:26 +00:00 |
upload.module
|
- Patch #34920 by tangent: reorganized the node submission form a bit.
|
2005-10-28 14:04:20 +00:00 |
user.module
|
- Patch #35648 by asimmonds: fixed permissions page.
|
2005-10-31 13:37:38 +00:00 |
watchdog.module
|
- #34757: Remove administer watchdog permission (drumm)
|
2005-10-21 10:50:03 +00:00 |