From b1b4e82594987864f0d5cbc1df0e3bd611f90415 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 27 Feb 2003 22:44:36 +0000 Subject: [PATCH] user web svn path=/trunk/boinc/; revision=985 --- checkin_notes | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/checkin_notes b/checkin_notes index 78234f2f64..0fa3ec8489 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3502,3 +3502,30 @@ Eric Feb 26, 2003 sched/ db_dump.C +David Feb 27 2003 + - fix bug in prefs display + - use $_GET["foo"] to access form variables in PHP scripts + (this makes it clear what the form variables are) + - use trim() to get rid of white space and start/end of authenticator. + Should do this for most user-supplied data + - use row2() to generate all two-item rows. + Right-align the first part and embolden the second. + Get rid of row() and row2a() + - change "water days" terminology to "work buf" + + html_user/ + account_created.php + bug_report_action.php + confirm_email_change.php + login_action.php + login_form.php + prefs.inc + prefs_edit_global_action.php + prefs_edit_project_action.php + prefs_edit_project_form.php + project_specific_prefs.inc + project_specific_prefs_ap.inc + show_host_detail.php + team.inc + user.inc + util.inc