Log of /branches/rel-2-2-dev/webwork2/htdocs
Directory Listing
Revision
4324 -
Directory Listing
Modified
Tue Aug 1 21:17:29 2006 UTC (6 years, 9 months ago) by
sh002i
backport (dpvc): Updated to version 3.3c (mostly bugfixes in autoload,
tex2math and CHMmode plugins). See the change log on the jsMath web
site for complete details.
Revision
4142 -
Directory Listing
Modified
Fri Jun 23 20:24:03 2006 UTC (6 years, 10 months ago) by
dpvc
New files neeed to bring jsMath up to version 3.3b.
Revision
4141 -
Directory Listing
Modified
Fri Jun 23 20:22:40 2006 UTC (6 years, 10 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-2-dev'.
Revision
4139 -
Directory Listing
Modified
Fri Jun 23 20:17:10 2006 UTC (6 years, 10 months ago) by
dpvc
Backport of update to 3.3b.
Original message:
Updated to version 3.3b. See the change log on the jsMath web site
for details of the changes.
Some of the highlights are:
Added an extension that implements the \font command. (Now that jsMath
can auto-load fonts as they are needed, this is feasible to do.)
Added \eqalign and \displaylines for creating multi-line displayed
mathematics. Also added \eqalignno, but it works by putting the line
numbers in a right-justified column separated by 3 em's of space from
the rest of the alignment (rather than putting them flush right, which
would be difficult without more substantial changes to jsMath).
Finally, added \leqalignno, but the line numbers are placed on the
right not the left (it is really just an alias for \eqalignno, and
is included only for completeness).
Added the ability to use \noalign{\vskip ...} and \\[dimen] to
insert space within an array or alignment. This is not a complete
implementation of \noalign; only \vskip and \vspace commands are
processed, and this is only intended as a way of controlling the
spacing between rows of a table.
Adjusted the spacing within some alignments to better match actual TeX
output.
Added \mbox and \hbox to the commands that are processed correctly
after ^ and _ (i.e., as unbraced superscripts and subscripts).
JsMath's implementation of \raise and \lower are non-standard in that
they do not require an \hbox, as TeX does; indeed using an \hbox would
cause jsMath to fail (unless it were enclosed in braces). This is no
longer the case, as these commands now handle \hbox and \mbox as TeX
does.
The addition of several new checkboxes on the jsMath control panel
made the window for the control panel rather tall. This has required a
reorganization of the control panel, and it now has a horizontal
rather than a vertical orientation which better matches the aspect
ratio of most screens.
In addition, version 3.3 introduced an caching mechanism that is
page-based, and "global mode" that allows for an inter-page cache.
This mechanism works with WeBWorK, but because the pages are so short,
it is probably not very helpful. Also, turning on global mode will
require logging in again (due to the loss of form data when the page
is reloaded).
Revision
4039 -
Directory Listing
Modified
Tue Mar 21 19:43:25 2006 UTC (7 years, 2 months ago) by
sh002i
from HEAD: "Fixed a problem were the no-font message wasn't being
disabled properly (due to changes in the CSS names used by jsMath)"
(from dpvc)
Revision
4038 -
Directory Listing
Modified
Tue Mar 21 19:42:24 2006 UTC (7 years, 2 months ago) by
sh002i
from HEAD: "Updated jsMath to version 3.2" (from dpvc)
Revision
4034 -
Directory Listing
Modified
Tue Mar 21 14:13:22 2006 UTC (7 years, 2 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-2-dev'.
Revision
4027 -
Directory Listing
Modified
Tue Feb 14 12:55:34 2006 UTC (7 years, 3 months ago) by
dpvc
Backport to rel-2-2-dev (Update to jsMath 3.1a, fixing bug #982)
Revision
4020 -
Directory Listing
Modified
Fri Feb 10 01:08:46 2006 UTC (7 years, 3 months ago) by
sh002i
move [edit] link for Course/Set Info to top, resolving bug #978.
Revision
4017 -
Directory Listing
Modified
Tue Feb 7 23:08:20 2006 UTC (7 years, 3 months ago) by
dpvc
Back-port to 2.2-dev (Work around bug in Firefox 1.5.0.1 that causes
it to crash when jsMath is loaded).
Revision
4004 -
Directory Listing
Modified
Thu Feb 2 23:43:06 2006 UTC (7 years, 3 months ago) by
sh002i
provisionally cut off overflowing text and reduce font sizes in menus.
Revision
4000 -
Directory Listing
Modified
Thu Feb 2 22:18:25 2006 UTC (7 years, 3 months ago) by
sh002i
removed grey box around problem text because MSIE is awful. This fixes
the grey-box problem mentioned in bug #945.
Revision
3990 -
Directory Listing
Modified
Sat Jan 28 04:35:39 2006 UTC (7 years, 3 months ago) by
dpvc
Updated to v3.1c
Revision
3989 -
Directory Listing
Modified
Sat Jan 28 04:33:09 2006 UTC (7 years, 3 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-2-dev'.
Revision
3972 -
Directory Listing
Modified
Wed Jan 25 23:12:05 2006 UTC (7 years, 3 months ago) by
sh002i
update copyright date range -- 2000-2006. this is probably overkill,
since there are some files that were created after 2000 and some files
that were last modified before 2006.
Revision
3950 -
Directory Listing
Modified
Tue Jan 24 02:01:20 2006 UTC (7 years, 3 months ago) by
sh002i
make templates validate
Revision
3948 -
Directory Listing
Modified
Mon Jan 23 21:20:34 2006 UTC (7 years, 3 months ago) by
sh002i
fix width issues with info box.
restrict width of info box to exactly 40% of the page width. we can't
use "max-width" because MSIE doesn't support it.
set "overflow:auto" to enable scroll bars when the content can't be
wrapped to 40%. this is a little nicer than the contents running over
the border of the box, but MSIE makes bad choices about how to size the
box so as to avoid unnecessary scroll bars. (it sizes the element first
and then adds scroll bars, so it adding a horizontal scroll makes the
content area smaller than the content, necessitating a vertical scroll
bar as well. pretty annoying.)
Tested this in WinIE, Firefox, and Safari.
Revision
3944 -
Directory Listing
Modified
Sun Jan 22 03:07:45 2006 UTC (7 years, 3 months ago) by
sh002i
use darker foreground colors instead of bright background color for
message classes for now.
Revision
3934 -
Directory Listing
Modified
Sat Jan 21 13:26:28 2006 UTC (7 years, 3 months ago) by
dpvc
Update to version 3.1b (fix some font issues with the fallback mode).
Revision
3929 -
Directory Listing
Modified
Fri Jan 20 00:36:52 2006 UTC (7 years, 4 months ago) by
sh002i
fixed accidental commit of local version
Revision
3923 -
Directory Listing
Modified
Fri Jan 20 00:09:39 2006 UTC (7 years, 4 months ago) by
sh002i
partial clean up rendering of the info box. it will now not show up
unless it has content, and the headings will be rendered more nicely.
Revision
3921 -
Directory Listing
Modified
Thu Jan 19 01:10:57 2006 UTC (7 years, 4 months ago) by
sh002i
add h2 sizing for InfoPanel
Revision
3919 -
Directory Listing
Modified
Thu Jan 19 01:09:00 2006 UTC (7 years, 4 months ago) by
sh002i
lots of formatting/indentation fixes, also fix issue with text
decoration in masthead.
Revision
3899 -
Directory Listing
Modified
Tue Jan 10 03:40:41 2006 UTC (7 years, 4 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-2-dev'.
Revision
3881 -
Directory Listing
Modified
Sun Jan 8 01:16:31 2006 UTC (7 years, 4 months ago) by
gage
Updated to conform to changes in PGProblemSetEditor.pm
Revision
3880 -
Directory Listing
Modified
Sat Jan 7 02:11:16 2006 UTC (7 years, 4 months ago) by
gage
Adding help for PG Problem Editor
Revision
3879 -
Directory Listing
Modified
Sat Jan 7 02:08:53 2006 UTC (7 years, 4 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-2-dev'.
Revision
3865 -
Directory Listing
Modified
Fri Dec 30 20:45:54 2005 UTC (7 years, 4 months ago) by
apizer
Original Path:
trunk/webwork2/htdocs
Put the phrase "Click the icon for page and item specific help" at the
top since in most cases this is what people will want. If it's not there
people may give up before they get to it at the bottom of the page. Also
delete "(if it is available)" since it gives no useful information.
Arnie
Revision
3844 -
Directory Listing
Modified
Thu Dec 22 02:42:54 2005 UTC (7 years, 4 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Fixed some problems with alignment in Firefox 1.5 (will be part of 3.1
release, but that is being held up for the moment).
Revision
3819 -
Directory Listing
Modified
Fri Dec 16 18:29:09 2005 UTC (7 years, 5 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated to version 3.0 of jsMath (see the jsMath web site for details
of the changes in this version).
Also updated the jsMath-ww.js bootstrap code to use the window onLoad
handler to do one call to jsMath at the end rather than lots of calls
for pages that show multiple problems (like the library browser).
Revision
3801 -
Directory Listing
Modified
Thu Dec 8 18:10:22 2005 UTC (7 years, 5 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
quick hack to prevent path text and loginstatus text from overlapping.
Revision
3777 -
Directory Listing
Modified
Mon Nov 21 21:47:12 2005 UTC (7 years, 5 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
reorganization and small changes for recent modifications to links().
split into two parts:
* ur.template classes: These classes appear in ur.template and are NOT
emitted by WeBWorK code. They need only appear in this template.
* WeBWorK classes: These classes are emitted by WeBWorK code and should
appear in ANY WeBWorK template.
moved "minimal list style" to "div.Links ul" and "div.Links ul ul".
div.Links is a ur.template class, and the proper place for styling the
link menu lists is in ur.template. Consequently, any UL in a Links div
gets styled this way, not just ULs of class LinksMenu. (In fact, class
LinksMenu no longer exists.)
Revision
3764 -
Directory Listing
Modified
Thu Nov 17 22:56:23 2005 UTC (7 years, 6 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated jsMath to version 2.4a. This fixes a number of alignment
problems. Most of these are for math in tables, and baseline
alignment issues in MSIE. A new feature is the ability to
double-click on a mathematical expression on get a small window witht
eh TeX source code for the expression. This can be disabled by
setting
$pg{displayModeOptions}{jsMath}{processDoubleClicks} = 0;
in gloabl.conf.
[jsMath v2.4a also includes a number of new features for the tex2math
plugin, but this is not used by WeBWorK, so they will not be listed
here. See the jsMath home page for more details.]
Revision
3760 -
Directory Listing
Modified
Wed Nov 16 22:03:41 2005 UTC (7 years, 6 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
back out of overflow:auto feature since it makes mozilla unhappy
sometimes.
Revision
3739 -
Directory Listing
Modified
Mon Nov 7 21:15:20 2005 UTC (7 years, 6 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
slight tweak to stylesheet to correct placement of loginstatus message
regardless of whether it uses a <DIV> or a <SPAN>.
Revision
3725 -
Directory Listing
Modified
Sat Oct 22 04:30:03 2005 UTC (7 years, 6 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated to jsMath v2.3b. See the jsMath website for the change log
for this version.
Revision
3712 -
Directory Listing
Modified
Fri Oct 14 21:19:59 2005 UTC (7 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
added "height: 10em; overflow: auto;" for div.Siblings fixing bug #581.
Revision
3697 -
Directory Listing
Modified
Mon Oct 10 22:02:22 2005 UTC (7 years, 7 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
fix for bug #832 -- default site_info.txt is blank and in correct place.
Revision
3620 -
Directory Listing
Modified
Thu Sep 15 14:26:35 2005 UTC (7 years, 8 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Bring jsMath up to version 2.1d, which fixes a number of small bugs,
including:
o There was a problem with image fonts where the cached data about
the size of the images was not being checked properly, so was
recomputed every time a character was displayed. The cache is now
properly handled, so that should speed up image mode.
o Fixed a bug where loading extra fonts while in image mode would
cause the data about previously loaded image fonts to be lost.
o Fixed a bug with "Hi-Res Fonts for Printing" where the fonts where
incorrectly scaled so that they appear far too small. (This worked
in an early beta version of jsMath v2, but apparently hasn't
worked properly in any production version.)
o Fixed a long-standing bug where horizontal lines are only
displayed in black, not in the color specified by \color (or by a
style from the surrounding text).
o Fixed a similar bug with \rule so that it now produces a box with
the color of the surrounding text.
o Dimensions can now be enclosed in braces (for example, \rule can
be \rule{10pt}{5pt}{3pt} as well as \rule 10pt 5pt 3pt).
o Fixed a bug where extra space was inserted in some equations for
browsers that don't allow absolute positioning within an in-line
element (e.g., Opera).
Revision
3565 -
Directory Listing
Modified
Thu Aug 25 00:31:57 2005 UTC (7 years, 8 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updates to overcome yet another bug in MSIE. It turns out that MSIE
can completely botch up the display if jsMath.ProcessBeforeShowing()
is performed at the point in the web page that we have to put it, so
we call wwProcess instead, and if it is in MSIE, we add an onload
handler to call ProcessBeforeShowing. It's a hack, but it works.
Revision
3545 -
Directory Listing
Modified
Sun Aug 21 23:54:27 2005 UTC (7 years, 8 months ago) by
jj
Original Path:
trunk/webwork2/htdocs
Update help file to match some recent changes in checking of answers which
are intervals.
Revision
3541 -
Directory Listing
Modified
Sun Aug 21 12:03:13 2005 UTC (7 years, 9 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated to 2.1a, which fixes a problem with the domain checking when
the server is running on a non-standard port number.
Revision
3537 -
Directory Listing
Modified
Sat Aug 20 23:59:53 2005 UTC (7 years, 9 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated jsMath to v2.1 (which includes the new control panel and the
new image font fallback method). You will need to unpack the
jsMath-fonts.tar.gz file in the htdocs/jsMath directory to form the
htdocs/jsMath/fonts directory. The commands
cd htdocs/jsMath
tar vfzx jsMath-fonts.tar.gz
should do it.
Finally, you need to corrections to pg/macros/PG.pl and
global.conf.dist to complete the installation.
Revision
3527 -
Directory Listing
Modified
Sun Aug 14 12:16:25 2005 UTC (7 years, 9 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Eliminate extra insetting of tables within the results area (e.g.,
tables produced by the matrix array answer checkers).
Revision
3521 -
Directory Listing
Modified
Sat Aug 13 21:47:32 2005 UTC (7 years, 9 months ago) by
jj
Original Path:
trunk/webwork2/htdocs
Add style for comments originating from COMMENT() and rendered in the
Library browser.
Revision
3490 -
Directory Listing
Modified
Fri Aug 12 18:55:46 2005 UTC (7 years, 9 months ago) by
jj
Original Path:
trunk/webwork2/htdocs
Update interval notation information for students based on recent
improvements in the Parser.
Revision
3479 -
Directory Listing
Modified
Thu Aug 11 22:07:50 2005 UTC (7 years, 9 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
moved style information for viewOptions div from ContentGenerator.pm.
Revision
3390 -
Directory Listing
Modified
Wed Jul 20 18:12:37 2005 UTC (7 years, 10 months ago) by
gage
Original Path:
trunk/webwork2/htdocs
Added a ResultsAlert style ot ResultsWithError and ResultsWithoutError.
I am using it to color yellow a message alerting a student to the
existence of unanswered questions within a problem.
Revision
3281 -
Directory Listing
Modified
Fri Jun 10 02:23:58 2005 UTC (7 years, 11 months ago) by
gage
Original Path:
trunk/webwork2/htdocs
This file can contain a system wide message. It is displayed on each
login page. It's location and name are specified in global.conf
Revision
3272 -
Directory Listing
Modified
Mon Jun 6 00:46:00 2005 UTC (7 years, 11 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Added styles to make Parser's ans_array methods show up properly in
the student answer and correct answer blocks.
The style for the td in the results table causes havoc for tables that
are nested in there. This solves is for Parser produced answer
arrays, but it is still messed up for the standard ans_array() and for
the output of tth (the formatted text option).
The way the style for this table is handled should probably be
changed. Perhaps if we could override for td's in tables nested in
the results area? I don't know enough about CSS to figure that out.
Revision
3110 -
Directory Listing
Modified
Thu Jan 27 00:15:55 2005 UTC (8 years, 3 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
Moved stylesheet into a separate file. Created new htdocs/css directory,
added stylesheet to that directory (ur.css). Include stylesheet in
ur.template with new "url" template escape:
<!--#url type="webwork" name="stylesheet"-->
This is 132 lines that Template.pm doesn't have to parse and 4368 bytes
that don't have to get sent to the client with every request.
Revision
3109 -
Directory Listing
Modified
Wed Jan 26 01:09:07 2005 UTC (8 years, 3 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Bring jsMath up to version 1.7e.
Version 1.7 introduced improved alignment in arrays, and the quality
of stretchable delimiters in some browsers. It also fixed a couple of
bugs. Most of the sub-versions were work-arrounds for bugs in MSIE.
Finally, there is support for controlling the style used for displayed
equations. (Normally they are centered, but that can now be
controlled using the div.typeset CSS style.) A number of minor
spacing problems on the PC also were corrected.
Revision
3005 -
Directory Listing
Modified
Sat Nov 20 16:57:09 2004 UTC (8 years, 6 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Bring jsMath up to date. In particular, include changes that provide
new LaTeX environments (matrix, pmatrix, etc.)
Revision
2983 -
Directory Listing
Modified
Wed Nov 3 22:00:10 2004 UTC (8 years, 6 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Added ability to control the "Missing TeX Fonts" message generated by
jsMath. There are now two parameters in global.conf that control the
message. You can set
$pg{displayModeOptions}{jsMath}{reportMissingFonts}
to 0 if you want no font messages, and you can set
$pg{displayModeOptions}{jsMath}{missingFontMessage}
to a string that should be issued when the fonts are missing. This
can be an HTML string, so you can include a link to the jsMath font
page, as the current message does. The message will be set in a <DIV>
of class NoFontMessage, so the style attributes can be controled in
the content-generators template file.
Revision
2979 -
Directory Listing
Modified
Wed Nov 3 19:52:00 2004 UTC (8 years, 6 months ago) by
toenail
Original Path:
trunk/webwork2/htdocs
New help file names match module names
rather than urlpath node names
Revision
2967 -
Directory Listing
Modified
Thu Oct 28 22:34:25 2004 UTC (8 years, 6 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Bring jsMath.js up to date (fixed problem with font-checking algorithm in
PC version of Mozilla)
Revision
2911 -
Directory Listing
Modified
Tue Oct 12 22:40:30 2004 UTC (8 years, 7 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated jsMath to its latest version. (Better support for Opera,
better support for unix, miscellaneous bug fixes.)
Revision
2637 -
Directory Listing
Modified
Tue Aug 17 20:17:45 2004 UTC (8 years, 9 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Added \boldsymbol, though it is just an alias for \mathbf, which isn't
really the right thing. But jsMath doesn't have the bold math italic
font to call on, so there is not much to do about that.
Revision
2448 -
Directory Listing
Modified
Wed Jul 7 04:06:35 2004 UTC (8 years, 10 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated to latest jsMath. This one includes a fallback character
mapping for unix (though it is not perfect, it should help). See the
jsMath home page for some information about how to install the TeX
fonts for use with unix.
Revision
2423 -
Directory Listing
Modified
Tue Jun 29 23:20:42 2004 UTC (8 years, 10 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Updated to v1.4 of jsMath. This includes a number of improvements
(see the jsMath home page for details). Among these are spacing
improvements, support for more LaTeX commands (including sizing
commands like \tiny, \large, etc), better handling of unicode
characters when the TeX fonts aren't available (on the Mac), and some
speed improvement with some browsers.
Revision
2293 -
Directory Listing
Modified
Fri Jun 11 16:44:38 2004 UTC (8 years, 11 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Added a few more macros to jsMath, and increased the font size a little.
Revision
2273 -
Directory Listing
Modified
Mon Jun 7 23:00:01 2004 UTC (8 years, 11 months ago) by
sh002i
Original Path:
trunk/webwork2/htdocs
added README file mostly to prevent this directory from being pruned
when -P, -r, or -D is given.
Revision
2266 -
Directory Listing
Modified
Mon Jun 7 01:31:33 2004 UTC (8 years, 11 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Added more LaTeX commands to jsMath.
In particular:
\begin{array}...\end{array}
\begin{cases}...\end{cases}
\sqrt[n]{...}
\mathbb{...}
and a few other ones to avoid error messages.
Revision
2229 -
Directory Listing
Modified
Mon May 31 02:06:57 2004 UTC (8 years, 11 months ago) by
jj
Original Path:
trunk/webwork2/htdocs
Javascript close buttons for these files; hidden if the user has js turned off.
Revision
2190 -
Directory Listing
Modified
Mon May 24 00:22:52 2004 UTC (8 years, 11 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
jsMath update for MSIE.
Attempted to make jsMathe work better with MSIE on the PC. There was a
problem with finding the fonts that this should fix. Still doesn't work
with Opera, however, so more to come.
Revision
2180 -
Directory Listing
Modified
Sun May 23 19:41:23 2004 UTC (8 years, 11 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Improvement to jsMath in SetMaker.
I made the code a little more robust (I hope). It doesn't work real
well with MSIE on the Mac, but jsMath never really did.
Revision
2179 -
Directory Listing
Modified
Sun May 23 19:17:07 2004 UTC (8 years, 11 months ago) by
dpvc
Original Path:
trunk/webwork2/htdocs
Fix for jsMath to work better with SetMaker.
Added code to prevent reloading jsMath for each problem, and for
making it process the SetMaker page asynchronously rather than
all of it before the page is displayed. Still needs some work, but
is OK for now.
Revision
1170 -
Directory Listing
Modified
Mon Jun 16 18:11:51 2003 UTC (9 years, 11 months ago) by
gage
Original Path:
trunk/webwork2/htdocs
An index file used for testing and for requests to
/webwork2 which don't specify a course name.
--Mike
Revision
933 -
Directory Listing
Modified
Wed May 28 19:53:14 2003 UTC (9 years, 11 months ago) by
gage
Original Path:
trunk/webwork2/htdocs
Here are some default images for previous, next and problem list
buttons, taken from the WeBWorK1.8 images file. They help prevent
some browser anomolies (particularly in Safari) which accompany
missing images.
--Mike
Revision
390 -
Directory Listing
Added
Wed Jun 19 22:45:47 2002 UTC (10 years, 11 months ago) by
malsyned
Original Path:
trunk/webwork2/htdocs
This commit brings several packages up to date and working. I wish I could
be more specific, but it's been a while since I've committed. You'll have
to check the CVS diffs for more info.
--Dennis