drupal/modules
Dries Buytaert 90a5a6cf6e - Updated the user login block to validate as XHTML strict: the
<div class="user-login-block"> is now inside the <form> instead of the
  other way around.

- Simplified the user login block by removing some CSS that was no longer
  needed.  The block module already emits block-related classes and an id.
2003-12-29 13:51:59 +00:00
..
aggregator - Removed the import module's custom menu. Added a 'news aggregator' menu to 2003-12-26 19:01:11 +00:00
archive - Fixed bug 4832: only list nodes for the specified day. Patch by Goba. 2003-12-29 12:41:58 +00:00
block - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
blog - Removed some dead code and improved the link emission. Patch by Kjartan. 2003-12-29 10:58:01 +00:00
blogapi - Fixed bug 4722. Patch by James. 2003-12-22 11:28:07 +00:00
book - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
comment - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
drupal Patch by Goba: 2003-12-22 21:34:55 +00:00
forum - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
help - Committed phase 4 of JonBob's menu system changes. 2003-11-25 19:26:21 +00:00
locale - Locale module improvements: better performance, reduce memory footprint. 2003-12-28 09:40:49 +00:00
node - Usability improvements to the 'create content' section. Patch by Goba. 2003-12-22 11:55:49 +00:00
page - Committed phase 4 of JonBob's menu system changes. 2003-11-25 19:26:21 +00:00
path - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
ping - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
poll - The introduction of the $page parameter for the node _view() hooks and 2003-12-22 12:05:07 +00:00
profile - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
search - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
statistics - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
story - Patch by JonBob: 2003-11-20 21:51:23 +00:00
system - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
taxonomy - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
throttle - Fixed throttle block problem. Patch by Jeremy. 2003-12-04 22:42:19 +00:00
tracker - Fixed capitalization. 2003-12-14 19:23:11 +00:00
user - Updated the user login block to validate as XHTML strict: the 2003-12-29 13:51:59 +00:00
watchdog - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
admin.module - Introduced a drupal_set_message() and drupal_get_message() function. 2003-12-01 13:45:33 +00:00
aggregator.module - Removed the import module's custom menu. Added a 'news aggregator' menu to 2003-12-26 19:01:11 +00:00
archive.module - Fixed bug 4832: only list nodes for the specified day. Patch by Goba. 2003-12-29 12:41:58 +00:00
block.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
blog.module - Removed some dead code and improved the link emission. Patch by Kjartan. 2003-12-29 10:58:01 +00:00
blogapi.module - Fixed bug 4722. Patch by James. 2003-12-22 11:28:07 +00:00
book.module - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
comment.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
drupal.module Patch by Goba: 2003-12-22 21:34:55 +00:00
forum.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
help.module - Committed phase 4 of JonBob's menu system changes. 2003-11-25 19:26:21 +00:00
import.module - Removed the import module's custom menu. Added a 'news aggregator' menu to 2003-12-26 19:01:11 +00:00
locale.module - Locale module improvements: better performance, reduce memory footprint. 2003-12-28 09:40:49 +00:00
node.module - Usability improvements to the 'create content' section. Patch by Goba. 2003-12-22 11:55:49 +00:00
page.module - Committed phase 4 of JonBob's menu system changes. 2003-11-25 19:26:21 +00:00
path.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
ping.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
poll.module - The introduction of the $page parameter for the node _view() hooks and 2003-12-22 12:05:07 +00:00
profile.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
queue.module - Fixed bug 4652: node loses its terms after getting promoted, declined or expired. 2003-12-18 21:05:02 +00:00
search.module - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
statistics.module - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
story.module - Patch by JonBob: 2003-11-20 21:51:23 +00:00
system.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
taxonomy.module - Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend. 2003-12-28 10:47:33 +00:00
throttle.module - Fixed throttle block problem. Patch by Jeremy. 2003-12-04 22:42:19 +00:00
title.module - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00
tracker.module - Fixed capitalization. 2003-12-14 19:23:11 +00:00
user.module - Updated the user login block to validate as XHTML strict: the 2003-12-29 13:51:59 +00:00
watchdog.module - Updated the calls to menu() to use MENU_HIDE instead of 1 2003-12-17 22:27:23 +00:00