[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 1036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 6 00:10:57 2003 UTC (9 years, 11 months ago) by gage
File length: 45619 byte(s)
Diff to previous 858
Removed the subroutine dvipng (which is now defined elsewhere and with
4 calling arguments.

--Mike

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 690 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 6 21:06:27 2003 UTC (10 years, 4 months ago) by gage
File length: 45225 byte(s)
Diff to previous 625
Bringing the macros files in line with the macros files in webwork-modperl

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) - [select for diffs]
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
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, 11 months ago) by gage
File length: 40010 byte(s)
Diff to previous 391
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
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 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
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
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, 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 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
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
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
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
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
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)
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