Log of /trunk/webwork-modperl/lib/Apache
Directory Listing
Revision
393 -
Directory Listing
Modified
Thu Jun 20 16:02:12 2002 UTC (11 years ago) by
sh002i
removed PerlModule line -- unnecessary.
-sam
Revision
390 -
Directory Listing
Modified
Wed Jun 19 22:45:47 2002 UTC (11 years ago) by
malsyned
This commit brings several packages up to date and working. I wish I could
be more specific, but it's been a while since I've committed. You'll have
to check the CVS diffs for more info.
--Dennis
Revision
357 -
Directory Listing
Modified
Mon Jun 10 20:08:41 2002 UTC (11 years ago) by
malsyned
Updated the comments to make it easier to install WeBWorK-modperl with nothing
but them to work with (since that's what we have right now ;)
Revision
353 -
Directory Listing
Modified
Fri Jun 7 23:35:59 2002 UTC (11 years ago) by
malsyned
All of the content generators now work with the template system
Moved the content generators into the WeBWorK::ContentGenerator namespace
Added the default template and a few global.conf entries
Revision
343 -
Directory Listing
Modified
Wed Jun 5 20:20:38 2002 UTC (11 years ago) by
malsyned
GDBM Authorization works fully.
More specifically:
Users must authenticate if they don't provide user/key data.
Fast login is requested automatically if a key has timed out.
A framework is in place to add other auth backends easily.
Revision
329 -
Directory Listing
Modified
Thu May 30 22:12:51 2002 UTC (11 years ago) by
malsyned
-Just a quick end of the day commit. No big changes to report.
--Dennis
Revision
323 -
Directory Listing
Modified
Thu May 30 20:34:46 2002 UTC (11 years ago) by
malsyned
-Fixed a few interfaces so that they make more sense (I hope)
-Added preliminary templating code to ContentGenerator
-Added a lot of logic to the dispatcher (WeBWorK.pm). More to come, too.
-Moved lots of things over to CGI.pm, for my convenience while prototyping
-Added preliminary examples of ProblemSets, ProblemSet, and Problem.
Problem.pm will some day go on to do what ProcessProblem8 does right now,
so keep your eyes on that one.
--Dennis
Revision
306 -
Directory Listing
Modified
Thu May 23 21:02:40 2002 UTC (11 years ago) by
malsyned
Just making sure all the files are synched at the end of the day. This is
probably mostly typo cleanups and stuff.
Revision
290 -
Directory Listing
Modified
Wed May 22 20:44:45 2002 UTC (11 years ago) by
malsyned
Mostly changes to WeBWorK.pm, making it actually be a dispatcher, instead of a dummy