Log of /trunk/webwork-modperl/lib/WeBWorK/Utils
Directory Listing
Revision
1977 -
Directory Listing
Modified
Tue Apr 27 03:38:15 2004 UTC (9 years, 1 month ago) by
sh002i
database import and export support
Revision
1962 -
Directory Listing
Modified
Tue Apr 13 14:36:40 2004 UTC (9 years, 2 months ago) by
sh002i
quoted hash keys with colons in them.
Revision
1959 -
Directory Listing
Modified
Fri Apr 9 20:18:51 2004 UTC (9 years, 2 months ago) by
sh002i
finished, deleteCourse, added listCourses.
Revision
1945 -
Directory Listing
Modified
Mon Apr 5 03:58:30 2004 UTC (9 years, 2 months ago) by
sh002i
preliminary web-based course creation support
try it -- create a course called "admin" the usual way and then visit it
in your browser.
Revision
1921 -
Directory Listing
Modified
Tue Mar 23 04:20:56 2004 UTC (9 years, 2 months ago) by
sh002i
added programmatic format support
Revision
1826 -
Directory Listing
Modified
Mon Mar 1 06:33:45 2004 UTC (9 years, 3 months ago) by
sh002i
refinements
Revision
1824 -
Directory Listing
Modified
Mon Mar 1 03:52:43 2004 UTC (9 years, 3 months ago) by
sh002i
added documentation
Revision
1823 -
Directory Listing
Added
Mon Mar 1 00:49:25 2004 UTC (9 years, 3 months ago) by
sh002i
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.