Skip to content
Snippets Groups Projects
Commit 29eb5a62 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #146910 by dww: only allow enabling modules with the same Drupal core...

- Patch #146910 by dww: only allow enabling modules with the same Drupal core compatibility version.
parent 54671976
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 1 deletion
......@@ -8,7 +8,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* The watchdog module is now called dblog, and is optional, but enabled by default in the default install profile.
* Extended the database log module so log messages can be filtered.
* Added syslog module: useful for monitoring large Drupal installations.
- Added optional e-mail notifications when user are approved, blocked, or deleted.
- Added optional e-mail notifications when users are approved, blocked, or deleted.
- Added versioning support to node terms.
- Made it easier to theme the forum overview page.
- Made Drupal work correctly when running behind a reverse proxy like Squid or Pound.
......@@ -32,6 +32,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Removed default/settings.php. Instead the installer will create it from default.settings.php.
* Made it possible to configure your own date formats.
* Remember anonymous comment posters.
* Only allow modules and themes to be enabled that have explicitly been ported to the right core API version.
- Theme system:
* Added .info files to themes and made it easier to specify regions and features.
* Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.
......
......@@ -3,3 +3,4 @@ name = Aggregator
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Block
description = Controls the boxes that are displayed around the main content.
package = Core - required
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Blog
description = Enables keeping easily and regularly updated user web pages or blogs.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +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
......@@ -3,3 +3,4 @@ name = Book
description = Allows users to collaboratively author a book.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Color
description = Allows the user to change the color scheme of certain themes.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Comment
description = Allows users to comment on and discuss published content.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Contact
description = Enables the use of both personal and site-wide contact forms.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Database logging
description = Logs and records system events to the database.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Drupal
description = Lets you register your site with a central server and improve ranking of Drupal projects by posting information on your installed modules and themes; also enables users to log in using a Drupal ID.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Filter
description = Handles the filtering of content in preparation for display.
package = Core - required
version = VERSION
core = 6.x
......@@ -5,3 +5,4 @@ dependencies[] = taxonomy
dependencies[] = comment
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Help
description = Manages the display of online help.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Locale
description = Add language handling functionality and enables the translation of the user interface to languages other than English.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Menu
description = Allows administrators to customize the site navigation menu.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +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
......@@ -3,3 +3,4 @@ name = Path
description = Allows users to rename URLs.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = PHP filter
description = Allows embedded PHP code/snippets to be evaluated.
package = Core - optional
version = VERSION
core = 6.x
......@@ -3,3 +3,4 @@ name = Ping
description = Alerts other sites when your site has been updated.
package = Core - optional
version = VERSION
core = 6.x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment