|
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 |
|
|
|
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 |
|
.book-navigation .menu {
padding: 1em 3em 0 0;
}
.book-navigation .page-previous {
float: right;
}
.book-navigation .page-up {
float: right;
} |
|
book.admin.inc |
drupal/modules/book/book.admin.inc |
|
Admin page callbacks for the book module. |
|
book.css |
drupal/modules/book/book.css |
|
.book-navigation .menu {
border-top: 1px solid #888;
padding: 1em 0 0 3em; /* LTR */
}
.book-navigation .page-links {
border-top: 1px solid #888;
border-bottom: 1px solid #888;
text-align: center;
padding: 0.5em;
}
.book-navigation… |
|
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. |
|
bootstrap.inc |
drupal/includes/bootstrap.inc |
|
Functions that need to be loaded on every Drupal request. |
|
bootstrap.test |
drupal/modules/simpletest/tests/bootstrap.test |
|
|
|
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 |
|
|
|
CHANGELOG.txt |
drupal/CHANGELOG.txt |
|
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
- Fixed a regression in Drupal 7.22 that caused internal server errors for
sites running on very old Apache 1.x web servers.
Drupal 7.22, 2013-04-03
-----------------------
-… |
|
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 |
|
/**
* @file
* Right-to-left specific stylesheet for the Color module.
*/
#placeholder {
left: 0;
right: auto;
}
/* Palette */
.color-form .form-item {
padding-left: 0;
padding-right: 1em;
}
.color-form label {
float: right;
clear:… |
|
color.css |
drupal/modules/color/color.css |
|
/**
* @file
* Stylesheet for the administration pages of the Color module.
*/
/* Farbtastic placement */
.color-form {
max-width: 50em;
position: relative;
}
#placeholder {
position: absolute;
top: 0;
right: 0; /* LTR */
}
/* Palette… |
|
color.inc |
drupal/themes/bartik/color/color.inc |
|
|
|
color.inc |
drupal/themes/garland/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/modules/comment/comment-wrapper.tpl.php |
|
Default theme implementation to provide an HTML container for comments. |
|
comment-wrapper.tpl.php |
drupal/themes/bartik/templates/comment-wrapper.tpl.php |
|
Bartik's 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. |
|
comment.api.php |
drupal/modules/comment/comment.api.php |
|
Hooks provided by the Comment module. |
|
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.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.install |
drupal/modules/comment/comment.install |
|
Install, update and uninstall functions for the comment module. |
|
comment.module |
drupal/modules/comment/comment.module |
|
Enables users to comment on published content. |
Neueste Kommentare