locale.css |
drupal/modules/locale/locale.css |
|
.locale-untranslated {
font-style: normal;
text-decoration: line-through;
}
#locale-translation-filter-form .form-item-language,
#locale-translation-filter-form .form-item-translation,
#locale-translation-filter-form .form-item-group {
float:… |
locale.inc |
drupal/includes/locale.inc |
|
Administration functions for locale.module. |
locale.info |
drupal/modules/locale/locale.info |
|
name = Locale
description = Adds language handling functionality and enables the translation of the user interface to languages other than English.
package = Core
version = VERSION
core = 7.x
files[] = locale.test
configure =… |
locale.install |
drupal/modules/locale/locale.install |
|
Install, update and uninstall functions for the locale module. |
locale.module |
drupal/modules/locale/locale.module |
|
Add language handling functionality and enables the translation of the
user interface to languages other than English. |
locale.test |
drupal/modules/locale/locale.test |
|
Tests for locale.module. |
locale_test.info |
drupal/modules/locale/tests/locale_test.info |
|
name = "Locale Test"
description = "Support module for the locale layer tests."
core = 7.x
package = Testing
version = VERSION
hidden = TRUE |
locale_test.module |
drupal/modules/locale/tests/locale_test.module |
|
Mock module for locale layer tests. |
lock.inc |
drupal/includes/lock.inc |
|
A database-mediated implementation of a locking mechanism. |
lock.test |
drupal/modules/simpletest/tests/lock.test |
|
|
log.inc |
drupal/includes/database/log.inc |
|
Logging classes for the database layer. |
mail.inc |
drupal/includes/mail.inc |
|
API functions for processing and sending e-mail. |
mail.test |
drupal/modules/simpletest/tests/mail.test |
|
Test the Drupal mailing system. |
MAINTAINERS.txt |
drupal/MAINTAINERS.txt |
|
Drupal core is built and maintained by the Drupal project community. Everyone is
encouraged to submit issues and changes (patches) to improve Drupal, and to
contribute in other ways -- see https://www.drupal.org/contribute to find out
how.
Branch… |
maintenance-page.css |
drupal/themes/bartik/css/maintenance-page.css |
|
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: 800px;
border: 1px solid #ddd;
… |
maintenance-page.tpl.php |
drupal/themes/bartik/templates/maintenance-page.tpl.php |
|
Implementation to display a single Drupal page while offline. |
maintenance-page.tpl.php |
drupal/modules/system/maintenance-page.tpl.php |
|
Default theme implementation to display a single Drupal page while offline. |
maintenance-page.tpl.php |
drupal/themes/seven/maintenance-page.tpl.php |
|
|
maintenance-page.tpl.php |
drupal/themes/garland/maintenance-page.tpl.php |
|
Override of the default maintenance page. |
menu.admin.inc |
drupal/modules/menu/menu.admin.inc |
|
Administrative page callbacks for menu module. |
menu.api.php |
drupal/modules/menu/menu.api.php |
|
Hooks provided by the Menu module. |
menu.css |
drupal/modules/menu/menu.css |
|
.menu-operations {
width: 100px;
}
.menu-enabled {
width: 70px;
}
.menu-enabled input {
margin-left:25px;
} |
menu.inc |
drupal/includes/menu.inc |
|
API for the Drupal menu system. |
menu.info |
drupal/modules/menu/menu.info |
|
name = Menu
description = Allows administrators to customize the site navigation menu.
package = Core
version = VERSION
core = 7.x
files[] = menu.test
configure = admin/structure/menu |
menu.install |
drupal/modules/menu/menu.install |
|
Install, update and uninstall functions for the menu module. |
menu.module |
drupal/modules/menu/menu.module |
|
Allows administrators to customize the site's navigation menus. |
menu.test |
drupal/modules/menu/menu.test |
|
Tests for menu.module. |
menu.test |
drupal/modules/simpletest/tests/menu.test |
|
Provides SimpleTests for menu.inc. |
menu_test.info |
drupal/modules/simpletest/tests/menu_test.info |
|
name = "Hook menu tests"
description = "Support module for menu hook testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
menu_test.module |
drupal/modules/simpletest/tests/menu_test.module |
|
Dummy module implementing hook menu. |
minimal.info |
drupal/profiles/minimal/minimal.info |
|
name = Minimal
description = Start with only a few modules enabled.
version = VERSION
core = 7.x
dependencies[] = block
dependencies[] = dblog |
minimal.install |
drupal/profiles/minimal/minimal.install |
|
Install, update and uninstall functions for the minimal installation profile. |
minimal.profile |
drupal/profiles/minimal/minimal.profile |
|
Enables modules and site configuration for a minimal site installation. |
module.inc |
drupal/includes/module.inc |
|
API for loading and interacting with Drupal modules. |
module.test |
drupal/modules/simpletest/tests/module.test |
|
Tests for the module API. |
module_test.file.inc |
drupal/modules/simpletest/tests/module_test.file.inc |
|
A file to test module_implements() loading includes. |
module_test.implementations.inc |
drupal/modules/simpletest/tests/module_test.implementations.inc |
|
|
module_test.info |
drupal/modules/simpletest/tests/module_test.info |
|
name = "Module test"
description = "Support module for module system testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
module_test.install |
drupal/modules/simpletest/tests/module_test.install |
|
Install, update and uninstall functions for the module_test module. |
module_test.module |
drupal/modules/simpletest/tests/module_test.module |
|
|
NestedExampleTest.php |
drupal/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php |
Drupal\psr_0_test\Tests\Nested |
|
NestedExampleTest.php |
drupal/modules/simpletest/tests/psr_4_test/src/Tests/Nested/NestedExampleTest.php |
Drupal\psr_4_test\Tests\Nested |
|
node--1.tpl.php |
drupal/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php |
|
|
node.admin.inc |
drupal/modules/node/node.admin.inc |
|
Content administration and module settings UI. |
node.api.php |
drupal/modules/node/node.api.php |
|
Hooks provided by the Node module. |
node.css |
drupal/modules/node/node.css |
|
.node-unpublished {
background-color: #fff4f4;
}
.preview .node {
background-color: #ffffea;
}
td.revision-current {
background: #ffc;
} |
node.info |
drupal/modules/node/node.info |
|
name = Node
description = Allows content to be submitted to the site and displayed on pages.
package = Core
version = VERSION
core = 7.x
files[] = node.module
files[] = node.test
required = TRUE
configure = admin/structure/types
stylesheets[all][] =… |
node.install |
drupal/modules/node/node.install |
|
Install, update and uninstall functions for the node module. |
node.module |
drupal/modules/node/node.module |
|
The core that allows content to be submitted to the site. Modules and
scripts may programmatically submit nodes using the usual form API pattern. |
node.pages.inc |
drupal/modules/node/node.pages.inc |
|
Page callbacks for adding, editing, deleting, and revisions management for content. |