#915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes.

merge-requests/26/head
Angie Byron 2010-12-20 19:59:44 +00:00
parent 424ab5b68e
commit 15ec48062c
93 changed files with 6 additions and 209 deletions

View File

@ -4,13 +4,6 @@ description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)."
package = Core
version = VERSION
core = 7.x
files[] = aggregator.module
files[] = aggregator.admin.inc
files[] = aggregator.pages.inc
files[] = aggregator.fetcher.inc
files[] = aggregator.parser.inc
files[] = aggregator.processor.inc
files[] = aggregator.install
files[] = aggregator.test
configure = admin/config/services/aggregator/settings
stylesheets[all][] = aggregator.css

View File

@ -4,5 +4,4 @@ description = "Support module for aggregator related testing."
package = Testing
version = VERSION
core = 7.x
files[] = aggregator_test.module
hidden = TRUE

View File

@ -4,8 +4,5 @@ description = Controls the visual building blocks a page is constructed with. Bl
package = Core
version = VERSION
core = 7.x
files[] = block.module
files[] = block.admin.inc
files[] = block.install
files[] = block.test
configure = admin/structure/block

View File

@ -4,5 +4,4 @@ description = Provides test blocks.
package = Testing
version = VERSION
core = 7.x
files[] = block_test.module
hidden = TRUE

View File

@ -1,10 +1,7 @@
; $Id$
name = Blog
description = Enables multi-user blogs.
package = Core
version = VERSION
core = 7.x
files[] = blog.module
files[] = blog.pages.inc
files[] = blog.test

View File

@ -4,10 +4,6 @@ description = Allows users to create and organize related content in an outline.
package = Core
version = VERSION
core = 7.x
files[] = book.module
files[] = book.admin.inc
files[] = book.pages.inc
files[] = book.install
files[] = book.test
configure = admin/content/book/settings
stylesheets[all][] = book.css

View File

@ -1,10 +1,7 @@
; $Id$
name = Color
description = Allows administrators to change the color scheme of compatible themes.
package = Core
version = VERSION
core = 7.x
files[] = color.module
files[] = color.install
files[] = color.test

View File

@ -6,10 +6,6 @@ version = VERSION
core = 7.x
dependencies[] = text
files[] = comment.module
files[] = comment.admin.inc
files[] = comment.pages.inc
files[] = comment.install
files[] = comment.test
files[] = comment.tokens.inc
configure = admin/content/comment
stylesheets[all][] = comment.css

View File

@ -4,9 +4,5 @@ description = Enables the use of both personal and site-wide contact forms.
package = Core
version = VERSION
core = 7.x
files[] = contact.module
files[] = contact.admin.inc
files[] = contact.pages.inc
files[] = contact.install
files[] = contact.test
configure = admin/structure/contact

View File

@ -116,7 +116,7 @@ function contact_menu() {
* TRUE if the current user has access to the requested user's contact form,
* or FALSE otherwise.
*/
function _contact_personal_tab_access(stdClass $account) {
function _contact_personal_tab_access($account) {
global $user;
// Anonymous users cannot have contact forms.

View File

@ -4,4 +4,3 @@ description = Provides contextual links to perform actions related to elements o
package = Core
version = VERSION
core = 7.x
files[] = contextual.module

View File

@ -4,7 +4,6 @@ description = Provides a dashboard page in the administrative interface for orga
core = 7.x
package = Core
version = VERSION
files[] = dashboard.module
files[] = dashboard.test
dependencies[] = block
configure = admin/dashboard/customize

View File

@ -4,7 +4,4 @@ description = Logs and records system events to the database.
package = Core
version = VERSION
core = 7.x
files[] = dblog.module
files[] = dblog.admin.inc
files[] = dblog.install
files[] = dblog.test

View File

@ -5,13 +5,7 @@ package = Core
version = VERSION
core = 7.x
files[] = field.module
files[] = field.install
files[] = field.crud.inc
files[] = field.info.inc
files[] = field.default.inc
files[] = field.multilingual.inc
files[] = field.attach.inc
files[] = field.form.inc
files[] = tests/field.test
dependencies[] = field_sql_storage
required = TRUE

View File

@ -5,7 +5,5 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = field_sql_storage.module
files[] = field_sql_storage.install
files[] = field_sql_storage.test
required = TRUE

View File

@ -6,5 +6,4 @@ version = VERSION
core = 7.x
dependencies[] = field
dependencies[] = options
files[] = list.module
files[] = tests/list.test

View File

@ -3,6 +3,5 @@ name = "List test"
description = "Support module for the List module tests."
core = 7.x
package = Testing
files[] = list_test.module
version = VERSION
hidden = TRUE

View File

@ -5,5 +5,4 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = number.module
files[] = number.test

View File

@ -5,5 +5,4 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = options.module
files[] = options.test

View File

@ -5,6 +5,5 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = text.module
files[] = text.test
required = TRUE

View File

@ -3,10 +3,6 @@ name = "Field API Test"
description = "Support module for the Field API tests."
core = 7.x
package = Testing
files[] = field_test.module
files[] = field_test.entity.inc
files[] = field_test.field.inc
files[] = field_test.storage.inc
files[] = field_test.install
version = VERSION
hidden = TRUE

View File

@ -5,6 +5,4 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = field_ui.module
files[] = field_ui.admin.inc
files[] = field_ui.test

View File

@ -5,7 +5,4 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = file.module
files[] = file.field.inc
files[] = file.install
files[] = tests/file.test

View File

@ -4,5 +4,4 @@ description = Provides hooks for testing File module functionality.
package = Core
version = VERSION
core = 7.x
files[] = file_module_test.module
hidden = TRUE

View File

@ -4,10 +4,6 @@ description = Filters content in preparation for display.
package = Core
version = VERSION
core = 7.x
files[] = filter.module
files[] = filter.admin.inc
files[] = filter.pages.inc
files[] = filter.install
files[] = filter.test
required = TRUE
configure = admin/config/content/formats

View File

@ -6,10 +6,6 @@ dependencies[] = comment
package = Core
version = VERSION
core = 7.x
files[] = forum.module
files[] = forum.admin.inc
files[] = forum.pages.inc
files[] = forum.install
files[] = forum.test
configure = admin/structure/forum
stylesheets[all][] = forum.css

View File

@ -4,6 +4,4 @@ description = Manages the display of online help.
package = Core
version = VERSION
core = 7.x
files[] = help.module
files[] = help.admin.inc
files[] = help.test

View File

@ -5,10 +5,5 @@ package = Core
version = VERSION
core = 7.x
dependencies[] = file
files[] = image.module
files[] = image.admin.inc
files[] = image.effects.inc
files[] = image.field.inc
files[] = image.install
files[] = image.test
configure = admin/config/media/image-styles

View File

@ -4,8 +4,5 @@ description = Adds language handling functionality and enables the translation o
package = Core
version = VERSION
core = 7.x
files[] = locale.module
files[] = locale.install
files[] = locale.admin.inc
files[] = locale.test
configure = admin/config/regional/language

View File

@ -3,6 +3,5 @@ name = "Locale Test"
description = "Support module for the locale layer tests."
core = 7.x
package = Testing
files[] = locale_test.module
version = VERSION
hidden = TRUE

View File

@ -4,8 +4,5 @@ description = Allows administrators to customize the site navigation menu.
package = Core
version = VERSION
core = 7.x
files[] = menu.module
files[] = menu.admin.inc
files[] = menu.install
files[] = menu.test
configure = admin/structure/menu

View File

@ -5,12 +5,7 @@ package = Core
version = VERSION
core = 7.x
files[] = node.module
files[] = content_types.inc
files[] = node.admin.inc
files[] = node.pages.inc
files[] = node.install
files[] = node.test
files[] = node.tokens.inc
required = TRUE
configure = admin/structure/types
stylesheets[all][] = node.css

View File

@ -4,5 +4,4 @@ description = "Support module for node permission testing."
package = Testing
version = VERSION
core = 7.x
files[] = node_access_test.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for node related testing."
package = Testing
version = VERSION
core = 7.x
files[] = node_test.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for node related exception testing."
package = Testing
version = VERSION
core = 7.x
files[] = node_test_exception.module
hidden = TRUE

View File

@ -4,8 +4,4 @@ description = "Allows users to log into your site using OpenID."
version = VERSION
package = Core
core = 7.x
files[] = openid.module
files[] = openid.inc
files[] = openid.pages.inc
files[] = openid.install
files[] = openid.test

View File

@ -4,7 +4,5 @@ description = "OpenID provider used for testing."
package = Testing
version = VERSION
core = 7.x
files[] = openid_test.install
files[] = openid_test.module
dependencies[] = openid
hidden = TRUE

View File

@ -4,5 +4,3 @@ description = Displays the Drupal administration interface in an overlay.
package = Core
version = VERSION
core = 7.x
files[] = overlay.module
files[] = overlay.install

View File

@ -4,7 +4,5 @@ description = Allows users to rename URLs.
package = Core
version = VERSION
core = 7.x
files[] = path.module
files[] = path.admin.inc
files[] = path.test
configure = admin/config/search/path

View File

@ -4,6 +4,4 @@ description = Allows embedded PHP code/snippets to be evaluated.
package = Core
version = VERSION
core = 7.x
files[] = php.module
files[] = php.install
files[] = php.test

View File

@ -4,9 +4,5 @@ description = Allows your site to capture votes on different topics in the form
package = Core
version = VERSION
core = 7.x
files[] = poll.module
files[] = poll.pages.inc
files[] = poll.install
files[] = poll.test
files[] = poll.tokens.inc
stylesheets[all][] = poll.css

View File

@ -4,10 +4,6 @@ description = Supports configurable user profiles.
package = Core
version = VERSION
core = 7.x
files[] = profile.module
files[] = profile.admin.inc
files[] = profile.pages.inc
files[] = profile.install
files[] = profile.test
configure = admin/config/people/profile
; The Profile module is deprecated, and included in Drupal 7 for legacy

View File

@ -4,6 +4,4 @@ description = Enriches your content with metadata to let other applications (e.g
package = Core
version = VERSION
core = 7.x
files[] = rdf.install
files[] = rdf.module
files[] = rdf.test

View File

@ -4,6 +4,4 @@ description = "Support module for RDF module testing."
package = Testing
version = VERSION
core = 7.x
files[] = rdf_test.install
files[] = rdf_test.module
hidden = TRUE

View File

@ -4,11 +4,7 @@ description = Enables site-wide keyword searching.
package = Core
version = VERSION
core = 7.x
files[] = search.module
files[] = search.admin.inc
files[] = search.pages.inc
files[] = search.install
files[] = search.test
files[] = search.extender.inc
files[] = search.test
configure = admin/config/search/settings
stylesheets[all][] = search.css

View File

@ -4,5 +4,4 @@ description = "Support module for search module testing of embedded forms."
package = Testing
version = VERSION
core = 7.x
files[] = search_embedded_form.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for search module testing."
package = Testing
version = VERSION
core = 7.x
files[] = search_extra_type.module
hidden = TRUE

View File

@ -4,8 +4,5 @@ description = Allows users to manage customizable lists of shortcut links.
package = Core
version = VERSION
core = 7.x
files[] = shortcut.module
files[] = shortcut.admin.inc
files[] = shortcut.install
files[] = shortcut.test
configure = admin/config/user-interface/shortcut

View File

@ -4,9 +4,6 @@ description = Provides a framework for unit and functional testing.
package = Core
version = VERSION
core = 7.x
files[] = simpletest.module
files[] = simpletest.pages.inc
files[] = simpletest.install
files[] = simpletest.test
files[] = drupal_web_test_case.php
configure = admin/config/development/testing/settings

View File

@ -4,5 +4,4 @@ description = Support module for action loop testing.
package = Testing
version = VERSION
core = 7.x
files[] = actions_loop_test.module
hidden = TRUE

View File

@ -3,6 +3,5 @@ name = "AJAX form test mock module"
description = "Test for AJAX form calls."
core = 7.x
package = Testing
files[] = ajax_forms_test.module
version = VERSION
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = Support module for AJAX framework tests.
package = Testing
version = VERSION
core = 7.x
files[] = ajax_test.module
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = "Support module for Batch API tests."
package = Testing
version = VERSION
core = 7.x
files[] = batch_test.module
files[] = batch_test.callbacks.inc
hidden = TRUE

View File

@ -4,7 +4,6 @@ description = "Support module for Common tests."
package = Testing
version = VERSION
core = 7.x
files[] = common_test.module
stylesheets[all][] = common_test.css
stylesheets[print][] = common_test.print.css
hidden = TRUE

View File

@ -3,7 +3,5 @@ name = "Database Test"
description = "Support module for Database layer tests."
core = 7.x
package = Testing
files[] = database_test.module
files[] = database_test.install
version = VERSION
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for testing the drupal_system_listing function."
package = Testing
version = VERSION
core = 7.x
files[] = drupal_system_listing_compatible_test.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for testing the drupal_system_listing function."
package = Testing
version = VERSION
core = 7.x
files[] = drupal_system_listing_incompatible_test.module
hidden = TRUE

View File

@ -4,6 +4,5 @@ description = "Support module for testing entity cache."
package = Testing
version = VERSION
core = 7.x
files[] = entity_cache_test.module
dependencies[] = entity_cache_test_dependency
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support dependency module for testing entity cache."
package = Testing
version = VERSION
core = 7.x
files[] = entity_cache_test_dependency.module
hidden = TRUE

View File

@ -1,9 +1,7 @@
; $Id$
name = "Entity CRUD Hooks Test"
description = "Support module for CRUD hook tests."
core = 7.x
package = Testing
files[] = entity_crud_hook_test.module
version = VERSION
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for error and exception testing."
package = Testing
version = VERSION
core = 7.x
files[] = error_test.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = Tests filter hooks and functions.
package = Testing
version = VERSION
core = 7.x
files[] = filter_test.module
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = "Support module for Form API tests."
package = Testing
version = VERSION
core = 7.x
files[] = form_test.module
files[] = form_test.file.inc
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for image toolkit tests."
package = Testing
version = VERSION
core = 7.x
files[] = image_test.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for menu hook testing."
package = Testing
version = VERSION
core = 7.x
files[] = menu_test.module
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = "Support module for module system testing."
package = Testing
version = VERSION
core = 7.x
files[] = module_test.module
files[] = module_test.file.inc
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = "Tests that a module is not installed when it fails hook_requireme
package = Core
version = VERSION
core = 7.x
files[] = requirements1_test.install
files[] = requirements1_test.module
hidden = TRUE

View File

@ -6,5 +6,4 @@ dependencies[] = comment
package = Core
version = VERSION
core = 7.x
files[] = requirements2_test.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for session data testing."
package = Testing
version = VERSION
core = 7.x
files[] = session_test.module
hidden = TRUE

View File

@ -4,6 +4,5 @@ description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 7.x
files[] = system_dependencies_test.module
hidden = TRUE
dependencies[] = _missing_dependency

View File

@ -4,6 +4,5 @@ description = "Tests functions and hooks not used in core".
package = Testing
version = VERSION
core = 7.x
files[] = taxonomy_test.module
hidden = TRUE
dependencies[] = taxonomy

View File

@ -4,5 +4,4 @@ description = "Support module for theme system testing."
package = Testing
version = VERSION
core = 7.x
files[] = theme_test.module
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = "Support module for update testing."
package = Testing
version = VERSION
core = 7.x
files[] = update_test_1.module
files[] = update_test_1.install
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = "Support module for update testing."
package = Testing
version = VERSION
core = 7.x
files[] = update_test_2.module
files[] = update_test_2.install
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = "Support module for update testing."
package = Testing
version = VERSION
core = 7.x
files[] = update_test_3.module
files[] = update_test_3.install
hidden = TRUE

View File

@ -4,6 +4,4 @@ description = A support modules for url_alter hook testing.
core = 7.x
package = Testing
version = VERSION
files[] = url_alter_test.module
files[] = url_alter_test.install
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = "Support module for XML-RPC tests according to the validator1 spec
package = Testing
version = VERSION
core = 7.x
files[] = xmlrpc_test.module
hidden = TRUE

View File

@ -4,10 +4,5 @@ description = Logs access statistics for your site.
package = Core
version = VERSION
core = 7.x
files[] = statistics.module
files[] = statistics.admin.inc
files[] = statistics.pages.inc
files[] = statistics.install
files[] = statistics.test
files[] = statistics.tokens.inc
configure = admin/config/system/statistics

View File

@ -4,5 +4,4 @@ description = Logs and records system events to syslog.
package = Core
version = VERSION
core = 7.x
files[] = syslog.module
files[] = syslog.test

View File

@ -4,16 +4,11 @@ description = Handles general site configuration for administrators.
package = Core
version = VERSION
core = 7.x
files[] = system.module
files[] = system.admin.inc
files[] = system.archiver.inc
files[] = system.queue.inc
files[] = image.gd.inc
files[] = system.install
files[] = system.test
files[] = system.tar.inc
files[] = system.tokens.inc
files[] = system.updater.inc
files[] = system.mail.inc
files[] = system.queue.inc
files[] = system.tar.inc
files[] = system.updater.inc
files[] = system.test
required = TRUE
configure = admin/config/system

View File

@ -6,9 +6,5 @@ version = VERSION
core = 7.x
dependencies[] = options
files[] = taxonomy.module
files[] = taxonomy.admin.inc
files[] = taxonomy.pages.inc
files[] = taxonomy.install
files[] = taxonomy.test
files[] = taxonomy.tokens.inc
configure = admin/structure/taxonomy

View File

@ -4,4 +4,3 @@ description = Provides a toolbar that shows the top-level administration menu it
core = 7.x
package = Core
version = VERSION
files[] = toolbar.module

View File

@ -5,6 +5,4 @@ dependencies[] = comment
package = Core
version = VERSION
core = 7.x
files[] = tracker.module
files[] = tracker.pages.inc
files[] = tracker.test

View File

@ -3,6 +3,5 @@ name = "Content Translation Test"
description = "Support module for the content translation tests."
core = 7.x
package = Testing
files[] = translation_test.module
version = VERSION
hidden = TRUE

View File

@ -5,6 +5,4 @@ dependencies[] = locale
package = Core
version = VERSION
core = 7.x
files[] = translation.module
files[] = translation.pages.inc
files[] = translation.test

View File

@ -3,5 +3,4 @@ name = "Trigger Test"
description = "Support module for Trigger tests."
package = Testing
core = 7.x
files[] = trigger_test.module
hidden = TRUE

View File

@ -4,8 +4,5 @@ description = Enables actions to be fired on certain system events, such as when
package = Core
version = VERSION
core = 7.x
files[] = trigger.module
files[] = trigger.admin.inc
files[] = trigger.install
files[] = trigger.test
configure = admin/structure/trigger

View File

@ -3,5 +3,4 @@ name = AAA Update test
description = Support module for update module testing.
package = Testing
core = 7.x
files[] = aaa_update_test.module
hidden = TRUE

View File

@ -3,5 +3,4 @@ name = BBB Update test
description = Support module for update module testing.
package = Testing
core = 7.x
files[] = bbb_update_test.module
hidden = TRUE

View File

@ -3,5 +3,4 @@ name = CCC Update test
description = Support module for update module testing.
package = Testing
core = 7.x
files[] = ccc_update_test.module
hidden = TRUE

View File

@ -4,5 +4,4 @@ description = Support module for update module testing.
package = Testing
version = VERSION
core = 7.x
files[] = update_test.module
hidden = TRUE

View File

@ -4,13 +4,5 @@ description = Checks for available updates, and can securely install or update m
version = VERSION
package = Core
core = 7.x
files[] = update.install
files[] = update.module
files[] = update.authorize.inc
files[] = update.compare.inc
files[] = update.fetch.inc
files[] = update.manager.inc
files[] = update.report.inc
files[] = update.settings.inc
files[] = update.test
configure = admin/reports/updates/settings

View File

@ -5,11 +5,7 @@ package = Core
version = VERSION
core = 7.x
files[] = user.module
files[] = user.admin.inc
files[] = user.pages.inc
files[] = user.install
files[] = user.test
files[] = user.tokens.inc
required = TRUE
configure = admin/config/people
stylesheets[all][] = user.css