|
unicode.inc |
drupal-6.x/includes/unicode.inc |
|
|
|
update-rtl.css |
drupal-6.x/modules/update/update-rtl.css |
|
.update .project {
padding-right: .25em;
}
.update .version-status {
float: left;
padding-left: 10px;
}
.update .version-status .icon {
padding-right: .5em;
}
.update table.version .version-title {
padding-left: 1em;
}
.update… |
|
update.compare.inc |
drupal-6.x/modules/update/update.compare.inc |
|
Code required only when comparing available updates to existing data. |
|
update.css |
drupal-6.x/modules/update/update.css |
|
.update .project {
font-weight: bold;
font-size: 110%;
padding-left: .25em; /* LTR */
height: 22px;
}
.update .version-status {
float: right; /* LTR */
padding-right: 10px; /* LTR */
font-size: 110%;
height: 20px;
}
.update… |
|
update.fetch.inc |
drupal-6.x/modules/update/update.fetch.inc |
|
Code required only when fetching information about available updates. |
|
update.info |
drupal-6.x/modules/update/update.info |
|
name = Update status
description = Checks the status of available updates for Drupal and your installed modules and themes.
version = VERSION
package = Core - optional
core = 6.x |
|
update.install |
drupal-6.x/modules/update/update.install |
|
|
|
update.module |
drupal-6.x/modules/update/update.module |
|
The "Update status" module checks for available updates of Drupal core and
any installed contributed modules and themes. It warns site administrators
if newer releases are available via the system status report
(admin/reports/status), the… |
|
update.php |
drupal-6.x/update.php |
|
Administrative page for handling updates from one Drupal version to another. |
|
update.report.inc |
drupal-6.x/modules/update/update.report.inc |
|
Code required only when rendering the available updates report. |
|
update.settings.inc |
drupal-6.x/modules/update/update.settings.inc |
|
Code required only for the update status settings form. |
|
UPGRADE.txt |
drupal-6.x/UPGRADE.txt |
|
UPGRADING
---------
Prior to upgrading, you should ensure that:
* Your system meets or exceeds Drupal's minimum requirements as shown at
http://drupal.org/requirements.
* You have a backup of all your relevant data (#1).
* Custom and… |
|
upload.admin.inc |
drupal-6.x/modules/upload/upload.admin.inc |
|
|
|
upload.info |
drupal-6.x/modules/upload/upload.info |
|
name = Upload
description = Allows users to upload and attach files to content.
package = Core - optional
version = VERSION
core = 6.x |
|
upload.install |
drupal-6.x/modules/upload/upload.install |
|
|
|
upload.module |
drupal-6.x/modules/upload/upload.module |
|
File-handling and attaching files to nodes. |
|
user-picture.tpl.php |
drupal-6.x/modules/user/user-picture.tpl.php |
|
user-picture.tpl.php
Default theme implementation to present an picture configured for the
user's account. |
|
user-profile-category.tpl.php |
drupal-6.x/modules/user/user-profile-category.tpl.php |
|
user-profile-category.tpl.php
Default theme implementation to present profile categories (groups of
profile items). |
|
user-profile-item.tpl.php |
drupal-6.x/modules/user/user-profile-item.tpl.php |
|
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-6.x/modules/user/user-profile.tpl.php |
|
user-profile.tpl.php
Default theme implementation to present all user profile data. |
|
user-rtl.css |
drupal-6.x/modules/user/user-rtl.css |
|
#permissions td.permission {
padding-left: 0;
padding-right: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
margin-right: 0;
margin-left: 1em;
float: right;
}
#user-admin-buttons {
float: right;
margin-left: 0;
… |
|
user.admin.inc |
drupal-6.x/modules/user/user.admin.inc |
|
Admin page callback file for the user module. |
|
user.css |
drupal-6.x/modules/user/user.css |
|
#permissions td.module {
font-weight: bold;
}
#permissions td.permission {
padding-left: 1.5em; /* LTR */
}
#access-rules .access-type, #access-rules .rule-type {
margin-right: 1em; /* LTR */
float: left; /* LTR */
}
#access-rules .access-type… |
|
user.info |
drupal-6.x/modules/user/user.info |
|
name = User
description = Manages the user registration and login system.
package = Core - required
version = VERSION
core = 6.x |
|
user.install |
drupal-6.x/modules/user/user.install |
|
|
|
user.module |
drupal-6.x/modules/user/user.module |
|
Enables the user registration and login system. |
|
user.pages.inc |
drupal-6.x/modules/user/user.pages.inc |
|
User page callback file for the user module. |
|
xmlrpc.inc |
drupal-6.x/includes/xmlrpc.inc |
|
Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005
Version 1.7 (beta) - Simon Willison, 23rd May 2005
Site: http://scripts.incutio.com/xmlrpc/
Manual: http://scripts.incutio.com/xmlrpc/manual.php
This… |
|
xmlrpc.php |
drupal-6.x/xmlrpc.php |
|
PHP page for handling incoming XML-RPC requests from clients. |
|
xmlrpcs.inc |
drupal-6.x/includes/xmlrpcs.inc |
|
|
|
xrds.inc |
drupal-6.x/modules/openid/xrds.inc |
|
|