Log of /trunk/webwork-modperl/lib/WebworkWebservice
Directory Listing
Revision
3222 -
Directory Listing
Modified
Wed May 11 14:31:10 2005 UTC (8 years, 1 month ago) by
gage
Allow library search to follow links.
This is needed since the initial path to a library
from a course is usually a link from the templates directory.
Revision
3213 -
Directory Listing
Modified
Sat Apr 9 18:00:42 2005 UTC (8 years, 2 months ago) by
gage
Updating the webwork daemon. Small changes that make the url compatible with
the current ports that we are using.
--Mike
Revision
3073 -
Directory Listing
Modified
Sat Jan 1 22:35:10 2005 UTC (8 years, 5 months ago) by
gage
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
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
Revision
3065 -
Directory Listing
Added
Mon Dec 27 17:18:59 2004 UTC (8 years, 5 months ago) by
gage
More files for supporting access to problems via XMLRPC code
(see comment for WebworkWebservice.pm)