Log of /branches/rel-2-3-dev/webwork-modperl/lib/WebworkWebservice
Directory Listing
Revision
4396 -
Directory Listing
Modified
Thu Aug 24 21:07:52 2006 UTC (6 years, 9 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-3-dev'.
Revision
3243 -
Directory Listing
Modified
Fri May 27 04:01:39 2005 UTC (8 years ago) by
gage
Original Path:
trunk/webwork-modperl/lib/WebworkWebservice
changed a substitution call so that the directory path is recalculated
every time listLib is called. Before the substitution pattern was
calculated only when the child first started up and this caused
bad problems if a new call to listLib had a different library than
the one used when the child was initialized.
-- Mike
Revision
3073 -
Directory Listing
Modified
Sat Jan 1 22:35:10 2005 UTC (8 years, 5 months ago) by
gage
Original Path:
trunk/webwork-modperl/lib/WebworkWebservice
Changes made to simplify the implementation of XMLRPC access to
the functionality of WeBWorK.
There is still a problem with making sure that the proper warning
mechanism is passed into the problem rendering compartment.
The proper permissions for creating directories also does not
get transmitted properly.
I would like to change the way that the defineEnvirVars subroutine is
passed into the Local.pm object. I'd like to either pass the
environment as a hash or explicitly pass a reference to define
EnvirVars rather than inherit it from PG. In particular I'd like
to be able to define environment variables directly in RenderProblem.pm
instead of faking it by defining fake problem objects.
Revision
3067 -
Directory Listing
Modified
Mon Dec 27 18:10:52 2004 UTC (8 years, 5 months ago) by
gage
Original Path:
trunk/webwork-modperl/lib/WebworkWebservice
Fixed problem that was preventing HTML_dpng from working.
Several initialization problems are currently hacked.
I'd like to be able to get the initial request object from SOAP::Lite;
I also don't know how to get the port that the server is using:
$Apache->server->server_hostname works but
$Apache->server->port doesn't
Still no support for jsMath mode