Log of /branches/rel-2-3-dev/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm
Parent Directory
Revision
4936 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 24 19:46:28 2007 UTC (6 years ago) by
sh002i
File length: 41498 byte(s)
Diff to
previous 4935
,
to
selected 4934
backport (sh002i): error handler in the post-connection subroutine that
sends the error to the professor by email and also logs it to the apache
log. resolves bug #1120, sort of.
Revision
4935 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 24 17:44:58 2007 UTC (6 years ago) by
sh002i
File length: 40926 byte(s)
Diff to
previous 4934
backport (sh002i): added check on the number of addresses in the From
and Reply-to fields. this resolves bug #1131. THIS CHANGE REQUIRES THE
PERL MODULE Email::Address. See TWiki topic WeBWorKRelease2pt3pt2.
Revision
4934 -
(
view)
(
download)
(
as text)
(
annotate)
-
[selected]
Modified
Tue Apr 24 17:06:03 2007 UTC (6 years ago) by
sh002i
File length: 40007 byte(s)
Diff to
previous 4783
backport (sh002i): Better messages when no recipients are selected --
resolves bug 1130.
Revision
4783 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 14 19:30:42 2007 UTC (6 years, 3 months ago) by
sh002i
File length: 39857 byte(s)
Diff to
previous 4629
,
to
selected 4934
backport (sh002i): Set SMTP envelope sender to $ce->{mail}{smtpSender}
rather than user's from address. This prevents some mailservers from
rejecting the mail for having a forged sender address.
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/SendMail.pm
File length: 39444 byte(s)
Diff to
previous 3329
,
to
selected 4934
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
3041 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 18 16:09:54 2004 UTC (8 years, 5 months ago) by
gage
Original Path:
trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm
File length: 36149 byte(s)
Diff to
previous 2787
,
to
selected 4934
Changed some UI features. In particular the scrolling list is now
used both for selecting students to send mail to AND for selecting
the preview message (if multiple students are selected the first is used
as the preview). The "command table" is now one line taller than it
was, but it it now effectively narrower (just two columns) -- the last
column has only the row and column options and is not used that much.
Revision
1773 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 3 00:53:31 2004 UTC (9 years, 3 months ago) by
gage
Original Path:
trunk/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm
File length: 30960 byte(s)
Diff to
previous 1730
,
to
selected 4934
Corrected sorting by user_id. Code now works correctly. Before the sorting for this case was occuring by accident
with the SQL database.
Made changes to the interface in SendMail. The radio buttons are now horizontal to match the
radio buttons on the Instructor::Index page. Changed Id to Login to make the sorting parameter clearer.
changed the format of the popmenu on the Instructor::Index page to match the format used on the SendMail page.
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/SendMail.pm
File length: 28758 byte(s)
Diff to
previous 1646
,
to
selected 4934
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.
################################################################################
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.