[contributions(DRUPAL-4-7--2):dww] /modules/project/release project_release.install project_release.module project_release_update.php
User: dww Branch: DRUPAL-4-7--2 Date: Wed, 25 Oct 2006 00:41:38 +0000 Modified files: /modules/project/release project_release.install project_release.module project_release_update.php Log message: #83339: make releases real nodes (see also #58066 and #75053) release_as_node.patch_6.txt by dww (comment 13): big changes to release/project_release_update.php: - adds user output, timing values, and some benchmarking code - populates the {project_release_projects} table correctly, with code to handle d.o special-cases (e.g. documentation project doesn't need releases enabled, core has a different version format string than the site default, etc). - initial support for continuing the conversion if you abort it mid-way - converted to use project_release_get_version() - produces a {project_release_legacy} table that stores the mapping of the old rid to new nid values, along with the times that various parts of the conversion took - added convert_issue_followups() to iterate through all {project_comments} entries that refer to 'rid' in the data field, unserialize, fix up the old values, and updates the DB record. if it fails to map the old values into new nids, it adds a record to {project_comments_conversion_errors} table. - sets a huge php timeout limit also in this commit: - fixed bugs in project_release_alter_project_form() - description of the per-project version string format field now says that if you leave it blank, you get the site default, and prints the current value of the site default. - release info is collapsed by default on project nodes - clean up some whitespace Links: http://cvs.drupal.org/diff.php?path=contributions/modules/project/release/pr... http://cvs.drupal.org/diff.php?path=contributions/modules/project/release/pr... http://cvs.drupal.org/diff.php?path=contributions/modules/project/release/pr...
participants (1)
-
drupal-cvs@drupal.org