[system] / branches / rel-2-4-patches / webwork2 / lib / WeBWorK / DB / Record / Key.pm Repository:
ViewVC logotype

Log of /branches/rel-2-4-patches/webwork2/lib/WeBWorK/DB/Record/Key.pm

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 5734 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 24 00:44:59 2008 UTC (4 years, 10 months ago) by
File length: 1295 byte(s)
Diff to previous 5318
This commit was manufactured by cvs2svn to create branch 'rel-2-4-patches'.

Revision 5318 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:53:51 2007 UTC (5 years, 9 months ago) by sh002i
Original Path: branches/rel-2-4-dev/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1295 byte(s)
Diff to previous 5243
updated copyright dates

Revision 5243 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 7 22:35:14 2007 UTC (5 years, 9 months ago) by
Original Path: branches/rel-2-4-dev/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1294 byte(s)
Diff to previous 4541
This commit was manufactured by cvs2svn to create branch 'rel-2-4-dev'.

Revision 4541 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 2 15:04:27 2006 UTC (6 years, 7 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1294 byte(s)
Diff to previous 4529
alphanumeric keyfields TINYBLOB NOT NULL instead of BLOB for UNIQUE indexing.

Revision 4529 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 28 22:48:23 2006 UTC (6 years, 7 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1281 byte(s)
Diff to previous 4522
change key.timestamp type to BIGINT and problem_user.status type to INT.

Revision 4522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 25 22:40:56 2006 UTC (6 years, 7 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1279 byte(s)
Diff to previous 3973
generate record class methods from a single field data table at compile
time. generate real accessors/mutators rather than using an autoload.
this should speed up record access significantly.

Revision 3973 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1290 byte(s)
Diff to previous 3209
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)

Revision 3209 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 29 21:23:34 2005 UTC (8 years, 1 month ago) by jj
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1301 byte(s)
Diff to previous 1663
Adding sql types for database entries for use on creation.  Many of them
can probably be tweaked to take up less space (e.g., we don't need 4 bytes
to store the published information).

Revision 1663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 1176 byte(s)
Diff to previous 1207
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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 18 22:40:09 2003 UTC (9 years, 11 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 519 byte(s)
Diff to previous 838
added NONKEYFIELDS function

Revision 838 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 15 00:55:27 2003 UTC (10 years ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 483 byte(s)
Diff to previous 798
added keyfield information.
-sam

Revision 798 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 21 23:30:16 2003 UTC (10 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 448 byte(s)
Diff to previous 783
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 783 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Mar 7 21:30:10 2003 UTC (10 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/DB/Record/Key.pm
File length: 437 byte(s)
dded Record modules for the new database. these replace the
WeBWorK::{User,Set,Problem} modules currently used.
-sam

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9