Log of /trunk/xmlrpc
Directory Listing
Revision
1166 -
Directory Listing
Modified
Fri Jun 13 20:15:55 2003 UTC (10 years ago) by
gage
Trying to find the best way to shut down a server.
--Mike
Revision
961 -
Directory Listing
Modified
Sun Jun 1 13:36:55 2003 UTC (10 years ago) by
gage
Made changes trying to allow the daemon to be restarted. Still no
luck.
Allow | [ ] and , in answers.
Revision
938 -
Directory Listing
Modified
Thu May 29 17:58:43 2003 UTC (10 years ago) by
gage
More tweaks to insure shutdown of the connection.
Revision
937 -
Directory Listing
Modified
Thu May 29 17:49:32 2003 UTC (10 years ago) by
gage
Hope this works for shutting down connections.
Revision
900 -
Directory Listing
Modified
Fri May 23 17:13:35 2003 UTC (10 years, 1 month ago) by
gage
Fixed addressing to the tmp location of the pdf file so that
it never uses //. That was causing trouble on webwork-db although
it seemed to work on webwork.
--Mike
Revision
897 -
Directory Listing
Modified
Fri May 23 15:57:12 2003 UTC (10 years, 1 month ago) by
gage
print current pid to pid.txt
Revision
847 -
Directory Listing
Modified
Fri May 16 03:59:56 2003 UTC (10 years, 1 month ago) by
gage
fixed a bug in which teh library list was not joined by \n
Revision
804 -
Directory Listing
Modified
Fri Apr 4 01:42:54 2003 UTC (10 years, 2 months ago) by
gage
replaced PGtranslator5 by PGtranslator in error message
Revision
803 -
Directory Listing
Modified
Fri Apr 4 01:37:48 2003 UTC (10 years, 2 months ago) by
gage
Added path :externalLaTeX2HTMLSupportPath
Revision
799 -
Directory Listing
Modified
Mon Mar 24 23:11:44 2003 UTC (10 years, 2 months ago) by
gage
TMP directory variables are now initiated from WW.conf.
Revision
793 -
Directory Listing
Modified
Sat Mar 8 12:36:34 2003 UTC (10 years, 3 months ago) by
gage
Set names are included when listing a problem.
This works better on the webpage because this way the entire
path to the problem file (from the library on down)
can be selected and copied from a webpage into something
like a set definition file. For the previous version the
set would have to be added in by hand at each stage.
Revision
792 -
Directory Listing
Modified
Sat Mar 8 04:17:56 2003 UTC (10 years, 3 months ago) by
gage
Removed debugging print statement
Revision
791 -
Directory Listing
Modified
Sat Mar 8 04:14:15 2003 UTC (10 years, 3 months ago) by
gage
Modified Fetch so that it did not include the set name when fetching
the problems in a set.
Revision
790 -
Directory Listing
Modified
Sat Mar 8 03:08:15 2003 UTC (10 years, 3 months ago) by
gage
Turned debugging off
Revision
789 -
Directory Listing
Modified
Sat Mar 8 03:06:12 2003 UTC (10 years, 3 months ago) by
gage
Fixed spaces
Revision
788 -
Directory Listing
Modified
Sat Mar 8 01:08:09 2003 UTC (10 years, 3 months ago) by
gage
New initializations added
Revision
787 -
Directory Listing
Modified
Sat Mar 8 00:59:11 2003 UTC (10 years, 3 months ago) by
gage
Moved more initialization code to WW.config
Revision
786 -
Directory Listing
Modified
Fri Mar 7 21:50:31 2003 UTC (10 years, 3 months ago) by
gage
Modified to work with WW.config
Revision
785 -
Directory Listing
Modified
Fri Mar 7 21:49:39 2003 UTC (10 years, 3 months ago) by
gage
Model for configuration file
Revision
784 -
Directory Listing
Modified
Fri Mar 7 21:48:51 2003 UTC (10 years, 3 months ago) by
gage
Modified files to use WW.config
Revision
780 -
Directory Listing
Modified
Fri Mar 7 19:44:39 2003 UTC (10 years, 3 months ago) by
gage
Fixed some compile errors in this file.
Revision
778 -
Directory Listing
Modified
Fri Mar 7 19:10:46 2003 UTC (10 years, 3 months ago) by
gage
Added code to allow publication of pdf copies of library problems.
Revision
691 -
Directory Listing
Modified
Tue Jan 7 16:30:40 2003 UTC (10 years, 5 months ago) by
gage
Fixed the listSet routine so that it handles recursion better, particularly if the file name
is different from the set name above it.
Bollixed up the references to libraries again. We'll put those in a config file soon.
Revision
687 -
Directory Listing
Modified
Mon Jan 6 20:04:45 2003 UTC (10 years, 5 months ago) by
gage
Removed references to Global. Updated some of the warning mechanisms.
Revision
686 -
Directory Listing
Modified
Mon Jan 6 19:56:08 2003 UTC (10 years, 5 months ago) by
gage
Removed most, if not all references to Global. The necessary global variables are now defined at the top of the file (and written in all caps).
Revision
681 -
Directory Listing
Modified
Tue Dec 31 21:07:59 2002 UTC (10 years, 5 months ago) by
gage
*** empty log message ***
Revision
595 -
Directory Listing
Modified
Fri Oct 18 14:23:32 2002 UTC (10 years, 8 months ago) by
gage
modified reference to library
Revision
594 -
Directory Listing
Modified
Fri Oct 18 13:50:48 2002 UTC (10 years, 8 months ago) by
gage
Added two new files
Revision
593 -
Directory Listing
Modified
Fri Oct 18 13:49:02 2002 UTC (10 years, 8 months ago) by
gage
Split webwork.pm into webwork.pm, FetchLbiraryProblems.pm and
MathTranslators.pm
Began to add dvipng capabilities to the webservice daemon.
Revision
519 -
Directory Listing
Modified
Thu Aug 29 03:50:08 2002 UTC (10 years, 9 months ago) by
gage
moved library directory initializations to start_daemon
Revision
518 -
Directory Listing
Modified
Thu Aug 29 03:45:38 2002 UTC (10 years, 9 months ago) by
gage
Moved some initialization (of library directories in particular) to
start_daemon.
Revision
517 -
Directory Listing
Modified
Thu Aug 29 03:15:16 2002 UTC (10 years, 9 months ago) by
gage
The file Utils.pm is used by Translator.pm
Revision
500 -
Directory Listing
Modified
Thu Aug 22 04:30:46 2002 UTC (10 years, 10 months ago) by
gage
Bringing IOglue.pl and IO.pm in line with each other (xmlrpc and
modperl)
Eventually we'll be able to merge some of the code and subclass the
differences.
Revision
498 -
Directory Listing
Modified
Wed Aug 21 23:35:31 2002 UTC (10 years, 10 months ago) by
gage
Modifying files to conform to the webwork-modperl code base
Revision
497 -
Directory Listing
Modified
Wed Aug 21 23:33:22 2002 UTC (10 years, 10 months ago) by
gage
Modifying files to make them more compatible with the webwork-modperl
code base
Revision
400 -
Directory Listing
Modified
Fri Jun 21 01:17:18 2002 UTC (11 years ago) by
gage
I've uncommented a debugging statement that prints the progress in evaluating
and loading the extra modules. In the past this has failed silently (if for example if there is a syntax error in the module) at least as far as the HTML interface
is concerned. ) If the new error mechanism does the right thing for errors in modules then we can take this out entirely.
Revision
386 -
Directory Listing
Modified
Wed Jun 19 03:27:44 2002 UTC (11 years ago) by
gage
Now the daemon server is working again.
This file needs some serious work so that it
is easier to connect up to other parts of webwork
Revision
382 -
Directory Listing
Modified
Tue Jun 18 22:20:55 2002 UTC (11 years ago) by
gage
This has been replaced by the file ww_daemon.pl
Revision
381 -
Directory Listing
Modified
Tue Jun 18 22:20:07 2002 UTC (11 years ago) by
gage
omitted a $ from $out. (Sorry)
Revision
375 -
Directory Listing
Modified
Tue Jun 18 18:10:41 2002 UTC (11 years ago) by
gage
Deleted some debugging statements
Moving some of the directory specifications to the top so that
the files are more portable.
Revision
374 -
Directory Listing
Modified
Tue Jun 18 17:55:20 2002 UTC (11 years ago) by
gage
Deleted some debugging statements
Added a check to make sure that a macro file has actually been loaded, by checking that _$macrofile_init has been defined.
Revision
373 -
Directory Listing
Modified
Tue Jun 18 17:46:08 2002 UTC (11 years ago) by
gage
this log file does not need to be kept in the CVS
Revision
366 -
Directory Listing
Modified
Sun Jun 16 17:22:06 2002 UTC (11 years ago) by
gage
Minor abstractions added. The port is now defined by $PORT at the
top of the code.
Revision
328 -
Directory Listing
Modified
Thu May 30 21:56:44 2002 UTC (11 years ago) by
gage
Changed formatting in Webwork.pm
The RPC files are not being used.
Revision
320 -
Directory Listing
Modified
Thu May 30 19:17:36 2002 UTC (11 years ago) by
gage
Added some debugging print STDERR statements for checking the
initialization of the PGtranslator object.
they have been commented out. Except for one announcing the
successful completion of intializing an object.
Revision
318 -
Directory Listing
Modified
Thu May 30 19:15:02 2002 UTC (11 years ago) by
gage
Minor safety additions to PG_restricted_eval to keep potentially
undefined variables from throwing errors.
These may not be the best fixes. (search for "undefined line number")
Revision
315 -
Directory Listing
Modified
Thu May 30 19:11:58 2002 UTC (11 years ago) by
gage
Adding filtering subroutine which transforms objects such as
AnswerHash (which can't be transmitted by xml_rpc) to HASH
which can.
Avoids errors with Soaplite.
Revision
282 -
Directory Listing
Modified
Fri May 17 21:53:03 2002 UTC (11 years, 1 month ago) by
gage
removing unneeded files
Revision
281 -
Directory Listing
Modified
Fri May 17 21:51:11 2002 UTC (11 years, 1 month ago) by
gage
*** empty log message ***
Revision
280 -
Directory Listing
Modified
Fri May 17 21:50:09 2002 UTC (11 years, 1 month ago) by
gage
These files are not needed -- they refer to old CPAN modules
Revision
279 -
Directory Listing
Added
Fri May 17 21:44:04 2002 UTC (11 years, 1 month ago) by
gage
Experimental xmlrpc WeBWorK webservices