- Patch #221384 by webernet: update core compatibility to Drupal 7.

merge-requests/26/head
Dries Buytaert 2008-02-18 19:19:49 +00:00
parent 4a96b2c52b
commit b05db1f176
40 changed files with 41 additions and 41 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -5,4 +5,4 @@ dependencies[] = taxonomy
dependencies[] = comment
package = Core - optional
version = VERSION
core = 6.x
core = 7.x

View File

@ -3,4 +3,4 @@ name = Help
description = Manages the display of online help.
package = Core - optional
version = VERSION
core = 6.x
core = 7.x

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -3,4 +3,4 @@ name = Path
description = Allows users to rename URLs.
package = Core - optional
version = VERSION
core = 6.x
core = 7.x

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -3,4 +3,4 @@ name = Profile
description = Supports configurable user profiles.
package = Core - optional
version = VERSION
core = 6.x
core = 7.x

View File

@ -3,4 +3,4 @@ name = Search
description = Enables site-wide keyword searching.
package = Core - optional
version = VERSION
core = 6.x
core = 7.x

View File

@ -3,4 +3,4 @@ name = Statistics
description = Logs access statistics for your site.
package = Core - optional
version = VERSION
core = 6.x
core = 7.x

View File

@ -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

View File

@ -3,4 +3,4 @@ name = System
description = Handles general site configuration for administrators.
package = Core - required
version = VERSION
core = 6.x
core = 7.x

View File

@ -14,12 +14,12 @@ define('VERSION', '7.0-dev');
/**
* 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.

View File

@ -3,4 +3,4 @@ name = Taxonomy
description = Enables the categorization of content.
package = Core - optional
version = VERSION
core = 6.x
core = 7.x

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -10,4 +10,4 @@ features[] = slogan
stylesheets[all][] = style.css
stylesheets[all][] = common.css
version = VERSION
core = 6.x
core = 7.x

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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