[system] / branches / rel-2-1-a1 / webwork-modperl / lib / WeBWorK / Utils Repository:
ViewVC logotype

Log of /branches/rel-2-1-a1/webwork-modperl/lib/WeBWorK/Utils

View Directory Listing Directory Listing


Sticky Revision:

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 2276 - Directory Listing
Modified Tue Jun 8 01:10:27 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
added check for well-formed course IDs. closes bug #504.

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 2235 - Directory Listing
Modified Mon May 31 16:49:04 2004 UTC (9 years ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Allow optional argument of the set (which better be real).

Revision 2234 - Directory Listing
Modified Mon May 31 16:35:00 2004 UTC (9 years ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Added support for initial problem number to renderProblems, and better support for controlling the problem seed.

Revision 2228 - Directory Listing
Modified Sun May 30 02:35:06 2004 UTC (9 years ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Make the message blank when the user doesn't want problems rendered.  Different modules may want different messages anyway.

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 2202 - Directory Listing
Modified Mon May 24 15:30:34 2004 UTC (9 years ago) by mschmitt
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Cleaned up some UI issues.  Added message for recitation/section <none>

Revision 2188 - Directory Listing
Modified Sun May 23 23:40:24 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
copy symlinks in templates directory

Revision 2184 - Directory Listing
Modified Sun May 23 23:20:31 2004 UTC (9 years ago) by mschmitt
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
File of Utilities to allow filtering of users in Instructor Tools

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 2140 - Directory Listing
Modified Fri May 21 23:38:53 2004 UTC (9 years, 1 month ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Extricating Problem Library from DB structure, part II.

Revision 2129 - Directory Listing
Modified Tue May 18 18:51:05 2004 UTC (9 years, 1 month ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Hopefully moved published to the right place.

Revision 2125 - Directory Listing
Modified Mon May 17 18:57:42 2004 UTC (9 years, 1 month ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Set the published field when faking a problem set.

Revision 2124 - Directory Listing
Modified Mon May 17 16:41:07 2004 UTC (9 years, 1 month ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Improved psvn kludge by using the full mysql statement from mksqldb.  Fixes
the original version of bug 495.

Revision 2106 - Directory Listing
Modified Thu May 13 21:14:56 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
removed sql exec warnings

Revision 2102 - Directory Listing
Modified Thu May 13 20:39:19 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
create "psvn" field as "INT AUTO_INCREMENT"

Revision 2101 - Directory Listing
Modified Thu May 13 20:12:11 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
add global user record to new courses

Revision 2059 - Directory Listing
Modified Sun May 9 14:52:21 2004 UTC (9 years, 1 month ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Fix bug: use of an undefined value.

Revision 2041 - Directory Listing
Modified Fri May 7 21:49:48 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
fixed bug #472

Revision 2037 - Directory Listing
Modified Fri May 7 20:01:04 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
(1) listTables() reports names of supported tables. (2) dbExport() warns
when given invalid table names.

Revision 2005 - Directory Listing
Modified Wed May 5 22:02:30 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
documentation fix

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 1988 - Directory Listing
Modified Sun May 2 19:50:37 2004 UTC (9 years, 1 month ago) by jj
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
Initial import.  Lets you render a problem which is not part of anything.

Revision 1987 - Directory Listing
Modified Thu Apr 29 23:33:36 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
removed debugging output

Revision 1977 - Directory Listing
Modified Tue Apr 27 03:38:15 2004 UTC (9 years, 1 month ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
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
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
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
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
finished, deleteCourse, added listCourses.

Revision 1945 - Directory Listing
Modified Mon Apr 5 03:58:30 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
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
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
added programmatic format support

Revision 1826 - Directory Listing
Modified Mon Mar 1 06:33:45 2004 UTC (9 years, 3 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
refinements

Revision 1824 - Directory Listing
Modified Mon Mar 1 03:52:43 2004 UTC (9 years, 3 months ago) by sh002i
Original Path: trunk/webwork-modperl/lib/WeBWorK/Utils
added documentation

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.

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9