views_translatable.test |
core/modules/views/tests/views_translatable.test |
Definition of ViewsTranslatableTest. |
views_ui.test |
core/modules/views/tests/views_ui.test |
Tests Views UI Wizard. |
views_upgrade.test |
core/modules/views/tests/views_upgrade.test |
Definition of ViewsUpgradeTestCase. |
views_view.test |
core/modules/views/tests/views_view.test |
Definition of ViewsViewTest. |
views.api.php |
core/modules/views/views.api.php |
Describe hooks provided by the Views module. |
views.info |
core/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.install |
core/modules/views/views.install |
Contains install and update functions for Views. |
views.module |
core/modules/views/views.module |
Primarily Backdrop hooks and global API functions to manipulate views. |
views.tokens.inc |
core/modules/views/views.tokens.inc |
Token integration for the views module. |
views_ui.admin.css |
core/modules/views_ui/css/views_ui.admin.css |
/**
* The .admin.css file is intended to only contain positioning and size
* declarations. For example: display, position, float, clear, and overflow.
*/
/* @group Resets */
.views-admin ul,
.views-admin menu,
.views-admin dir {
padding-left:… |
views_ui.admin.theme.css |
core/modules/views_ui/css/views_ui.admin.theme.css |
/**
* The .admin.theme.css file is intended to contain presentation declarations
* including images, borders, colors, and fonts.
*/
/* @group Reset */
.views-admin .links {
list-style: none outside none;
margin: 0;
}
/* @end */
/* @group… |
views-ui-display-tab-bucket.tpl.php |
core/modules/views_ui/templates/views-ui-display-tab-bucket.tpl.php |
Template for each "box" on the display query configuration screen. |
views-ui-display-tab-setting.tpl.php |
core/modules/views_ui/templates/views-ui-display-tab-setting.tpl.php |
Template for each row inside the "boxes" on the configuration screen. |
views-ui-edit-item.tpl.php |
core/modules/views_ui/templates/views-ui-edit-item.tpl.php |
This template handles the printing of fields/filters/sort criteria/arguments or relationships. |
views-ui-edit-view.tpl.php |
core/modules/views_ui/templates/views-ui-edit-view.tpl.php |
Template for the primary view configuration window. |
views_ui.admin.inc |
core/modules/views_ui/views_ui.admin.inc |
Admin page callbacks for the Views UI module. |
views_ui.analyze.inc |
core/modules/views_ui/views_ui.analyze.inc |
Contains the view analyze tool code. |
views_ui.info |
core/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 =… |
views_ui.install |
core/modules/views_ui/views_ui.install |
|
views_ui.module |
core/modules/views_ui/views_ui.module |
Provide structure for the administrative interface to Views. |
views_ui.theme.inc |
core/modules/views_ui/views_ui.theme.inc |
Theme functions for the Views UI module. |
views_ui_base_views_wizard.php |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Provides the interface and base class for Views Wizard plugins. |
views_ui_comment_views_wizard.php |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
Definition of ViewsUiCommentViewsWizard. |
views_ui_file_managed_views_wizard.php |
core/modules/views_ui/wizards/views_ui_file_managed_views_wizard.php |
Definition of ViewsUiFileManagedViewsWizard. |
views_ui_node_revision_views_wizard.php |
core/modules/views_ui/wizards/views_ui_node_revision_views_wizard.php |
Definition of ViewsUiNodeRevisionViewsWizard. |
views_ui_node_views_wizard.php |
core/modules/views_ui/wizards/views_ui_node_views_wizard.php |
Definition of ViewsUiNodeViewsWizard. |
views_ui_taxonomy_term_views_wizard.php |
core/modules/views_ui/wizards/views_ui_taxonomy_term_views_wizard.php |
Definition of ViewsUiTaxonomyTermViewsWizard. |
views_ui_users_views_wizard.php |
core/modules/views_ui/wizards/views_ui_users_views_wizard.php |
Definition of ViewsUiUsersViewsWizard. |
minimal.info |
core/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 |
minimal.install |
core/profiles/minimal/minimal.install |
Install, update and uninstall functions for the minimal installation profile. |
minimal.profile |
core/profiles/minimal/minimal.profile |
Enables modules and site configuration for a minimal site installation. |
standard.info |
core/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[] =… |
standard.install |
core/profiles/standard/standard.install |
Install/uninstall and update functions for the standard installation profile. |
standard.profile |
core/profiles/standard/standard.profile |
Enables modules and site configuration for a standard site installation. |
backdrop_system_listing_compatible_test.info |
core/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 |
backdrop_system_listing_compatible_test.module |
core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.module |
|
backdrop_system_listing_compatible_test.test |
core/profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test |
|
backdrop_system_listing_compatible_test.tests.info |
core/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_incompatible_test.info |
core/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_incompatible_test.module |
core/profiles/testing/modules/backdrop_system_listing_incompatible_test/backdrop_system_listing_incompatible_test.module |
|
testing.info |
core/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 |
testing.install |
core/profiles/testing/testing.install |
Install, update and uninstall functions for the testing profile. |
testing.profile |
core/profiles/testing/testing.profile |
Installation profile for tests. |
restore.php |
core/restore.php |
Administrative page for restoring backup database and configuration files. |
backdrop.sh |
core/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… |
dump-database-d7.sh |
core/scripts/dump-database-d7.sh |
Dump a Drupal 7 database into a Drupal 7 PHP script to test the upgrade
process. |
generate-d7-content.sh |
core/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… |
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'])) {
… |
password-hash.sh |
core/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
*
*… |
run-tests.sh |
core/scripts/run-tests.sh |
This script runs Backdrop tests from command line. |