Log of /trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm
Parent Directory
Revision
1947 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 5 19:33:03 2004 UTC (9 years, 1 month ago) by
gage
File length: 31115 byte(s)
Diff to
previous 1938
Fixed errors in creating urls. (It is important to set authen=>0
when creating links for forms -- they already contain hidden
authentication variables.
Revision
1928 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 28 03:25:47 2004 UTC (9 years, 1 month ago) by
gage
File length: 30876 byte(s)
Diff to
previous 1773
Cleanup -- moving toward using the Apache:Request object and URLpath.
It remains to use URLpath to construct new paths in these files.
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
File length: 30960 byte(s)
Diff to
previous 1730
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
1720 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 17 19:30:22 2004 UTC (9 years, 4 months ago) by
gage
File length: 30896 byte(s)
Diff to
previous 1681
Can now sort recipient list by section and rectation. A few other user interface
cosmetics added. This should close bug 309
Revision
1681 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 18 23:15:34 2003 UTC (9 years, 5 months ago) by
sh002i
File length: 29437 byte(s)
Diff to
previous 1677
- Assigner and SetsAssignedToUser now refuse to unassign sets from the
GlobalTableEmulator's "global user". Closes bug #283.
- New "unassign from all users" button in Assigner.
- Cosmetic changes to path() and title() in several modules.
Revision
1667 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 12 02:24:30 2003 UTC (9 years, 5 months ago) by
gage
File length: 29269 byte(s)
Diff to
previous 1663
As best I can determine all "get" commands to the database are now
checked and appropriate action (usually "die") is taken if no
object is returned.
One exception. The multiple "gets" such as getGlobalSets(@setNames)
are not checked -- if a given setName is not found is an empty object
returned? in the list or is nothing returned?
--Mike
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: 28758 byte(s)
Diff to
previous 1646
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
1397 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 16 12:58:29 2003 UTC (9 years, 10 months ago) by
gage
File length: 27881 byte(s)
Diff to
previous 1381
Abstracted "read directory" functions in SendMail and moved them
to Instructor. The instructor calls WeBWorK::Utils::readDirectory
and then filters the output according to a pattern match. Sorts as well.
Also move read_scoring_file to instructor since it will need to be used
in other scripts as well.
--Mike
Revision
1376 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 13 19:22:50 2003 UTC (9 years, 10 months ago) by
gage
File length: 29783 byte(s)
Diff to
previous 1375
Some more initialization fixes. Still problems with the
best error reporting if merge file hasn't been found
or doesn't exist.
--Mike
Revision
1373 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 13 18:32:46 2003 UTC (9 years, 10 months ago) by
gage
File length: 29614 byte(s)
Diff to
previous 1372
SendMail now works -- probably with lots of bugs and certainly
without enough features, particularly error checks. It's ready
for bug reports.
--Mike
Revision
1372 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 13 17:08:49 2003 UTC (9 years, 10 months ago) by
gage
File length: 35889 byte(s)
Diff to
previous 1371
Preview now works fairly well. Only the actual send mail action
needs to be implemented
Followed by bug fixes and assignments.
--Mike
Revision
1371 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 12 21:31:03 2003 UTC (9 years, 10 months ago) by
gage
File length: 30946 byte(s)
Diff to
previous 1370
backups work now. The list of merge files can be found.
To do:
1.. Get better list of students (with entire names)
2. Get view of merge file
3. Get preview working
--Mike
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.