[system] / trunk / webwork-modperl / lib / WeBWorK / DB / Utils.pm Repository:
ViewVC logotype

Log of /trunk/webwork-modperl/lib/WeBWorK/DB/Utils.pm

Parent Directory Parent Directory


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

Revision 6149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 17 15:53:19 2009 UTC (3 years, 7 months ago) by apizer
File length: 3396 byte(s)
Diff to previous 5319
Implement a Reduced Scoring Period. The Reduced Scoring Period is a period before the due date during which all additional work done by the student counts at a reduced rate.

Revision 5319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:59:59 2007 UTC (5 years, 9 months ago) by sh002i
File length: 3364 byte(s)
Diff to previous 4813
updated copyright dates

Revision 4813 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 2 23:09:49 2007 UTC (6 years, 2 months ago) by sh002i
File length: 3364 byte(s)
Diff to previous 4787
don't quote table/field names in grok_*_from_vsetID_sql, do it in caller

Revision 4787 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 20 00:05:19 2007 UTC (6 years, 3 months ago) by sh002i
File length: 2999 byte(s)
Diff to previous 4739
added make_vsetID_sql, fixed an off-by-1 in grok_setID_from_vsetID_sql

Revision 4739 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 8 20:22:45 2007 UTC (6 years, 4 months ago) by sh002i
File length: 2883 byte(s)
Diff to previous 4586
add flag to set problem seed in assignProblemToUser and assignProblemToUserSet

Revision 4586 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 23 17:32:01 2006 UTC (6 years, 7 months ago) by sh002i
File length: 2841 byte(s)
Diff to previous 4568
needs "v" in make/grok_vsetID, move "+0" numeric cast into
grok_versionID_from_vsetID_sql, add parens.

Revision 4568 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 12 22:02:52 2006 UTC (6 years, 7 months ago) by sh002i
File length: 2785 byte(s)
Diff to previous 4567
yet more where clause abstractions (annoying but necessary :P)

Revision 4567 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 11 16:16:51 2006 UTC (6 years, 7 months ago) by sh002i
File length: 2068 byte(s)
Diff to previous 4527
remove unused functions (left over from GDBM days)

Revision 4527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 26 15:57:41 2006 UTC (6 years, 7 months ago) by sh002i
File length: 6578 byte(s)
Diff to previous 3973
remove several useless "use Data::Dumper" lines

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
File length: 6578 byte(s)
Diff to previous 3606
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 3606 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 20:57:52 2005 UTC (7 years, 8 months ago) by sh002i
File length: 6576 byte(s)
Diff to previous 2450
string2hash will now handle strings with newlines, fixing GDBM.

Revision 2450 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 7 14:37:32 2004 UTC (8 years, 10 months ago) by gage
File length: 6558 byte(s)
Diff to previous 2317
Changed the misnamed problem_header to hardcopy_header which is a more accurate
description of the variables use.

Hardcopy.pm now consults hardcopy_header as opposed to set_header

This addresses some of the concerns in bug #556

Revision 2317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 15 18:47:07 2004 UTC (8 years, 11 months ago) by sh002i
File length: 6557 byte(s)
Diff to previous 1663
promote undefined values to "" in hash2record().

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
File length: 6407 byte(s)
Diff to previous 1230
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 1230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 20 01:20:59 2003 UTC (9 years, 11 months ago) by sh002i
File length: 5750 byte(s)
Diff to previous 1027
removed unneeded info for deprecated hash2records/records2hash
functions -- these are not used by WW1Hash anymore, but they are used by
Classlist1Hash. Fix that.

Revision 1027 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 5 19:34:38 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5670 byte(s)
Diff to previous 1026
Now I'm exporting InitializeUserProblem
-Dennis

Revision 1026 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 5 19:26:31 2003 UTC (9 years, 11 months ago) by malsyned
File length: 5647 byte(s)
Diff to previous 949
Added a function "initializeUserProblem" to WeBWorK::DB::Utils and
changed my code to use it.
-Dennis

Revision 949 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 17:45:52 2003 UTC (9 years, 11 months ago) by sh002i
File length: 5257 byte(s)
Diff to previous 944
removed some debugging output.
-sam

Revision 944 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 29 23:42:24 2003 UTC (9 years, 11 months ago) by sh002i
File length: 5256 byte(s)
Diff to previous 923
added GlobalTableEmulator.pm
added global2user and user2global to Utils.pm
small changes to WW1Hash.pm
-sam

Revision 923 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 01:27:38 2003 UTC (9 years, 11 months ago) by sh002i
File length: 4563 byte(s)
Diff to previous 919
additional work on DB system and SQL backend.
Record:: classes now support a can() method.
fixed some other stuff.
-sam

Revision 919 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 00:24:27 2003 UTC (9 years, 11 months ago) by sh002i
File length: 4612 byte(s)
Diff to previous 839
changed ->id to ->whatever_id
-sam

Revision 839 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 15 00:55:49 2003 UTC (10 years ago) by sh002i
File length: 3411 byte(s)
Diff to previous 818
cruft removal.
-sam

Revision 818 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 25 04:51:37 2003 UTC (10 years, 1 month ago) by sh002i
File length: 3674 byte(s)
Diff to previous 808
modev more content generators over to the new WWDBv2 API. fixed some
bugs.
-sam

Revision 808 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 17 21:01:17 2003 UTC (10 years, 1 month ago) by sh002i
File length: 3674 byte(s)
Diff to previous 798
Lots of work on WWDBv2... WW1Hash is done! A complete dbLayout (as
detailed on global.conf.dist) works now.
-sam

Revision 798 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Mar 21 23:30:16 2003 UTC (10 years, 2 months ago) by sh002i
File length: 2607 byte(s)
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

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