Files

Primary tabs

File name Location Namespacesort descending Description
garland.info drupal/themes/garland/garland.info name = Garland description = A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts. package = Core version = VERSION core = 7.x stylesheets[all][] = style.css stylesheets[print][] =…
help.module drupal/modules/help/help.module Manages displaying online help.
update_test_1.install drupal/modules/simpletest/tests/update_test_1.install Install, update and uninstall functions for the update_test_1 module.
search_node_tags.info drupal/modules/search/tests/search_node_tags.info name = "Test search node tags" description = "Support module for Node search tags testing." package = Testing version = VERSION core = 7.x hidden = TRUE
style-rtl.css drupal/themes/garland/style-rtl.css html { direction: rtl; } /** * Generic elements */ body { direction: rtl; } ul, .block ul, ol { padding: 0 1.5em 0 0; } ul.menu, .item-list ul { margin: 0.35em -0.5em 0 0; } ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin:…
openid.install drupal/modules/openid/openid.install Install, update and uninstall functions for the openid module.
lock.test drupal/modules/simpletest/tests/lock.test
fix-ie-rtl.css drupal/themes/garland/fix-ie-rtl.css body { /* Center layout */ text-align: center; } #squeeze { zoom: 1; direction: ltr; } #squeeze .left-corner { direction: rtl } #header-region, #wrapper #container { /* Reset text alignment */ text-align: right; } #wrapper #container…
openid.module drupal/modules/openid/openid.module Implement OpenID Relying Party support for Drupal
update_test_3.info drupal/modules/simpletest/tests/update_test_3.info name = "Update test" description = "Support module for update testing." package = Testing version = VERSION core = 7.x hidden = TRUE
template.php drupal/themes/garland/template.php
openid.info drupal/modules/openid/openid.info name = OpenID description = "Allows users to log into your site using OpenID." version = VERSION package = Core core = 7.x files[] = openid.test
ajax_forms_test.info drupal/modules/simpletest/tests/ajax_forms_test.info name = "AJAX form test mock module" description = "Test for AJAX form calls." core = 7.x package = Testing version = VERSION hidden = TRUE
bartik.info drupal/themes/bartik/bartik.info name = Bartik description = A flexible, recolorable theme with many regions. package = Core version = VERSION core = 7.x stylesheets[all][] = css/layout.css stylesheets[all][] = css/style.css stylesheets[all][] = css/colors.css stylesheets[print][] =…
openid-rtl.css drupal/modules/openid/openid-rtl.css #edit-openid-identifier { background-position: right 50%; padding-left: 0; padding-right: 20px; } #user-login .openid-links { padding-right: 0; } html.js #user-login-form li.openid-link, html.js #user-login li.openid-link { margin-right:…
database_test.module drupal/modules/simpletest/tests/database_test.module
drupal_autoload_test_trait.sh drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_trait.sh Test traits for code registry testing.
template.php drupal/themes/bartik/template.php
openid.api.php drupal/modules/openid/openid.api.php Hooks provided by the OpenID module.
entity_query_access_test.info drupal/modules/simpletest/tests/entity_query_access_test.info name = "Entity query access test" description = "Support module for checking entity query results." package = Testing version = VERSION core = 7.x hidden = TRUE
layout.css drupal/themes/stark/layout.css Stark layout method
openid.inc drupal/modules/openid/openid.inc OpenID utility functions.
common_test.print.css drupal/modules/simpletest/tests/common_test.print.css /* This file is for testing CSS file inclusion, no contents are necessary. */
stark.info drupal/themes/stark/stark.info name = Stark description = This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href="http://drupal.org/theme-guide">Theming
openid.test drupal/modules/openid/openid.test Tests for openid.module.
entity_crud_hook_test.info drupal/modules/simpletest/tests/entity_crud_hook_test.info name = "Entity CRUD Hooks Test" description = "Support module for CRUD hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE
README.txt drupal/themes/stark/README.txt ABOUT STARK ----------- The Stark theme is provided for demonstration purposes; it uses Drupal's default HTML markup and CSS styles. It can be used as a troubleshooting tool to determine whether module-related CSS and JavaScript are interfering…
openid.css drupal/modules/openid/openid.css #edit-openid-identifier { background-image: url("login-bg.png"); background-position: left 50%; /* LTR */ background-repeat: no-repeat; padding-left: 20px; /* LTR */ } div.form-item-openid-identifier { display: block; } html.js…
system_test.info drupal/modules/simpletest/tests/system_test.info name = System test description = Support module for system testing. package = Testing version = VERSION core = 7.x files[] = system_test.module hidden = TRUE
drupal_autoload_test.module drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Test module to check code registry.
minimal.profile drupal/profiles/minimal/minimal.profile Enables modules and site configuration for a minimal site installation.
openid.pages.inc drupal/modules/openid/openid.pages.inc User page callbacks for the openid module.
menu_test.module drupal/modules/simpletest/tests/menu_test.module Dummy module implementing hook menu.
minimal.install drupal/profiles/minimal/minimal.install Install, update and uninstall functions for the minimal installation profile.
profile-listing.tpl.php drupal/modules/profile/profile-listing.tpl.php Default theme implementation for displaying a user and their profile data for member listing pages.
system_test.module drupal/modules/simpletest/tests/system_test.module
drupal_autoload_test_class.inc drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc Test classes for code registry testing.
minimal.info drupal/profiles/minimal/minimal.info name = Minimal description = Start with only a few modules enabled. version = VERSION core = 7.x dependencies[] = block dependencies[] = dblog
profile.pages.inc drupal/modules/profile/profile.pages.inc User page callbacks for the profile module.
system_incompatible_core_version_test.info drupal/modules/simpletest/tests/system_incompatible_core_version_test.info name = "System incompatible core version test" description = "Support module for testing system dependencies." package = Testing version = VERSION core = 5.x hidden = TRUE
testing.profile drupal/profiles/testing/testing.profile Installation profile for tests.
profile.module drupal/modules/profile/profile.module Support for configurable user profiles.
entity_cache_test_dependency.info drupal/modules/simpletest/tests/entity_cache_test_dependency.info name = "Entity cache test dependency" description = "Support dependency module for testing entity cache." package = Testing version = VERSION core = 7.x hidden = TRUE
testing.info drupal/profiles/testing/testing.info name = Testing description = Minimal profile for running tests. Includes absolutely required modules only. version = VERSION core = 7.x hidden = TRUE
profile-wrapper.tpl.php drupal/modules/profile/profile-wrapper.tpl.php Default theme implementation for wrapping member listings and their profiles.
actions_loop_test.module drupal/modules/simpletest/tests/actions_loop_test.module
testing.install drupal/profiles/testing/testing.install Install, update and uninstall functions for the testing profile.
profile.info drupal/modules/profile/profile.info name = Profile description = Supports configurable user profiles. package = Core version = VERSION core = 7.x files[] = profile.test configure = admin/config/people/profile ; The Profile module is deprecated, and included in Drupal 7 for legacy ;…
actions_loop_test.install drupal/modules/simpletest/tests/actions_loop_test.install
drupal_autoload_test.info drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info name = "Drupal code registry test" description = "Support module for testing the code registry." files[] = drupal_autoload_test_interface.inc files[] = drupal_autoload_test_class.inc package = Testing version = VERSION core =…

Pages

Other projects