Archivos

Solapas principales

Nombre de archivoorden descendente Ubicación Namespace Descripción
block.module drupal-7.x/modules/block/block.module Controls the visual building blocks a page is constructed with.
block.test drupal-7.x/modules/block/block.test Tests for block.module.
block.tpl.php drupal-7.x/modules/block/block.tpl.php Default theme implementation to display a block.
block_test.info drupal-7.x/modules/block/tests/block_test.info name = Block test description = Provides test blocks. package = Testing version = VERSION core = 7.x hidden = TRUE
block_test.module drupal-7.x/modules/block/tests/block_test.module Provide test blocks.
block_test_theme.info drupal-7.x/modules/block/tests/themes/block_test_theme/block_test_theme.info name = Block test theme description = Theme for testing the block system core = 7.x hidden = TRUE regions[sidebar_first] = Left sidebar regions_hidden[] = sidebar_first regions[sidebar_second] = Right sidebar regions_hidden[] =…
blog.info drupal-7.x/modules/blog/blog.info name = Blog description = Enables multi-user blogs. package = Core version = VERSION core = 7.x files[] = blog.test
blog.install drupal-7.x/modules/blog/blog.install Install, update and uninstall functions for the blog module.
blog.module drupal-7.x/modules/blog/blog.module Enables multi-user blogs.
blog.pages.inc drupal-7.x/modules/blog/blog.pages.inc Page callback file for the blog module.
blog.test drupal-7.x/modules/blog/blog.test Tests for blog.module.
book-all-books-block.tpl.php drupal-7.x/modules/book/book-all-books-block.tpl.php Default theme implementation for rendering book outlines within a block.
book-export-html.tpl.php drupal-7.x/modules/book/book-export-html.tpl.php Default theme implementation for printed version of book outline.
book-navigation.tpl.php drupal-7.x/modules/book/book-navigation.tpl.php Default theme implementation to navigate books.
book-node-export-html.tpl.php drupal-7.x/modules/book/book-node-export-html.tpl.php Default theme implementation for a single node in a printer-friendly outline.
book-rtl.css drupal-7.x/modules/book/book-rtl.css Right-to-Left styling for the Book module.
book.admin.inc drupal-7.x/modules/book/book.admin.inc Administration page callbacks for the Book module.
book.css drupal-7.x/modules/book/book.css Styling for the Book module.
book.info drupal-7.x/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.install drupal-7.x/modules/book/book.install Install, update and uninstall functions for the book module.
book.module drupal-7.x/modules/book/book.module Allows users to create and organize related content in an outline.
book.pages.inc drupal-7.x/modules/book/book.pages.inc User page callbacks for the book module.
book.test drupal-7.x/modules/book/book.test Tests for book.module.
bootstrap.inc drupal-7.x/includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
bootstrap.test drupal-7.x/modules/simpletest/tests/bootstrap.test
cache-install.inc drupal-7.x/includes/cache-install.inc Provides a stub cache implementation to be used during installation.
cache.inc drupal-7.x/includes/cache.inc Functions and interfaces for cache handling.
cache.test drupal-7.x/modules/simpletest/tests/cache.test
ccc_update_test.info drupal-7.x/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
ccc_update_test.module drupal-7.x/modules/update/tests/ccc_update_test.module Dummy module for testing Update status.
CHANGELOG.txt drupal-7.x/CHANGELOG.txt Drupal 7.25, xxxx-xx-xx (development version) ----------------------- Drupal 7.24, 2013-11-20 ---------------------- - Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003. Drupal 7.23, 2013-08-07 ----------------------- - Fixed a…
code-clean.sh drupal-7.x/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"…
color-rtl.css drupal-7.x/modules/color/color-rtl.css Right-to-left specific stylesheet for the Color module.
color.css drupal-7.x/modules/color/color.css Stylesheet for the administration pages of the Color module.
color.inc drupal-7.x/themes/garland/color/color.inc
color.inc drupal-7.x/themes/bartik/color/color.inc
color.info drupal-7.x/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 drupal-7.x/modules/color/color.install Install, update and uninstall functions for the color module.
color.module drupal-7.x/modules/color/color.module Allows users to change the color scheme of themes.
color.test drupal-7.x/modules/color/color.test Tests for color module.
colors.css drupal-7.x/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 drupal-7.x/modules/comment/comment-rtl.css .indented { margin-left: 0; margin-right: 25px; }
comment-wrapper.tpl.php drupal-7.x/themes/bartik/templates/comment-wrapper.tpl.php Bartik's theme implementation to provide an HTML container for comments.
comment-wrapper.tpl.php drupal-7.x/modules/comment/comment-wrapper.tpl.php Default theme implementation to provide an HTML container for comments.
comment.admin.inc drupal-7.x/modules/comment/comment.admin.inc Admin page callbacks for the comment module.
comment.api.php drupal-7.x/modules/comment/comment.api.php Hooks provided by the Comment module.
comment.css drupal-7.x/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 drupal-7.x/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 drupal-7.x/modules/comment/comment.install Install, update and uninstall functions for the comment module.
comment.module drupal-7.x/modules/comment/comment.module Enables users to comment on published content.

Páginas