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

Log of /trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/Feedback.pm

Parent Directory Parent Directory


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

Revision 3627 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 16 19:08:17 2005 UTC (7 years, 8 months ago) by sh002i
File length: 10205 byte(s)
Diff to previous 3623 , to selected 1472
feedback is now sent to users with receive_feedback permission
regardless of the contents of the feedbackRecipients list in
global.conf. Comments in global.conf now read:

  By default, feeback is sent to all users who have permission to
  receive_feedback. If this list is non-empty, feedback is also sent to
  the addresses specified here.

  * If you want to disable feedback altogether, leave this empty and set
    submit_feeback => $nobody in %permissionLevels below. This will
    cause the feedback button to go away as well.

  * If you want to send email ONLY to addresses in this list, set
    receive_feedback => $nodoy in %permissionLevels below.

  It's often useful to set this in the course.conf to change the
  behavior of feedback for a specific course.

Revision 3623 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 16 18:47:42 2005 UTC (7 years, 8 months ago) by sh002i
File length: 10216 byte(s)
Diff to previous 3357 , to selected 1472
allow printing of error message upfront when there are no recipients.

Revision 3357 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 5 18:56:12 2005 UTC (7 years, 10 months ago) by sh002i
File length: 9809 byte(s)
Diff to previous 3127 , to selected 1472
renamed "problem set" to "homework set" in page content.
closes bug #797.

Revision 3127 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 29 01:21:19 2005 UTC (8 years, 3 months ago) by gage
File length: 9817 byte(s)
Diff to previous 2849 , to selected 1472
CourseID is now part of the subject line when feedback is sent.
This allows you to filter out feedback by course, which is handy
for those of use receiving lots of feedback emails.

Revision 2849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 29 21:38:06 2004 UTC (8 years, 7 months ago) by sh002i
File length: 9737 byte(s)
Diff to previous 2724 , to selected 1472
added permissions to allow disabling of feedback, options.
submit_feedback, change_password, change_email_address

Revision 2724 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 2 22:53:00 2004 UTC (8 years, 8 months ago) by sh002i
File length: 9402 byte(s)
Diff to previous 2489 , to selected 1472
cleaned up mike's permission level patch to Feedback.pm:
- added receive_feedback permission (conf/global.conf.dist)
- use standard hasPermissions() function (lib/WeBWorK/ContentGenerator/Feedback.pm)
- check for undefined and empty string in permission field (lib/WeBWorK/Authz.pm)

Revision 2489 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 00:49:04 2004 UTC (8 years, 10 months ago) by jj
File length: 9489 byte(s)
Diff to previous 1883 , to selected 1472
Fix error in feedback link when the server runs ssl (at least for its
standard port).

Revision 1883 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 15 04:10:36 2004 UTC (9 years, 2 months ago) by sh002i
File length: 9392 byte(s)
Diff to previous 1876 , to selected 1472
urls are now generated with URLpath and systemLink

Revision 1876 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 11 03:19:34 2004 UTC (9 years, 2 months ago) by sh002i
File length: 9758 byte(s)
Diff to previous 1798 , to selected 1472
updated to use the "unified request" object.
removed unused variables and subroutines.
fixed some style problems.

Revision 1798 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 12 20:55:10 2004 UTC (9 years, 3 months ago) by toenail
File length: 10088 byte(s)
Diff to previous 1663 , to selected 1472
added <pre> tags so the viewed message is the same as in the submitted email

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: 9989 byte(s)
Diff to previous 1636 , to selected 1472
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 1636 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 18:44:47 2003 UTC (9 years, 6 months ago) by sh002i
File length: 9332 byte(s)
Diff to previous 1502 , to selected 1472
added code to check for undef return values from DB "get" calls.

Revision 1502 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 11 02:03:06 2003 UTC (9 years, 8 months ago) by gage
File length: 9180 byte(s)
Diff to previous 1501 , to selected 1472
Made changes to ProblemSet.pm that replace the feedback button
which did not work with the "email instructor" button.

Also changed some probable typos in Feedback.pm which
was trying to find set_id from problem rather than from set.

This doesn't work when problem is not defined.

--Mike

Revision 1501 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 11 01:13:05 2003 UTC (9 years, 8 months ago) by gage
File length: 9188 byte(s)
Diff to previous 1478 , to selected 1472
Blank messages are not submitted and give a warning.  I also fixed
a hidden bug in which the arguments to feebackForm were switched.

--Mike

Revision 1478 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 4 13:20:00 2003 UTC (9 years, 8 months ago) by gage
File length: 9078 byte(s)
Diff to previous 1472
Changed subject heading so that it includes the user,
the set and problem (if both are defined).
--Mike

Revision 1472 - (view) (download) (as text) (annotate) - [selected]
Modified Sat Aug 16 02:26:49 2003 UTC (9 years, 9 months ago) by gage
File length: 8893 byte(s)
Diff to previous 1470
One more fix to constructing the returnURL
--Mike

Revision 1470 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 16 02:15:47 2003 UTC (9 years, 9 months ago) by gage
File length: 8893 byte(s)
Diff to previous 1193 , to selected 1472
Fixed bug #171 -- bad link in feedback
address. There was also a bad link
in cancel feedback link.
-- Mike

Revision 1193 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 17 22:16:57 2003 UTC (9 years, 11 months ago) by malsyned
File length: 8837 byte(s)
Diff to previous 1111 , to selected 1472
(.*)GlobalUser(.*) replaced with \1Merged\2.
-Dennis

Revision 1111 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 10 23:05:57 2003 UTC (9 years, 11 months ago) by sh002i
File length: 8845 byte(s)
Diff to previous 919 , to selected 1472
Added sortByName($field, @items) to WeBWorK::Utils. It uses the method
named $field to sort the objects in @items. Modified ProblemSets to call
it.
-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: 8890 byte(s)
Diff to previous 830 , to selected 1472
changed ->id to ->whatever_id
-sam

Revision 830 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 18:44:25 2003 UTC (10 years ago) by malsyned
File length: 8882 byte(s)
Diff to previous 818 , to selected 1472
Progress towards making the feedback system work more cleanly and
allowing a back-link. Except now it's broken.
-Dennis

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

Revision 809 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 17 21:30:57 2003 UTC (10 years, 1 month ago) by sh002i
File length: 7805 byte(s)
Diff to previous 765 , to selected 1472
changed the name of the "courseEnvironment" field in the
ContentGenerator object to "ce", to match the style and conciesness of
the existing "r" and new "db" fields.
-sam

Revision 765 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 28 23:56:35 2003 UTC (10 years, 2 months ago) by malsyned
File length: 7835 byte(s)
Diff to previous 740 , to selected 1472
removed "nowrap" from barebones.template because it wasn't doing
anything anyway, and every byte counts ;-)

Changed "Logged in as:" to "User:" in ContentGenerator and killed the
CGI::br calls in that message and the "Acting as:" message

Added more context to the context URL in Feedback, and properly
obfuscated some code.

--Dennis

Revision 740 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 21 21:16:48 2003 UTC (10 years, 2 months ago) by sh002i
File length: 7968 byte(s)
Diff to previous 675 , to selected 1472
1. the new global.conf key {mail}->{feedbackVerbosity} controls the
verbosity level of Feedback.pm messages.
2. Feedback includes a URL when ever the user is logged in.
-sam

Revision 675 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 13 21:14:54 2002 UTC (10 years, 5 months ago) by sh002i
File length: 7282 byte(s)
Diff to previous 669 , to selected 1472
made some improvements to Feedback, added loginStatus escape.
-sam

Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 6 17:42:02 2002 UTC (10 years, 5 months ago) by sh002i
File length: 6680 byte(s)
Diff to previous 668 , to selected 1472
added feedback links to a bunch of modules.
-sam

Revision 668 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 4 19:08:10 2002 UTC (10 years, 5 months ago) by sh002i
File length: 6794 byte(s)
Diff to selected 1472
okay, added Feedback.pm this time.
-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