Files

Primary tabs

File name Locationsort descending Namespace Description
user_form_test.info drupal/modules/user/tests/user_form_test.info name = "User module form tests" description = "Support module for user form testing." package = Testing version = VERSION core = 7.x hidden = TRUE
user_form_test.module drupal/modules/user/tests/user_form_test.module Dummy module implementing a form to test user password validation
user-picture.tpl.php drupal/modules/user/user-picture.tpl.php Default theme implementation to present a picture configured for the user's account.
user-profile-category.tpl.php drupal/modules/user/user-profile-category.tpl.php Default theme implementation to present profile categories (groups of profile items).
user-profile-item.tpl.php drupal/modules/user/user-profile-item.tpl.php Default theme implementation to present profile items (values from user account profile fields or modules).
user-profile.tpl.php drupal/modules/user/user-profile.tpl.php Default theme implementation to present all user profile data.
user-rtl.css drupal/modules/user/user-rtl.css #permissions td.permission { padding-left: 0; padding-right: 1.5em; } #user-admin-roles .form-item-name { float: right; margin-left: 1em; margin-right: 0; } /** * Password strength indicator. */ .password-strength { float:…
user.admin.inc drupal/modules/user/user.admin.inc Admin page callback file for the user module.
user.api.php drupal/modules/user/user.api.php Hooks provided by the User module.
user.css drupal/modules/user/user.css #permissions td.module { font-weight: bold; } #permissions td.permission { padding-left: 1.5em; /* LTR */ } #permissions tr.odd .form-item, #permissions tr.even .form-item { white-space: normal; } #user-admin-settings fieldset…
user.info drupal/modules/user/user.info name = User description = Manages the user registration and login system. package = Core version = VERSION core = 7.x files[] = user.module files[] = user.test required = TRUE configure = admin/config/people stylesheets[all][] = user.css
user.install drupal/modules/user/user.install Install, update and uninstall functions for the user module.
user.module drupal/modules/user/user.module Enables the user registration and login system.
user.pages.inc drupal/modules/user/user.pages.inc User page callback file for the user module.
user.test drupal/modules/user/user.test Tests for user.module.
user.tokens.inc drupal/modules/user/user.tokens.inc Builds placeholder replacement tokens for user-related data.
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
minimal.install drupal/profiles/minimal/minimal.install Install, update and uninstall functions for the minimal installation profile.
minimal.profile drupal/profiles/minimal/minimal.profile Enables modules and site configuration for a minimal site installation.
README.txt drupal/profiles/minimal/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
README.txt drupal/profiles/README.txt Installation profiles define additional steps that run after the base installation provided by Drupal core when Drupal is first installed. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Place downloaded and custom installation…
standard.info drupal/profiles/standard/standard.info name = Standard description = Install with commonly used features pre-configured. version = VERSION core = 7.x dependencies[] = block dependencies[] = color dependencies[] = comment dependencies[] = contextual dependencies[] = dashboard dependencies[]…
standard.install drupal/profiles/standard/standard.install Install, update and uninstall functions for the standard installation profile.
standard.profile drupal/profiles/standard/standard.profile Enables modules and site configuration for a standard site installation.
README.txt drupal/profiles/standard/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
drupal_system_listing_compatible_test.info drupal/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info name = "Drupal system listing compatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION core = 7.x hidden = TRUE files[] =…
drupal_system_listing_compatible_test.module drupal/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module
drupal_system_listing_compatible_test.test drupal/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test
drupal_system_listing_incompatible_test.info drupal/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info name = "Drupal system listing incompatible test" description = "Support module for testing the drupal_system_listing function." package = Testing version = VERSION ; This deliberately has the wrong core version, to test that it…
drupal_system_listing_incompatible_test.module drupal/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
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
testing.install drupal/profiles/testing/testing.install Install, update and uninstall functions for the testing profile.
testing.profile drupal/profiles/testing/testing.profile Installation profile for tests.
README.txt drupal/README.txt CONTENTS OF THIS FILE --------------------- * About Drupal * Configuration and features * Installation profiles * Appearance * Developing for Drupal ABOUT DRUPAL ------------ Drupal is an open source content management platform supporting a…
robots.txt drupal/robots.txt # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save…
code-clean.sh drupal/scripts/code-clean.sh #!/bin/sh find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f find . -name "*.rej" -type f | xargs rm -f find . -name "*.orig" -type f | xargs rm -f find . -name "DEADJOE"…
cron-curl.sh drupal/scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron.php
cron-lynx.sh drupal/scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
drupal.sh drupal/scripts/drupal.sh #!/usr/bin/env php <?php /** * Drupal shell execution script * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param path Drupal's absolute root…
dump-database-d6.sh drupal/scripts/dump-database-d6.sh Filled installation of Drupal 6.17, for test purposes.
dump-database-d7.sh drupal/scripts/dump-database-d7.sh Dumps a Drupal 7 database into a PHP script to test the upgrade process.
generate-d6-content.sh drupal/scripts/generate-d6-content.sh #!/usr/bin/env php <?php /** * Generate content for a Drupal 6 database to test the upgrade process. * * Run this script at the root of an existing Drupal 6 installation. * Steps to use this generation script: * - Install drupal 6. * - Run…
generate-d7-content.sh drupal/scripts/generate-d7-content.sh Generates content for a Drupal 7 database to test the upgrade process.
password-hash.sh drupal/scripts/password-hash.sh #!/usr/bin/env php <?php /** * Drupal hash script - to generate a hash from a plaintext password * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * *…
run-tests.sh drupal/scripts/run-tests.sh This script runs Drupal tests from command line.
README.txt drupal/sites/all/libraries/README.txt This directory should be used to place downloaded and custom libraries (such as JavaScript libraries) which are used by contributed or custom modules.
README.txt drupal/sites/all/modules/README.txt Modules extend your site functionality beyond Drupal core. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom modules in this directory separates downloaded and custom modules from Drupal core's…
README.txt drupal/sites/all/themes/README.txt Themes allow you to change the look and feel of your Drupal site. You can use themes contributed by others or create your own. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom themes in this directory…
default.settings.php drupal/sites/default/default.settings.php Drupal site-specific configuration file.
example.sites.php drupal/sites/example.sites.php Configuration file for Drupal's multi-site directory aliasing feature.

Pages

Other projects