Log of /branches
Directory Listing
Revision
2399 -
Directory Listing
Modified
Fri Jun 25 04:46:24 2004 UTC (8 years, 10 months ago) by
gage
Objects written by Bill Wheeler for representing polynomials.
Revision
2386 -
Directory Listing
Modified
Thu Jun 24 18:02:09 2004 UTC (8 years, 10 months ago) by
dpvc
Added these missing examples files to the 2.1a1 tree.
Revision
2344 -
Directory Listing
Modified
Thu Jun 17 18:17:40 2004 UTC (8 years, 11 months ago) by
glarose
Added timeToSec utility function which converts strings of the form
"\d+ unit" into seconds. It's pretty brainless, looking for the units
month or mon, week or wk (would anyone ever use wk?), day or dy
(similarly?), hour or hr, minute or min, and second, sec or /^s$/.
In the absence of any unit, it assumes seconds.
Revision
2343 -
Directory Listing
Modified
Thu Jun 17 18:14:49 2004 UTC (8 years, 11 months ago) by
glarose
Updated ProblemSetList.pm to import gateway or versioned assignments
from set.def files (which means that it's not necessary to manually
edit these parameters in the database--woo woo!). New fields admitted
in set.def files are
assignmentType = gateway
attemptsPerVersion = \d+
timeInterval = \d+ unit (e.g., 1 day, 12 hours, or 6 hr)
versionsPerInterval = \d+
versionTimeLimit = \d+ unit
problemRandOrder = 1
all of these are, by default, NULL. It may be that we should promote
them to '' instead.
I haven't added the ability to edit these values on the SetList page.
Putting all of them in the set data table will make it unwieldy, I
think.
Revision
2337 -
Directory Listing
Modified
Wed Jun 16 20:13:40 2004 UTC (8 years, 11 months ago) by
glarose
Updated ProblemSetList.pm to deal with new UserSet fields for problem set
versions. This support is minimal for the moment.
Revision
2336 -
Directory Listing
Modified
Wed Jun 16 20:11:10 2004 UTC (8 years, 11 months ago) by
glarose
Updated ProblemSets.pm to deal with versioned problem sets.
Revision
2335 -
Directory Listing
Modified
Wed Jun 16 20:10:33 2004 UTC (8 years, 11 months ago) by
glarose
Updated Instructor.pm to include assignVersionedSetToUser routine(s).
Revision
2334 -
Directory Listing
Modified
Wed Jun 16 20:09:56 2004 UTC (8 years, 11 months ago) by
glarose
Rewrote GatewayQuiz.pm to deal with versioned sets. Still needs to have
things like editor capability added.
Revision
2333 -
Directory Listing
Modified
Wed Jun 16 20:08:23 2004 UTC (8 years, 11 months ago) by
glarose
update UserSet.pm to include new and exciting fields for gateway tests and
versioned sets.
Revision
2332 -
Directory Listing
Modified
Wed Jun 16 20:07:49 2004 UTC (8 years, 11 months ago) by
glarose
update Set.pm to include new and exciting fields for gateway tests and
versioned sets.
Revision
2331 -
Directory Listing
Modified
Wed Jun 16 20:02:32 2004 UTC (8 years, 11 months ago) by
glarose
updated DB.pm to include routines dealing with versioned problem sets
(which are named with set_id = setName,v\d+)
Revision
2298 -
Directory Listing
Modified
Sun Jun 13 00:20:40 2004 UTC (8 years, 11 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-1-1a'.
Revision
2296 -
Directory Listing
Modified
Sat Jun 12 22:09:22 2004 UTC (8 years, 11 months ago) by
dpvc
Initial install of Parser package.
Revision
2295 -
Directory Listing
Modified
Sat Jun 12 01:02:18 2004 UTC (8 years, 11 months ago) by
gage
Making a non-essential change
Revision
2294 -
Directory Listing
Modified
Fri Jun 11 16:44:39 2004 UTC (8 years, 11 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-1-a1'.
Revision
2145 -
Directory Listing
Modified
Fri May 21 23:58:14 2004 UTC (9 years ago) by
This commit was manufactured by cvs2svn to create branch 'x-answer'.
Revision
1991 -
Directory Listing
Modified
Mon May 3 18:01:36 2004 UTC (9 years ago) by
This commit was manufactured by cvs2svn to create branch 'before-setmaker'.
Revision
1599 -
Directory Listing
Modified
Tue Oct 21 05:17:00 2003 UTC (9 years, 7 months ago) by
sh002i
changed names of display modules in hardcoded path table.
Revision
1598 -
Directory Listing
Modified
Tue Oct 21 05:16:26 2003 UTC (9 years, 7 months ago) by
sh002i
dispatcher now calls Display:: modules
Revision
1574 -
Directory Listing
Modified
Fri Oct 10 19:12:19 2003 UTC (9 years, 7 months ago) by
sh002i
more work on test dispatcher
Revision
1573 -
Directory Listing
Modified
Wed Oct 8 19:12:52 2003 UTC (9 years, 7 months ago) by
sh002i
added url munging module.
Revision
1572 -
Directory Listing
Modified
Tue Oct 7 03:15:35 2003 UTC (9 years, 7 months ago) by
This commit was manufactured by cvs2svn to create branch 'cg-refactor-test'.
Revision
1283 -
Directory Listing
Modified
Thu Jun 26 20:55:56 2003 UTC (9 years, 10 months ago) by
gage
The beginnings of making decompose_LR work for non-square matrices
--Mike
Revision
1282 -
Directory Listing
Modified
Thu Jun 26 20:54:48 2003 UTC (9 years, 10 months ago) by
gage
Modifications to make sure that BM and EM (and other constants)
are properly generated for my variables in PGbasicmacros.
--Mike
Revision
1277 -
Directory Listing
Modified
Wed Jun 25 20:58:03 2003 UTC (9 years, 10 months ago) by
gage
Better check for whether the _macros_file_init macro has been
defined.
--Mike
Revision
1275 -
Directory Listing
Modified
Wed Jun 25 16:05:00 2003 UTC (9 years, 10 months ago) by
gage
Modifications which override transpose and copy
in MatrixReal.pm and which should make more
operations work on matrices with complex entries.
--Mike
Revision
1273 -
Directory Listing
Modified
Wed Jun 25 00:19:31 2003 UTC (9 years, 11 months ago) by
gage
Changed the message summarizing the answer results to be a paragraph
of class "emphasis".
Changed the ur.template answer attempts table by removing the float
left attribute. Defined a p.emphasis class to be italics.
--Mike
Revision
1272 -
Directory Listing
Modified
Tue Jun 24 21:51:39 2003 UTC (9 years, 11 months ago) by
gage
Fixed communication problem about answers (the answer
prefix was being looked for in the wrong cache)
--Mike
Revision
1271 -
Directory Listing
Modified
Tue Jun 24 19:23:00 2003 UTC (9 years, 11 months ago) by
gage
Trivial change in docs.
--Mike
Revision
1270 -
Directory Listing
Modified
Tue Jun 24 15:31:07 2003 UTC (9 years, 11 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-0-b1-opt2'.
Revision
1269 -
Directory Listing
Modified
Tue Jun 24 15:31:06 2003 UTC (9 years, 11 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-0-b1-opt1'.
Revision
1264 -
Directory Listing
Modified
Tue Jun 24 14:51:44 2003 UTC (9 years, 11 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-0-b1-opt'.
Revision
736 -
Directory Listing
Modified
Tue Feb 18 06:51:49 2003 UTC (10 years, 3 months ago) by
sh002i
fixed some security checks in Hardcopy.
-sam
Revision
735 -
Directory Listing
Modified
Tue Feb 18 02:02:40 2003 UTC (10 years, 3 months ago) by
sh002i
finished hardcopy, adapted problemsets to call it correctly, fixed a bug
in problemset.
-sam
Revision
733 -
Directory Listing
Modified
Sun Feb 16 06:25:05 2003 UTC (10 years, 3 months ago) by
sh002i
- moved errorOutput and warningOutput into ContentGenerator
- worked on Harcopy
-sam
Revision
725 -
Directory Listing
Modified
Fri Jan 31 22:30:43 2003 UTC (10 years, 3 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-0-pr1
-hardcopy-changes'.
Revision
520 -
Directory Listing
Modified
Thu Aug 29 03:50:09 2002 UTC (10 years, 8 months ago) by
This commit was manufactured by cvs2svn to create branch
'experimental-0-8-1'.
Revision
1 -
Directory Listing
Added
Thu Jun 14 17:08:51 2001 UTC (11 years, 11 months ago) by
Standard project directories initialized by cvs2svn.