Log of /trunk/webwork2/lib/WebworkWebservice
Directory Listing
Revision
6415 -
Directory Listing
Modified
Tue Sep 7 21:14:43 2010 UTC (2 years, 8 months ago) by
apizer
Add MathJax display mode
Revision
6291 -
Directory Listing
Modified
Tue Jun 8 17:50:22 2010 UTC (2 years, 11 months ago) by
mgage
syncing svn with the latest cvs updates
Revision
6230 -
Directory Listing
Modified
Tue May 11 15:30:07 2010 UTC (3 years ago) by
gage
update to work with Apache2
Revision
6069 -
Directory Listing
Modified
Fri Jun 26 00:57:06 2009 UTC (3 years, 10 months ago) by
gage
fixed hardcoded port number
Revision
4566 -
Directory Listing
Modified
Wed Oct 11 16:15:50 2006 UTC (6 years, 7 months ago) by
sh002i
remove unused reference to findDefaults
Revision
4544 -
Directory Listing
Modified
Mon Oct 2 16:59:25 2006 UTC (6 years, 7 months ago) by
sh002i
remove spurrious use lines for Record classes
Revision
3292 -
Directory Listing
Modified
Wed Jun 15 22:17:24 2005 UTC (7 years, 11 months ago) by
gage
Cosmetic change to pretty_print_rh
Revision
3243 -
Directory Listing
Modified
Fri May 27 04:01:39 2005 UTC (7 years, 11 months ago) by
gage
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
3222 -
Directory Listing
Modified
Wed May 11 14:31:10 2005 UTC (8 years 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, 1 month 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, 4 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, 4 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, 4 months ago) by
gage
More files for supporting access to problems via XMLRPC code
(see comment for WebworkWebservice.pm)