=================== BUG #4203: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4203&group_id=11
Changes by: Jan Krüger <[EMAIL PROTECTED]> Date: Mon 07/14/2003 at 01:45 (Europe/Berlin) ------------------ Additional Follow-up Comments ---------------------------- Actually, the problem was that the database was NOT updated (otherwise I wouldn't have mentioned the bug at all, I don't care about eye candy). This happened due to the changes in PHP 4.2-ish ($HTTP_POST_VARS is no longer an autoglobal variable now), which makes it impossible for the function register_valid() to recognize that the form data has been submitted. Anyway, this is basically just nice-to-know information since your fix removes this problem as well. =================== BUG #4203: FULL BUG SNAPSHOT =================== Submitted by: jast Project: Savannah Submitted on: Sun 07/06/2003 at 01:50 Category: Other Severity: 9 - Blocker Priority: None Bug Group: None Resolution: Fixed Assigned to: None Status: Closed Effort: 0.00 Summary: Submission of GPG key in account conf impossible Original Submission: When I try to add a GPG key (or a fingerprint) to my profile, nothing happens -- the key doesn't show up in the <textarea> after hitting the submit button, and it's nowhere to be seen in my public profile. Follow-up Comments ******************* ------------------------------------------------------- Date: Mon 07/14/2003 at 01:45 By: jast Actually, the problem was that the database was NOT updated (otherwise I wouldn't have mentioned the bug at all, I don't care about eye candy). This happened due to the changes in PHP 4.2-ish ($HTTP_POST_VARS is no longer an autoglobal variable now), which makes it impossible for the function register_valid() to recognize that the form data has been submitted. Anyway, this is basically just nice-to-know information since your fix removes this problem as well. ------------------------------------------------------- Date: Sun 07/06/2003 at 16:30 By: babar fixed in cvs. This seems to bee a rather old bug anyway: the database was updated but the keys were not displayed in the input field. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4203&group_id=11 _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
