[system] / trunk / webwork / system / lib / Global.pm Repository:
ViewVC logotype

Log of /trunk/webwork/system/lib/Global.pm

Parent Directory Parent Directory


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

Revision 762 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 28 21:33:09 2003 UTC (10 years, 2 months ago) by apizer
File length: 37384 byte(s)
Diff to previous 751 , to selected 524
Added a switch which allows editing of the webworkCourse.ph file over the web
as per Zig's suggestion.

Revision 751 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 28 16:32:13 2003 UTC (10 years, 2 months ago) by gage
File length: 36161 byte(s)
Diff to previous 703 , to selected 524
Added controls for logging course Access data.  This logs the students
answers in a way that can be easily parsed and reported to the
instructor.

Revision 703 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 13 18:34:56 2003 UTC (10 years, 4 months ago) by apizer
File length: 35560 byte(s)
Diff to previous 585 , to selected 524
fixed bug in line 700 having to do with YK 2000

Revision 585 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 14 16:29:10 2002 UTC (10 years, 7 months ago) by apizer
File length: 35555 byte(s)
Diff to previous 580 , to selected 524
change copyright date

Revision 580 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 11 16:28:10 2002 UTC (10 years, 7 months ago) by apizer
File length: 35554 byte(s)
Diff to previous 566 , to selected 524
Change how debugging output works

Revision 566 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 3 20:20:18 2002 UTC (10 years, 7 months ago) by apizer
File length: 34936 byte(s)
Diff to previous 543 , to selected 524
set $extendedPath = ':/usr/bin:/usr/local/bin';

Revision 543 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 13 13:22:29 2002 UTC (10 years, 8 months ago) by apizer
File length: 34927 byte(s)
Diff to previous 541 , to selected 524
long answers are now truncated and stored in the database

Revision 541 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 9 21:20:00 2002 UTC (10 years, 8 months ago) by apizer
File length: 34878 byte(s)
Diff to previous 540 , to selected 524
Select available modes in Global.pm per John Jones suggestion

Revision 540 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 9 19:05:55 2002 UTC (10 years, 8 months ago) by apizer
File length: 33848 byte(s)
Diff to previous 531 , to selected 524
use the new variable extendedPath

Revision 531 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 6 14:24:20 2002 UTC (10 years, 8 months ago) by apizer
File length: 33820 byte(s)
Diff to previous 527 , to selected 524
rename refreshLatex2HTML to refreshCachedImages

Revision 527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 29 20:46:54 2002 UTC (10 years, 8 months ago) by apizer
File length: 33732 byte(s)
Diff to previous 524
set ENV{PATH} in Global.pm

Revision 524 - (view) (download) (as text) (annotate) - [selected]
Modified Thu Aug 29 19:04:20 2002 UTC (10 years, 8 months ago) by apizer
File length: 33194 byte(s)
Diff to previous 484
variable for error_log

Revision 484 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 20 20:53:04 2002 UTC (10 years, 8 months ago) by jj
File length: 33167 byte(s)
Diff to previous 460 , to selected 524
Added support for HTML_dpng (dvipng rendering).  Mostly, this amounts to
adding global variables to configure options to dvipng.

Revision 460 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 14 22:30:44 2002 UTC (10 years, 9 months ago) by jj
File length: 32662 byte(s)
Diff to previous 437 , to selected 524
Allow setting $useBaseTenLog to 1, to mean that log in student answers is
log base 10.  Default is still that log means log base e.

Revision 437 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 24 20:46:35 2002 UTC (10 years, 9 months ago) by apizer
File length: 32506 byte(s)
Diff to previous 322 , to selected 524
Allow setting refreshLatex2HTML = 1 in a problem to force L2H to be run.
That is, the cached image will never be used.

Revision 322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 30 19:23:27 2002 UTC (10 years, 11 months ago) by gage
File length: 31656 byte(s)
Diff to previous 223 , to selected 524
Commented out use PGtranslator.

This doesn't seem to have been actually used
and it's seems to be causing  an infinite loop with WWd.pm which
calls PGtranslator, which calls Global, which calls PGtranslator.
etc.

Revision 223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 29 01:33:43 2001 UTC (11 years, 7 months ago) by apizer
File length: 31655 byte(s)
Diff to previous 221 , to selected 524
give a warning if can't open error_log

Revision 221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 28 23:37:07 2001 UTC (11 years, 7 months ago) by apizer
File length: 31615 byte(s)
Diff to previous 218 , to selected 524
Log errors to error_log, not to access_log

Revision 218 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 21 20:43:58 2001 UTC (11 years, 7 months ago) by apizer
File length: 31611 byte(s)
Diff to previous 196 , to selected 524
removed cgiDebugMove code (it's now in webworkConfig.pm). It didn't work
when in Global.  Added a comment on webworkConfig.pm.

Revision 196 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 10 17:01:24 2001 UTC (11 years, 8 months ago) by gage
File length: 31830 byte(s)
Diff to previous 184 , to selected 524
Added extra information to the error message.
Avoided the error message when the die message comes from within
a trapped eval inside the XML parser

Revision 184 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 31 18:34:55 2001 UTC (11 years, 8 months ago) by sh002i
File length: 31861 byte(s)
Diff to previous 180 , to selected 524
Changed $validAddress to be more permissive and suck less. The version
that only accepts email from .rochester.edu domains is commented out.

Revision 180 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 31 16:43:08 2001 UTC (11 years, 8 months ago) by sh002i
File length: 31820 byte(s)
Diff to previous 179 , to selected 524
Changed pdf generation process in welcomeAction.pl to use ghostscript
directly rather than calling ps2pdf. Removed $Global::externalPs2pdfPath
and added $Global::externalGsPath.

Revision 179 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 31 16:07:39 2001 UTC (11 years, 8 months ago) by sh002i
File length: 31834 byte(s)
Diff to previous 167 , to selected 524
added $externalLaTeX2HTMLSupportPath to section about LaTeX2HTML stuff...
this variable is used by displayMacros.pl:makeL2H to set the path.

Revision 167 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 29 18:15:13 2001 UTC (11 years, 8 months ago) by sh002i
File length: 31455 byte(s)
Diff to previous 162 , to selected 524
formatting

Revision 162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 27 15:55:23 2001 UTC (11 years, 8 months ago) by sh002i
File length: 31455 byte(s)
Diff to previous 140 , to selected 524
moved $psvn_digits and $htmlModeDefault into # Internal settings #
section, changed $htmlModeDefault to HTML and $logAccessData to 0

Revision 140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 16 19:17:55 2001 UTC (11 years, 9 months ago) by apizer
File length: 31318 byte(s)
Diff to previous 136 , to selected 524
define variables smtpSender, defaultFrom, defaultReply

Revision 136 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 15 15:03:08 2001 UTC (11 years, 9 months ago) by sh002i
File length: 31073 byte(s)
Diff to previous 134 , to selected 524
Actually changed the value of $Global::externalLaTeX2HTMLInit. Sorry about
that. :P

Revision 134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 14 21:00:06 2001 UTC (11 years, 9 months ago) by sh002i
File length: 31051 byte(s)
Diff to previous 129 , to selected 524
Reordered some config items, changed $externalLaTeX2HTMLInit.

Revision 129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 20:42:12 2001 UTC (11 years, 9 months ago) by sh002i
File length: 30926 byte(s)
Diff to previous 111 , to selected 524
moved latex2html init files into lib.
Changed $Global::externalLatex2HTMLPath.

Revision 111 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 10 14:34:02 2001 UTC (11 years, 9 months ago) by sh002i
File length: 30916 byte(s)
Diff to previous 105 , to selected 524
added variables for paths to hardcopy generation programs

Revision 105 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 8 16:17:10 2001 UTC (11 years, 9 months ago) by gage
File length: 30645 byte(s)
Diff to previous 99 , to selected 524
Modified warning so that warnings when end in \n (or in ~~n for .pg files) do not have the extra
stack information appended.  This may sometimes make for cleaner output messages.

Revision 99 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 8 02:04:44 2001 UTC (11 years, 9 months ago) by gage
File length: 30133 byte(s)
Diff to previous 96 , to selected 524
removed commented out copy  of subroutine longmess

Revision 96 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 7 17:14:13 2001 UTC (11 years, 9 months ago) by sam
File length: 31185 byte(s)
Diff to previous 95 , to selected 524
forgot to save

Revision 95 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 7 17:13:25 2001 UTC (11 years, 9 months ago) by sam
File length: 31185 byte(s)
Diff to previous 89 , to selected 524
Added variables for TTH path and LaTeX2HTML path, version, and init file
path, as part of an effort to de-hardcode paths.

Revision 89 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 31 14:38:29 2001 UTC (11 years, 9 months ago) by sam
File length: 30557 byte(s)
Diff to previous 83 , to selected 524
added additional comments regarding $cgiDebugMode.

Revision 83 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 2 19:40:24 2001 UTC (11 years, 10 months ago) by sam
File length: 30302 byte(s)
Diff to previous 75 , to selected 524
moved config stuff to the top of the file
moved BEGIN block to the bottom of the file
added comments
added $cgiDebugMode flag and explanation

Revision 75 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 28 13:30:23 2001 UTC (11 years, 10 months ago) by chris
File length: 32312 byte(s)
Diff to previous 51 , to selected 524
Added defaultreply and defaultfrom addresses which are used by Profsendmail.pl

Revision 51 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 21 20:53:03 2001 UTC (11 years, 10 months ago) by sam
File length: 32085 byte(s)
Diff to previous 8 , to selected 524
Fixed headers to include $Id$

Revision 8 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 15 16:24:03 2001 UTC (11 years, 11 months ago) by gage
File length: 31866 byte(s)
Diff to previous 6 , to selected 524
modified use lib lines in cgi-scripts, scripts, courseScripts
removed Global.pm updating and use lib line code from system_webwork_setup
modified Global.pm to use webworkConfig (which is not in the repository!)

Revision 6 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 15 14:29:57 2001 UTC (11 years, 11 months ago) by gage
File length: 31859 byte(s)
Diff to previous 2 , to selected 524
development version dev-1-7-01 from /ww/webwork/development 15-June-2001

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Jun 14 17:08:51 2001 UTC (11 years, 11 months ago) by sam
File length: 31559 byte(s)
Diff to selected 524
initial import

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