[system] / branches / gage_dev / webwork2 / lib / WeBWorK / ContentGenerator / Options.pm Repository:
ViewVC logotype

Log of /branches/gage_dev/webwork2/lib/WeBWorK/ContentGenerator/Options.pm

Parent Directory Parent Directory


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

Revision 6943 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 18 20:07:43 2011 UTC (22 months ago) by gage
File length: 6401 byte(s)
Diff to previous 6299
merging with localization files in trunk


Revision 6299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 22 14:46:58 2010 UTC (2 years, 10 months ago) by gage
File length: 5969 byte(s)
Diff to previous 5319
test development branch

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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 5969 byte(s)
Diff to previous 4295
updated copyright dates

Revision 4295 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 24 23:28:41 2006 UTC (6 years, 9 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 5976 byte(s)
Diff to previous 4272
Fixed CGI::radio call (replaced with CGI::radio_group

Fixed   name parameter in Options  (replaced name by -name as required by CGI)

Revision 4272 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 16 02:40:41 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 5973 byte(s)
Diff to previous 4230
Added {} to some HTML tags.  For some reason they seem to have disappeared?

Revision 4230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 11 16:39:29 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 5940 byte(s)
Diff to previous 4202
Changed submit button so that the name and label keys are explicitly entered.

Revision 4202 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 8 14:07:35 2006 UTC (6 years, 10 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 5902 byte(s)
Diff to previous 3973
Try using the -nosticky pragma to see if this fixes the problem.

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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 5892 byte(s)
Diff to previous 2849
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 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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 5890 byte(s)
Diff to previous 2773
added permissions to allow disabling of feedback, options.
submit_feedback, change_password, change_email_address

Revision 2773 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 12 12:09:53 2004 UTC (8 years, 8 months ago) by dpvc
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 4991 byte(s)
Diff to previous 2760
Added missing \ for apostrophes after user name.

Revision 2760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 10 21:03:57 2004 UTC (8 years, 8 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 4982 byte(s)
Diff to previous 1902
added check of real user's exiting password, closing bug #625.

Revision 1902 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 17 08:17:19 2004 UTC (9 years, 2 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3917 byte(s)
Diff to previous 1718
URLPath conversion

Revision 1718 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 17 16:38:40 2004 UTC (9 years, 4 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 4320 byte(s)
Diff to previous 1663
Colorized responses to changing passwords.  Red for things which don't work
and green for those that did.
--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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 4064 byte(s)
Diff to previous 1636
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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3407 byte(s)
Diff to previous 1482
added code to check for undef return values from DB "get" calls.

Revision 1482 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 5 03:48:43 2003 UTC (9 years, 8 months ago) by gage
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3262 byte(s)
Diff to previous 1292
Added warning message if the password record can't be found
Helps with debuggin.
--MIke

Revision 1292 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 26 23:13:33 2003 UTC (9 years, 10 months ago) by malsyned
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3164 byte(s)
Diff to previous 1291
Removed a warning

Revision 1291 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 26 23:13:14 2003 UTC (9 years, 10 months ago) by malsyned
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3180 byte(s)
Diff to previous 1288
Fixed a bug in new password crypting.

Revision 1288 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 26 21:56:29 2003 UTC (9 years, 10 months ago) by malsyned
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3184 byte(s)
Diff to previous 1045
Fixed the password changing functionality of this screen

Revision 1045 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 6 19:13:51 2003 UTC (9 years, 11 months ago) by malsyned
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 2976 byte(s)
Diff to previous 919
Took out the redundant "confirm email address" from user options.
Also, added a Util function "backtrace", which can be passed one of
"die", "warn", "print", or "return".  I'm just showing off, but it might
prove useful in debugging.
-Dennis

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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3373 byte(s)
Diff to previous 818
changed ->id to ->whatever_id
-sam

Revision 818 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 25 04:51:37 2003 UTC (10 years ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3368 byte(s)
Diff to previous 809
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
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3528 byte(s)
Diff to previous 720
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 720 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 31 20:38:44 2003 UTC (10 years, 3 months ago) by malsyned
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3558 byte(s)
Diff to previous 667
effectiveUser audit complete on all the content generators except
Hardcopy
-Dennis

Revision 667 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 4 19:07:12 2002 UTC (10 years, 5 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3450 byte(s)
Diff to previous 645
added a bunch of "***" comments.
implemented Feedback module.
-sam

Revision 645 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 23 00:15:15 2002 UTC (10 years, 5 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 3501 byte(s)
Diff to previous 644
finished this module.
-sam

Revision 644 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Nov 22 20:30:20 2002 UTC (10 years, 5 months ago) by sh002i
Original Path: trunk/webwork2/lib/WeBWorK/ContentGenerator/Options.pm
File length: 1232 byte(s)
Added "Options" handler, modified the dispatcher to support it, fixed
the link to it in the &links routine.
-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