While testing #375823: Move updates.d.o to its own webroot I also noticed that project-release-create-history.php was never ported to D6. :/
Some immediate problems:
A) Call to undefined function db_num_rows()
B) watchdog() t() stuff.
There might be others...
Comments
Comment #1
dwwCorrection: some of this was ported at #157694: Upgrade project module to 6.x in aclight's SVN repo, it was just an incomplete port and (for obvious reasons) he could never test it. I did already commit his initial changes, so this issue is about finishing the job. Just wanted to clarify for when aclight sees this issue in his inbox. ;)
Comment #2
dwwCommitted a few patches for all of this. I'm not thrilled with how wd_err() and wd_msg() work in the D6 version, but I don't have time before the d.o upgrade to clean all that up right now. I'll deal with that later. For now, this seems to be working...