Contains filters are case sensitive
File name Locationsort ascending Namespace Description
layout--simmons.tpl.php themes/bartik/templates/layout--simmons.tpl.php Template for the Simmons layout.
comment.tpl.php themes/bartik/templates/comment.tpl.php Bartik's theme implementation for comments.
template.php themes/bartik/template.php Contains a theme's functions to manipulate or override the default markup.
style.css themes/bartik/css/style.css /* ---------- Overall Specifications ---------- */ body { line-height: 1.5; font-size: 87.5%; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0; } a:link, a:visited { text-decoration:…
print.css themes/bartik/css/print.css /* ---------- General Layout ---------- */ body, input, textarea, select { color: #000; background: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width: 640px; } #admin_menu, #footer, .tabs { display: none; } /*…
maintenance-page.css themes/bartik/css/maintenance-page.css /* ---------- Maintenance page ---------- */ body.maintenance-page { background-color: #fff; color: #000; } .maintenance-page #page-wrapper { background: #fff; margin-left: auto; margin-right: auto; min-width: 0; min-height: 0; width:…
editor.css themes/bartik/css/editor.css /** * Styles to be included within the rich-text editor. */ body { line-height: 1.5; font-size: 87.5%; font-family: Georgia, "Times New Roman", Times, serif; } a:link, a:visited { text-decoration: none; } a:hover, a:active, a:focus…
colors-legacy.css themes/bartik/css/colors-legacy.css /* ---------- Legacy colors ---------- */ .l-container { background: #ffffff; } .layout { background: transparent; } .l-header { background-color: #48a9e4; background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%); …
colors.css themes/bartik/css/colors.css /* ---------- Color Module Styles ----------- */ body { color: #3b3b3b; } .layout, .l-container { background: #ffffff; } .l-header { color: #fffeff; background-color: #000000; background-image: -moz-linear-gradient(top, #000000 0%, #000001…
preview.html themes/bartik/color/preview.html
preview.css themes/bartik/color/preview.css /* ---------- Preview Styles ----------- */ .js #preview { clear: both; float: none !important; } #preview { min-width: 640px; background-color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; …
color.inc themes/bartik/color/color.inc
bartik.info themes/bartik/bartik.info name = Bartik description = Legacy front-end theme. version = BACKDROP_VERSION type = theme backdrop = 1.x stylesheets[all][] = css/style.css stylesheets[all][] = css/colors.css stylesheets[print][] = css/print.css ; Include a style sheet in the…
run-tests.sh scripts/run-tests.sh This script runs Backdrop tests from command line.
password-hash.sh scripts/password-hash.sh #!/usr/bin/env php <?php /** * Backdrop hash script - to generate a hash from a plaintext password * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * *…
install.sh scripts/install.sh #!/usr/bin/env php <?php /** * Install Silkscreen through the command line. */ $script = basename(array_shift($_SERVER['argv'])); if (in_array('--help', $_SERVER['argv']) || empty($_SERVER['argv'])) { …
generate-d7-content.sh scripts/generate-d7-content.sh #!/usr/bin/env php <?php /** * Generate content for a Drupal 7 database to test the upgrade process. * * Run this script at the root of an existing Drupal 6 installation. * Steps to use this generation script: * - Install Drupal 7. * - Run…
dump-database-d7.sh scripts/dump-database-d7.sh Filled installation of Drupal 7.0, for test purposes.
backdrop.sh scripts/backdrop.sh #!/usr/bin/env php <?php /** * Backdrop shell execution script * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param path Backdrop's absolute…
testing.profile profiles/testing/testing.profile Installation profile for tests.
testing.install profiles/testing/testing.install Install, update and uninstall functions for the testing profile.
testing.info profiles/testing/testing.info name = Testing description = Minimal profile for running tests. Includes absolutely required modules only. version = BACKDROP_VERSION backdrop = 1.x type = profile hidden = TRUE dependencies[] = layout
backdrop_system_listing_incompatible_test.module profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.module
backdrop_system_listing_incompatible_test.info profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.info name = "Backdrop system listing incompatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing version = BACKDROP_VERSION type = module ; This deliberately has the wrong core…
backdrop_system_listing_compatible_test.tests.info profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.tests.info [BackdropSystemListingCompatibleTestCase] name = Installation profile module tests helper description = Verifies that tests in installation profile modules are found and may use another profile for running tests. group = Installation profiles file =…
backdrop_system_listing_compatible_test.test profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test
backdrop_system_listing_compatible_test.module profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.module
backdrop_system_listing_compatible_test.info profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info name = "Backdrop system listing compatible test" description = "Support module for testing the backdrop_system_listing function." package = Testing type = module version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE
standard.profile profiles/standard/standard.profile Enables modules and site configuration for a standard site installation.
standard.install profiles/standard/standard.install Install, update and uninstall functions for the standard installation profile.
standard.info profiles/standard/standard.info name = Standard description = Install with commonly used features pre-configured. version = BACKDROP_VERSION backdrop = 1.x type = profile dependencies[] = node dependencies[] = admin_bar dependencies[] = block dependencies[] =…
minimal.profile profiles/minimal/minimal.profile Enables modules and site configuration for a minimal site installation.
minimal.install profiles/minimal/minimal.install Install, update and uninstall functions for the minimal installation profile.
minimal.info profiles/minimal/minimal.info name = Minimal description = Start with only a few modules enabled. version = BACKDROP_VERSION backdrop = 1.x type = profile hidden = TRUE dependencies[] = node dependencies[] = dblog dependencies[] = layout
views.tokens.inc modules/views/views.tokens.inc Token integration for the views module.
views.module modules/views/views.module Primarily Backdrop hooks and global API functions to manipulate views.
views.install modules/views/views.install Contains install and update functions for Views.
views.info modules/views/views.info type = module name = Views description = Create customized lists and queries from your database. package = Views tags[] = Site Architecture version = BACKDROP_VERSION backdrop = 1.x stylesheets[all][] = css/views.css required = TRUE
views.api.php modules/views/views.api.php Describe hooks provided by the Views module.
views_ui_users_views_wizard.php modules/views_ui/wizards/views_ui_users_views_wizard.php Definition of ViewsUiUsersViewsWizard.
views_ui_taxonomy_term_views_wizard.php modules/views_ui/wizards/views_ui_taxonomy_term_views_wizard.php Definition of ViewsUiTaxonomyTermViewsWizard.
views_ui_node_views_wizard.php modules/views_ui/wizards/views_ui_node_views_wizard.php Definition of ViewsUiNodeViewsWizard.
views_ui_node_revision_views_wizard.php modules/views_ui/wizards/views_ui_node_revision_views_wizard.php Definition of ViewsUiNodeRevisionViewsWizard.
views_ui_file_managed_views_wizard.php modules/views_ui/wizards/views_ui_file_managed_views_wizard.php Definition of ViewsUiFileManagedViewsWizard.
views_ui_comment_views_wizard.php modules/views_ui/wizards/views_ui_comment_views_wizard.php Definition of ViewsUiCommentViewsWizard.
views_ui_base_views_wizard.php modules/views_ui/wizards/views_ui_base_views_wizard.php Provides the interface and base class for Views Wizard plugins.
views_ui.theme.inc modules/views_ui/views_ui.theme.inc Theme functions for the Views UI module.
views_ui.module modules/views_ui/views_ui.module Provide structure for the administrative interface to Views.
views_ui.install modules/views_ui/views_ui.install
views_ui.info modules/views_ui/views_ui.info type = module name = Views UI description = Administrative interface to views. Without this module, you cannot create or configure views. package = Views tags[] = Administration tags[] = User Interface version = BACKDROP_VERSION backdrop =…

Pages