Log of /trunk/webwork-modperl/lib/WeBWorK/DB/Schema
Directory Listing
Revision
944 -
Directory Listing
Modified
Thu May 29 23:42:24 2003 UTC (10 years ago) by
sh002i
added GlobalTableEmulator.pm
added global2user and user2global to Utils.pm
small changes to WW1Hash.pm
-sam
Revision
931 -
Directory Listing
Modified
Wed May 28 19:21:04 2003 UTC (10 years ago) by
sh002i
changed the Schema interface (to include a reference to $db) and changed
DBI connect to connect_cached.
-sam
Revision
923 -
Directory Listing
Modified
Wed May 28 01:27:38 2003 UTC (10 years ago) by
sh002i
additional work on DB system and SQL backend.
Record:: classes now support a can() method.
fixed some other stuff.
-sam
Revision
919 -
Directory Listing
Modified
Wed May 28 00:24:27 2003 UTC (10 years ago) by
sh002i
changed ->id to ->whatever_id
-sam
Revision
915 -
Directory Listing
Modified
Tue May 27 23:42:23 2003 UTC (10 years ago) by
sh002i
croak instead of die.
-sam
Revision
909 -
Directory Listing
Modified
Tue May 27 20:11:18 2003 UTC (10 years ago) by
sh002i
added:
* listSetUsers($setID) - lists users to whom a set has been assigned
* listProblemUsers($setID, $problemID) - lists users to whom a problem
has been assigned
Both return userIDs.
-sam
Revision
904 -
Directory Listing
Modified
Mon May 26 22:13:34 2003 UTC (10 years ago) by
sh002i
More SQL work. Appears to be working, after very limited testing. See
forthcoming email for details.
-sam
Revision
874 -
Directory Listing
Modified
Tue May 20 23:08:03 2003 UTC (10 years, 1 month ago) by
sh002i
initial work on SQL backend. untested.
-sam
Revision
816 -
Directory Listing
Modified
Wed Apr 23 06:38:12 2003 UTC (10 years, 1 month ago) by
sh002i
misc fixes.
-sam
Revision
808 -
Directory Listing
Modified
Thu Apr 17 21:01:17 2003 UTC (10 years, 2 months ago) by
sh002i
Lots of work on WWDBv2... WW1Hash is done! A complete dbLayout (as
detailed on global.conf.dist) works now.
-sam
Revision
806 -
Directory Listing
Modified
Wed Apr 16 04:43:40 2003 UTC (10 years, 2 months ago) by
sh002i
added a dummy driver and schema.
-sam
Revision
798 -
Directory Listing
Added
Fri Mar 21 23:30:16 2003 UTC (10 years, 3 months ago) by
sh002i
initial support for WWDBv2:
- DB.pm finished (except for getGlobalUser{Set,Problem} methods)
- schema modules for password, permission, key, and user with
WWDBv1 hash-bashed backends
- GDBM driver
- wwdb command-line frontend
-sam