|
system.install |
drupal-7.x/modules/system/system.install |
|
Install, update and uninstall functions for the system module. |
|
system.mail.inc |
drupal-7.x/modules/system/system.mail.inc |
|
Drupal core implementations of MailSystemInterface. |
|
system.maintenance.css |
drupal-7.x/modules/system/system.maintenance.css |
|
/**
* Update styles
*/
#update-results {
margin-top: 3em;
padding: 0.25em;
border: 1px solid #ccc;
background: #eee;
font-size: smaller;
}
#update-results h2 {
margin-top: 0.25em;
}
#update-results h4 {
margin-bottom:… |
|
system.menus-rtl.css |
drupal-7.x/modules/system/system.menus-rtl.css |
|
RTL styles for menus and navigation markup. |
|
system.menus.css |
drupal-7.x/modules/system/system.menus.css |
|
Styles for menus and navigation markup. |
|
system.messages-rtl.css |
drupal-7.x/modules/system/system.messages-rtl.css |
|
RTL Styles for system messages. |
|
system.messages.css |
drupal-7.x/modules/system/system.messages.css |
|
Styles for system messages. |
|
system.module |
drupal-7.x/modules/system/system.module |
|
Configuration system that lets administrators modify the workings of the site. |
|
system.queue.inc |
drupal-7.x/modules/system/system.queue.inc |
|
Queue functionality. |
|
system.tar.inc |
drupal-7.x/modules/system/system.tar.inc |
|
|
|
system.test |
drupal-7.x/modules/system/system.test |
|
Tests for system.module. |
|
system.theme-rtl.css |
drupal-7.x/modules/system/system.theme-rtl.css |
|
RTL styles for common markup. |
|
system.theme.css |
drupal-7.x/modules/system/system.theme.css |
|
Basic styling for common markup. |
|
system.tokens.inc |
drupal-7.x/modules/system/system.tokens.inc |
|
Builds placeholder replacement tokens system-wide data. |
|
system.updater.inc |
drupal-7.x/modules/system/system.updater.inc |
|
Subclasses of the Updater class to update Drupal core knows how to update.
At this time, only modules and themes are supported. |
|
system_dependencies_test.info |
drupal-7.x/modules/simpletest/tests/system_dependencies_test.info |
|
name = "System dependency test"
description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
dependencies[] = _missing_dependency |
|
system_dependencies_test.module |
drupal-7.x/modules/simpletest/tests/system_dependencies_test.module |
|
|
|
system_incompatible_core_version_dependencies_test.info |
drupal-7.x/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info |
|
name = "System incompatible core version dependencies test"
description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
dependencies[] =… |
|
system_incompatible_core_version_dependencies_test.module |
drupal-7.x/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module |
|
|
|
system_incompatible_core_version_test.info |
drupal-7.x/modules/simpletest/tests/system_incompatible_core_version_test.info |
|
name = "System incompatible core version test"
description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 5.x
hidden = TRUE |
|
system_incompatible_core_version_test.module |
drupal-7.x/modules/simpletest/tests/system_incompatible_core_version_test.module |
|
|
|
system_incompatible_module_version_dependencies_test.info |
drupal-7.x/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info |
|
name = "System incompatible module version dependencies test"
description = "Support module for testing system dependencies."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
; system_incompatible_module_version_test… |
|
system_incompatible_module_version_dependencies_test.module |
drupal-7.x/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module |
|
|
|
system_incompatible_module_version_test.info |
drupal-7.x/modules/simpletest/tests/system_incompatible_module_version_test.info |
|
name = "System incompatible module version test"
description = "Support module for testing system dependencies."
package = Testing
version = 1.0
core = 7.x
hidden = TRUE |
|
system_incompatible_module_version_test.module |
drupal-7.x/modules/simpletest/tests/system_incompatible_module_version_test.module |
|
|
|
system_test.info |
drupal-7.x/modules/simpletest/tests/system_test.info |
|
name = System test
description = Support module for system testing.
package = Testing
version = VERSION
core = 7.x
files[] = system_test.module
hidden = TRUE |
|
system_test.module |
drupal-7.x/modules/simpletest/tests/system_test.module |
|
|
|
tablesort.inc |
drupal-7.x/includes/tablesort.inc |
|
Functions to aid in the creation of sortable tables. |
|
tablesort.test |
drupal-7.x/modules/simpletest/tests/tablesort.test |
|
Various tablesort tests. |
|
taxonomy-term.tpl.php |
drupal-7.x/modules/taxonomy/taxonomy-term.tpl.php |
|
Default theme implementation to display a term. |
|
taxonomy.admin.inc |
drupal-7.x/modules/taxonomy/taxonomy.admin.inc |
|
Administrative page callbacks for the taxonomy module. |
|
taxonomy.api.php |
drupal-7.x/modules/taxonomy/taxonomy.api.php |
|
Hooks provided by the Taxonomy module. |
|
taxonomy.css |
drupal-7.x/modules/taxonomy/taxonomy.css |
|
tr.taxonomy-term-preview {
background-color: #EEE;
}
tr.taxonomy-term-divider-top {
border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
border-top: 1px dotted #CCC;
}
.taxonomy-term-description {
margin: 5px 0 20px;
} |
|
taxonomy.info |
drupal-7.x/modules/taxonomy/taxonomy.info |
|
name = Taxonomy
description = Enables the categorization of content.
package = Core
version = VERSION
core = 7.x
dependencies[] = options
files[] = taxonomy.module
files[] = taxonomy.test
configure = admin/structure/taxonomy |
|
taxonomy.install |
drupal-7.x/modules/taxonomy/taxonomy.install |
|
Install, update and uninstall functions for the taxonomy module. |
|
taxonomy.module |
drupal-7.x/modules/taxonomy/taxonomy.module |
|
Enables the organization of content into categories. |
|
taxonomy.pages.inc |
drupal-7.x/modules/taxonomy/taxonomy.pages.inc |
|
Page callbacks for the taxonomy module. |
|
taxonomy.test |
drupal-7.x/modules/taxonomy/taxonomy.test |
|
Tests for taxonomy.module. |
|
taxonomy.tokens.inc |
drupal-7.x/modules/taxonomy/taxonomy.tokens.inc |
|
Builds placeholder replacement tokens for taxonomy terms and vocabularies. |
|
taxonomy_test.info |
drupal-7.x/modules/simpletest/tests/taxonomy_test.info |
|
name = "Taxonomy test module"
description = "Tests functions and hooks not used in core".
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
dependencies[] = taxonomy |
|
taxonomy_test.install |
drupal-7.x/modules/simpletest/tests/taxonomy_test.install |
|
Install, update and uninstall functions for the taxonomy_test module. |
|
taxonomy_test.module |
drupal-7.x/modules/simpletest/tests/taxonomy_test.module |
|
Test module for Taxonomy hooks and functions not used in core. |
|
template.php |
drupal-7.x/themes/garland/template.php |
|
|
|
template.php |
drupal-7.x/themes/bartik/template.php |
|
|
|
template.php |
drupal-7.x/themes/seven/template.php |
|
|
|
template.php |
drupal-7.x/modules/simpletest/tests/themes/test_theme/template.php |
|
|
|
testing.info |
drupal-7.x/profiles/testing/testing.info |
|
name = Testing
description = Minimal profile for running tests. Includes absolutely required modules only.
version = VERSION
core = 7.x
hidden = TRUE |
|
testing.install |
drupal-7.x/profiles/testing/testing.install |
|
Install, update and uninstall functions for the testing profile. |
|
testing.profile |
drupal-7.x/profiles/testing/testing.profile |
|
Installation profile for tests. |
|
test_basetheme.info |
drupal-7.x/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info |
|
name = Theme test base theme
description = Test theme which acts as a base theme for other test subthemes.
core = 7.x
hidden = TRUE
settings[basetheme_only] = base theme value
settings[subtheme_override] = base theme value |