Log of /trunk/webwork2/conf
Directory Listing
Revision
695 -
Directory Listing
Modified
Wed Jan 8 16:23:52 2003 UTC (10 years, 4 months ago) by
sh002i
$webworkURLRoot is now taken from Apache::WeBWorK instead of being
specified in global.conf.
-sam
Revision
675 -
Directory Listing
Modified
Fri Dec 13 21:14:54 2002 UTC (10 years, 5 months ago) by
sh002i
made some improvements to Feedback, added loginStatus escape.
-sam
Revision
671 -
Directory Listing
Modified
Mon Dec 9 18:40:04 2002 UTC (10 years, 5 months ago) by
sh002i
did some work on Feedback, etc. Added mike and arnie's comments to TODO.
-sam
Revision
670 -
Directory Listing
Modified
Fri Dec 6 17:50:24 2002 UTC (10 years, 5 months ago) by
malsyned
Added a Professor Tools stub module that provides redirection links to
the WeBWorK 1.8 system
-Dennis
Revision
663 -
Directory Listing
Modified
Tue Nov 26 21:49:51 2002 UTC (10 years, 5 months ago) by
sh002i
reoranized file.
-sam
Revision
656 -
Directory Listing
Modified
Mon Nov 25 08:31:11 2002 UTC (10 years, 5 months ago) by
sh002i
renamed httpd-wwmp-header.conf -> httpd-wwmp-header.conf.dist
-sam
Revision
655 -
Directory Listing
Modified
Mon Nov 25 08:29:55 2002 UTC (10 years, 5 months ago) by
sh002i
renamed httpd-wwmp-sample.conf -> httpd-wwmp.conf.dist
fixed a value in global.conf.dist
-sam
Revision
654 -
Directory Listing
Modified
Mon Nov 25 08:23:29 2002 UTC (10 years, 5 months ago) by
sh002i
renamed global.conf -> global.conf.dist
-sam
Revision
653 -
Directory Listing
Modified
Sun Nov 24 07:34:01 2002 UTC (10 years, 5 months ago) by
sh002i
DocumentRoot has to be an absolute path.
-sam
Revision
652 -
Directory Listing
Modified
Sun Nov 24 03:44:22 2002 UTC (10 years, 5 months ago) by
sh002i
whoops.
-sam
Revision
650 -
Directory Listing
Modified
Sun Nov 24 03:21:12 2002 UTC (10 years, 5 months ago) by
sh002i
added !WEBWORK_PORT! -- use 10000 + your UID!
-sam
Revision
649 -
Directory Listing
Modified
Sun Nov 24 03:10:54 2002 UTC (10 years, 5 months ago) by
sh002i
replaced instances of "malsyned" with !WEBWORK_USER! and documented it
at the top of the file.
-sam
Revision
648 -
Directory Listing
Modified
Sun Nov 24 03:08:02 2002 UTC (10 years, 5 months ago) by
sh002i
moved a comment that was at the end of a line (comments have to be on
their own lines in httpd config files.)
-sam
Revision
647 -
Directory Listing
Modified
Sat Nov 23 00:30:55 2002 UTC (10 years, 5 months ago) by
sh002i
removed annoying comment.
-sam
Revision
639 -
Directory Listing
Modified
Wed Nov 20 20:26:27 2002 UTC (10 years, 6 months ago) by
malsyned
Added configuration files for apache that will allow each user to control
his own seperate Apache process with a different webwork-modperl installation
-Dennis
Revision
623 -
Directory Listing
Modified
Fri Nov 8 22:14:18 2002 UTC (10 years, 6 months ago) by
sh002i
yo shout! answer previewing is working.
-sam
Revision
619 -
Directory Listing
Modified
Fri Nov 1 20:44:13 2002 UTC (10 years, 6 months ago) by
sh002i
turned on catchWarnings.
-sam
Revision
618 -
Directory Listing
Modified
Fri Nov 1 20:40:49 2002 UTC (10 years, 6 months ago) by
malsyned
Fixed a syntax error
--dennis
Revision
611 -
Directory Listing
Modified
Mon Oct 28 21:20:06 2002 UTC (10 years, 6 months ago) by
sh002i
specified 'pdftex' option to graphicx
-sam
Revision
610 -
Directory Listing
Modified
Mon Oct 28 21:19:25 2002 UTC (10 years, 6 months ago) by
sh002i
added gif2png external program path.
-sam
Revision
608 -
Directory Listing
Modified
Fri Oct 25 22:16:01 2002 UTC (10 years, 6 months ago) by
sh002i
added $courseEnv->{pg}->{options}->{catchWarnings} to control if PG
warnings are caught and stored in the self hash, or uncaught and
spit out on stderr (or error_log or whatever).
-sam
Revision
603 -
Directory Listing
Modified
Fri Oct 25 17:19:04 2002 UTC (10 years, 6 months ago) by
sh002i
added screen set header file.
-sam
Revision
596 -
Directory Listing
Modified
Fri Oct 18 19:09:53 2002 UTC (10 years, 7 months ago) by
malsyned
Added some ifs to the barebones template to prevent it from drawing the hard rule unless necessary.
Removed init.pl. It is no longer used.
--Dennis
Revision
562 -
Directory Listing
Modified
Fri Sep 27 23:53:42 2002 UTC (10 years, 7 months ago) by
sh002i
- created macros/IO.pl, which is loaded with no opmask by PG.pm. It is a copy
of WeBWorK::PG::IO.pm, with some changes to make it work as a macro package.
The translator no longer shares IO.pm's functions with the safe compartment.
This is a BAD THING, and should be reconsidered when the Translator is
revised.
- Changed many (but not all) checks for HTML or HTML_tth modes to match /^HTML/
in the macros.
- changed &header to &head in Problem.pm
- Added problem environment variables for gif2eps and png2eps and modified
&dangerousMacros::alias to use them
- fixed MOST of the harmless warnings in the system. there's still the "Use
of uninitialized value in null operation" warning in template(), tho.
Still to come:
- make images in PDFs work
- fix TTH mode character encodings on mac (maybe)
- have logout button invalidate key
- Pretty die messages (from outside of the translator)
- Feedback - need nice modular way of sending email
- Options - email address and password
Revision
558 -
Directory Listing
Modified
Fri Sep 20 22:47:22 2002 UTC (10 years, 8 months ago) by
sh002i
* fixed multiple-calls-to-&handler problem
* fixed if-else-endif code in &template
* added code to catch warnings in PG evaluation
* added "pink screen" and warning reporting
* started work on logging code (see Utils.pm, commented out)
-sam & dennis
Revision
555 -
Directory Listing
Modified
Wed Sep 18 19:25:42 2002 UTC (10 years, 8 months ago) by
sh002i
fixed image centering, added head escape.
-sam
Revision
547 -
Directory Listing
Modified
Fri Sep 13 20:54:59 2002 UTC (10 years, 8 months ago) by
sh002i
fixed hardcopy generation (errors in EV3_math_general and the
hardcopySetHeader.
-sam
Revision
526 -
Directory Listing
Modified
Thu Aug 29 19:56:24 2002 UTC (10 years, 8 months ago) by
sh002i
HTML_img mode ("images" mode in the HTML interface) now uses dvipng to
generate images. ProblemSet now has a link to Hardcopy.
-sam
Revision
506 -
Directory Listing
Modified
Thu Aug 22 22:04:07 2002 UTC (10 years, 8 months ago) by
malsyned
Matches the template escapes again
-dennis`
Revision
502 -
Directory Listing
Modified
Thu Aug 22 21:11:53 2002 UTC (10 years, 8 months ago) by
sh002i
continuing work on hardcopy generation. changed interface to PG.pm to
take user, problem, and set objects instead of names.
-sam
Revision
490 -
Directory Listing
Modified
Wed Aug 21 15:28:06 2002 UTC (10 years, 9 months ago) by
sh002i
added TeX/PG snippets for hardcopy generation.
-sam
Revision
489 -
Directory Listing
Modified
Wed Aug 21 15:27:07 2002 UTC (10 years, 9 months ago) by
sh002i
paper* files are getting their names changed (to protect the guilty?)
-sam
Revision
474 -
Directory Listing
Modified
Tue Aug 20 01:04:25 2002 UTC (10 years, 9 months ago) by
sh002i
added PG/TeX snippets and corresponding lines in global.conf
added a new template -- barebones.template
-sam
Revision
470 -
Directory Listing
Modified
Fri Aug 16 21:01:39 2002 UTC (10 years, 9 months ago) by
sh002i
blah
Revision
469 -
Directory Listing
Modified
Fri Aug 16 20:43:38 2002 UTC (10 years, 9 months ago) by
sh002i
pretty much implemented the whole thing.
yeah.
-sam
Revision
453 -
Directory Listing
Modified
Mon Aug 5 20:20:32 2002 UTC (10 years, 9 months ago) by
malsyned
Added a bunch of the final escapes that will be a part of the templating system
-dennis
Revision
451 -
Directory Listing
Modified
Thu Aug 1 22:26:55 2002 UTC (10 years, 9 months ago) by
malsyned
Made great progress towards a final template
-dennis
Revision
438 -
Directory Listing
Modified
Thu Jul 25 19:49:46 2002 UTC (10 years, 9 months ago) by
sh002i
*** empty log message ***
Revision
433 -
Directory Listing
Modified
Fri Jul 19 02:41:25 2002 UTC (10 years, 10 months ago) by
sh002i
added HTML_img display mode. it currently generates image files using
math2img (which in turn uses latex, dvips and pstoimg (which in turn
uses gs, netpbm, and possibly otheres)). doesn't do any cacheing...
which means it's s--l--o--w. but it works.
-sam
Revision
431 -
Directory Listing
Modified
Thu Jul 18 20:12:02 2002 UTC (10 years, 10 months ago) by
sh002i
finished initial version of PG.pm and Problem.pm
-sam
Revision
424 -
Directory Listing
Modified
Thu Jul 11 19:09:08 2002 UTC (10 years, 10 months ago) by
sh002i
Problem.pm/PG.pm/Translator.pm now compile and work (to some degree)
changed the format of pg/modules in global.conf
diddled with the format of system.template (i believe i moved an <HR>)
added ref2string function to Utils.pm, removed hash2string/array2string
fixed a package name in IO.pm
Revision
419 -
Directory Listing
Modified
Wed Jul 3 22:33:55 2002 UTC (10 years, 10 months ago) by
sh002i
moved pg/displayMode and pg/grader into pg/options
-sam
Revision
418 -
Directory Listing
Modified
Wed Jul 3 22:12:25 2002 UTC (10 years, 10 months ago) by
sh002i
added pg/displayMode
-sam
Revision
415 -
Directory Listing
Modified
Wed Jun 26 13:33:59 2002 UTC (10 years, 10 months ago) by
sh002i
stuff i've been working on.
-sam
Revision
412 -
Directory Listing
Modified
Tue Jun 25 20:29:22 2002 UTC (10 years, 10 months ago) by
sh002i
global: added some new hashes. learn how to use diff.
CourseEnv: new uses WeBWorK::Utils
WW: commented out a silly debugging function
IO: fixed package name
Translator: changed behavior of evaluate_modules and
load_extra_packages: they now update the instance variable directly to
avoid sharing modules that weren't asked for "this time".
-sam
Revision
390 -
Directory Listing
Modified
Wed Jun 19 22:45:47 2002 UTC (10 years, 11 months ago) by
malsyned
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
Revision
383 -
Directory Listing
Modified
Tue Jun 18 22:47:05 2002 UTC (10 years, 11 months ago) by
sh002i
removed by accident.
-sam
Revision
380 -
Directory Listing
Modified
Tue Jun 18 21:06:45 2002 UTC (10 years, 11 months ago) by
gage
....
.
Revision
378 -
Directory Listing
Modified
Tue Jun 18 20:06:15 2002 UTC (10 years, 11 months ago) by
sh002i
added dbInfo{psvn_digits} = 5
-sam
Revision
353 -
Directory Listing
Modified
Fri Jun 7 23:35:59 2002 UTC (10 years, 11 months ago) by
malsyned
All of the content generators now work with the template system
Moved the content generators into the WeBWorK::ContentGenerator namespace
Added the default template and a few global.conf entries
Revision
352 -
Directory Listing
Modified
Fri Jun 7 22:12:31 2002 UTC (10 years, 11 months ago) by
sh002i
fixed some typos
Revision
349 -
Directory Listing
Modified
Fri Jun 7 21:37:33 2002 UTC (10 years, 11 months ago) by
malsyned
The framework for the template system has been laid in ContentGenerator.
Login.pm is the first module converted to work with that framework.
--Dennis
Revision
348 -
Directory Listing
Modified
Thu Jun 6 20:09:10 2002 UTC (10 years, 11 months ago) by
malsyned
Added an instructional comment. no biggy.
Revision
347 -
Directory Listing
Modified
Thu Jun 6 20:08:14 2002 UTC (10 years, 11 months ago) by
malsyned
Adds support for the debugPracticeUser (formerly the hardcoded "practice666")
Revision
344 -
Directory Listing
Modified
Thu Jun 6 18:34:44 2002 UTC (10 years, 11 months ago) by
malsyned
Added $practiceUserPrefix to global.conf, which works just like $practiceUser
in Global.pm from CGI WeBWorK.
Revision
342 -
Directory Listing
Modified
Wed Jun 5 19:28:52 2002 UTC (10 years, 11 months ago) by
malsyned
Sam should have fixed this before he committed ;)
--Dennis
Revision
341 -
Directory Listing
Modified
Wed Jun 5 19:27:06 2002 UTC (10 years, 11 months ago) by
sh002i
added sessionKeyTimeout value
-sam
Revision
314 -
Directory Listing
Modified
Thu May 30 19:11:52 2002 UTC (10 years, 11 months ago) by
sh002i
changed format of global.conf: it's now perl code which gets eval'd in a
safe compartment.
-sam
Revision
311 -
Directory Listing
Modified
Sat May 25 00:40:54 2002 UTC (10 years, 11 months ago) by
sh002i
comments to global.conf, fixed new() in courseenv.
-0sam
Revision
303 -
Directory Listing
Modified
Thu May 23 17:09:56 2002 UTC (10 years, 11 months ago) by
sh002i
testing...
Revision
302 -
Directory Listing
Modified
Thu May 23 16:50:20 2002 UTC (10 years, 11 months ago) by
sh002i
sklfhlkshflksfh
Revision
301 -
Directory Listing
Modified
Thu May 23 16:49:19 2002 UTC (10 years, 11 months ago) by
sh002i
nine
Revision
300 -
Directory Listing
Modified
Thu May 23 16:42:17 2002 UTC (10 years, 11 months ago) by
sh002i
eight
Revision
299 -
Directory Listing
Modified
Thu May 23 16:41:40 2002 UTC (10 years, 11 months ago) by
sh002i
seven
Revision
298 -
Directory Listing
Modified
Thu May 23 16:40:16 2002 UTC (10 years, 11 months ago) by
sh002i
five
Revision
297 -
Directory Listing
Modified
Thu May 23 16:40:03 2002 UTC (10 years, 11 months ago) by
sh002i
four
Revision
296 -
Directory Listing
Modified
Thu May 23 16:10:41 2002 UTC (10 years, 11 months ago) by
sh002i
three
Revision
295 -
Directory Listing
Modified
Thu May 23 16:09:55 2002 UTC (10 years, 11 months ago) by
sh002i
two
Revision
294 -
Directory Listing
Modified
Thu May 23 15:52:30 2002 UTC (10 years, 11 months ago) by
sh002i
test one