redirect_handler_field_redirect_link_edit.inc |
core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc |
Redirect field handler for edit links. |
redirect_handler_field_redirect_operations.inc |
core/modules/redirect/views/redirect_handler_field_redirect_operations.inc |
Redirect field handler for redirect operations. |
redirect_handler_field_redirect_redirect.inc |
core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc |
Redirect field handler for {redirect}.redirect. |
redirect_handler_field_redirect_source.inc |
core/modules/redirect/views/redirect_handler_field_redirect_source.inc |
Redirect field handler for {redirect}.source. |
redirect_handler_filter_redirect_type.inc |
core/modules/redirect/views/redirect_handler_filter_redirect_type.inc |
Filter by redirect type. |
render_example.css |
modules/examples/render_example/render_example.css |
.render-array {
border: 2px solid black;
margin-top: 10px;
padding-left: 5px;
padding-top: 5px;
}
.render-header {
font-size: large;
font-style: italic;
}
.unrendered-label {
font-style: italic;
margin-top:… |
render_example.info |
modules/examples/render_example/render_example.info |
name = Render Example
description = Demonstrates backdrop_render() capabilities and how to alter render arrays.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = devel
stylesheets[all][] =… |
render_example.module |
modules/examples/render_example/render_example.module |
Hook implementations for the Render Example module. |
render_example.test |
modules/examples/render_example/tests/render_example.test |
Test for the render example module. |
render_example.tests.info |
modules/examples/render_example/tests/render_example.tests.info |
[RenderExampleTestCase]
name = Render example functionality
description = Tests Render functionality.
group = Example modules
file = render_example.test |
requirements1_test.info |
core/modules/simpletest/tests/requirements1_test.info |
name = Requirements 1 Test
description = "Tests that a module is not installed when it fails hook_requirements('install')."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
requirements1_test.install |
core/modules/simpletest/tests/requirements1_test.install |
|
requirements1_test.module |
core/modules/simpletest/tests/requirements1_test.module |
Tests that a module is not installed when it fails
hook_requirements('install'). |
requirements2_test.info |
core/modules/simpletest/tests/requirements2_test.info |
name = Requirements 2 Test
description = "Tests that a module is not installed when the one it depends on fails hook_requirements('install)."
dependencies[] = requirements1_test
dependencies[] = comment
package = Testing
version =… |
requirements2_test.module |
core/modules/simpletest/tests/requirements2_test.module |
Tests that a module is not installed when the one it depends on fails
hook_requirements('install'). |
responsive-tabs.css |
core/themes/seven/css/responsive-tabs.css |
/**
* Styles for collapsible, responsive tabs.
*/
.responsive-tabs-processed {
position: relative;
}
.responsive-tabs-processed ul.primary {
height: 2.6em;
overflow: hidden;
}
.responsive-tabs-mobile ul.primary {
background:… |
restore.php |
core/restore.php |
Administrative page for restoring backup database and configuration files. |
robots.txt |
robots.txt |
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save… |
rolph.info |
core/layouts/rolph/rolph.info |
type = layout
name = Rolph
description = Includes a header, top, four columns, bottom, and footer.
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] = Header
regions[top] = Top
regions[quarter1] … |
run-tests.sh |
core/scripts/run-tests.sh |
This script runs Backdrop tests from command line. |
schema.inc |
core/includes/database/schema.inc |
Generic Database schema code. |
schema.inc |
core/includes/database/mysql/schema.inc |
Database schema code for MySQL database servers. |
schema.test |
core/modules/simpletest/tests/schema.test |
Tests for the Database Schema API. |
search-results.tpl.php |
core/modules/search/templates/search-results.tpl.php |
Default theme implementation for displaying search results. |
search.admin.inc |
core/modules/search/search.admin.inc |
Admin page callbacks for the Search module. |
search.api.php |
core/modules/search/search.api.php |
Hooks provided by the Search module. |
search.extender.inc |
core/modules/search/search.extender.inc |
Search query extender and helper functions. |
search.info |
core/modules/search/search.info |
type = module
name = Search
description = Enables site-wide keyword searching.
package = Search
tags[] = Utility
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/config/search/settings
stylesheets[all][] = search.theme.css |
search.install |
core/modules/search/search.install |
Install, update and uninstall functions for the search module. |
search.module |
core/modules/search/search.module |
Enables site-wide keyword searching. |
search.pages.inc |
core/modules/search/search.pages.inc |
User page callbacks for the search module. |
search.test |
core/modules/search/tests/search.test |
Tests for search.module. |
search.tests.info |
core/modules/search/tests/search.tests.info |
[SearchMatchTestCase]
name = Search engine queries
description = Indexes content and queries it.
group = Search
file = search.test
[SearchPageText]
name = Search page text
description = Tests the bike shed text on the no results page, and various… |
search.theme.inc |
core/modules/search/search.theme.inc |
Theme functions for the Search module. |
search.views.inc |
core/modules/search/views/search.views.inc |
Provide views data and handlers for search.module. |
search_embedded_form.info |
core/modules/search/tests/search_embedded_form/search_embedded_form.info |
name = "Search embedded form"
description = "Support module for search module testing of embedded forms."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
search_embedded_form.module |
core/modules/search/tests/search_embedded_form/search_embedded_form.module |
Test module implementing a form that can be embedded in search results. |
search_extra_type.info |
core/modules/search/tests/search_extra_type/search_extra_type.info |
name = "Test search type"
description = "Support module for search module testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
search_extra_type.module |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Dummy module implementing a search type for search module testing. |
select.inc |
core/includes/database/select.inc |
Contains classes and interfaces for Select queries. |
session.inc |
core/includes/session.inc |
User session handling functions. |
session.test |
core/modules/simpletest/tests/session.test |
Provides SimpleTests for core session handling functionality. |
session_test.info |
core/modules/simpletest/tests/session_test.info |
name = "Session test"
description = "Support module for session data testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
session_test.module |
core/modules/simpletest/tests/session_test.module |
|
settings.php |
settings.php |
Main Backdrop CMS configuration file. |
seven.base.css |
core/themes/seven/css/seven.base.css |
/**
* Generic elements.
*/
body {
color: #000;
background: #fafafa;
font: normal 16px/1.538 "Open Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
a,
.link {
color: #0074bd;
text-decoration:… |
seven.info |
core/themes/seven/seven.info |
name = Seven
description = The default administration theme for Backdrop CMS.
version = BACKDROP_VERSION
type = theme
backdrop = 1.x
stylesheets[screen][] = css/seven.base.css
stylesheets[screen][] = css/style.css
stylesheets[screen][] =… |
simmons.info |
core/layouts/simmons/simmons.info |
type = layout
name = Simmons
description = Includes a header, top, content, two sidebars, three triptych regions, four quarter regions, bottom, and footer.
version = BACKDROP_VERSION
backdrop = 1.x
; Specify regions for this layout.
regions[header] … |
simmons.php |
core/layouts/simmons/simmons.php |
PHP functions for the simmons layout. |
simpletest.api.php |
core/modules/simpletest/simpletest.api.php |
Hooks provided by the SimpleTest module. |