Log of /trunk/webwork/system/courseScripts/dangerousMacros.pl
Parent Directory
Revision
858 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat May 17 18:39:52 2003 UTC (10 years ago) by
gage
File length: 46968 byte(s)
Diff to
previous 850
Made modifications to the tth subroutine that make it work
seomewhat better with matrices. There is a filter, which
changes the characters used by tth that only works properly
with iCAB (not much use). I have also added the -u switch
to tth which makes the symbols work well with
MSIE, OmniWeb, iCab, and Safari on the Mac. It does not work
with Camino on the mac, but it does work with Mozilla.
How does it work in your browser?
-- Mike (gage@math.rochester.edu)
Revision
850 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri May 16 05:27:21 2003 UTC (10 years ago) by
gage
File length: 45228 byte(s)
Diff to
previous 690
Replaced a use of uc (upper case) with tr/a-z/A-Z
For some reason uc stopped working on webwork although it worked other
places. Very puzzling.
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
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
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
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
61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 22 21:29:58 2001 UTC (11 years, 11 months ago) by
gage
File length: 39691 byte(s)
Diff to
previous 36
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
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
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
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
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
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
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!)
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.