Files

Primary tabs

File namesort descending Location Namespace Description
forum-list.tpl.php drupal/modules/forum/forum-list.tpl.php Displays a list of forums and containers.
forum-rtl.css drupal/modules/forum/forum-rtl.css Right-to-left styling for the Forum module.
forum-submitted.tpl.php drupal/modules/forum/forum-submitted.tpl.php Formats a forum post submission string.
forum-topic-list.tpl.php drupal/modules/forum/forum-topic-list.tpl.php Displays a list of forum topics.
forum.admin.inc drupal/modules/forum/forum.admin.inc Administrative page callbacks for the Forum module.
forum.css drupal/modules/forum/forum.css Styling for the Forum module.
forum.info drupal/modules/forum/forum.info name = Forum description = Provides discussion forums. dependencies[] = taxonomy dependencies[] = comment package = Core version = VERSION core = 7.x files[] = forum.test configure = admin/structure/forum stylesheets[all][] = forum.css
forum.install drupal/modules/forum/forum.install Install, update, and uninstall functions for the Forum module.
forum.module drupal/modules/forum/forum.module Provides discussion forums.
forum.pages.inc drupal/modules/forum/forum.pages.inc User page callbacks for the Forum module.
forum.test drupal/modules/forum/forum.test Tests for forum.module.
forums.tpl.php drupal/modules/forum/forums.tpl.php Displays a forum.
ftp.inc drupal/includes/filetransfer/ftp.inc
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][] =…
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.
globals.php documentation/developer/globals.php These are the global variables that Drupal uses.
graph.inc drupal/includes/graph.inc Directed acyclic graph manipulation.
graph.test drupal/modules/simpletest/tests/graph.test Provides unit tests for graph.inc.
help-rtl.css drupal/modules/help/help-rtl.css .help-items { float: right; padding-right: 0; padding-left: 3%; } .help-items-last { padding-right: 0; padding-left: 0; }
help.admin.inc drupal/modules/help/help.admin.inc Admin page callbacks for the help module.
help.css drupal/modules/help/help.css .help-items { float: left; /* LTR */ width: 22%; padding-right: 3%; /* LTR */ } .help-items-last { padding-right: 0; /* LTR */ }
help.info drupal/modules/help/help.info name = Help description = Manages the display of online help. package = Core version = VERSION core = 7.x files[] = help.test
help.module drupal/modules/help/help.module Manages displaying online help.
help.test drupal/modules/help/help.test Tests for help.module.
html-1.txt drupal/modules/simpletest/files/html-1.txt <h1>SimpleTest HTML</h1>
html-2.html drupal/modules/simpletest/files/html-2.html
html.tpl.php drupal/modules/system/html.tpl.php Default theme implementation to display the basic html structure of a single Drupal page.
http.php drupal/modules/simpletest/tests/http.php Fake an HTTP request, for use during testing.
https.php drupal/modules/simpletest/tests/https.php Fake an HTTPS request, for use during testing.
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:…
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;…
ie.css drupal/themes/seven/ie.css /* IE7 renders legends in nested fieldsets without a width. */ fieldset legend { height: 1%; } /* IE renders absolute positioned legend where fieldset content starts. */ fieldset .fieldset-legend { left: 0; top: 0; } /* IE renders monospace…
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:…
ie6.css drupal/themes/seven/ie6.css ul.menu li, ul.menu li a, ul.links li, ul.links li a, .action-links, #page { height: 1%; } #block-system-main ul.admin-list li a { height: 1px; position: relative; display: block; } #block-system-main ul.admin-list li div.description a { …
ie7.css drupal/themes/seven/ie7.css ul.tabs.primary { padding: 0; } ul.primary li, ul.primary li a, ul.primary li.active a { float: none !important; display: inline; } ul.primary li, ul.primary li a, ul.primary li a.active, ul.primary li a:active, ul.primary li…
image-rtl.css drupal/modules/image/image-rtl.css /** * Image upload widget. */ div.image-preview { float: right; padding: 0 0 10px 10px; } div.image-widget-data { float: right; }
image.admin.css drupal/modules/image/image.admin.css /** * Image style configuration pages. */ div.image-style-new, div.image-style-new div { display: inline; } div.image-style-preview div.preview-image-wrapper { float: left; padding-bottom: 2em; text-align: center; top: 50%; width:…
image.admin.inc drupal/modules/image/image.admin.inc Administration pages for image settings.
image.api.php drupal/modules/image/image.api.php Hooks related to image styles and effects.
image.css drupal/modules/image/image.css /** * Image upload widget. */ div.image-preview { float: left; /* LTR */ padding: 0 10px 10px 0; /* LTR */ } div.image-widget-data { float: left; /* LTR */ } div.image-widget-data input.text-field { width: auto; }
image.effects.inc drupal/modules/image/image.effects.inc Functions needed to execute image effects provided by Image module.
image.field.inc drupal/modules/image/image.field.inc Implement an image field, based on the file module's file field.
image.gd.inc drupal/modules/system/image.gd.inc GD2 toolkit for image manipulation within Drupal.
image.inc drupal/includes/image.inc API for manipulating images.
image.info drupal/modules/image/image.info name = Image description = Provides image manipulation tools. package = Core version = VERSION core = 7.x dependencies[] = file files[] = image.test configure = admin/config/media/image-styles
image.install drupal/modules/image/image.install Install, update and uninstall functions for the image module.
image.module drupal/modules/image/image.module Exposes global functionality for creating image styles.
image.test drupal/modules/simpletest/tests/image.test Tests for core image handling API.
image.test drupal/modules/image/image.test Tests for image.module.

Pages

Other projects