Log of /branches/gage_dev/webwork2/lib/WeBWorK/File
Directory Listing
Revision
6299 -
Directory Listing
Modified
Tue Jun 22 14:46:58 2010 UTC (2 years, 11 months ago) by
gage
test development branch
Revision
5257 -
Directory Listing
Modified
Thu Aug 9 17:22:37 2007 UTC (5 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/File
forward-port (gage): Change the record key field to "0" from "1". This
picks out the studentID which is usually in the first column.
This is a temporary fix. We should change the scoring and merge
features to use the login as the primary key. That can await a general
cleanup and code factoring for the scoring and grade calculations
throughout WeBWorK.
Revision
4494 -
Directory Listing
Modified
Fri Sep 15 17:53:18 2006 UTC (6 years, 8 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/File
make importing actually work in runtime_use. previously, symbols were
being imported into the bogus package "Main", and there was no way to
specify an import list.
Revision
4417 -
Directory Listing
Modified
Sat Aug 26 16:55:12 2006 UTC (6 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/File
only recognize comments that start at the beginning of a line. this
reduces the changes that a "#" in a field, will cause a real line to be
truncated. (it's unlikely that the student ID will start with a "#".)
yeah, i know the real solution is to use escaping.
should-be-backported-to-rel-2-3-dev
Revision
3973 -
Directory Listing
Modified
Wed Jan 25 23:13:56 2006 UTC (7 years, 4 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/File
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)
Revision
2888 -
Directory Listing
Modified
Sun Oct 10 21:43:34 2004 UTC (8 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/File
support for option password and permission fields, header on outgoing
classlists. part of the fix for bug 649.