[system] / trunk / webwork / system / courseScripts / dangerousMacros.pl Repository:
ViewVC logotype

Log of /trunk/webwork/system/courseScripts/dangerousMacros.pl

Parent Directory Parent Directory


Sticky Revision:
(Current path doesn't exist after revision 1074)

Revision 625 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 9 16:37:58 2002 UTC (10 years, 6 months ago) by gage
File length: 45230 byte(s)
Diff to previous 622
Format changes, which make dangerousMacros more readable were added to
the standard webwork courseScripts folder

Revision 622 - (view) (download) (as text) (annotate) - [selected]
Modified Fri Nov 8 19:54:43 2002 UTC (10 years, 6 months ago) by gage
File length: 43411 byte(s)
Diff to previous 483
Added code to use the external paths to gif2eps and png2eps when defined

Revision 483 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 20 20:49:41 2002 UTC (10 years, 9 months ago) by jj
File length: 40132 byte(s)
Diff to previous 407 , to selected 622
Added support for HTML_dpng mode (dvipng rendering).

Revision 407 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 24 18:32:49 2002 UTC (10 years, 10 months ago) by gage
File length: 40010 byte(s)
Diff to previous 391 , to selected 622
Commented out the debugging messages again.

Revision 391 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 20 13:37:40 2002 UTC (10 years, 11 months ago) by gage
File length: 40006 byte(s)
Diff to previous 199 , to selected 622
Temporarily turned on some debugging print outs (to STDERR) which
should help tell us which modules and macro packages are loaded.

Revision 199 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 10 17:07:36 2001 UTC (11 years, 8 months ago) by gage
File length: 39845 byte(s)
Diff to previous 189 , to selected 622
Made the check within dangerousMacros.pl which insures that DOCUMENT()
comes before loadMacros() in a problem, more robust.

the new code checks this formatting somewhat more rigorously and gives a
clearer error message about what is wrong.  The check is still not foolproof.

Revision 189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 4 22:23:09 2001 UTC (11 years, 8 months ago) by gage
File length: 39718 byte(s)
Diff to previous 98 , to selected 622
Added a change to loadMacros that allows for macro files that
end in .pg

Revision 98 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 7 18:33:48 2001 UTC (11 years, 9 months ago) by sam
File length: 39636 byte(s)
Diff to previous 61 , to selected 622
Changed $tthpath to pull path from %envir rather than hardcoded path. Yay!

Revision 61 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 22 21:29:58 2001 UTC (11 years, 10 months ago) by gage
File length: 39691 byte(s)
Diff to previous 36 , to selected 622
Fixed errors in sourceAlias

Modified parts of alias so that PG_restricted_eval was not used.
(This is unnecessary as long as we use forking to create a child
with the same namespace.)

Revision 36 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 20 20:01:26 2001 UTC (11 years, 11 months ago) by gage
File length: 39808 byte(s)
Diff to previous 30 , to selected 622
Simplified some of the scripts.  Using forking there is no need
to evaluate $main:: everytime, since it remains the same for both
the parent (where the script is compiled) and in the child where
the script is executed.

There were other minor fixes to work around bugs in 5.6.0 which were
fixed in 5.6.1

Revision 30 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 19 22:29:01 2001 UTC (11 years, 11 months ago) by gage
File length: 39804 byte(s)
Diff to previous 28 , to selected 622
More refinement of the initialization routines in PGbasicmacros.pl and the
way it is called from dangerousMacros.pl

Revision 28 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 19 20:56:08 2001 UTC (11 years, 11 months ago) by gage
File length: 39537 byte(s)
Diff to previous 27 , to selected 622
Fixed problem in dangerousMacros.pl defining i so that it can be used
as a complex number.

Fixed htmlLink so that it gives a friendly error message about broken links
when fed an undefined url.

Revision 27 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 19 20:31:39 2001 UTC (11 years, 11 months ago) by gage
File length: 39534 byte(s)
Diff to previous 11 , to selected 622
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 11 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 18 15:21:51 2001 UTC (11 years, 11 months ago) by sam
File length: 37246 byte(s)
Diff to previous 10 , to selected 622
another setup script test (changed #! lines)

Revision 10 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 15 21:06:18 2001 UTC (11 years, 11 months ago) by sam
File length: 37238 byte(s)
Diff to previous 8 , to selected 622
nothing should change

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: 37246 byte(s)
Diff to previous 7 , to selected 622
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 7 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 15 15:16:23 2001 UTC (11 years, 11 months ago) by gage
File length: 37238 byte(s)
Diff to previous 5 , to selected 622
tthPath set to /usr/local/bin/tth

Revision 5 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 14 23:45:41 2001 UTC (11 years, 11 months ago) by gage
File length: 37247 byte(s)
Diff to previous 2 , to selected 622
dev-1-7-01

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: 37136 byte(s)
Diff to selected 622
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