Files

Primary tabs

File namesort ascending Location Namespace Description
comment.pages.inc drupal/modules/comment/comment.pages.inc User page callbacks for the comment module.
comment.module drupal/modules/comment/comment.module Enables users to comment on published content.
comment.install drupal/modules/comment/comment.install Install, update and uninstall functions for the comment module.
comment.info drupal/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.css drupal/modules/comment/comment.css #comments { margin-top: 15px; } .indented { margin-left: 25px; /* LTR */ } .comment-unpublished { background-color: #fff4f4; } .comment-preview { background-color: #ffffea; }
comment.api.php drupal/modules/comment/comment.api.php Hooks provided by the Comment module.
comment.admin.inc drupal/modules/comment/comment.admin.inc Admin page callbacks for the comment module.
comment-wrapper.tpl.php drupal/themes/bartik/templates/comment-wrapper.tpl.php Bartik's theme implementation to provide an HTML container for comments.
comment-wrapper.tpl.php drupal/modules/comment/comment-wrapper.tpl.php Default theme implementation to provide an HTML container for comments.
comment-rtl.css drupal/modules/comment/comment-rtl.css .indented { margin-left: 0; margin-right: 25px; }
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:…
color.test drupal/modules/color/color.test Tests for color module.
color.module drupal/modules/color/color.module Allows users to change the color scheme of themes.
color.install drupal/modules/color/color.install Install, update and uninstall functions for the color module.
color.info drupal/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.inc drupal/themes/garland/color/color.inc
color.inc drupal/themes/bartik/color/color.inc
color.css drupal/modules/color/color.css Stylesheet for the administration pages of the Color module.
color-rtl.css drupal/modules/color/color-rtl.css Right-to-left specific stylesheet for the Color 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"…
CHANGELOG.txt drupal/CHANGELOG.txt Drupal 7.xx, xxxx-xx-xx (development version) ----------------------- - File upload validation functions and hook_file_validate() implementations are now always passed the correct file URI. - The default form cache expiration of 6 hours is now…
ccc_update_test.module drupal/modules/update/tests/ccc_update_test.module Dummy module for testing Update status.
ccc_update_test.info drupal/modules/update/tests/ccc_update_test.info name = CCC Update test description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE
cache.test drupal/modules/simpletest/tests/cache.test
cache.inc drupal/includes/cache.inc Functions and interfaces for cache handling.
cache-install.inc drupal/includes/cache-install.inc Provides a stub cache implementation to be used during installation.
boot_test_2.module drupal/modules/simpletest/tests/boot_test_2.module Defines a hook_help() implementation in a non-"bootstrap" 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
boot_test_1.module drupal/modules/simpletest/tests/boot_test_1.module Tests calling module_implements() during hook_boot() invocation.
boot_test_1.info drupal/modules/simpletest/tests/boot_test_1.info name = Early bootstrap tests description = A support module for hook_boot testing. core = 7.x package = Testing version = VERSION hidden = TRUE
bootstrap.test drupal/modules/simpletest/tests/bootstrap.test
bootstrap.inc drupal/includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
boot.test drupal/modules/simpletest/tests/boot.test
book.test drupal/modules/book/book.test Tests for book.module.
book.pages.inc drupal/modules/book/book.pages.inc User page callbacks for the book module.
book.module drupal/modules/book/book.module Allows users to create and organize related content in an outline.
book.install drupal/modules/book/book.install Install, update and uninstall functions for the book module.
book.info drupal/modules/book/book.info name = Book description = Allows users to create and organize related content in an outline. package = Core version = VERSION core = 7.x files[] = book.test configure = admin/content/book/settings stylesheets[all][] = book.css
book.css drupal/modules/book/book.css Styling for the Book module.
book.admin.inc drupal/modules/book/book.admin.inc Administration page callbacks for the Book module.
book-rtl.css drupal/modules/book/book-rtl.css Right-to-Left styling for the Book module.
book-node-export-html.tpl.php drupal/modules/book/book-node-export-html.tpl.php Default theme implementation for a single node in a printer-friendly outline.
book-navigation.tpl.php drupal/modules/book/book-navigation.tpl.php Default theme implementation to navigate books.
book-export-html.tpl.php drupal/modules/book/book-export-html.tpl.php Default theme implementation for printed version of book outline.
book-all-books-block.tpl.php drupal/modules/book/book-all-books-block.tpl.php Default theme implementation for rendering book outlines within a block.
blog.test drupal/modules/blog/blog.test Tests for blog.module.
blog.pages.inc drupal/modules/blog/blog.pages.inc Page callback file for the blog module.
blog.module drupal/modules/blog/blog.module Enables multi-user blogs.
blog.install drupal/modules/blog/blog.install Install, update and uninstall functions for the blog module.
blog.info drupal/modules/blog/blog.info name = Blog description = Enables multi-user blogs. package = Core version = VERSION core = 7.x files[] = blog.test

Pages

Other projects