Log of /branches/rel-2-1-a1/webwork-modperl/lib/WeBWorK/Utils
Directory Listing
Revision
2294 -
Directory Listing
Modified
Fri Jun 11 16:44:39 2004 UTC (9 years ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-1-a1'.
Revision
2255 -
Directory Listing
Modified
Sat Jun 5 19:20:13 2004 UTC (9 years ago) by
gage
Original Path:
trunk/webwork-modperl/lib/WeBWorK/Utils
If there is an error, other than "course exists" then the directory tree
is cleared. This corrects a behavior in which the creation of the new
course would fail half way through, but the directory tree would remain
-- this made it appear as if the course existed.
-- This fix is still somewhat fragile.
Revision
2224 -
Directory Listing
Modified
Fri May 28 23:13:14 2004 UTC (9 years ago) by
jj
Original Path:
trunk/webwork-modperl/lib/WeBWorK/Utils
Changed interface to renderProblems to be key=>value pairs to make it easier to extend options. New option is displayMode, which is allowed to be 'None' if you don't really want the problems rendered.
Revision
2148 -
Directory Listing
Modified
Sat May 22 01:08:09 2004 UTC (9 years, 1 month ago) by
sh002i
Original Path:
trunk/webwork-modperl/lib/WeBWorK/Utils
added ability to import the contents of another course's templates
directory when creating a new course. this is supported in bin/addcourse
with the --templates-from=COURSEID switch and in the web interface with
an additional form field.
Revision
1993 -
Directory Listing
Modified
Mon May 3 20:44:24 2004 UTC (9 years, 1 month ago) by
jj
Original Path:
trunk/webwork-modperl/lib/WeBWorK/Utils
Initial import. This may not be the right destination, especially as its
database methods become more integrated with the ones already in WeBWorK.
Revision
1823 -
Directory Listing
Added
Mon Mar 1 00:49:25 2004 UTC (9 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork-modperl/lib/WeBWorK/Utils
Added utility modules for sorting lists of records and formatting
records as strings (WeBWorK::Utils::SortRecords and ::FormatRecords,
respectively).
These modules are important because they not only know how to sort or
format records, they can also be queried for a list of sorts or formats
suitable for display, i.e. in popup menus near the list of records.
These modules are being used as the basis for a module which
encapsulates a "record list" widget.