installer.test |
core/modules/simpletest/tests/installer.test |
Tests for the installer. |
installer.pages.inc |
core/modules/installer/installer.pages.inc |
Page callbacks used by the Installer browse pages. |
installer.module |
core/modules/installer/installer.module |
Handles installation and updates of contributed projects. |
installer.manager.inc |
core/modules/installer/installer.manager.inc |
Administrative screens and processing functions of the Installer module. |
installer.install |
core/modules/installer/installer.install |
Install, update and uninstall functions for the installer module. |
installer.info |
core/modules/installer/installer.info |
type = module
name = Project Installer
description = Provides a user interface for installing and updating modules, themes, and layouts.
version = BACKDROP_VERSION
package = Development
tags[] = User interface
tags[] = System
backdrop =… |
installer.css |
core/modules/installer/css/installer.css |
/**
* Styles for the Installer interfaces.
*/
.installer-manager-update-form .update-security.odd:not(:hover),
.block-dashboard-updates .update-security.odd:not(:hover) {
background: #FFE0E0;
}
.installer-manager-update-form… |
installer.browser.inc |
core/modules/installer/installer.browser.inc |
Various functions that are required by the Installer browse pages. |
installer.authorize.inc |
core/modules/installer/installer.authorize.inc |
Callbacks and related functions invoked by authorize.php to update projects. |
installer-project.tpl.php |
core/modules/installer/templates/installer-project.tpl.php |
Default theme implementation for displaying a project. |
installer-project-dialog.tpl.php |
core/modules/installer/templates/installer-project-dialog.tpl.php |
Default theme implementation for displaying a project in a dialog. |
installer-list.tpl.php |
core/modules/installer/templates/installer-list.tpl.php |
Default theme implementation for displaying list of projects. |
installer-install.tpl.php |
core/modules/installer/templates/installer-install.tpl.php |
Default theme implementation for displaying the install page. |
installer-install-queue.tpl.php |
core/modules/installer/templates/installer-install-queue.tpl.php |
Default theme implementation for displaying list of queued projects. |
installer-block.tpl.php |
core/modules/installer/templates/installer-block.tpl.php |
Default theme implementation to display a block on the projects browse page. |
install.sh |
core/scripts/install.sh |
#!/usr/bin/env php
<?php
/**
* Install Backdrop through the command line.
*/
$script = basename(array_shift($_SERVER['argv']));
if (in_array('--help', $_SERVER['argv']) || empty($_SERVER['argv'])) {
… |
install.php |
core/install.php |
Initiates a browser-based installation of Backdrop. |
install.inc |
core/includes/install.inc |
API functions for installing modules and themes. |
install.inc |
core/includes/database/mysql/install.inc |
Installation code for MySQL embedded database engine. |
install.core.inc |
core/includes/install.core.inc |
API functions for installing Backdrop. |
index.php |
index.php |
The PHP page that serves all page requests on a Backdrop installation. |
import2.css |
core/modules/simpletest/files/css_test_files/import2.css |
p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
} |
import1.css |
core/modules/simpletest/files/css_test_files/import1.css |
ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}
/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023 */
… |
image_test.module |
core/modules/simpletest/tests/image_test.module |
Helper module for the image tests. |
image_test.info |
core/modules/simpletest/tests/image_test.info |
name = "Image test"
description = "Support module for image toolkit tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
image_module_test.module |
core/modules/image/tests/image_module_test/image_module_test.module |
Provides Image module hook implementations for testing purposes. |
image_module_test.info |
core/modules/image/tests/image_module_test/image_module_test.info |
name = Image test
description = Provides hook implementations for testing Image module functionality.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
image_example.tests.info |
modules/examples/image_example/tests/image_example.tests.info |
[ImageExampleTestCase]
name = Image example functionality
description = Tests image functionality.
group = Example modules
file = image_example.test |
image_example.test |
modules/examples/image_example/tests/image_example.test |
Test case for testing the image example module. |
image_example.pages.inc |
modules/examples/image_example/image_example.pages.inc |
Page/form showing image styles in use. |
image_example.module |
modules/examples/image_example/image_example.module |
Module file for image_example |
image_example.install |
modules/examples/image_example/image_example.install |
Install, update, and uninstall functions for the image_example module. |
image_example.info |
modules/examples/image_example/image_example.info |
name = Image Example
description = Example implementation of image.module hooks.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = image |
image.views.inc |
core/modules/image/views/image.views.inc |
Provide views data and handlers for image.module. |
image.tokens.inc |
core/modules/image/image.tokens.inc |
Builds placeholder replacement tokens for image styles. |
image.theme.inc |
core/modules/image/image.theme.inc |
Theme functions for the Image module. |
image.tests.info |
core/modules/image/tests/image.tests.info |
[ImageStylesPathAndUrlUnitTest]
name = Image styles path and URL functions
description = Tests functions for generating paths and URLs to image styles.
group = Image
file = image.test
[ImageEffectsUnitTest]
name = Image effects
description = Test… |
image.test |
core/modules/image/tests/image.test |
Tests for image.module. |
image.test |
core/modules/simpletest/tests/image.test |
Tests for core image handling API. |
image.module |
core/modules/image/image.module |
Exposes global functionality for creating image styles. |
image.install |
core/modules/image/image.install |
Install, update and uninstall functions for the image module. |
image.info |
core/modules/image/image.info |
type = module
name = Image
description = Provides image manipulation tools and image field type.
package = Fields
tags[] = Images
tags[] = Media
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = file
configure =… |
image.inc |
core/includes/image.inc |
API for manipulating images. |
image.gd.inc |
core/modules/system/image.gd.inc |
GD2 toolkit for image manipulation within Backdrop. |
image.field.inc |
core/modules/image/image.field.inc |
Implement an image field, based on the file module's file field. |
image.effects.inc |
core/modules/image/image.effects.inc |
Functions needed to execute image effects provided by Image module. |
image.css |
core/modules/image/css/image.css |
/**
* Image upload widget.
*/
.image-preview {
float: left; /* LTR */
padding: 0 10px 10px 0; /* LTR */
}
[dir="rtl"] .image-preview {
float: right;
padding: 0 0 10px 10px;
}
div.image-widget-data {
float: left; /* LTR */
… |
image.api.php |
core/modules/image/image.api.php |
Hooks related to image styles and effects. |
image.admin.inc |
core/modules/image/image.admin.inc |
Admin page callbacks for the Image module. |
image.admin.css |
core/modules/image/css/image.admin.css |
/**
* Image style configuration pages.
*/
div.image-style-new,
div.image-style-new div {
display: inline;
}
div.image-style-preview .preview-image-wrapper {
float: left;
padding-bottom: 2em;
text-align: center;
top: 50%;
width:… |