Contains filters are case sensitive
File name Location Namespacesort ascending Description
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'])) { …
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…
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…
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 * *…
moscone_flipped.info layouts/moscone_flipped/moscone_flipped.info type = layout name = Moscone Flipped version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[sidebar] = Sidebar regions[bottom] =…
layout--moscone-flipped.tpl.php layouts/moscone_flipped/layout--moscone-flipped.tpl.php Template for the Moscone Flipped layout.
boxton.info layouts/boxton/boxton.info type = layout name = Boxton version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[bottom] = Bottom regions[footer] = Footer ;…
layout--boxton.tpl.php layouts/boxton/layout--boxton.tpl.php Template for the Boxton layout.
sutro.info layouts/sutro/sutro.info type = layout name = Sutro version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[half1] = First Half regions[half2] = Second…
layout--sutro.tpl.php layouts/sutro/layout--sutro.tpl.php Template for the Sutro layout.
layout--taylor-flipped.tpl.php layouts/taylor_flipped/layout--taylor-flipped.tpl.php Template for the Taylor Flipped layout.
taylor_flipped.info layouts/taylor_flipped/taylor_flipped.info type = layout name = Taylor Flipped version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[sidebar] = First…
simmons.info layouts/simmons/simmons.info type = layout name = Simmons version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[sidebar] = First Sidebar regions[sidebar2] =…
simmons.php layouts/simmons/simmons.php PHP functions for the simmons layout.
layout--simmons.tpl.php layouts/simmons/layout--simmons.tpl.php Template for the Simmons layout.
layout--geary.tpl.php layouts/geary/layout--geary.tpl.php Template for the Geary layout.
geary.info layouts/geary/geary.info type = layout name = Geary version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[third1] = First Column regions[third2] = Second Column regions[third3] …
layout--moscone.tpl.php layouts/moscone/layout--moscone.tpl.php Template for the Moscone layout.
moscone.info layouts/moscone/moscone.info type = layout name = Moscone version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[sidebar] = Sidebar regions[bottom] =…
layout--rolph.tpl.php layouts/rolph/layout--rolph.tpl.php Template for the Rolph layout.
rolph.info layouts/rolph/rolph.info type = layout name = Rolph version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[quarter1] = First Column regions[quarter2] = Second Column regions[quarter3] …
harris.info layouts/harris/harris.info type = layout name = Harris version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[sidebar] = First Sidebar regions[sidebar2] =…
layout--harris.tpl.php layouts/harris/layout--harris.tpl.php Template for the Harris layout.
layout--taylor.tpl.php layouts/taylor/layout--taylor.tpl.php Template for the Taylor layout.
taylor.info layouts/taylor/taylor.info type = layout name = Taylor version = BACKDROP_VERSION backdrop = 1.x ; Specify regions for this layout. regions[header] = Header regions[top] = Top regions[content] = Content regions[sidebar] = First Sidebar regions[sidebar2] =…
color.theme.inc modules/color/color.theme.inc Theme functions for the Color module.
color.legacy.inc modules/color/color.legacy.inc Contains support for legacy Bartik Blue Lagoon colors.
color.info modules/color/color.info type = module name = Color description = Allows administrators to change the color scheme of compatible themes. package = Appearance tags[] = Theme Enhancements version = BACKDROP_VERSION backdrop = 1.x
preview.html modules/color/preview.html
color.install modules/color/color.install Install, update and uninstall functions for the color module.
color.module modules/color/color.module Allows users to change the color scheme of themes.
installer.pages.inc modules/installer/installer.pages.inc Page callbacks used by the Installer browse pages.
installer.authorize.inc modules/installer/installer.authorize.inc Callbacks and related functions invoked by authorize.php to update projects.
installer.module modules/installer/installer.module Handles installation and updates of contributed projects.
update.api.php modules/update/update.api.php Hooks provided by the Update Manager module.
update.theme.inc modules/update/update.theme.inc Theme functions for the Update module.
update.admin.inc modules/update/update.admin.inc Admin page callbacks for the Update Manager module.
update.report.inc modules/update/update.report.inc Code required only when rendering the available updates report.
update.module modules/update/update.module Handles update checking for Backdrop core and contributed projects.
book.module modules/book/book.module Allows users to create and organize related content in an outline.
update.fetch.inc modules/update/update.fetch.inc Code required only when fetching information about available updates.
update.info modules/update/update.info type = module name = Update Manager description = Checks for available updates. package = Development tags[] = System tags[] = Utility version = BACKDROP_VERSION backdrop = 1.x configure = admin/reports/updates/settings
field.module modules/field/field.module Attach custom data fields to Backdrop entities.
field.info.inc modules/field/field.info.inc Field Info API, providing information about available fields and field types.
field.install modules/field/field.install Install, update and uninstall functions for the field module.
field.form.inc modules/field/field.form.inc Field forms management.
field.default.inc modules/field/field.default.inc Default 'implementations' of hook_field_*(): common field housekeeping.
field.attach.inc modules/field/field.attach.inc Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'.
field.api.php modules/field/field.api.php Hooks provided by the Field module.

Pages