Now that project-release-serve-history.php exists (see http://drupal.org/node/155281), it's silly for project_release.module to register a menu callback to serve the release history files at project/release-history. The only reason to do so would be backwards compatibility with older versions of update_status 5.x-2.* previous to 5.x-2.0-rc, which is now out and the officially recommended release.

Probably once update_status 5.x-2.0 official comes out, we should remove all the code in project_release.module to serve these files.

CommentFileSizeAuthor
#1 project_release_no_xml_menu.patch.txt6.31 KBdww

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs review
StatusFileSize
new6.31 KB

This is only in HEAD, no backport needed. Rips out the menu definition, callback implementation, settings form elements for related variables, and adds project_release_update_5001() to tidy up the {variable} table.

hunmonk’s picture

Status: Needs review » Reviewed & tested by the community

code looks good. reasoning makes sense.

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)