Files

Primary tabs

File name Location Namespacesort descending Description
forum-rtl.css drupal/modules/forum/forum-rtl.css Right-to-left styling for the Forum module.
module_test.install drupal/modules/simpletest/tests/module_test.install Install, update and uninstall functions for the module_test module.
boot_test_2.info drupal/modules/simpletest/tests/boot_test_2.info name = Early bootstrap tests description = A support module for hook_boot hook testing. core = 7.x package = Testing version = VERSION hidden = TRUE
print.css drupal/misc/print.css body { margin: 1em; background-color: #fff; } th { text-align: left; /* LTR */ color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { padding: 5px; } #menu { …
forum.install drupal/modules/forum/forum.install Install, update, and uninstall functions for the Forum module.
system_incompatible_module_version_dependencies_test.info drupal/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info name = "System incompatible module version dependencies test" description = "Support module for testing system dependencies." package = Testing version = VERSION core = 7.x hidden = TRUE ; system_incompatible_module_version_test…
print-rtl.css drupal/misc/print-rtl.css body { direction: rtl; } th { text-align: right; }
forum-list.tpl.php drupal/modules/forum/forum-list.tpl.php Displays a list of forums and containers.
update_test_3.install drupal/modules/simpletest/tests/update_test_3.install Install, update and uninstall functions for the update_test_3 module.
vertical-tabs-rtl.css drupal/misc/vertical-tabs-rtl.css div.vertical-tabs { margin-left: 0; margin-right: 15em; } .vertical-tabs ul.vertical-tabs-list { margin-left: 0; margin-right: -15em; float: right; } .vertical-tabs ul.vertical-tabs-list li.selected { border-left-width: 0; …
forum-topic-list.tpl.php drupal/modules/forum/forum-topic-list.tpl.php Displays a list of forum topics.
update_test_2.info drupal/modules/simpletest/tests/update_test_2.info name = "Update test" description = "Support module for update testing." package = Testing version = VERSION core = 7.x hidden = TRUE
boot.test drupal/modules/simpletest/tests/boot.test
vertical-tabs.css drupal/misc/vertical-tabs.css div.vertical-tabs { margin: 1em 0 1em 15em; /* LTR */ border: 1px solid #ccc; position: relative; /* IE6/7 */ } .vertical-tabs ul.vertical-tabs-list { width: 15em; list-style: none; list-style-image: none; /* IE6 */ border-top: 1px solid…
blog.pages.inc drupal/modules/blog/blog.pages.inc Page callback file for the blog module.
session_test.info drupal/modules/simpletest/tests/session_test.info name = "Session test" description = "Support module for session data testing." package = Testing version = VERSION core = 7.x hidden = TRUE
blog.info drupal/modules/blog/blog.info name = Blog description = Enables multi-user blogs. package = Core version = VERSION core = 7.x files[] = blog.test
file.test drupal/modules/simpletest/tests/file.test This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
entity_crud.test drupal/modules/simpletest/tests/entity_crud.test Tests for the Entity CRUD API.
blog.module drupal/modules/blog/blog.module Enables multi-user blogs.
http.php drupal/modules/simpletest/tests/http.php Fake an HTTP request, for use during testing.
blog.test drupal/modules/blog/blog.test Tests for blog.module.
update_test_1.module drupal/modules/simpletest/tests/update_test_1.module
blog.install drupal/modules/blog/blog.install Install, update and uninstall functions for the blog module.
actions_loop_test.info drupal/modules/simpletest/tests/actions_loop_test.info name = Actions loop test description = Support module for action loop testing. package = Testing version = VERSION core = 7.x hidden = TRUE
boot_test_1.module drupal/modules/simpletest/tests/boot_test_1.module Tests calling module_implements() during hook_boot() invocation.
aggregator.info drupal/modules/aggregator/aggregator.info name = Aggregator description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)." package = Core version = VERSION core = 7.x files[] = aggregator.test configure = admin/config/services/aggregator/settings stylesheets[all][] =…
form_test.module drupal/modules/simpletest/tests/form_test.module Helper module for the form API tests.
Form API Reference documentation/developer/topics/forms_api_reference.html Form API Reference
aggregator-summary-items.tpl.php drupal/modules/aggregator/aggregator-summary-items.tpl.php Default theme implementation to present feeds as list items.
ajax_test.info drupal/modules/simpletest/tests/ajax_test.info name = AJAX Test description = Support module for AJAX framework tests. package = Testing version = VERSION core = 7.x hidden = TRUE
jquery.ui.theme.css drupal/themes/seven/jquery.ui.theme.css Seven styles for jQuery UI. Overrides /misc/ui/ui.theme.css.
aggregator.parser.inc drupal/modules/aggregator/aggregator.parser.inc Parser functions for the aggregator module.
image_test.info drupal/modules/simpletest/tests/image_test.info name = "Image test" description = "Support module for image toolkit tests." package = Testing version = VERSION core = 7.x hidden = TRUE
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 { …
aggregator.css drupal/modules/aggregator/aggregator.css /** * Styles for theme in the Aggregator module. */ #aggregator .feed-source .feed-title { margin-top: 0; } #aggregator .feed-source .feed-image img { margin-bottom: 0.75em; } #aggregator .feed-source .feed-icon { float: right; /* LTR */ …
taxonomy_test.install drupal/modules/simpletest/tests/taxonomy_test.install Install, update and uninstall functions for the taxonomy_test module.
boot_test_2.module drupal/modules/simpletest/tests/boot_test_2.module Defines a hook_help() implementation in a non-"bootstrap" module.
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…
aggregator.processor.inc drupal/modules/aggregator/aggregator.processor.inc Processor functions for the aggregator module.
common_test.info drupal/modules/simpletest/tests/common_test.info name = "Common Test" description = "Support module for Common tests." package = Testing version = VERSION core = 7.x stylesheets[all][] = common_test.css stylesheets[print][] = common_test.print.css hidden = TRUE
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…
aggregator.admin.inc drupal/modules/aggregator/aggregator.admin.inc Administration page callbacks for the Aggregator module.
theme_test.inc drupal/modules/simpletest/tests/theme_test.inc
module_test.implementations.inc drupal/modules/simpletest/tests/module_test.implementations.inc
reset.css drupal/themes/seven/reset.css /** * Reset CSS styles. * * Based on Eric Meyer's "Reset CSS 1.0" tool from * http://meyerweb.com/eric/tools/css/reset
aggregator.module drupal/modules/aggregator/aggregator.module Used to aggregate syndicated content (RSS, RDF, and Atom).
ajax_forms_test.module drupal/modules/simpletest/tests/ajax_forms_test.module Simpletest mock module for Ajax forms testing.
vertical-tabs-rtl.css drupal/themes/seven/vertical-tabs-rtl.css /** * Override of misc/vertical-tabs-rtl.css. */ div.vertical-tabs { background: #fff url(images/fc-rtl.png) repeat-y right 0; } div.vertical-tabs .vertical-tabs-list { float: right; margin: 0 0 -1px -100%; } div.vertical-tabs ul li.selected…
aggregator.test drupal/modules/aggregator/aggregator.test Tests for aggregator.module.

Pages

Other projects