| 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.25 2002-12-04 19:07:10 sh002i Exp $ |
3 | # $Id: TODO,v 1.26 2002-12-06 17:50:22 malsyned Exp $ |
| 4 | ################################################################################ |
4 | ################################################################################ |
| 5 | |
5 | |
| 6 | Son of WeBWorK - TODO list |
6 | Son of WeBWorK - TODO list |
| 7 | |
7 | |
| 8 | DONE write template file from what we drew on the board |
8 | DONE write template file from what we drew on the board |
| … | |
… | |
| 88 | make sure students can't look at not-yet-open problem sets |
88 | make sure students can't look at not-yet-open problem sets |
| 89 | make answer previews use $displayMode |
89 | make answer previews use $displayMode |
| 90 | make preview-on-submit optional |
90 | make preview-on-submit optional |
| 91 | check TTH mode character encodings on mac |
91 | check TTH mode character encodings on mac |
| 92 | grep for "***" in source, address all issues (hah!) |
92 | grep for "***" in source, address all issues (hah!) |
|
|
93 | Increase border size on images by a couple pixels |
| 93 | |
94 | |
| 94 | >>>>> FOR JANUARY PREVIEW RELEASE <<<<< |
95 | >>>>> FOR JANUARY PREVIEW RELEASE <<<<< |
| 95 | |
96 | |
| 96 | write TeXImage module to take care of TeX image caching and generation |
97 | write TeXImage module to take care of TeX image caching and generation |
| 97 | replace direct access of $permissionLevel with calls to Authz |
98 | replace direct access of $permissionLevel with calls to Authz |