[system] / trunk / webwork2 / conf / global.conf Repository:
ViewVC logotype

Log of /trunk/webwork2/conf/global.conf

Parent Directory Parent Directory


Sticky Revision:
(Current path doesn't exist after revision 653)

Revision 623 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 8 22:14:18 2002 UTC (10 years, 6 months ago) by sh002i
File length: 6405 byte(s)
Diff to previous 619
yo shout! answer previewing is working.
-sam

Revision 619 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 1 20:44:13 2002 UTC (10 years, 6 months ago) by sh002i
File length: 6296 byte(s)
Diff to previous 610
turned on catchWarnings.
-sam

Revision 610 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 28 21:19:25 2002 UTC (10 years, 6 months ago) by sh002i
File length: 6296 byte(s)
Diff to previous 608
added gif2png external program path.
-sam

Revision 608 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 25 22:16:01 2002 UTC (10 years, 6 months ago) by sh002i
File length: 6254 byte(s)
Diff to previous 603
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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 25 17:19:04 2002 UTC (10 years, 6 months ago) by sh002i
File length: 6191 byte(s)
Diff to previous 562
added screen set header file.
-sam

Revision 562 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 27 23:53:42 2002 UTC (10 years, 7 months ago) by sh002i
File length: 6198 byte(s)
Diff to previous 558
- 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 20 22:47:22 2002 UTC (10 years, 8 months ago) by sh002i
File length: 6155 byte(s)
Diff to previous 526
* 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 526 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 29 19:56:24 2002 UTC (10 years, 8 months ago) by sh002i
File length: 6180 byte(s)
Diff to previous 502
HTML_img mode ("images" mode in the HTML interface) now uses dvipng to
generate images. ProblemSet now has a link to Hardcopy.
-sam

Revision 502 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 22 21:11:53 2002 UTC (10 years, 9 months ago) by sh002i
File length: 6011 byte(s)
Diff to previous 489
continuing work on hardcopy generation. changed interface to PG.pm to
take user, problem, and set objects instead of names.
-sam

Revision 489 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 21 15:27:07 2002 UTC (10 years, 9 months ago) by sh002i
File length: 5994 byte(s)
Diff to previous 474
paper* files are getting their names changed (to protect the guilty?)
-sam

Revision 474 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 20 01:04:25 2002 UTC (10 years, 9 months ago) by sh002i
File length: 5898 byte(s)
Diff to previous 469
added PG/TeX snippets and corresponding lines in global.conf
added a new template -- barebones.template
-sam

Revision 469 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 16 20:43:38 2002 UTC (10 years, 9 months ago) by sh002i
File length: 5433 byte(s)
Diff to previous 438
pretty much implemented the whole thing.

yeah.
-sam

Revision 438 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 25 19:49:46 2002 UTC (10 years, 9 months ago) by sh002i
File length: 5492 byte(s)
Diff to previous 433
*** empty log message ***

Revision 433 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 19 02:41:25 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5513 byte(s)
Diff to previous 431
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 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 18 20:12:02 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5411 byte(s)
Diff to previous 424
finished initial version of PG.pm and Problem.pm
-sam

Revision 424 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 11 19:09:08 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5411 byte(s)
Diff to previous 419
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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 3 22:33:55 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5600 byte(s)
Diff to previous 418
moved pg/displayMode and pg/grader into pg/options
-sam

Revision 418 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 3 22:12:25 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5707 byte(s)
Diff to previous 415
added pg/displayMode
-sam

Revision 415 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 26 13:33:59 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5542 byte(s)
Diff to previous 412
stuff i've been working on.
-sam

Revision 412 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 25 20:29:22 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5461 byte(s)
Diff to previous 390
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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 19 22:45:47 2002 UTC (10 years, 11 months ago) by malsyned
File length: 3356 byte(s)
Diff to previous 378
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 378 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 18 20:06:15 2002 UTC (10 years, 11 months ago) by sh002i
File length: 3004 byte(s)
Diff to previous 353
added dbInfo{psvn_digits} = 5
-sam

Revision 353 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 7 23:35:59 2002 UTC (10 years, 11 months ago) by malsyned
File length: 2982 byte(s)
Diff to previous 352
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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 7 22:12:31 2002 UTC (10 years, 11 months ago) by sh002i
File length: 2866 byte(s)
Diff to previous 349
fixed some typos

Revision 349 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 7 21:37:33 2002 UTC (10 years, 11 months ago) by malsyned
File length: 2869 byte(s)
Diff to previous 348
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 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 6 20:09:10 2002 UTC (10 years, 11 months ago) by malsyned
File length: 2801 byte(s)
Diff to previous 347
Added an instructional comment.  no biggy.

Revision 347 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 6 20:08:14 2002 UTC (10 years, 11 months ago) by malsyned
File length: 2740 byte(s)
Diff to previous 344
Adds support for the debugPracticeUser (formerly the hardcoded "practice666")

Revision 344 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 6 18:34:44 2002 UTC (10 years, 11 months ago) by malsyned
File length: 2427 byte(s)
Diff to previous 342
Added $practiceUserPrefix to global.conf, which works just like $practiceUser
in Global.pm from CGI WeBWorK.

Revision 342 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 5 19:28:52 2002 UTC (10 years, 11 months ago) by malsyned
File length: 2326 byte(s)
Diff to previous 341
Sam should have fixed this before he committed ;)
--Dennis

Revision 341 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 5 19:27:06 2002 UTC (10 years, 11 months ago) by sh002i
File length: 2349 byte(s)
Diff to previous 314
added sessionKeyTimeout value
-sam

Revision 314 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 30 19:11:52 2002 UTC (10 years, 11 months ago) by sh002i
File length: 1878 byte(s)
Diff to previous 311
changed format of global.conf: it's now perl code which gets eval'd in a
safe compartment.
-sam

Revision 311 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 25 00:40:54 2002 UTC (10 years, 11 months ago) by sh002i
File length: 463 byte(s)
Diff to previous 283
comments to global.conf, fixed new() in courseenv.
-0sam

Revision 283 - (view) (download) (annotate) - [select for diffs]
Added Wed May 22 18:44:14 2002 UTC (11 years ago) by malsyned
File length: 137 byte(s)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9