Log of /trunk/webwork2/lib
Directory Listing
Revision
316 -
Directory Listing
Modified
Thu May 30 19:13:47 2002 UTC (10 years, 11 months ago) by
sh002i
changed GDBM's interface a little -- you now specify the access mode
when connecting rather than when constructing.
-sam
Revision
313 -
Directory Listing
Modified
Tue May 28 21:23:45 2002 UTC (10 years, 11 months ago) by
malsyned
- ContentGenerator.pm is now officially the superclass to all modules called
by the dispatcher to generate content.
- Authen.pm now has a single point of exit, which makes it easier to read,
debug, and modify
- Login.pm is now a subclass of ContentGenerator, and apart from the HTML,
is in it's final form.
- All code has been commented up
- The authentication wrapper is now a working demonstration. Anyone could
stick it on a webserver and try it out. The database code isn't written,
so it authenticates against hardcoded strings (username: dennis,
passwd: helloworld), but this at least proves that the system is workable.
--Dennis
Revision
311 -
Directory Listing
Modified
Sat May 25 00:40:54 2002 UTC (11 years ago) by
sh002i
comments to global.conf, fixed new() in courseenv.
-0sam
Revision
310 -
Directory Listing
Modified
Sat May 25 00:35:54 2002 UTC (11 years ago) by
sh002i
roar!
-sam
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
305 -
Directory Listing
Modified
Thu May 23 20:23:10 2002 UTC (11 years ago) by
malsyned
Login.pm is mostly done, except that the embedded HTML has to be replaced at
some point wiht code from HTML_glue or whatever new templating we implement.
Authen.pm and Test.pm are useful stubs to demonstrate how authentication wraps
around every request transparently.
ContentGenerator.pm may become a superclass of all classes instantiated by
the dispatcher, or it my whither away. Right now, it doesn't do anything,
including compile.
Revision
304 -
Directory Listing
Modified
Thu May 23 18:35:16 2002 UTC (11 years ago) by
malsyned
Added courseName to the $self hash. That value is obtained from the parameter
passed to new().
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
Revision
289 -
Directory Listing
Modified
Wed May 22 19:55:44 2002 UTC (11 years ago) by
sh002i
*** empty log message ***
Revision
288 -
Directory Listing
Modified
Wed May 22 19:24:44 2002 UTC (11 years ago) by
sh002i
*** empty log message ***
Revision
287 -
Directory Listing
Modified
Wed May 22 19:24:43 2002 UTC (11 years ago) by
sh002i
*** empty log message ***
Revision
286 -
Directory Listing
Modified
Wed May 22 19:22:17 2002 UTC (11 years ago) by
sh002i
*** empty log message ***
Revision
284 -
Directory Listing
Modified
Wed May 22 19:17:00 2002 UTC (11 years ago) by
sh002i
fixed it