Closed (fixed)
Project:
Project
Version:
5.x-1.x-dev
Component:
Releases
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Jul 2007 at 23:51 UTC
Updated:
21 Aug 2007 at 17:58 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | project_release_no_xml_menu.patch.txt | 6.31 KB | dww |
Comments
Comment #1
dwwThis 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.
Comment #2
hunmonk commentedcode looks good. reasoning makes sense.
Comment #3
dwwCommitted to HEAD.
Comment #4
(not verified) commented