| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project |
2 | # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project |
| 3 | # $Id: TODO,v 1.16 2002-10-30 19:50:54 sh002i Exp $ |
3 | # $Id: TODO,v 1.17 2002-10-30 22:09:53 sh002i Exp $ |
| 4 | ################################################################################ |
4 | ################################################################################ |
| 5 | |
5 | |
| 6 | Son of WeBWorK - TODO list |
6 | Son of WeBWorK - TODO list |
| 7 | |
7 | |
| 8 | OK write template file from what we drew on the board |
8 | OK write template file from what we drew on the board |
| … | |
… | |
| 66 | DONE remove "set" and "prob" from URL generation, remove s/^(set|prob)//; |
66 | DONE remove "set" and "prob" from URL generation, remove s/^(set|prob)//; |
| 67 | DONE remove webwork-dvipng-xxxxx temp directories when finished with them |
67 | DONE remove webwork-dvipng-xxxxx temp directories when finished with them |
| 68 | DONE make "enter" on the problem form trigger "submit answer", not "redisplay" |
68 | DONE make "enter" on the problem form trigger "submit answer", not "redisplay" |
| 69 | DONE handling of PG warnings (?!?!?!?!) |
69 | DONE handling of PG warnings (?!?!?!?!) |
| 70 | DONE time logging |
70 | DONE time logging |
| 71 | test transaction logging |
71 | DONE test transaction logging |
| 72 | DONE make static images work |
72 | DONE make static images work |
| 73 | DONE make GD-generated images work |
73 | DONE make GD-generated images work |
| 74 | DONE make HTML links work |
74 | DONE make HTML links work |
| 75 | DONE make images in PDFs work |
75 | DONE make images in PDFs work |
| 76 | remove dependancies on Global:: from IO functions |
76 | remove dependancies on Global:: from IO functions |
| 77 | handle PG errors (and warnings) in Hardcopy |
77 | handle PG errors (and warnings) in Hardcopy |
| 78 | fix TTH mode character encodings (check on mac and windows) |
78 | fix TTH mode character encodings (check on mac and windows) |
| 79 | have logout button invalidate key |
79 | have logout button invalidate key |
|
|
80 | answer preview button |
| 80 | Pretty die messages (from outside of the translator) |
81 | Pretty die messages (from outside of the translator) |
| 81 | Feedback - need nice modular way of sending email |
82 | Feedback - need nice modular way of sending email |
| 82 | Options - email address and password |
83 | Options - email address and password |
| 83 | grep for "***" in source, address all issues |
84 | grep for "***" in source, address all issues |
| 84 | |
85 | |