.. |
aggregator
|
- The real code fixes ;)
|
2005-01-17 19:00:03 +00:00 |
archive
|
- The real code fixes ;)
|
2005-01-17 19:00:03 +00:00 |
block
|
#15185: Fix front page handling of blocks
|
2005-01-06 01:17:31 +00:00 |
blog
|
- Patch #14731 by chx: made it possible to rewrite node queries.
|
2005-01-16 18:44:49 +00:00 |
blogapi
|
- Fixing a couple of watchdog() calls.
|
2005-01-09 12:58:53 +00:00 |
book
|
- Patch #15843 by Ber: in book-pages node forms we use a delta of fifteen (-15 to +15) but in the book-outline admin we dont dewfine this, resulting in a default delta of ten. This should be consistent and thus both 15.
|
2005-01-19 22:13:14 +00:00 |
comment
|
- Fix tracker pager count query being wrong (it did not return a count but a set, and it counted nodes with more than 1 comment as multiple nodes).
|
2005-01-19 01:46:25 +00:00 |
contact
|
- Added a simple contact module to core.
|
2004-12-07 17:03:46 +00:00 |
drupal
|
- Renamed 'visit' to 'view'.
|
2005-01-10 20:26:02 +00:00 |
filter
|
- Refinements by Walkah, based on suggestions of Steven and myself.
|
2005-01-19 19:30:04 +00:00 |
forum
|
- Patch #15978 by Drumm: code improvement: theme_forum_display() has no business calling theme_page(). Lets have it return the output and then forum_page() can put it in a page.
|
2005-01-22 08:38:25 +00:00 |
help
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
legacy
|
- Patch #8179 by JonBob: the legacy handlers and file upload previews were mistakenly cached when they cannot be. Attached patch fixes this as well as a reference to an undefined constant in legacy_menu().
|
2004-09-17 18:08:28 +00:00 |
locale
|
- Patch #13260 by UnConeD: watchdog module improvements.
|
2005-01-09 09:22:40 +00:00 |
menu
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
node
|
- Another code style fix.
|
2005-01-19 01:51:58 +00:00 |
page
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
path
|
- Patch #13907 by Neil: less ways to set the page title.
|
2004-12-15 21:19:42 +00:00 |
ping
|
- Patch #13260 by UnConeD: watchdog module improvements.
|
2005-01-09 09:22:40 +00:00 |
poll
|
- Patch #14936 by Goba:
|
2005-01-22 09:02:17 +00:00 |
profile
|
- Small bugfix + small improvement.
|
2005-01-04 19:52:33 +00:00 |
search
|
- Stripped white-space.
|
2005-01-15 09:03:39 +00:00 |
statistics
|
- Bad quote
|
2005-01-19 12:01:35 +00:00 |
story
|
- Patch #15264 by Ber et al.: improved the story module's help text.
|
2005-01-15 08:01:09 +00:00 |
system
|
- Patch #15570 by Drumm: integrated the admin and system module. Renamed the callback as per Goba's suggestion.
|
2005-01-14 15:21:39 +00:00 |
taxonomy
|
- Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and tidied up the taxonomy API a bit. This fixes a number of issues.
|
2005-01-19 16:22:52 +00:00 |
throttle
|
- Added a special category for throttle messages.
|
2004-12-04 12:07:58 +00:00 |
tracker
|
- Fix tracker pager count query being wrong (it did not return a count but a set, and it counted nodes with more than 1 comment as multiple nodes).
|
2005-01-19 01:46:25 +00:00 |
upload
|
- Patch #14917 by UnConeD/Steven:
|
2004-12-31 09:30:12 +00:00 |
user
|
- Patch #15566 by drumm: must specify a userneme or password error happens when it shouldn't.
|
2005-01-14 15:15:19 +00:00 |
watchdog
|
- Patch #15957 by Goba: reintroduce translateable watchdog types.
|
2005-01-22 09:38:48 +00:00 |
aggregator.module
|
- The real code fixes ;)
|
2005-01-17 19:00:03 +00:00 |
archive.module
|
- The real code fixes ;)
|
2005-01-17 19:00:03 +00:00 |
block.module
|
#15185: Fix front page handling of blocks
|
2005-01-06 01:17:31 +00:00 |
blog.module
|
- Patch #14731 by chx: made it possible to rewrite node queries.
|
2005-01-16 18:44:49 +00:00 |
blogapi.module
|
- Fixing a couple of watchdog() calls.
|
2005-01-09 12:58:53 +00:00 |
book.module
|
- Patch #15843 by Ber: in book-pages node forms we use a delta of fifteen (-15 to +15) but in the book-outline admin we dont dewfine this, resulting in a default delta of ten. This should be consistent and thus both 15.
|
2005-01-19 22:13:14 +00:00 |
comment.module
|
- Fix tracker pager count query being wrong (it did not return a count but a set, and it counted nodes with more than 1 comment as multiple nodes).
|
2005-01-19 01:46:25 +00:00 |
contact.module
|
- Added a simple contact module to core.
|
2004-12-07 17:03:46 +00:00 |
drupal.module
|
- Renamed 'visit' to 'view'.
|
2005-01-10 20:26:02 +00:00 |
filter.module
|
- Refinements by Walkah, based on suggestions of Steven and myself.
|
2005-01-19 19:30:04 +00:00 |
forum.module
|
- Patch #15978 by Drumm: code improvement: theme_forum_display() has no business calling theme_page(). Lets have it return the output and then forum_page() can put it in a page.
|
2005-01-22 08:38:25 +00:00 |
help.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
legacy.module
|
- Patch #8179 by JonBob: the legacy handlers and file upload previews were mistakenly cached when they cannot be. Attached patch fixes this as well as a reference to an undefined constant in legacy_menu().
|
2004-09-17 18:08:28 +00:00 |
locale.module
|
- Patch #13260 by UnConeD: watchdog module improvements.
|
2005-01-09 09:22:40 +00:00 |
menu.module
|
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
|
2004-11-23 22:20:41 +00:00 |
node.module
|
- Another code style fix.
|
2005-01-19 01:51:58 +00:00 |
page.module
|
- Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
|
2004-12-07 16:55:38 +00:00 |
path.module
|
- Patch #13907 by Neil: less ways to set the page title.
|
2004-12-15 21:19:42 +00:00 |
ping.module
|
- Patch #13260 by UnConeD: watchdog module improvements.
|
2005-01-09 09:22:40 +00:00 |
poll.module
|
- Patch #14936 by Goba:
|
2005-01-22 09:02:17 +00:00 |
profile.module
|
- Small bugfix + small improvement.
|
2005-01-04 19:52:33 +00:00 |
queue.module
|
- The real code fixes ;)
|
2005-01-17 19:00:03 +00:00 |
search.module
|
- Stripped white-space.
|
2005-01-15 09:03:39 +00:00 |
statistics.module
|
- Bad quote
|
2005-01-19 12:01:35 +00:00 |
story.module
|
- Patch #15264 by Ber et al.: improved the story module's help text.
|
2005-01-15 08:01:09 +00:00 |
system.module
|
- Patch #15570 by Drumm: integrated the admin and system module. Renamed the callback as per Goba's suggestion.
|
2005-01-14 15:21:39 +00:00 |
taxonomy.module
|
- Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and tidied up the taxonomy API a bit. This fixes a number of issues.
|
2005-01-19 16:22:52 +00:00 |
throttle.module
|
- Added a special category for throttle messages.
|
2004-12-04 12:07:58 +00:00 |
tracker.module
|
- Fix tracker pager count query being wrong (it did not return a count but a set, and it counted nodes with more than 1 comment as multiple nodes).
|
2005-01-19 01:46:25 +00:00 |
upload.module
|
- Patch #14917 by UnConeD/Steven:
|
2004-12-31 09:30:12 +00:00 |
user.module
|
- Patch #15566 by drumm: must specify a userneme or password error happens when it shouldn't.
|
2005-01-14 15:15:19 +00:00 |
watchdog.module
|
- Patch #15957 by Goba: reintroduce translateable watchdog types.
|
2005-01-22 09:38:48 +00:00 |