Primary tabs

File namesort descending Location Namespace Description
ccc_update_test.module modules/update/tests/ccc_update_test.module Dummy module for testing Update status.
CHANGELOG.txt CHANGELOG.txt Drupal 7.xxx, xxxx-xx-xx (development version) ------------------------ Drupal 7.100, 2024-03-06 ------------------------ - Security improvements - Announcements module added Drupal 7.99, 2023-12-06 ----------------------- - Various security…
code-clean.sh 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"…
Collectable.php misc/typo3/phar-stream-wrapper/src/Collectable.php TYPO3\PharStreamWrapper
color-rtl.css modules/color/color-rtl.css Right-to-left specific stylesheet for the Color module.
color.css modules/color/color.css Stylesheet for the administration pages of the Color module.
color.inc themes/garland/color/color.inc
color.inc themes/bartik/color/color.inc
color.info modules/color/color.info name = Color description = Allows administrators to change the color scheme of compatible themes. package = Core version = VERSION core = 7.x files[] = color.test
color.install modules/color/color.install Install, update and uninstall functions for the color module.
color.module modules/color/color.module Allows users to change the color scheme of themes.
color.test modules/color/color.test Tests for color module.
colors.css 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:…
comment-rtl.css modules/comment/comment-rtl.css .indented { margin-left: 0; margin-right: 25px; }
comment-wrapper.tpl.php modules/comment/comment-wrapper.tpl.php Default theme implementation to provide an HTML container for comments.
comment-wrapper.tpl.php themes/bartik/templates/comment-wrapper.tpl.php Bartik's theme implementation to provide an HTML container for comments.
comment.admin.inc modules/comment/comment.admin.inc Admin page callbacks for the comment module.
comment.api.php modules/comment/comment.api.php Hooks provided by the Comment module.
comment.css modules/comment/comment.css #comments { margin-top: 15px; } .indented { margin-left: 25px; /* LTR */ } .comment-unpublished { background-color: #fff4f4; } .comment-preview { background-color: #ffffea; }
comment.info modules/comment/comment.info name = Comment description = Allows users to comment on and discuss published content. package = Core version = VERSION core = 7.x dependencies[] = text files[] = comment.module files[] = comment.test configure =…
comment.install modules/comment/comment.install Install, update and uninstall functions for the comment module.
comment.module modules/comment/comment.module Enables users to comment on published content.
comment.pages.inc modules/comment/comment.pages.inc User page callbacks for the comment module.
comment.test modules/comment/comment.test Tests for comment.module.
comment.tokens.inc modules/comment/comment.tokens.inc Builds placeholder replacement tokens for comment-related data.
comment.tpl.php modules/comment/comment.tpl.php Default theme implementation for comments.
comment.tpl.php themes/garland/comment.tpl.php
comment.tpl.php themes/bartik/templates/comment.tpl.php Bartik's theme implementation for comments.
comment_hacks.css modules/simpletest/files/css_test_files/comment_hacks.css /* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful…
comment_hacks.css.optimized.css modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css .test1{display:block;}img[style*="float: right"]{padding-left:5px;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px…
comment_hacks.css.unoptimized.css modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css /* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful…
comment_hook_test.info modules/comment/tests/comment_hook_test.info name = "Comment Hooks Test" description = "Support module for comment hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE
comment_hook_test.module modules/comment/tests/comment_hook_test.module Test module for the comment hooks testing.
common.inc includes/common.inc Common functions that many Drupal modules will need to reference.
common.test modules/simpletest/tests/common.test Tests for common.inc functionality.
common_test.css modules/simpletest/tests/common_test.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test.info 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
common_test.module modules/simpletest/tests/common_test.module Helper module for the Common tests.
common_test.print.css modules/simpletest/tests/common_test.print.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test_cron_helper.info modules/simpletest/tests/common_test_cron_helper.info name = "Common Test Cron Helper" description = "Helper module for CronRunTestCase::testCronExceptions()." package = Testing version = VERSION core = 7.x hidden = TRUE
common_test_cron_helper.module modules/simpletest/tests/common_test_cron_helper.module Helper module for the testCronExceptions in addition to common_test module.
common_test_info.txt modules/simpletest/tests/common_test_info.txt ; Test parsing with a simple string. simple_string = A simple string ; Test that constants can be used as values. simple_constant = WATCHDOG_INFO ; After parsing the .info file, 'double_colon' should hold the literal value. ; Parsing…
ConjunctionInterceptor.php misc/typo3/phar-stream-wrapper/src/Interceptor/ConjunctionInterceptor.php TYPO3\PharStreamWrapper\Interceptor
contact.admin.inc modules/contact/contact.admin.inc Admin page callbacks for the Contact module.
contact.info modules/contact/contact.info name = Contact description = Enables the use of both personal and site-wide contact forms. package = Core version = VERSION core = 7.x files[] = contact.test configure = admin/structure/contact
contact.install modules/contact/contact.install Install, update and uninstall functions for the contact module.
contact.module modules/contact/contact.module Enables the use of personal and site-wide contact forms.
contact.pages.inc modules/contact/contact.pages.inc Page callbacks for the Contact module.
contact.test modules/contact/contact.test Tests for the Contact module.
Container.php misc/typo3/phar-stream-wrapper/src/Phar/Container.php TYPO3\PharStreamWrapper\Phar

Pages

Other projects