block.module |
drupal/modules/block/block.module |
|
Controls the visual building blocks a page is constructed with. |
block.test |
drupal/modules/block/block.test |
|
Tests for block.module. |
block.tpl.php |
drupal/modules/block/block.tpl.php |
|
Default theme implementation to display a block. |
block_test.info |
drupal/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/modules/block/tests/block_test.module |
|
Provide test blocks. |
block_test_theme.info |
drupal/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/modules/blog/blog.info |
|
name = Blog
description = Enables multi-user blogs.
package = Core
version = VERSION
core = 7.x
files[] = blog.test |
blog.install |
drupal/modules/blog/blog.install |
|
Install, update and uninstall functions for the blog module. |
blog.module |
drupal/modules/blog/blog.module |
|
Enables multi-user blogs. |
blog.pages.inc |
drupal/modules/blog/blog.pages.inc |
|
Page callback file for the blog module. |
blog.test |
drupal/modules/blog/blog.test |
|
Tests for blog.module. |
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. |
book-export-html.tpl.php |
drupal/modules/book/book-export-html.tpl.php |
|
Default theme implementation for printed version of book outline. |
book-navigation.tpl.php |
drupal/modules/book/book-navigation.tpl.php |
|
Default theme implementation to navigate books. |
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-rtl.css |
drupal/modules/book/book-rtl.css |
|
Right-to-Left styling for the Book module. |
book.admin.inc |
drupal/modules/book/book.admin.inc |
|
Administration page callbacks for the Book module. |
book.css |
drupal/modules/book/book.css |
|
Styling 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.install |
drupal/modules/book/book.install |
|
Install, update and uninstall functions for the book module. |
book.module |
drupal/modules/book/book.module |
|
Allows users to create and organize related content in an outline. |
book.pages.inc |
drupal/modules/book/book.pages.inc |
|
User page callbacks for the book module. |
book.test |
drupal/modules/book/book.test |
|
Tests for book.module. |
boot.test |
drupal/modules/simpletest/tests/boot.test |
|
|
bootstrap.inc |
drupal/includes/bootstrap.inc |
|
Functions that need to be loaded on every Drupal request. |
bootstrap.test |
drupal/modules/simpletest/tests/bootstrap.test |
|
|
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 |
boot_test_1.module |
drupal/modules/simpletest/tests/boot_test_1.module |
|
Tests calling module_implements() during hook_boot() invocation. |
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_2.module |
drupal/modules/simpletest/tests/boot_test_2.module |
|
Defines a hook_help() implementation in a non-"bootstrap" module. |
cache-install.inc |
drupal/includes/cache-install.inc |
|
Provides a stub cache implementation to be used during installation. |
cache.inc |
drupal/includes/cache.inc |
|
Functions and interfaces for cache handling. |
cache.test |
drupal/modules/simpletest/tests/cache.test |
|
|
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 |
ccc_update_test.module |
drupal/modules/update/tests/ccc_update_test.module |
|
Dummy module for testing Update status. |
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… |
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"… |
color-rtl.css |
drupal/modules/color/color-rtl.css |
|
Right-to-left specific stylesheet for the Color module. |
color.css |
drupal/modules/color/color.css |
|
Stylesheet for the administration pages of the Color module. |
color.inc |
drupal/themes/garland/color/color.inc |
|
|
color.inc |
drupal/themes/bartik/color/color.inc |
|
|
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.install |
drupal/modules/color/color.install |
|
Install, update and uninstall functions for the color module. |
color.module |
drupal/modules/color/color.module |
|
Allows users to change the color scheme of themes. |
color.test |
drupal/modules/color/color.test |
|
Tests for color module. |
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:… |
comment-rtl.css |
drupal/modules/comment/comment-rtl.css |
|
.indented {
margin-left: 0;
margin-right: 25px;
} |
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.admin.inc |
drupal/modules/comment/comment.admin.inc |
|
Admin page callbacks for the comment module. |