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
No related merge requests found
Showing
with 21 additions and 15 deletions
......@@ -175,11 +175,13 @@ function _module_build_dependents($files) {
* name - The real name of the module for display purposes.
* description - A brief description of the module.
* 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:
* name = Forum
* description = Enables threaded discussions about general topics.
* dependencies = taxonomy comment
* package = Core - optional
*
* @param $filename
* The file we are parsing. Accepts file with relative or absolute path.
......
; $Id$
name = Aggregator
description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
package = Core - optional
; $Id$
name = Block
description = Controls the boxes that are displayed around the main content.
package = Core - required
; $Id$
name = Blog
description = Enables keeping an easily and regularly updated web page or a blog.
package = Core - optional
; $Id$
name = Blog API
description = Allows users to post content using applications that support XML-RPC blog APIs.
package = Core - optional
; $Id$
name = Book
description = Allows users to collaboratively author a book.
package = Core - optional
; $Id$
name = Comment
description = Allows users to comment on and discuss published content.
package = Core - optional
; $Id$
name = Contact
description = Enables the use of both personal and site-wide contact forms.
package = Core - optional
; $Id$
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
; $Id$
name = Filter
description = Handles the filtering of content in preparation for display.
package = Core - required
......@@ -2,3 +2,4 @@
name = Forum
description = Enables threaded discussions about general topics.
dependencies = taxonomy comment
package = Core - optional
; $Id$
name = Help
description = Manages the display of online help.
package = Core - optional
; $Id$
name = Legacy
description = Provides legacy handlers for upgrades from older Drupal installations.
package = Core - optional
; $Id$
name = Locale
description = Enables the translation of the user interface to languages other than English.
package = Core - optional
; $Id$
name = Menu
description = Allows administrators to customize the site navigation menu.
package = Core - optional
; $Id$
name = Node
description = Allows content to be submitted to the site and displayed on pages.
package = Core - required
; $Id$
name = Path
description = Allows users to rename URLs.
package = Core - optional
; $Id$
name = Ping
description = Alerts other sites when your site has been updated.
package = Core - optional
; $Id$
name = Poll
description = Allows your site to capture votes on different topics in the form of multiple choice questions.
package = Core - optional
; $Id$
name = Profile
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