Closed (fixed)
Project:
Drupal.org Testing
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jan 2009 at 14:59 UTC
Updated:
31 Mar 2009 at 22:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
hunmonk commentedwe were trying to work around the fact that project_release_db_save() wasn't working correctly. this was because:
my solution for #2 is pretty hackish, but i'm not sure of a better way to do it, considering that we need to have CVS module enabled -- i welcome a better solution... :)
drupalorg_testing_release_info.inc needed to be rebuilt, so i've attached a patch for that as well...
Comment #2
dwwA) This totally isn't going to work:
function cvs_local_alter_project_release_form(&$form). The way that stuff works is a hack, I admit, but real test sites should be adding a symlink for cvs_local.inc that points to cvs_local.example.inc, and then you're going to get duplicate function definitions.B) This hunk isn't going to do what you want:
If you don't want CVS to keep substituting that keyword, you have to do something like this:
Comment #3
hunmonk commentedafter further discussion w/ dww, we decided:
the patch still does fix the orginally reported problem -- as far as i can tell all data in {project_release_nodes} looks as it should now.
B) also makes sense, and i've included that in the patch as well.
drupalorg_testing_release_info.inc is unchanged, so just uploaded the patch to the profile again.
Comment #4
dwwOk, after sorting out that all of these attachments are actually patch files and some of them are craftily named, if you apply http://drupal.org/files/issues/drupalorg_testing_release_info.inc_.txt from #3 and http://drupal.org/files/issues/drupalorg_testing_release_info.inc__0.txt from #1 (both of which are actually patches), then this seems to work. Ship it!
Comment #5
hunmonk commentedcommitted to HEAD.