Files

Primary tabs

File name Locationsort ascending Namespace Description
colors.css drupal/themes/bartik/css/colors.css /* ---------- Color Module Styles ----------- */ body, body.overlay { color: #3b3b3b; } .comment .comment-arrow { border-color: #ffffff; } #page, #main-wrapper, #main-menu-links li a.active, #main-menu-links li.active-trail a { background:…
preview.html drupal/themes/bartik/color/preview.html
preview.css drupal/themes/bartik/color/preview.css /* ---------- Color form ----------- */ #color_scheme_form #palette .form-item { width: 25em; } #color_scheme_form #palette .form-item label { width: 15em; } /* ---------- Preview Styles ----------- */ html.js #preview { clear: both; float:…
color.inc drupal/themes/bartik/color/color.inc
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][] =…
README.txt drupal/sites/README.txt This directory structure contains the settings and configuration files specific to your site or sites and is an integral part of multisite configuration. The sites/all/ subdirectory structure should be used to place your custom and downloaded…
example.sites.php drupal/sites/example.sites.php Configuration file for Drupal's multi-site directory aliasing feature.
default.settings.php drupal/sites/default/default.settings.php Drupal site-specific configuration file.
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…
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/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.
run-tests.sh drupal/scripts/run-tests.sh This script runs Drupal tests from command line.
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 * *…
generate-d7-content.sh drupal/scripts/generate-d7-content.sh Generates content for a Drupal 7 database 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…
dump-database-d7.sh drupal/scripts/dump-database-d7.sh Dumps a Drupal 7 database into a PHP script to test the upgrade process.
dump-database-d6.sh drupal/scripts/dump-database-d6.sh Filled installation of Drupal 6.17, for test purposes.
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…
cron-lynx.sh drupal/scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
cron-curl.sh drupal/scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron.php
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"…
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…
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…
testing.profile drupal/profiles/testing/testing.profile Installation profile for tests.
testing.install drupal/profiles/testing/testing.install Install, update and uninstall functions for the testing profile.
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
drupal_system_listing_incompatible_test.module drupal/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module
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_compatible_test.test drupal/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test
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.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[] =…
README.txt drupal/profiles/standard/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
standard.profile drupal/profiles/standard/standard.profile Enables modules and site configuration for a standard site installation.
standard.install drupal/profiles/standard/standard.install Install, update and uninstall functions for the standard installation profile.
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[]…
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…
README.txt drupal/profiles/minimal/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
minimal.profile drupal/profiles/minimal/minimal.profile Enables modules and site configuration for a minimal site installation.
minimal.install drupal/profiles/minimal/minimal.install Install, update and uninstall functions for the minimal installation profile.
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
user.tokens.inc drupal/modules/user/user.tokens.inc Builds placeholder replacement tokens for user-related data.
user.test drupal/modules/user/user.test Tests for user.module.
user.pages.inc drupal/modules/user/user.pages.inc User page callback file for the user module.
user.module drupal/modules/user/user.module Enables the user registration and login system.
user.install drupal/modules/user/user.install Install, update and uninstall functions for the user module.
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.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.api.php drupal/modules/user/user.api.php Hooks provided by the User module.
user.admin.inc drupal/modules/user/user.admin.inc Admin page callback file for the user module.
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:…

Pages

Other projects