Log of /trunk/webwork/system/lib
Directory Listing
Revision
223 -
Directory Listing
Modified
Sat Sep 29 01:33:43 2001 UTC (11 years, 7 months ago) by
apizer
give a warning if can't open error_log
Revision
221 -
Directory Listing
Modified
Fri Sep 28 23:37:07 2001 UTC (11 years, 7 months ago) by
apizer
Log errors to error_log, not to access_log
Revision
218 -
Directory Listing
Modified
Fri Sep 21 20:43:58 2001 UTC (11 years, 7 months ago) by
apizer
removed cgiDebugMove code (it's now in webworkConfig.pm). It didn't work
when in Global. Added a comment on webworkConfig.pm.
Revision
196 -
Directory Listing
Modified
Mon Sep 10 17:01:24 2001 UTC (11 years, 8 months ago) by
gage
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 -
Directory Listing
Modified
Fri Aug 31 18:34:55 2001 UTC (11 years, 8 months ago) by
sh002i
Changed $validAddress to be more permissive and suck less. The version
that only accepts email from .rochester.edu domains is commented out.
Revision
180 -
Directory Listing
Modified
Fri Aug 31 16:43:08 2001 UTC (11 years, 8 months ago) by
sh002i
Changed pdf generation process in welcomeAction.pl to use ghostscript
directly rather than calling ps2pdf. Removed $Global::externalPs2pdfPath
and added $Global::externalGsPath.
Revision
179 -
Directory Listing
Modified
Fri Aug 31 16:07:39 2001 UTC (11 years, 8 months ago) by
sh002i
added $externalLaTeX2HTMLSupportPath to section about LaTeX2HTML stuff...
this variable is used by displayMacros.pl:makeL2H to set the path.
Revision
167 -
Directory Listing
Modified
Wed Aug 29 18:15:13 2001 UTC (11 years, 8 months ago) by
sh002i
formatting
Revision
162 -
Directory Listing
Modified
Mon Aug 27 15:55:23 2001 UTC (11 years, 8 months ago) by
sh002i
moved $psvn_digits and $htmlModeDefault into # Internal settings #
section, changed $htmlModeDefault to HTML and $logAccessData to 0
Revision
140 -
Directory Listing
Modified
Thu Aug 16 19:17:55 2001 UTC (11 years, 9 months ago) by
apizer
define variables smtpSender, defaultFrom, defaultReply
Revision
136 -
Directory Listing
Modified
Wed Aug 15 15:03:08 2001 UTC (11 years, 9 months ago) by
sh002i
Actually changed the value of $Global::externalLaTeX2HTMLInit. Sorry about
that. :P
Revision
134 -
Directory Listing
Modified
Tue Aug 14 21:00:06 2001 UTC (11 years, 9 months ago) by
sh002i
Reordered some config items, changed $externalLaTeX2HTMLInit.
Revision
133 -
Directory Listing
Modified
Tue Aug 14 20:59:15 2001 UTC (11 years, 9 months ago) by
sh002i
Renamed latex2html.init.98.1 latex2html.init.98.1p1 to make it able to be
referred to as "latex2html.init.$Global::externalLaTeX2HTMLVersion".
Revision
129 -
Directory Listing
Modified
Mon Aug 13 20:42:12 2001 UTC (11 years, 9 months ago) by
sh002i
moved latex2html init files into lib.
Changed $Global::externalLatex2HTMLPath.
Revision
111 -
Directory Listing
Modified
Fri Aug 10 14:34:02 2001 UTC (11 years, 9 months ago) by
sh002i
added variables for paths to hardcopy generation programs
Revision
107 -
Directory Listing
Modified
Wed Aug 8 23:43:43 2001 UTC (11 years, 9 months ago) by
gage
Made small corrections at lines 417 and 484 which were
causing compile time errors in /ww/logs/error_log. (One
was redefining rh_flags subroutine, the other was an
uncommented fragment of a print statement.
Revision
105 -
Directory Listing
Modified
Wed Aug 8 16:17:10 2001 UTC (11 years, 9 months ago) by
gage
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
100 -
Directory Listing
Modified
Wed Aug 8 02:13:25 2001 UTC (11 years, 9 months ago) by
gage
replaced \&main::PG_floating_point_exception_handler by
&Global::PG_floating_point_exception_handler
since the exception handler was moved under the package Global section of Global.pm
when the BEGIN block was moved in version 1.6
It's possible that the floating point exception handler available for bad answers
hasn't been working
properly for awhile.
Revision
99 -
Directory Listing
Modified
Wed Aug 8 02:04:44 2001 UTC (11 years, 9 months ago) by
gage
removed commented out copy of subroutine longmess
Revision
96 -
Directory Listing
Modified
Tue Aug 7 17:14:13 2001 UTC (11 years, 9 months ago) by
sam
forgot to save
Revision
95 -
Directory Listing
Modified
Tue Aug 7 17:13:25 2001 UTC (11 years, 9 months ago) by
sam
Added variables for TTH path and LaTeX2HTML path, version, and init file
path, as part of an effort to de-hardcode paths.
Revision
89 -
Directory Listing
Modified
Tue Jul 31 14:38:29 2001 UTC (11 years, 9 months ago) by
sam
added additional comments regarding $cgiDebugMode.
Revision
83 -
Directory Listing
Modified
Mon Jul 2 19:40:24 2001 UTC (11 years, 10 months ago) by
sam
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 -
Directory Listing
Modified
Thu Jun 28 13:30:23 2001 UTC (11 years, 10 months ago) by
chris
Added defaultreply and defaultfrom addresses which are used by Profsendmail.pl
Revision
57 -
Directory Listing
Modified
Fri Jun 22 19:36:13 2001 UTC (11 years, 10 months ago) by
gage
Added a commented out line which, when uncommented, can be used to debug
the evaluation of modules.
Revision
51 -
Directory Listing
Modified
Thu Jun 21 20:53:03 2001 UTC (11 years, 10 months ago) by
sam
Fixed headers to include $Id$
Revision
27 -
Directory Listing
Modified
Tue Jun 19 20:31:39 2001 UTC (11 years, 11 months ago) by
gage
Many modifications to courseScript scripts which will insure that the
routines are re-entrant (i.e. they can be called via mod_perl and don't
need to be re-compiled for every execution run.)
Minor modifications to processProblem8.pl and to PGtranslator.pm
Revision
10 -
Directory Listing
Modified
Fri Jun 15 21:06:18 2001 UTC (11 years, 11 months ago) by
sam
nothing should change
Revision
8 -
Directory Listing
Modified
Fri Jun 15 16:24:03 2001 UTC (11 years, 11 months ago) by
gage
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 -
Directory Listing
Modified
Fri Jun 15 14:29:57 2001 UTC (11 years, 11 months ago) by
gage
development version dev-1-7-01 from /ww/webwork/development 15-June-2001
Revision
2 -
Directory Listing
Added
Thu Jun 14 17:08:51 2001 UTC (11 years, 11 months ago) by
sam
initial import