|
config.module |
core/modules/config/config.module |
Allows site administrators to modify configuration. |
|
config.info |
core/modules/config/config.info |
type = module
name = Configuration Manager
description = Import, export, and synchronize your configuration changes between different installations of your site, such as in development, staging, and production environments.
package =… |
|
config.api.php |
core/modules/config/config.api.php |
Documentation for hooks provided by Config module. |
|
config.admin.inc |
core/modules/config/config.admin.inc |
Admin page callbacks for the Configuration Management module. |
|
views_plugin_row_comment_view.inc |
core/modules/comment/views/views_plugin_row_comment_view.inc |
Contains the node RSS row style plugin. |
|
views_plugin_row_comment_rss.inc |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Contains the comment RSS row style plugin. |
|
views_handler_sort_ncs_last_updated.inc |
core/modules/comment/views/views_handler_sort_ncs_last_updated.inc |
Definition of views_handler_sort_ncs_last_updated. |
|
views_handler_sort_ncs_last_comment_name.inc |
core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc |
Definition of views_handler_sort_ncs_last_comment_name. |
|
views_handler_sort_comment_thread.inc |
core/modules/comment/views/views_handler_sort_comment_thread.inc |
Definition of views_handler_sort_comment_thread. |
|
views_handler_filter_node_comment.inc |
core/modules/comment/views/views_handler_filter_node_comment.inc |
Definition of views_handler_filter_node_comment. |
|
views_handler_filter_ncs_last_updated.inc |
core/modules/comment/views/views_handler_filter_ncs_last_updated.inc |
Definition of views_handler_filter_ncs_last_updated. |
|
views_handler_filter_comment_user_uid.inc |
core/modules/comment/views/views_handler_filter_comment_user_uid.inc |
Definition of views_handler_filter_comment_user_uid. |
|
views_handler_field_node_new_comments.inc |
core/modules/comment/views/views_handler_field_node_new_comments.inc |
Definition of views_handler_field_node_new_comments. |
|
views_handler_field_node_comment.inc |
core/modules/comment/views/views_handler_field_node_comment.inc |
Definition of views_handler_field_node_comment. |
|
views_handler_field_ncs_last_updated.inc |
core/modules/comment/views/views_handler_field_ncs_last_updated.inc |
Definition of views_handler_field_ncs_last_updated. |
|
views_handler_field_ncs_last_comment_name.inc |
core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc |
Definition of views_handler_field_ncs_last_comment_name. |
|
views_handler_field_last_comment_timestamp.inc |
core/modules/comment/views/views_handler_field_last_comment_timestamp.inc |
Definition of views_handler_field_last_comment_timestamp. |
|
views_handler_field_comment_username.inc |
core/modules/comment/views/views_handler_field_comment_username.inc |
Definition of views_handler_field_comment_username. |
|
views_handler_field_comment_node_link.inc |
core/modules/comment/views/views_handler_field_comment_node_link.inc |
Definition of views_handler_field_comment_node_link. |
|
views_handler_field_comment_link_reply.inc |
core/modules/comment/views/views_handler_field_comment_link_reply.inc |
Definition of views_handler_field_comment_link_reply. |
|
views_handler_field_comment_link_edit.inc |
core/modules/comment/views/views_handler_field_comment_link_edit.inc |
Definition of views_handler_field_comment_link_edit. |
|
views_handler_field_comment_link_delete.inc |
core/modules/comment/views/views_handler_field_comment_link_delete.inc |
Definition of views_handler_field_comment_link_delete. |
|
views_handler_field_comment_link_approve.inc |
core/modules/comment/views/views_handler_field_comment_link_approve.inc |
Definition of views_handler_field_comment_link_approve. |
|
views_handler_field_comment_link.inc |
core/modules/comment/views/views_handler_field_comment_link.inc |
Definition of views_handler_field_comment_link. |
|
views_handler_field_comment_depth.inc |
core/modules/comment/views/views_handler_field_comment_depth.inc |
Definition of views_handler_field_comment_depth. |
|
views_handler_field_comment.inc |
core/modules/comment/views/views_handler_field_comment.inc |
Definition of views_handler_field_comment. |
|
views_handler_argument_comment_user_uid.inc |
core/modules/comment/views/views_handler_argument_comment_user_uid.inc |
Definition of views_handler_argument_comment_user_uid. |
|
comment.views.inc |
core/modules/comment/views/comment.views.inc |
Provide views data and handlers for comment.module. |
|
comment_views_handler_filter_user_uid.test |
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Definition of viewsHandlerFilterCommentUserUidTest. |
|
comment_views_handler_argument_user_uid.test |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Definition of CommentViewsHandlerArgumentUserUidTest. |
|
comment.tests.info |
core/modules/comment/tests/comment.tests.info |
[CommentInterfaceTest]
name = Comment interface
description = Test comment user interfaces.
group = Comment
file = comment.test
[CommentPreviewTest]
name = Comment preview
description = Test comment preview.
group = Comment
file =… |
|
comment.test |
core/modules/comment/tests/comment.test |
Tests for the Comment module. |
|
comment.tpl.php |
core/modules/comment/templates/comment.tpl.php |
Default theme implementation for comments. |
|
comment.css |
core/modules/comment/css/comment.css |
#comments {
margin-top: 15px;
}
.indented {
margin-left: 25px; /* LTR */
}
[dir="rtl"] .indented {
margin-left: 0;
margin-right: 25px;
}
.comment-unpublished {
background-color: #fff4f4;
}
.comment-preview {
background-color:… |
|
comment.tokens.inc |
core/modules/comment/comment.tokens.inc |
Builds placeholder replacement tokens for comment-related data. |
|
comment.theme.inc |
core/modules/comment/comment.theme.inc |
Theme functions for the Comment module. |
|
comment.pages.inc |
core/modules/comment/comment.pages.inc |
User page callbacks for the Comment module. |
|
comment.module |
core/modules/comment/comment.module |
Enables users to comment on published content. |
|
comment.install |
core/modules/comment/comment.install |
Install, update and uninstall functions for the Comment module. |
|
comment.info |
core/modules/comment/comment.info |
type = module
name = Comment
description = Allows users to comment on and discuss published content.
package = Comments
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = node
dependencies[] = text
dependencies[] =… |
|
comment.entity.inc |
core/modules/comment/comment.entity.inc |
Entity controller and class for comments. |
|
comment.api.php |
core/modules/comment/comment.api.php |
Hooks provided by the Comment module. |
|
comment.admin.inc |
core/modules/comment/comment.admin.inc |
Admin page callbacks for the Comment module. |
|
color.tests.info |
core/modules/color/tests/color.tests.info |
[ColorTestCase]
name = Color functionality
description = Modify the Bartik theme colors and make sure the changes are reflected on the frontend.
group = Color
file = color.test |
|
color.test |
core/modules/color/tests/color.test |
Tests for color module. |
|
preview.html |
core/modules/color/preview.html |
|
|
color.admin.css |
core/modules/color/css/color.admin.css |
Stylesheet for the administration pages of the Color module. |
|
color.theme.inc |
core/modules/color/color.theme.inc |
Theme functions for the Color module. |
|
color.module |
core/modules/color/color.module |
Allows users to change the color scheme of themes. |
|
color.legacy.inc |
core/modules/color/color.legacy.inc |
Contains support for legacy Bartik Blue Lagoon colors. |