Log of /trunk/webwork2/lib/WeBWorK/DB/Record
Directory Listing
Revision
1663 -
Directory Listing
Modified
Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by
sh002i
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.
Here is the new header:
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################
Revision
1207 -
Directory Listing
Modified
Wed Jun 18 22:40:09 2003 UTC (9 years, 11 months ago) by
sh002i
added NONKEYFIELDS function
Revision
919 -
Directory Listing
Modified
Wed May 28 00:24:27 2003 UTC (9 years, 11 months ago) by
sh002i
changed ->id to ->whatever_id
-sam
Revision
913 -
Directory Listing
Modified
Tue May 27 23:05:09 2003 UTC (9 years, 11 months ago) by
sh002i
removed unused problem_order field.
-sam
Revision
838 -
Directory Listing
Modified
Thu May 15 00:55:27 2003 UTC (10 years ago) by
sh002i
added keyfield information.
-sam
Revision
798 -
Directory Listing
Modified
Fri Mar 21 23:30:16 2003 UTC (10 years, 2 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
Revision
797 -
Directory Listing
Modified
Fri Mar 21 21:43:04 2003 UTC (10 years, 2 months ago) by
sh002i
renamed Permission.pm to PermissionLevel.pm.
because i am stupid.
-sam
Revision
796 -
Directory Listing
Modified
Fri Mar 21 21:41:31 2003 UTC (10 years, 2 months ago) by
sh002i
renamed PermissionLevel.pm to Permission.pm
-sam
Revision
783 -
Directory Listing
Added
Fri Mar 7 21:30:10 2003 UTC (10 years, 2 months ago) by
sh002i
dded Record modules for the new database. these replace the
WeBWorK::{User,Set,Problem} modules currently used.
-sam