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

- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added...

- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
parent c621a607
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Showing
with 21 additions and 15 deletions
...@@ -175,11 +175,13 @@ function _module_build_dependents($files) { ...@@ -175,11 +175,13 @@ function _module_build_dependents($files) {
* name - The real name of the module for display purposes. * name - The real name of the module for display purposes.
* description - A brief description of the module. * description - A brief description of the module.
* dependencies - A space delimited list of the short names (shortname) of other modules this module depends on. * dependencies - A space delimited list of the short names (shortname) of other modules this module depends on.
* package - The name of the package of modules this module belongs to.
* *
* Example of .info file: * Example of .info file:
* name = Forum * name = Forum
* description = Enables threaded discussions about general topics. * description = Enables threaded discussions about general topics.
* dependencies = taxonomy comment * dependencies = taxonomy comment
* package = Core - optional
* *
* @param $filename * @param $filename
* The file we are parsing. Accepts file with relative or absolute path. * The file we are parsing. Accepts file with relative or absolute path.
......
; $Id$ ; $Id$
name = Aggregator name = Aggregator
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)." description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
package = Core - optional
; $Id$ ; $Id$
name = Block name = Block
description = Controls the boxes that are displayed around the main content. description = Controls the boxes that are displayed around the main content.
package = Core - required
; $Id$ ; $Id$
name = Blog name = Blog
description = Enables keeping an easily and regularly updated web page or a blog. description = Enables keeping an easily and regularly updated web page or a blog.
package = Core - optional
; $Id$ ; $Id$
name = Blog API name = Blog API
description = Allows users to post content using applications that support XML-RPC blog APIs. description = Allows users to post content using applications that support XML-RPC blog APIs.
package = Core - optional
; $Id$ ; $Id$
name = Book name = Book
description = Allows users to collaboratively author a book. description = Allows users to collaboratively author a book.
package = Core - optional
; $Id$ ; $Id$
name = Comment name = Comment
description = Allows users to comment on and discuss published content. description = Allows users to comment on and discuss published content.
package = Core - optional
; $Id$ ; $Id$
name = Contact name = Contact
description = Enables the use of both personal and site-wide contact forms. description = Enables the use of both personal and site-wide contact forms.
package = Core - optional
; $Id$ ; $Id$
name = Drupal 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. 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
; $Id$ ; $Id$
name = Filter name = Filter
description = Handles the filtering of content in preparation for display. description = Handles the filtering of content in preparation for display.
package = Core - required
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
name = Forum name = Forum
description = Enables threaded discussions about general topics. description = Enables threaded discussions about general topics.
dependencies = taxonomy comment dependencies = taxonomy comment
package = Core - optional
; $Id$ ; $Id$
name = Help name = Help
description = Manages the display of online help. description = Manages the display of online help.
package = Core - optional
; $Id$ ; $Id$
name = Legacy name = Legacy
description = Provides legacy handlers for upgrades from older Drupal installations. description = Provides legacy handlers for upgrades from older Drupal installations.
package = Core - optional
; $Id$ ; $Id$
name = Locale name = Locale
description = Enables the translation of the user interface to languages other than English. description = Enables the translation of the user interface to languages other than English.
package = Core - optional
; $Id$ ; $Id$
name = Menu name = Menu
description = Allows administrators to customize the site navigation menu. description = Allows administrators to customize the site navigation menu.
package = Core - optional
; $Id$ ; $Id$
name = Node name = Node
description = Allows content to be submitted to the site and displayed on pages. description = Allows content to be submitted to the site and displayed on pages.
package = Core - required
; $Id$ ; $Id$
name = Path name = Path
description = Allows users to rename URLs. description = Allows users to rename URLs.
package = Core - optional
; $Id$ ; $Id$
name = Ping name = Ping
description = Alerts other sites when your site has been updated. description = Alerts other sites when your site has been updated.
package = Core - optional
; $Id$ ; $Id$
name = Poll name = Poll
description = Allows your site to capture votes on different topics in the form of multiple choice questions. description = Allows your site to capture votes on different topics in the form of multiple choice questions.
package = Core - optional
; $Id$ ; $Id$
name = Profile name = Profile
description = Supports configurable user profiles. description = Supports configurable user profiles.
package = Core - optional
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