From b05db1f1769551a74f4512a0947d67353b6d84a4 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 18 Feb 2008 19:19:49 +0000
Subject: [PATCH] - Patch #221384 by webernet: update core compatibility to
 Drupal 7.

---
 modules/aggregator/aggregator.info    | 2 +-
 modules/block/block.info              | 2 +-
 modules/blog/blog.info                | 2 +-
 modules/blogapi/blogapi.info          | 2 +-
 modules/book/book.info                | 2 +-
 modules/color/color.info              | 2 +-
 modules/comment/comment.info          | 2 +-
 modules/contact/contact.info          | 2 +-
 modules/dblog/dblog.info              | 2 +-
 modules/filter/filter.info            | 2 +-
 modules/forum/forum.info              | 2 +-
 modules/help/help.info                | 2 +-
 modules/locale/locale.info            | 2 +-
 modules/menu/menu.info                | 2 +-
 modules/node/node.info                | 2 +-
 modules/openid/openid.info            | 2 +-
 modules/path/path.info                | 2 +-
 modules/php/php.info                  | 2 +-
 modules/ping/ping.info                | 2 +-
 modules/poll/poll.info                | 2 +-
 modules/profile/profile.info          | 2 +-
 modules/search/search.info            | 2 +-
 modules/statistics/statistics.info    | 2 +-
 modules/syslog/syslog.info            | 2 +-
 modules/system/system.info            | 2 +-
 modules/system/system.module          | 4 ++--
 modules/taxonomy/taxonomy.info        | 2 +-
 modules/throttle/throttle.info        | 2 +-
 modules/tracker/tracker.info          | 2 +-
 modules/translation/translation.info  | 2 +-
 modules/trigger/trigger.info          | 2 +-
 modules/update/update.info            | 2 +-
 modules/upload/upload.info            | 2 +-
 modules/user/user.info                | 2 +-
 themes/bluemarine/bluemarine.info     | 2 +-
 themes/chameleon/chameleon.info       | 2 +-
 themes/chameleon/marvin/marvin.info   | 2 +-
 themes/garland/garland.info           | 2 +-
 themes/garland/minnelli/minnelli.info | 2 +-
 themes/pushbutton/pushbutton.info     | 2 +-
 40 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/modules/aggregator/aggregator.info b/modules/aggregator/aggregator.info
index 5697ae3131bb..2d16c0792ff9 100644
--- a/modules/aggregator/aggregator.info
+++ b/modules/aggregator/aggregator.info
@@ -3,4 +3,4 @@ name = Aggregator
 description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/block/block.info b/modules/block/block.info
index 858e44f6257f..75bd66eded1d 100644
--- a/modules/block/block.info
+++ b/modules/block/block.info
@@ -3,4 +3,4 @@ name = Block
 description = Controls the boxes that are displayed around the main content.
 package = Core - required
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/blog/blog.info b/modules/blog/blog.info
index 3dc887322bb6..f40da2c42a00 100644
--- a/modules/blog/blog.info
+++ b/modules/blog/blog.info
@@ -3,4 +3,4 @@ name = Blog
 description = Enables keeping easily and regularly updated user web pages or blogs.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/blogapi/blogapi.info b/modules/blogapi/blogapi.info
index d1781117e366..b094bba4a7ab 100644
--- a/modules/blogapi/blogapi.info
+++ b/modules/blogapi/blogapi.info
@@ -3,4 +3,4 @@ name = Blog API
 description = Allows users to post content using applications that support XML-RPC blog APIs.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/book/book.info b/modules/book/book.info
index ae4e24b69c7e..9c2f3537a893 100644
--- a/modules/book/book.info
+++ b/modules/book/book.info
@@ -3,4 +3,4 @@ name = Book
 description = Allows users to structure site pages in a hierarchy or outline.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/color/color.info b/modules/color/color.info
index 82d04b2b4c19..7d05e7e3463c 100644
--- a/modules/color/color.info
+++ b/modules/color/color.info
@@ -3,4 +3,4 @@ name = Color
 description = Allows the user to change the color scheme of certain themes.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/comment/comment.info b/modules/comment/comment.info
index 5d13a6f5714f..cdd764b48a63 100644
--- a/modules/comment/comment.info
+++ b/modules/comment/comment.info
@@ -3,4 +3,4 @@ name = Comment
 description = Allows users to comment on and discuss published content.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/contact/contact.info b/modules/contact/contact.info
index 2a2e742c1f9b..e88c4c08cabc 100644
--- a/modules/contact/contact.info
+++ b/modules/contact/contact.info
@@ -3,4 +3,4 @@ name = Contact
 description = Enables the use of both personal and site-wide contact forms.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/dblog/dblog.info b/modules/dblog/dblog.info
index 4072ad4f5d1b..3ec37051f41c 100644
--- a/modules/dblog/dblog.info
+++ b/modules/dblog/dblog.info
@@ -3,4 +3,4 @@ name = Database logging
 description = Logs and records system events to the database.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/filter/filter.info b/modules/filter/filter.info
index 1f19f7616e47..7f9059c029fe 100644
--- a/modules/filter/filter.info
+++ b/modules/filter/filter.info
@@ -3,4 +3,4 @@ name = Filter
 description = Handles the filtering of content in preparation for display.
 package = Core - required
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/forum/forum.info b/modules/forum/forum.info
index 00828a407d2a..0d480c0f3119 100644
--- a/modules/forum/forum.info
+++ b/modules/forum/forum.info
@@ -5,4 +5,4 @@ dependencies[] = taxonomy
 dependencies[] = comment
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/help/help.info b/modules/help/help.info
index ea6dc550717d..503f739575d5 100644
--- a/modules/help/help.info
+++ b/modules/help/help.info
@@ -3,4 +3,4 @@ name = Help
 description = Manages the display of online help.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/locale/locale.info b/modules/locale/locale.info
index 1d5f2bf4ec96..9bd5fc8eb01c 100644
--- a/modules/locale/locale.info
+++ b/modules/locale/locale.info
@@ -3,4 +3,4 @@ name = Locale
 description = Adds language handling functionality and enables the translation of the user interface to languages other than English.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/menu/menu.info b/modules/menu/menu.info
index 56f8d140a18c..e3fa441a6c21 100644
--- a/modules/menu/menu.info
+++ b/modules/menu/menu.info
@@ -3,4 +3,4 @@ name = Menu
 description = Allows administrators to customize the site navigation menu.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/node/node.info b/modules/node/node.info
index 95ddbe39b1ca..ce8986be9785 100644
--- a/modules/node/node.info
+++ b/modules/node/node.info
@@ -3,4 +3,4 @@ name = Node
 description = Allows content to be submitted to the site and displayed on pages.
 package = Core - required
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/openid/openid.info b/modules/openid/openid.info
index 015dee6b3a40..f747ff9bdec9 100644
--- a/modules/openid/openid.info
+++ b/modules/openid/openid.info
@@ -3,4 +3,4 @@ name = OpenID
 description = "Allows users to log into your site using OpenID."
 version = VERSION
 package = Core - optional
-core = 6.x
+core = 7.x
diff --git a/modules/path/path.info b/modules/path/path.info
index 8ba436f60aef..ce0490943d92 100644
--- a/modules/path/path.info
+++ b/modules/path/path.info
@@ -3,4 +3,4 @@ name = Path
 description = Allows users to rename URLs.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/php/php.info b/modules/php/php.info
index 2327acc73c57..56f6b5ea5aa1 100644
--- a/modules/php/php.info
+++ b/modules/php/php.info
@@ -3,4 +3,4 @@ name = PHP filter
 description = Allows embedded PHP code/snippets to be evaluated.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/ping/ping.info b/modules/ping/ping.info
index c89de3baa367..1f08a3c91291 100644
--- a/modules/ping/ping.info
+++ b/modules/ping/ping.info
@@ -3,4 +3,4 @@ name = Ping
 description = Alerts other sites when your site has been updated.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/poll/poll.info b/modules/poll/poll.info
index 1622d36e685b..2cface906fe2 100644
--- a/modules/poll/poll.info
+++ b/modules/poll/poll.info
@@ -3,4 +3,4 @@ name = Poll
 description = Allows your site to capture votes on different topics in the form of multiple choice questions.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/profile/profile.info b/modules/profile/profile.info
index 139670c63712..cc2f86bcbdc7 100644
--- a/modules/profile/profile.info
+++ b/modules/profile/profile.info
@@ -3,4 +3,4 @@ name = Profile
 description = Supports configurable user profiles.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/search/search.info b/modules/search/search.info
index 1ea0f110d926..6d6590cd2438 100644
--- a/modules/search/search.info
+++ b/modules/search/search.info
@@ -3,4 +3,4 @@ name = Search
 description = Enables site-wide keyword searching.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/statistics/statistics.info b/modules/statistics/statistics.info
index 8934614ba732..031e3b6a00c3 100644
--- a/modules/statistics/statistics.info
+++ b/modules/statistics/statistics.info
@@ -3,4 +3,4 @@ name = Statistics
 description = Logs access statistics for your site.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/syslog/syslog.info b/modules/syslog/syslog.info
index e08efb52a34a..8b22a77f4027 100644
--- a/modules/syslog/syslog.info
+++ b/modules/syslog/syslog.info
@@ -3,4 +3,4 @@ name = Syslog
 description = Logs and records system events to syslog.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/system/system.info b/modules/system/system.info
index 28c8a686b7e6..b4daf5205809 100644
--- a/modules/system/system.info
+++ b/modules/system/system.info
@@ -3,4 +3,4 @@ name = System
 description = Handles general site configuration for administrators.
 package = Core - required
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/system/system.module b/modules/system/system.module
index b4354e9a57be..d3f9d6fae570 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -14,12 +14,12 @@
 /**
  * Core API compatibility.
  */
-define('DRUPAL_CORE_COMPATIBILITY', '6.x');
+define('DRUPAL_CORE_COMPATIBILITY', '7.x');
 
 /**
  * Minimum supported version of PHP.
  */
-define('DRUPAL_MINIMUM_PHP',    '4.3.5');
+define('DRUPAL_MINIMUM_PHP',    '5.2.0');
 
 /**
  * Minimum recommended value of PHP memory_limit.
diff --git a/modules/taxonomy/taxonomy.info b/modules/taxonomy/taxonomy.info
index b1a2195484b3..c7a93e3509cb 100644
--- a/modules/taxonomy/taxonomy.info
+++ b/modules/taxonomy/taxonomy.info
@@ -3,4 +3,4 @@ name = Taxonomy
 description = Enables the categorization of content.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/throttle/throttle.info b/modules/throttle/throttle.info
index 7bdc100f0cb8..8f203b61a67c 100644
--- a/modules/throttle/throttle.info
+++ b/modules/throttle/throttle.info
@@ -3,4 +3,4 @@ name = Throttle
 description = Handles the auto-throttling mechanism, to control site congestion.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/tracker/tracker.info b/modules/tracker/tracker.info
index 03816901a3bc..37c1be304ddf 100644
--- a/modules/tracker/tracker.info
+++ b/modules/tracker/tracker.info
@@ -4,4 +4,4 @@ description = Enables tracking of recent posts for users.
 dependencies[] = comment
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/translation/translation.info b/modules/translation/translation.info
index f47870da1f6b..87ccf945a87b 100644
--- a/modules/translation/translation.info
+++ b/modules/translation/translation.info
@@ -4,4 +4,4 @@ description = Allows content to be translated into different languages.
 dependencies[] = locale
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/trigger/trigger.info b/modules/trigger/trigger.info
index ca08f85c604c..bc333940be18 100644
--- a/modules/trigger/trigger.info
+++ b/modules/trigger/trigger.info
@@ -3,4 +3,4 @@ name = Trigger
 description = Enables actions to be fired on certain system events, such as when new content is created.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/update/update.info b/modules/update/update.info
index 9c6172a4f0ba..1df3eda4c6e3 100644
--- a/modules/update/update.info
+++ b/modules/update/update.info
@@ -3,4 +3,4 @@ name = Update status
 description = Checks the status of available updates for Drupal and your installed modules and themes.
 version = VERSION
 package = Core - optional
-core = 6.x
+core = 7.x
diff --git a/modules/upload/upload.info b/modules/upload/upload.info
index dfb83d224249..2b2a948263cb 100644
--- a/modules/upload/upload.info
+++ b/modules/upload/upload.info
@@ -3,4 +3,4 @@ name = Upload
 description = Allows users to upload and attach files to content.
 package = Core - optional
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/modules/user/user.info b/modules/user/user.info
index 6059609ab379..fb382ebe6ef1 100644
--- a/modules/user/user.info
+++ b/modules/user/user.info
@@ -3,4 +3,4 @@ name = User
 description = Manages the user registration and login system.
 package = Core - required
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/themes/bluemarine/bluemarine.info b/themes/bluemarine/bluemarine.info
index 38c33853729d..26995182f732 100644
--- a/themes/bluemarine/bluemarine.info
+++ b/themes/bluemarine/bluemarine.info
@@ -2,5 +2,5 @@
 name = Bluemarine
 description = Table-based multi-column theme with a marine and ash color scheme.
 version = VERSION
-core = 6.x
+core = 7.x
 engine = phptemplate
diff --git a/themes/chameleon/chameleon.info b/themes/chameleon/chameleon.info
index 4a6850e4dfd2..d7c5e352f7bc 100644
--- a/themes/chameleon/chameleon.info
+++ b/themes/chameleon/chameleon.info
@@ -10,4 +10,4 @@ features[] = slogan
 stylesheets[all][] = style.css
 stylesheets[all][] = common.css
 version = VERSION
-core = 6.x
+core = 7.x
diff --git a/themes/chameleon/marvin/marvin.info b/themes/chameleon/marvin/marvin.info
index ac46c4e02328..887247d1d031 100644
--- a/themes/chameleon/marvin/marvin.info
+++ b/themes/chameleon/marvin/marvin.info
@@ -4,5 +4,5 @@ description = Boxy tabled theme in all grays.
 regions[left] = Left sidebar
 regions[right] = Right sidebar
 version = VERSION
-core = 6.x
+core = 7.x
 base theme = chameleon
diff --git a/themes/garland/garland.info b/themes/garland/garland.info
index 3a5d3bb7c605..7660da81b8db 100644
--- a/themes/garland/garland.info
+++ b/themes/garland/garland.info
@@ -2,7 +2,7 @@
 name = Garland
 description = Tableless, recolorable, multi-column, fluid width theme (default).
 version = VERSION
-core = 6.x
+core = 7.x
 engine = phptemplate
 stylesheets[all][] = style.css
 stylesheets[print][] = print.css
diff --git a/themes/garland/minnelli/minnelli.info b/themes/garland/minnelli/minnelli.info
index 3fdb8fc2e360..f10c04dac034 100644
--- a/themes/garland/minnelli/minnelli.info
+++ b/themes/garland/minnelli/minnelli.info
@@ -2,6 +2,6 @@
 name = Minnelli
 description = Tableless, recolorable, multi-column, fixed width theme.
 version = VERSION
-core = 6.x
+core = 7.x
 base theme = garland
 stylesheets[all][] = minnelli.css
diff --git a/themes/pushbutton/pushbutton.info b/themes/pushbutton/pushbutton.info
index 2f78fa4f13b8..84c298369ede 100644
--- a/themes/pushbutton/pushbutton.info
+++ b/themes/pushbutton/pushbutton.info
@@ -2,5 +2,5 @@
 name = Pushbutton
 description = Tabled, multi-column theme in blue and orange tones.
 version = VERSION
-core = 6.x
+core = 7.x
 engine = phptemplate
-- 
GitLab