[system] / branches / rel-2-2-dev / webwork2 / lib / WeBWorK / ContentGenerator / Instructor / FileXfer.pm Repository:
ViewVC logotype

Log of /branches/rel-2-2-dev/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm

Parent Directory Parent Directory


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

Revision 3972 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 25 23:12:05 2006 UTC (7 years, 4 months ago) by sh002i
File length: 14574 byte(s)
Diff to previous 3879
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 3879 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 7 02:08:53 2006 UTC (7 years, 4 months ago) by
File length: 14573 byte(s)
Diff to previous 3377
This commit was manufactured by cvs2svn to create branch 'rel-2-2-dev'.

Revision 3377 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 14 13:15:27 2005 UTC (7 years, 10 months ago) by glarose
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 14573 byte(s)
Diff to previous 2652
Preliminary commit of changes to add Gateway module.
This adds to WeBWorK
 - the ability to create versioned, timed problem sets ("gateway tests")
   for which all problems are displayed on a single page ("versioned"
   means that students can get multiple versions of the problem set),
 - the ability to create sets that draw problems from groups of
   problems, and
 - the ability to create sets that require a proctor login to start
   and grade.
Sets can be defined as gateway tests or proctored gateway tests from
the ProblemSetDetail page.

Not quite bug-free yet.  Known bugs include handling of problem values
on the Student Progress page (I think this may be a problem with
changing from sql database format where all entries were 'text' to
sql_single in ver 2.1, where they are integer), and a division by zero
error on the grades page (which may be the same problem).

Tests with a number of attempts per version greater than one haven't
been carefully tested, nor has scoring of gateway tests.

Revision 2652 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 19 15:45:52 2004 UTC (8 years, 9 months ago) by toenail
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 14577 byte(s)
Diff to previous 2465
added special handling of ' Top' directory for problem templates
now selecting top will show files in top directory not literal "Top" directory
fixes bug #630

Revision 2465 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 8 14:53:47 2004 UTC (8 years, 10 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 14465 byte(s)
Diff to previous 2303
Added routines allowing the uploading, downloading and deletion of
.pg files under the templates directory.  Links are not followed.

It's probable that more checks and user interface messages will be
needed.

Revision 2303 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 14 20:23:32 2004 UTC (8 years, 11 months ago) by toenail
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 11453 byte(s)
Diff to previous 2087
added permissions checks

Revision 2087 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 20:47:44 2004 UTC (9 years ago) by toenail
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 11158 byte(s)
Diff to previous 2031
changed all submitError to use addmessage() instead

Revision 2031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 7 18:21:34 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 10771 byte(s)
Diff to previous 2000
use reply_with_file() instead of $self->{sendFile}

Revision 2000 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 5 00:53:13 2004 UTC (9 years ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 10802 byte(s)
Diff to previous 1917
added support for upload/download/delete of scoring files

Revision 1917 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 23 01:15:58 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 8701 byte(s)
Diff to previous 1663
urlpath/request/systemlink updates

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/ContentGenerator/Instructor/FileXfer.pm
File length: 9148 byte(s)
Diff to previous 1615
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 1615 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Nov 4 02:24:32 2003 UTC (9 years, 6 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileXfer.pm
File length: 8491 byte(s)
moved getCSVlist to superclass.
implemented FileXfer for set definition files and classlist files.

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