|
update.php |
file |
drupal-6.x/update.php |
Administrative page for handling updates from one Drupal version to another. |
|
update_sql |
function |
drupal-6.x/includes/database.inc |
Perform an SQL query and return success or failure. |
|
update.css |
file |
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_help |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_help(). |
|
update_menu |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_menu(). |
|
update_cron |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_cron(). |
|
update_mail |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_mail(). |
|
hook_update |
function |
documentation-6.x/developer/hooks/node.php |
Respond to node updating. |
|
poll_update |
function |
drupal-6.x/modules/poll/poll.module |
Implementation of hook_update(). |
|
update.info |
file |
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_theme |
function |
drupal-6.x/modules/update/update.module |
Implementation of the hook_theme() registry. |
|
MARK_UPDATED |
constant |
drupal-6.x/includes/theme.inc |
Mark content as being updated. |
|
update_batch |
function |
drupal-6.x/update.php |
|
|
hook_update_N |
function |
documentation-6.x/developer/hooks/install.php |
Perform a single update. |
|
update_schema |
function |
drupal-6.x/modules/update/update.install |
Implementation of hook_schema(). |
|
update_status |
function |
drupal-6.x/modules/update/update.report.inc |
Menu callback. Generate a page about the update status of projects. |
|
update_do_one |
function |
drupal-6.x/update.php |
Perform one update and store the results which will later be displayed on
the finished page. |
|
SAVED_UPDATED |
constant |
drupal-6.x/includes/common.inc |
Return status for saving which involved an update to an existing item. |
|
update.module |
file |
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_REVOKED |
constant |
drupal-6.x/modules/update/update.module |
Current release has been unpublished and is no longer available. |
|
UPDATE_CURRENT |
constant |
drupal-6.x/modules/update/update.module |
Project is up to date. |
|
UPDATE_UNKNOWN |
constant |
drupal-6.x/modules/update/update.module |
No available update data was found for project. |
|
update_refresh |
function |
drupal-6.x/modules/update/update.module |
Wrapper to load the include file and then refresh the release data. |
|
update_install |
function |
drupal-6.x/modules/update/update.install |
Implementation of hook_install(). |
|
update.install |
file |
drupal-6.x/modules/update/update.install |
|
|
update-rtl.css |
file |
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… |
|
book_update_bid |
function |
drupal-6.x/modules/book/book.module |
Update the bid for a page and its children when it is moved to a new book. |
|
_update_refresh |
function |
drupal-6.x/modules/update/update.fetch.inc |
Fetch project info via XML from a central server. |
|
_update_no_data |
function |
drupal-6.x/modules/update/update.module |
Prints a warning message when there is no data about available updates. |
|
update_settings |
function |
drupal-6.x/modules/update/update.settings.inc |
Form builder for the update settings tab. |
|
update_finished |
function |
drupal-6.x/update.php |
|
|
node_mass_update |
function |
drupal-6.x/modules/node/node.admin.inc |
Make mass update of nodes, changing all nodes in the $nodes array
to update them with the field values in $updates. |
|
book_update_6000 |
function |
drupal-6.x/modules/book/book.install |
Drupal 5.x to 6.x update. |
|
book_form_update |
function |
drupal-6.x/modules/book/book.pages.inc |
Renders a new parent page select element when the book selection changes. |
|
update_uninstall |
function |
drupal-6.x/modules/update/update.install |
Implementation of hook_uninstall(). |
|
update_info_page |
function |
drupal-6.x/update.php |
|
|
update_task_list |
function |
drupal-6.x/update.php |
Add the update task list to the current page. |
|
comment_update_1 |
function |
drupal-6.x/modules/comment/comment.install |
Changed node_comment_statistics to use node->changed to avoid future timestamps. |
|
update.fetch.inc |
file |
drupal-6.x/modules/update/update.fetch.inc |
Code required only when fetching information about available updates. |
|
forum_update_6000 |
function |
drupal-6.x/modules/forum/forum.install |
Create the forum vocabulary if does not exist. Assign the
vocabulary a low weight so it will appear first in forum topic
create and edit forms. Do not just call forum_enable() because in
future versions it might do something different. |
|
node_update_index |
function |
drupal-6.x/modules/node/node.module |
Implementation of hook_update_index(). |
|
update_xml_parser |
class |
drupal-6.x/modules/update/update.fetch.inc |
XML Parser object to read Drupal's release history info files.
This uses PHP4's lame XML parsing, but it works. |
|
UPDATE_NOT_SECURE |
constant |
drupal-6.x/modules/update/update.module |
Project is missing security update(s). |
|
update_form_alter |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_form_alter(). |
|
_update_cache_set |
function |
drupal-6.x/modules/update/update.module |
Store data in the private update status cache table. |
|
_update_cache_get |
function |
drupal-6.x/modules/update/update.module |
Retrieve data from the private update status cache table. |
|
color_update_6001 |
function |
drupal-6.x/modules/color/color.install |
Warn site administrator if unsafe CSS color codes are found in the database. |
|
hook_update_index |
function |
documentation-6.x/developer/hooks/core.php |
Update Drupal's full-text index for this module. |
|
theme_update_page |
function |
drupal-6.x/includes/theme.maintenance.inc |
Generate a themed update page. |
|
update.report.inc |
file |
drupal-6.x/modules/update/update.report.inc |
Code required only when rendering the available updates report. |