drupal/modules
Dries Buytaert 681b26febc - Patch #7577 by JonBob: various code style improvements to the statistics
module.

   + Usages of to print titles have been replaced by proper drupal_set_title()
     calls.
   + Many arg() usages dropped in favor of meaningful parameters.
   + Doxygen comments standardized and expanded.
   + Some grammatical corrections to help text.
   + Broken /statistics page linked from page navigation restored.
   + Fixed small bug in menu.inc pertaining to menu callbacks without
     arguments.
2004-05-05 21:12:14 +00:00
..
aggregator - Incorrect quotes. 2004-04-29 21:10:12 +00:00
archive - Patch #7581 by bylund: made the archive module's calendar accessible. 2004-05-05 18:19:23 +00:00
block - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
blog - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
blogapi - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan. 2004-04-15 21:40:37 +00:00
book - Patch #7211: changed 'root' to 'top-level' for sake of usability. I took Gerhard's patch and extended it so we did not miss any instances of 'root'. 2004-04-24 16:31:54 +00:00
comment - Patch #7504 by bylund: multiple form_radio-function calls is used instead 2004-05-03 17:26:22 +00:00
drupal - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
filter - Patch #7503 by bylund: two strings could not be translated. 2004-05-03 17:33:44 +00:00
forum - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
help - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
locale - Fixed sitewide timezone settings not being saved. 2004-04-29 23:27:15 +00:00
menu - Patch #7271 by JonBob: avoid filling the database with menu items. 2004-04-21 17:42:07 +00:00
node - Patch #7096 by bylund: fixed a bug with the node filters at the node administration page (administration > content) 2004-05-03 17:38:40 +00:00
page - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
path - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
ping - Patch #7314 by jluster: added support to ping technorati.com 2004-04-23 06:30:42 +00:00
poll - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
profile - Fixed sitewide timezone settings not being saved. 2004-04-29 23:27:15 +00:00
search - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
statistics - Patch #7577 by JonBob: various code style improvements to the statistics 2004-05-05 21:12:14 +00:00
story - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
system - Patch #7483 by Gerhard: system_user should not return $edit. 2004-05-01 09:14:49 +00:00
taxonomy #7468 - Added title="" attribute with term descriptions (if present) to taxonomy links. 2004-05-04 01:44:30 +00:00
throttle Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
tracker - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
user - Patch #6552 by Gerhard: fixed problem with user callbacks that slipped in with Natrak's last commit. 2004-05-01 08:47:20 +00:00
watchdog - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
admin.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
aggregator.module - Incorrect quotes. 2004-04-29 21:10:12 +00:00
archive.module - Patch #7581 by bylund: made the archive module's calendar accessible. 2004-05-05 18:19:23 +00:00
block.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
blog.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
blogapi.module - Patch #7163 by walkah: blogapi mt.getCategoryList should return an empty array by default. Reported by Adriaan. 2004-04-15 21:40:37 +00:00
book.module - Patch #7211: changed 'root' to 'top-level' for sake of usability. I took Gerhard's patch and extended it so we did not miss any instances of 'root'. 2004-04-24 16:31:54 +00:00
comment.module - Patch #7504 by bylund: multiple form_radio-function calls is used instead 2004-05-03 17:26:22 +00:00
drupal.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
filter.module - Patch #7503 by bylund: two strings could not be translated. 2004-05-03 17:33:44 +00:00
forum.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
help.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
locale.module - Fixed sitewide timezone settings not being saved. 2004-04-29 23:27:15 +00:00
menu.module - Patch #7271 by JonBob: avoid filling the database with menu items. 2004-04-21 17:42:07 +00:00
node.module - Patch #7096 by bylund: fixed a bug with the node filters at the node administration page (administration > content) 2004-05-03 17:38:40 +00:00
page.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
path.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
ping.module - Patch #7314 by jluster: added support to ping technorati.com 2004-04-23 06:30:42 +00:00
poll.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
profile.module - Fixed sitewide timezone settings not being saved. 2004-04-29 23:27:15 +00:00
queue.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
search.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
statistics.module - Patch #7577 by JonBob: various code style improvements to the statistics 2004-05-05 21:12:14 +00:00
story.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
system.module - Patch #7483 by Gerhard: system_user should not return $edit. 2004-05-01 09:14:49 +00:00
taxonomy.module #7468 - Added title="" attribute with term descriptions (if present) to taxonomy links. 2004-05-04 01:44:30 +00:00
throttle.module Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>. 2004-03-20 13:29:06 +00:00
title.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
tracker.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00
user.module - Patch #6552 by Gerhard: fixed problem with user callbacks that slipped in with Natrak's last commit. 2004-05-01 08:47:20 +00:00
watchdog.module - Added support for 403 handling. Patch by JonBob. As a side benefit, 2004-04-21 13:56:38 +00:00