? 320011.001.patch
? sites/default/files
? sites/default/settings.php
Index: modules/aggregator/aggregator.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/aggregator/aggregator.install,v
retrieving revision 1.20
diff -u -p -r1.20 aggregator.install
--- modules/aggregator/aggregator.install	22 Dec 2008 19:38:31 -0000	1.20
+++ modules/aggregator/aggregator.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: aggregator.install,v 1.20 2008/12/22 19:38:31 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the aggregator module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function aggregator_install() {
Index: modules/block/block.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block.install,v
retrieving revision 1.18
diff -u -p -r1.18 block.install
--- modules/block/block.install	3 Feb 2009 12:30:14 -0000	1.18
+++ modules/block/block.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: block.install,v 1.18 2009/02/03 12:30:14 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the block module.
+ */
+
+/**
  * Implementation of hook_schema().
  */
 function block_schema() {
Index: modules/blogapi/blogapi.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.install,v
retrieving revision 1.4
diff -u -p -r1.4 blogapi.install
--- modules/blogapi/blogapi.install	15 Nov 2008 13:01:04 -0000	1.4
+++ modules/blogapi/blogapi.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: blogapi.install,v 1.4 2008/11/15 13:01:04 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the blogapi module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function blogapi_install() {
Index: modules/book/book.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.install,v
retrieving revision 1.27
diff -u -p -r1.27 book.install
--- modules/book/book.install	19 Jan 2009 10:46:50 -0000	1.27
+++ modules/book/book.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: book.install,v 1.27 2009/01/19 10:46:50 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the book module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function book_install() {
Index: modules/color/color.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.install,v
retrieving revision 1.4
diff -u -p -r1.4 color.install
--- modules/color/color.install	31 Aug 2008 09:15:12 -0000	1.4
+++ modules/color/color.install	13 Feb 2009 04:21:13 -0000
@@ -1,6 +1,11 @@
 <?php
 /* $Id: color.install,v 1.4 2008/08/31 09:15:12 dries Exp $ */
 
+/**
+ * @file
+ * Install, update and uninstall functions for the color module.
+ */
+
 function color_requirements($phase) {
   $requirements = array();
 
Index: modules/comment/comment.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.install,v
retrieving revision 1.30
diff -u -p -r1.30 comment.install
--- modules/comment/comment.install	31 Jan 2009 16:31:59 -0000	1.30
+++ modules/comment/comment.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: comment.install,v 1.30 2009/01/31 16:31:59 webchick Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the comment module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function comment_install() {
Index: modules/contact/contact.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/contact/contact.install,v
retrieving revision 1.11
diff -u -p -r1.11 contact.install
--- modules/contact/contact.install	15 Nov 2008 13:01:05 -0000	1.11
+++ modules/contact/contact.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: contact.install,v 1.11 2008/11/15 13:01:05 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the contact module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function contact_install() {
Index: modules/dblog/dblog.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/dblog/dblog.install,v
retrieving revision 1.12
diff -u -p -r1.12 dblog.install
--- modules/dblog/dblog.install	28 Dec 2008 20:41:19 -0000	1.12
+++ modules/dblog/dblog.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: dblog.install,v 1.12 2008/12/28 20:41:19 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the dblog module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function dblog_install() {
Index: modules/field/field.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.install,v
retrieving revision 1.3
diff -u -p -r1.3 field.install
--- modules/field/field.install	11 Feb 2009 04:45:57 -0000	1.3
+++ modules/field/field.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: field.install,v 1.3 2009/02/11 04:45:57 webchick Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the field module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function field_install() {
Index: modules/field/modules/field_sql_storage/field_sql_storage.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/modules/field_sql_storage/field_sql_storage.install,v
retrieving revision 1.2
diff -u -p -r1.2 field_sql_storage.install
--- modules/field/modules/field_sql_storage/field_sql_storage.install	10 Feb 2009 03:16:14 -0000	1.2
+++ modules/field/modules/field_sql_storage/field_sql_storage.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: field_sql_storage.install,v 1.2 2009/02/10 03:16:14 webchick Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the field_sql_storage module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function field_sql_storage_install() {
Index: modules/filter/filter.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/filter/filter.install,v
retrieving revision 1.12
diff -u -p -r1.12 filter.install
--- modules/filter/filter.install	21 Jan 2009 16:58:42 -0000	1.12
+++ modules/filter/filter.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: filter.install,v 1.12 2009/01/21 16:58:42 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the filter module.
+ */
+
+/**
  * Implementation of hook_schema().
  */
 function filter_schema() {
Index: modules/forum/forum.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum.install,v
retrieving revision 1.26
diff -u -p -r1.26 forum.install
--- modules/forum/forum.install	14 Jan 2009 21:16:20 -0000	1.26
+++ modules/forum/forum.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: forum.install,v 1.26 2009/01/14 21:16:20 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the forum module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function forum_install() {
Index: modules/locale/locale.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/locale/locale.install,v
retrieving revision 1.34
diff -u -p -r1.34 locale.install
--- modules/locale/locale.install	13 Feb 2009 00:45:18 -0000	1.34
+++ modules/locale/locale.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: locale.install,v 1.34 2009/02/13 00:45:18 webchick Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the locale module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function locale_install() {
Index: modules/menu/menu.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/menu/menu.install,v
retrieving revision 1.14
diff -u -p -r1.14 menu.install
--- modules/menu/menu.install	15 Nov 2008 13:01:07 -0000	1.14
+++ modules/menu/menu.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: menu.install,v 1.14 2008/11/15 13:01:07 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the menu module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function menu_install() {
Index: modules/node/node.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.install,v
retrieving revision 1.11
diff -u -p -r1.11 node.install
--- modules/node/node.install	21 Jan 2009 16:58:42 -0000	1.11
+++ modules/node/node.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: node.install,v 1.11 2009/01/21 16:58:42 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the node module.
+ */
+
+/**
  * Implementation of hook_schema().
  */
 function node_schema() {
Index: modules/openid/openid.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/openid/openid.install,v
retrieving revision 1.4
diff -u -p -r1.4 openid.install
--- modules/openid/openid.install	15 Nov 2008 13:01:08 -0000	1.4
+++ modules/openid/openid.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: openid.install,v 1.4 2008/11/15 13:01:08 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the openid module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function openid_install() {
Index: modules/php/php.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/php/php.install,v
retrieving revision 1.4
diff -u -p -r1.4 php.install
--- modules/php/php.install	21 Jan 2009 16:58:42 -0000	1.4
+++ modules/php/php.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: php.install,v 1.4 2009/01/21 16:58:42 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the php module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function php_install() {
Index: modules/poll/poll.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/poll/poll.install,v
retrieving revision 1.18
diff -u -p -r1.18 poll.install
--- modules/poll/poll.install	21 Jan 2009 14:42:16 -0000	1.18
+++ modules/poll/poll.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: poll.install,v 1.18 2009/01/21 14:42:16 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the poll module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function poll_install() {
Index: modules/profile/profile.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.install,v
retrieving revision 1.15
diff -u -p -r1.15 profile.install
--- modules/profile/profile.install	5 Dec 2008 12:50:28 -0000	1.15
+++ modules/profile/profile.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: profile.install,v 1.15 2008/12/05 12:50:28 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the profile module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function profile_install() {
Index: modules/search/search.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/search/search.install,v
retrieving revision 1.19
diff -u -p -r1.19 search.install
--- modules/search/search.install	15 Nov 2008 13:01:09 -0000	1.19
+++ modules/search/search.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: search.install,v 1.19 2008/11/15 13:01:09 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the search module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function search_install() {
Index: modules/simpletest/simpletest.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/simpletest.install,v
retrieving revision 1.15
diff -u -p -r1.15 simpletest.install
--- modules/simpletest/simpletest.install	1 Feb 2009 17:11:00 -0000	1.15
+++ modules/simpletest/simpletest.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: simpletest.install,v 1.15 2009/02/01 17:11:00 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the simpletest module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function simpletest_install() {
Index: modules/simpletest/tests/database_test.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/database_test.install,v
retrieving revision 1.4
diff -u -p -r1.4 database_test.install
--- modules/simpletest/tests/database_test.install	23 Dec 2008 07:48:24 -0000	1.4
+++ modules/simpletest/tests/database_test.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: database_test.install,v 1.4 2008/12/23 07:48:24 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the database_test module.
+ */
+
+/**
  * Implementation of hook_schema().
  *
  * The database tests use the database API which depends on schema
Index: modules/simpletest/tests/field_test.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/field_test.install,v
retrieving revision 1.2
diff -u -p -r1.2 field_test.install
--- modules/simpletest/tests/field_test.install	5 Feb 2009 03:42:58 -0000	1.2
+++ modules/simpletest/tests/field_test.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: field_test.install,v 1.2 2009/02/05 03:42:58 webchick Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the field_test module.
+ */
+
+/**
  * Implementation of hook_schema().
  */
 function field_test_schema() {
Index: modules/simpletest/tests/taxonomy_test.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/taxonomy_test.install,v
retrieving revision 1.5
diff -u -p -r1.5 taxonomy_test.install
--- modules/simpletest/tests/taxonomy_test.install	14 Jan 2009 21:16:20 -0000	1.5
+++ modules/simpletest/tests/taxonomy_test.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: taxonomy_test.install,v 1.5 2009/01/14 21:16:20 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the taxonomy_test module.
+ */
+
+/**
  * Implementation of hook_schema().
  */
 function taxonomy_test_schema() {
Index: modules/statistics/statistics.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics/statistics.install,v
retrieving revision 1.15
diff -u -p -r1.15 statistics.install
--- modules/statistics/statistics.install	3 Dec 2008 19:22:09 -0000	1.15
+++ modules/statistics/statistics.install	13 Feb 2009 04:21:13 -0000
@@ -2,6 +2,11 @@
 // $Id: statistics.install,v 1.15 2008/12/03 19:22:09 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the statistics module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function statistics_install() {
Index: modules/system/system.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.install,v
retrieving revision 1.306
diff -u -p -r1.306 system.install
--- modules/system/system.install	3 Feb 2009 12:30:14 -0000	1.306
+++ modules/system/system.install	13 Feb 2009 04:21:14 -0000
@@ -2,6 +2,11 @@
 // $Id: system.install,v 1.306 2009/02/03 12:30:14 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the system module.
+ */
+
+/**
  * Test and report Drupal installation requirements.
  *
  * @param $phase
Index: modules/taxonomy/taxonomy.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.install,v
retrieving revision 1.15
diff -u -p -r1.15 taxonomy.install
--- modules/taxonomy/taxonomy.install	31 Jan 2009 16:22:50 -0000	1.15
+++ modules/taxonomy/taxonomy.install	13 Feb 2009 04:21:14 -0000
@@ -1,6 +1,11 @@
 <?php
 // $Id: taxonomy.install,v 1.15 2009/01/31 16:22:50 webchick Exp $
 
+/**
+ * @file
+ * Install, update and uninstall functions for the taxonomy module.
+ */
+
  /**
  * Implementation of hook_install().
  */
Index: modules/trigger/trigger.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/trigger/trigger.install,v
retrieving revision 1.7
diff -u -p -r1.7 trigger.install
--- modules/trigger/trigger.install	20 Dec 2008 05:20:21 -0000	1.7
+++ modules/trigger/trigger.install	13 Feb 2009 04:21:14 -0000
@@ -2,6 +2,11 @@
 // $Id: trigger.install,v 1.7 2008/12/20 05:20:21 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the trigger module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function trigger_install() {
Index: modules/update/update.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.install,v
retrieving revision 1.6
diff -u -p -r1.6 update.install
--- modules/update/update.install	15 Nov 2008 13:01:11 -0000	1.6
+++ modules/update/update.install	13 Feb 2009 04:21:14 -0000
@@ -2,6 +2,11 @@
 // $Id: update.install,v 1.6 2008/11/15 13:01:11 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the update module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function update_install() {
Index: modules/upload/upload.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/upload/upload.install,v
retrieving revision 1.8
diff -u -p -r1.8 upload.install
--- modules/upload/upload.install	15 Nov 2008 13:01:11 -0000	1.8
+++ modules/upload/upload.install	13 Feb 2009 04:21:14 -0000
@@ -2,6 +2,11 @@
 // $Id: upload.install,v 1.8 2008/11/15 13:01:11 dries Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the upload module.
+ */
+
+/**
  * Implementation of hook_install().
  */
 function upload_install() {
Index: modules/user/user.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.install,v
retrieving revision 1.17
diff -u -p -r1.17 user.install
--- modules/user/user.install	20 Jan 2009 03:10:00 -0000	1.17
+++ modules/user/user.install	13 Feb 2009 04:21:14 -0000
@@ -2,6 +2,11 @@
 // $Id: user.install,v 1.17 2009/01/20 03:10:00 webchick Exp $
 
 /**
+ * @file
+ * Install, update and uninstall functions for the user module.
+ */
+
+/**
  * Implementation of hook_schema().
  */
 function user_schema() {
