|
user-picture.tpl.php |
drupal-7.x/modules/user/user-picture.tpl.php |
|
Default theme implementation to present a picture configured for the
user's account. |
|
user-profile-category.tpl.php |
drupal-7.x/modules/user/user-profile-category.tpl.php |
|
Default theme implementation to present profile categories (groups of
profile items). |
|
user-profile-item.tpl.php |
drupal-7.x/modules/user/user-profile-item.tpl.php |
|
Default theme implementation to present profile items (values from user
account profile fields or modules). |
|
user-profile.tpl.php |
drupal-7.x/modules/user/user-profile.tpl.php |
|
Default theme implementation to present all user profile data. |
|
user-rtl.css |
drupal-7.x/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.admin.inc |
drupal-7.x/modules/user/user.admin.inc |
|
Admin page callback file for the user module. |
|
user.api.php |
drupal-7.x/modules/user/user.api.php |
|
Hooks provided by the User module. |
|
user.css |
drupal-7.x/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.info |
drupal-7.x/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.install |
drupal-7.x/modules/user/user.install |
|
Install, update and uninstall functions for the user module. |
|
user.module |
drupal-7.x/modules/user/user.module |
|
Enables the user registration and login system. |
|
user.pages.inc |
drupal-7.x/modules/user/user.pages.inc |
|
User page callback file for the user module. |
|
user.test |
drupal-7.x/modules/user/user.test |
|
Tests for user.module. |
|
user.tokens.inc |
drupal-7.x/modules/user/user.tokens.inc |
|
Builds placeholder replacement tokens for user-related data. |
|
user_form_test.info |
drupal-7.x/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_form_test.module |
drupal-7.x/modules/user/tests/user_form_test.module |
|
Dummy module implementing a form to test user password validation |
|
utility.inc |
drupal-7.x/includes/utility.inc |
|
Miscellaneous functions. |
|
vertical-tabs-rtl.css |
drupal-7.x/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… |
|
vertical-tabs-rtl.css |
drupal-7.x/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.css |
drupal-7.x/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.css |
drupal-7.x/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… |
|
Wiki in Drupal |
documentation-7.x/marketing/presentations/wiki_in_drupal_moshe_sep_2006/wiki_drupal.html |
|
Wiki in Drupal |
|
xmlrpc.inc |
drupal-7.x/includes/xmlrpc.inc |
|
Drupal XML-RPC library. |
|
xmlrpc.php |
drupal-7.x/xmlrpc.php |
|
PHP page for handling incoming XML-RPC requests from clients. |
|
xmlrpc.test |
drupal-7.x/modules/simpletest/tests/xmlrpc.test |
|
|
|
xmlrpcs.inc |
drupal-7.x/includes/xmlrpcs.inc |
|
Provides API for defining and handling XML-RPC requests. |
|
xmlrpc_test.info |
drupal-7.x/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 |
|
xmlrpc_test.module |
drupal-7.x/modules/simpletest/tests/xmlrpc_test.module |
|
|