xmlrpc_test.module |
drupal/modules/simpletest/tests/xmlrpc_test.module |
|
|
xmlrpc_test.info |
drupal/modules/simpletest/tests/xmlrpc_test.info |
|
name = "XML-RPC Test"
description = "Support module for XML-RPC tests according to the validator1 specification."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
xmlrpcs.inc |
drupal/includes/xmlrpcs.inc |
|
Provides API for defining and handling XML-RPC requests. |
xmlrpc.test |
drupal/modules/simpletest/tests/xmlrpc.test |
|
|
xmlrpc.php |
drupal/xmlrpc.php |
|
PHP page for handling incoming XML-RPC requests from clients. |
xmlrpc.inc |
drupal/includes/xmlrpc.inc |
|
Drupal XML-RPC library. |
vertical-tabs.css |
drupal/misc/vertical-tabs.css |
|
div.vertical-tabs {
margin: 1em 0 1em 15em; /* LTR */
border: 1px solid #ccc;
position: relative; /* IE6/7 */
}
.vertical-tabs ul.vertical-tabs-list {
width: 15em;
list-style: none;
list-style-image: none; /* IE6 */
border-top: 1px solid… |
vertical-tabs.css |
drupal/themes/seven/vertical-tabs.css |
|
/**
* Override of misc/vertical-tabs.css.
*/
div.vertical-tabs {
background: #fff url(images/fc.png) repeat-y 0 0; /* LTR */
border: 1px solid #ccc;
margin: 10px 0;
position: relative;
}
fieldset.vertical-tabs-pane {
border: 0;
padding:… |
vertical-tabs-rtl.css |
drupal/misc/vertical-tabs-rtl.css |
|
div.vertical-tabs {
margin-left: 0;
margin-right: 15em;
}
.vertical-tabs ul.vertical-tabs-list {
margin-left: 0;
margin-right: -15em;
float: right;
}
.vertical-tabs ul.vertical-tabs-list li.selected {
border-left-width: 0;
… |
vertical-tabs-rtl.css |
drupal/themes/seven/vertical-tabs-rtl.css |
|
/**
* Override of misc/vertical-tabs-rtl.css.
*/
div.vertical-tabs {
background: #fff url(images/fc-rtl.png) repeat-y right 0;
}
div.vertical-tabs .vertical-tabs-list {
float: right;
margin: 0 0 -1px -100%;
}
div.vertical-tabs ul li.selected… |
utility.inc |
drupal/includes/utility.inc |
|
Miscellaneous functions. |
user_form_test.module |
drupal/modules/user/tests/user_form_test.module |
|
Dummy module implementing a form to test user password validation |
user_form_test.info |
drupal/modules/user/tests/user_form_test.info |
|
name = "User module form tests"
description = "Support module for user form testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
user.tokens.inc |
drupal/modules/user/user.tokens.inc |
|
Builds placeholder replacement tokens for user-related data. |
user.test |
drupal/modules/user/user.test |
|
Tests for user.module. |
user.pages.inc |
drupal/modules/user/user.pages.inc |
|
User page callback file for the user module. |
user.module |
drupal/modules/user/user.module |
|
Enables the user registration and login system. |
user.install |
drupal/modules/user/user.install |
|
Install, update and uninstall functions for the user module. |
user.info |
drupal/modules/user/user.info |
|
name = User
description = Manages the user registration and login system.
package = Core
version = VERSION
core = 7.x
files[] = user.module
files[] = user.test
required = TRUE
configure = admin/config/people
stylesheets[all][] = user.css |
user.css |
drupal/modules/user/user.css |
|
#permissions td.module {
font-weight: bold;
}
#permissions td.permission {
padding-left: 1.5em; /* LTR */
}
#permissions tr.odd .form-item,
#permissions tr.even .form-item {
white-space: normal;
}
#user-admin-settings fieldset… |
user.api.php |
drupal/modules/user/user.api.php |
|
Hooks provided by the User module. |
user.admin.inc |
drupal/modules/user/user.admin.inc |
|
Admin page callback file for the user module. |
user-rtl.css |
drupal/modules/user/user-rtl.css |
|
#permissions td.permission {
padding-left: 0;
padding-right: 1.5em;
}
#user-admin-roles .form-item-name {
float: right;
margin-left: 1em;
margin-right: 0;
}
/**
* Password strength indicator.
*/
.password-strength {
float:… |
user-profile.tpl.php |
drupal/modules/user/user-profile.tpl.php |
|
Default theme implementation to present all user profile data. |
user-profile-item.tpl.php |
drupal/modules/user/user-profile-item.tpl.php |
|
Default theme implementation to present profile items (values from user
account profile fields or modules). |
user-profile-category.tpl.php |
drupal/modules/user/user-profile-category.tpl.php |
|
Default theme implementation to present profile categories (groups of
profile items). |
user-picture.tpl.php |
drupal/modules/user/user-picture.tpl.php |
|
Default theme implementation to present a picture configured for the
user's account. |
url_alter_test.module |
drupal/modules/simpletest/tests/url_alter_test.module |
|
Module to help test hook_url_inbound_alter() and hook_url_outbound_alter(). |
url_alter_test.install |
drupal/modules/simpletest/tests/url_alter_test.install |
|
|
url_alter_test.info |
drupal/modules/simpletest/tests/url_alter_test.info |
|
name = Url_alter tests
description = A support modules for url_alter hook testing.
core = 7.x
package = Testing
version = VERSION
hidden = TRUE |
upgrade.user.test |
drupal/modules/simpletest/tests/upgrade/upgrade.user.test |
|
|
upgrade.upload.test |
drupal/modules/simpletest/tests/upgrade/upgrade.upload.test |
|
|
UPGRADE.txt |
drupal/UPGRADE.txt |
|
INTRODUCTION
------------
This document describes how to:
* Update your Drupal site from one minor 7.x version to another minor 7.x
version; for example, from 7.8 to 7.9, or from 7.6 to 7.10.
* Upgrade your Drupal site's major version… |
upgrade.trigger.test |
drupal/modules/simpletest/tests/upgrade/upgrade.trigger.test |
|
Provides upgrade path tests for the Trigger module. |
upgrade.translatable.test |
drupal/modules/simpletest/tests/upgrade/upgrade.translatable.test |
|
|
upgrade.test |
drupal/modules/simpletest/tests/upgrade/upgrade.test |
|
|
upgrade.taxonomy.test |
drupal/modules/simpletest/tests/upgrade/upgrade.taxonomy.test |
|
|
upgrade.poll.test |
drupal/modules/simpletest/tests/upgrade/upgrade.poll.test |
|
|
upgrade.node.test |
drupal/modules/simpletest/tests/upgrade/upgrade.node.test |
|
|
upgrade.menu.test |
drupal/modules/simpletest/tests/upgrade/upgrade.menu.test |
|
|
upgrade.locale.test |
drupal/modules/simpletest/tests/upgrade/upgrade.locale.test |
|
|
upgrade.forum.test |
drupal/modules/simpletest/tests/upgrade/upgrade.forum.test |
|
|
upgrade.filter.test |
drupal/modules/simpletest/tests/upgrade/upgrade.filter.test |
|
|
upgrade.comment.test |
drupal/modules/simpletest/tests/upgrade/upgrade.comment.test |
|
|
update_test_subtheme.info |
drupal/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info |
|
name = Update test subtheme
description = Test theme which uses update_test_basetheme as the base theme.
core = 7.x
base theme = update_test_basetheme
hidden = TRUE |
update_test_basetheme.info |
drupal/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info |
|
name = Update test base theme
description = Test theme which acts as a base theme for other test subthemes.
core = 7.x
hidden = TRUE |
update_test_admintheme.info |
drupal/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info |
|
name = Update test admin theme
description = Test theme which is used as admin theme.
core = 7.x
hidden = TRUE |
update_test_3.module |
drupal/modules/simpletest/tests/update_test_3.module |
|
|
update_test_3.install |
drupal/modules/simpletest/tests/update_test_3.install |
|
Install, update and uninstall functions for the update_test_3 module. |
update_test_3.info |
drupal/modules/simpletest/tests/update_test_3.info |
|
name = "Update test"
description = "Support module for update testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |