.. |
aggregator
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
archive
|
- All LIMIT queries must go through the pager or through db_query_range().
|
2003-03-16 07:02:20 +00:00 |
block
|
- Applied modified version of Al's "block delta" patch. I left out the
|
2003-04-19 16:42:42 +00:00 |
blog
|
- Fixed some SQL query directives.
|
2003-03-29 16:30:40 +00:00 |
book
|
- Bugfix: show the 'printer-friendly version' link for everybody not just for
|
2003-04-21 07:29:26 +00:00 |
comment
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
drupal
|
- Removed the path_uri() function in favor of the $base_url variable and
|
2003-03-07 06:37:30 +00:00 |
forum
|
- Bugfix: removed 'width="100%"' attributes from table tags. Patch by Al.
|
2003-04-04 06:26:00 +00:00 |
help
|
- New menu houskeeping. Prototyped by Zbynek.
|
2003-02-20 22:44:51 +00:00 |
locale
|
- All LIMIT queries must go through the pager or through db_query_range().
|
2003-03-16 07:02:20 +00:00 |
node
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
page
|
- Removing some trailing whitespace I forgot to clean up.
|
2003-03-09 10:19:16 +00:00 |
ping
|
- Removed the path_uri() function in favor of the $base_url variable and
|
2003-03-07 06:37:30 +00:00 |
poll
|
A batch of changes:
|
2003-04-14 18:44:59 +00:00 |
profile
|
- Fixed bug #1336: http://drupal.org/node/view/1336. Thanks Marky.
|
2003-03-29 20:19:37 +00:00 |
search
|
- Fixed bug in search.module: slashes where escaped twice.
|
2003-03-06 22:03:36 +00:00 |
statistics
|
- Fixed broken query in the statistics module. Fix by Gary Lawrence Murphy.
|
2003-04-19 07:22:51 +00:00 |
story
|
- Changed _nodeapi("conf") to _nodeapi("settings").
|
2003-03-08 14:35:42 +00:00 |
system
|
- I have added an option to enable/disable cron support.
|
2003-04-15 19:10:02 +00:00 |
taxonomy
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
throttle
|
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.
|
2003-02-11 20:01:17 +00:00 |
tracker
|
- Added a pager to the tracker page.
|
2003-03-16 07:38:39 +00:00 |
user
|
- Renamed 'validate_email_address' to 'valid_email_address'.
|
2003-04-13 13:42:51 +00:00 |
watchdog
|
- Fixed typo: 'messagess' -> 'messages'
|
2003-03-16 12:34:10 +00:00 |
admin.module
|
- Various improvements to the menu system.
|
2003-04-01 06:05:15 +00:00 |
aggregator.module
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
archive.module
|
- All LIMIT queries must go through the pager or through db_query_range().
|
2003-03-16 07:02:20 +00:00 |
block.module
|
- Applied modified version of Al's "block delta" patch. I left out the
|
2003-04-19 16:42:42 +00:00 |
blog.module
|
- Fixed some SQL query directives.
|
2003-03-29 16:30:40 +00:00 |
bloggerapi.module
|
- All LIMIT queries must go through the pager or through db_query_range().
|
2003-03-16 07:02:20 +00:00 |
book.module
|
- Bugfix: show the 'printer-friendly version' link for everybody not just for
|
2003-04-21 07:29:26 +00:00 |
cloud.module
|
- Fixed some SQL query directives.
|
2003-03-29 16:30:40 +00:00 |
comment.module
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
drupal.module
|
- Removed the path_uri() function in favor of the $base_url variable and
|
2003-03-07 06:37:30 +00:00 |
forum.module
|
- Bugfix: removed 'width="100%"' attributes from table tags. Patch by Al.
|
2003-04-04 06:26:00 +00:00 |
help.module
|
- New menu houskeeping. Prototyped by Zbynek.
|
2003-02-20 22:44:51 +00:00 |
import.module
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
jabber.module
|
- Everything is using theme("function") now instead of $theme->function().
|
2003-02-15 11:39:56 +00:00 |
locale.module
|
- All LIMIT queries must go through the pager or through db_query_range().
|
2003-03-16 07:02:20 +00:00 |
node.module
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
page.module
|
- Removing some trailing whitespace I forgot to clean up.
|
2003-03-09 10:19:16 +00:00 |
ping.module
|
- Removed the path_uri() function in favor of the $base_url variable and
|
2003-03-07 06:37:30 +00:00 |
poll.module
|
A batch of changes:
|
2003-04-14 18:44:59 +00:00 |
profile.module
|
- Fixed bug #1336: http://drupal.org/node/view/1336. Thanks Marky.
|
2003-03-29 20:19:37 +00:00 |
queue.module
|
- Added another security layer.
|
2003-03-10 12:01:26 +00:00 |
search.module
|
- Fixed bug in search.module: slashes where escaped twice.
|
2003-03-06 22:03:36 +00:00 |
statistics.module
|
- Fixed broken query in the statistics module. Fix by Gary Lawrence Murphy.
|
2003-04-19 07:22:51 +00:00 |
story.module
|
- Changed _nodeapi("conf") to _nodeapi("settings").
|
2003-03-08 14:35:42 +00:00 |
system.module
|
- I have added an option to enable/disable cron support.
|
2003-04-15 19:10:02 +00:00 |
taxonomy.module
|
- Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.
|
2003-04-20 20:33:28 +00:00 |
throttle.module
|
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.
|
2003-02-11 20:01:17 +00:00 |
tracker.module
|
- Added a pager to the tracker page.
|
2003-03-16 07:38:39 +00:00 |
user.module
|
- Renamed 'validate_email_address' to 'valid_email_address'.
|
2003-04-13 13:42:51 +00:00 |
watchdog.module
|
- Fixed typo: 'messagess' -> 'messages'
|
2003-03-16 12:34:10 +00:00 |