Files

Primary tabs

File name Location Namespacesort descending Description
upgrade.translatable.test drupal/modules/simpletest/tests/upgrade/upgrade.translatable.test
cron.php drupal/cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
theme.api.php drupal/modules/system/theme.api.php
color.inc drupal/themes/bartik/color/color.inc
upgrade.user.test drupal/modules/simpletest/tests/upgrade/upgrade.user.test
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…
system.tar.inc drupal/modules/system/system.tar.inc
preview.html drupal/themes/bartik/color/preview.html
drupal-7.aggregator.database.php drupal/modules/simpletest/tests/upgrade/drupal-7.aggregator.database.php
MAINTAINERS.txt drupal/MAINTAINERS.txt Drupal core is built and maintained by the Drupal project community. Everyone is encouraged to submit issues and changes (patches) to improve Drupal, and to contribute in other ways -- see https://www.drupal.org/contribute to find out how. Branch…
system.theme-rtl.css drupal/modules/system/system.theme-rtl.css RTL styles for common markup.
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:…
upgrade.upload.test drupal/modules/simpletest/tests/upgrade/upgrade.upload.test
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…
file.install drupal/modules/file/file.install Install, update and uninstall functions for File module.
layout.css drupal/themes/bartik/css/layout.css /* ---------- Basic Layout Styles ----------- */ html, body, #page { height: 100%; } #page-wrapper { min-height: 100%; min-width: 960px; } #header div.section, #featured div.section, #messages…
drupal-6.bare.database.php drupal/modules/simpletest/tests/upgrade/drupal-6.bare.database.php
globals.php documentation/developer/globals.php These are the global variables that Drupal uses.
file.css drupal/modules/file/file.css Admin stylesheet for file module.
layout-rtl.css drupal/themes/bartik/css/layout-rtl.css /* ---------- Basic Layout RTL Styles -----------…
upgrade.poll.test drupal/modules/simpletest/tests/upgrade/upgrade.poll.test
index.php documentation/developer/index.php
file.field.inc drupal/modules/file/file.field.inc Field module functionality for the File module.
ie6.css drupal/themes/bartik/css/ie6.css #content { overflow: hidden; } .form-item-search-block-form { width: 50%; } .tabs ul.primary, .region-header .block-menu li a, .comment-form .form-item { zoom: 1; } #block-search-form .form-item-search-block-form input { width:…
drupal-6.forum.database.php drupal/modules/simpletest/tests/upgrade/drupal-6.forum.database.php
example.profile documentation/developer/example.profile
file.module drupal/modules/file/file.module Defines a "managed_file" Form API field and a "file" field for Field module.
ie-rtl.css drupal/themes/bartik/css/ie-rtl.css fieldset legend { left: 6px; } ul.action-links li a, #user-login-form li.openid-link a, #user-login li.openid-link a { zoom: 1; } .comment .attribution { float: right; } .comment .comment-arrow { position: absolute; right:…
drupal-6.user-no-password-token.database.php drupal/modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php
README.txt drupal/themes/README.txt This directory is reserved for core theme files. Custom or contributed themes should be placed in their own subdirectory of the sites/all/themes directory. For multisite installations, they can also be placed in a subdirectory…
file.api.php drupal/modules/file/file.api.php Hooks for file module.
ie.css drupal/themes/bartik/css/ie.css .block { zoom: 1; } #password-strength-text { margin-top: 0; } fieldset legend { left: -8px; padding: 0; } #footer-wrapper #footer .block { height: 100%; } .comment .attribution { display: inline-block; position: relative; float: left;…
upgrade.locale.test drupal/modules/simpletest/tests/upgrade/upgrade.locale.test
run-tests.sh drupal/scripts/run-tests.sh This script runs Drupal tests from command line.
file.info drupal/modules/file/file.info name = File description = Defines a file field type. package = Core version = VERSION core = 7.x dependencies[] = field files[] = tests/file.test
print.css drupal/themes/bartik/css/print.css /* ---------- General Layout ---------- */ body, input, textarea, select { color: #000; background: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width:…
update.field.test drupal/modules/simpletest/tests/upgrade/update.field.test Provides update path tests for the Field module.
cron-lynx.sh drupal/scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
menu.module drupal/modules/menu/menu.module Allows administrators to customize the site's navigation menus.
maintenance-page.css drupal/themes/bartik/css/maintenance-page.css body.maintenance-page { background-color: #fff; color: #000; } .maintenance-page #page-wrapper { background: #fff; margin-left: auto; margin-right: auto; min-width: 0; min-height: 0; width: 800px; border: 1px solid #ddd; …
update.aggregator.test drupal/modules/simpletest/tests/upgrade/update.aggregator.test Tests schema changes in aggregator.module.
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"…
menu.css drupal/modules/menu/menu.css .menu-operations { width: 100px; } .menu-enabled { width: 70px; } .menu-enabled input { margin-left:25px; }
style.css drupal/themes/bartik/css/style.css /* ---------- Overall Specifications ---------- */ body { line-height: 1.5; font-size: 87.5%; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0; } a:link, a:visited { text-decoration:…
drupal-6.upload.database.php drupal/modules/simpletest/tests/upgrade/drupal-6.upload.database.php
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…
menu.test drupal/modules/menu/menu.test Tests for menu.module.
style-rtl.css drupal/themes/bartik/css/style-rtl.css /* ------------------ Reset Styles ------------------ */ caption, th, td { text-align: right; } blockquote { border-left: none; border-right: 4px solid #afafaf; } blockquote:before { content: "\201D"; } blockquote:after { content:…
drupal-6.translatable.database.php drupal/modules/simpletest/tests/upgrade/drupal-6.translatable.database.php
cron-curl.sh drupal/scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron.php

Pages

Other projects