[system] / trunk / webwork-modperl / conf / global.conf.dist Repository:
ViewVC logotype

Log of /trunk/webwork-modperl/conf/global.conf.dist

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1240 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 20 23:08:39 2003 UTC (9 years, 11 months ago) by sh002i
File length: 10697 byte(s)
Diff to previous 1210
removed $webworkDirs{macros}, added $pg{renderer} (currently selected
macros) and $pg{renderers} (renderer-specific options).

Revision 1210 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 18 23:04:51 2003 UTC (9 years, 11 months ago) by malsyned
File length: 10606 byte(s)
Diff to previous 1154
Added a new permission level.

Revision 1154 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 02:30:45 2003 UTC (9 years, 11 months ago) by sh002i
File length: 10557 byte(s)
Diff to previous 1132
Rewrote ImageGenerator to work with WeBWorK2. Its arguments are now
passed in via an options hash instead of getting a whole %envir. Also,
the options are passed to the constructor and there is no initialize()
method. add() has the same interface, and render() has been changed
slightly. (This closes Bug #80!)

To make this work with 1.8, take a look at how I'm creating
ImageGenerator in &WeBWorK::PG::defineProblemEnvironment and make the
necessary modifications to processProblem8.pl.

I made changes to WeBWorK::PG to have "images" mode trigger HTML_dpng
rather than HTML_img, and also to create an ImageGenerator before
initializing and call render() after translation.

Also in PG, I shortened the names of the equation image files. They're
now "equation-$PSVN-$probnum-$seed.png". This has the added benefit of
forcing image regeneration if the problem seed changes, closing Bug
#70.

Equation files are now dumped directly into the $courseDirs{HTML_temp}
directory. This means that no one has to worry about whether "m2i"
exists any more.

global.conf.dist was changed to not include the switches to dvipng on
the command line (they're currently hardcoded into ImageGenerator).

I still have to get this to work with dvipng 0.3. I should also take
advantages of 0.3's new features, like pipelining (using the -follow
switch) and specifying the output file name (to avoid the "move" of
resulting images).

This is MUCH FASTER than the way I was calling dvipng, and I think it's
safe to say that it's a better method. Thanks JJ!
-sam

Revision 1132 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 20:40:56 2003 UTC (9 years, 11 months ago) by sh002i
File length: 10518 byte(s)
Diff to previous 1114
turned off PG warning catching in conf/global.conf.dist
-sam

Revision 1114 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 02:18:04 2003 UTC (9 years, 11 months ago) by gage
File length: 10477 byte(s)
Diff to previous 1108
Added  a "snippets" entry for hardcopyUerDivider.tex file
--Mike

Revision 1108 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 19:58:28 2003 UTC (9 years, 11 months ago) by sh002i
File length: 10404 byte(s)
Diff to previous 1103
changed global.conf.dist to include one of sql.conf or gdbm.conf. added
sql.conf.dist and gdbm.conf.dist. continuted documenting WeBWorK::DB
-sam

Revision 1103 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 16:27:26 2003 UTC (9 years, 11 months ago) by malsyned
File length: 12326 byte(s)
Diff to previous 1101
Some cleanups to global.conf.dist
-Dennis

Revision 1101 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 00:52:00 2003 UTC (9 years, 11 months ago) by gage
File length: 12317 byte(s)
Diff to previous 1100
*** empty log message ***

Revision 1100 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 00:18:14 2003 UTC (9 years, 11 months ago) by sh002i
File length: 12314 byte(s)
Diff to previous 1099
in the interest of alleviating crowding:
moved snippets to conf/snippets.
moved templates to conf/templates.
updated global.conf.dist to match.
-sam

Revision 1099 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 23:41:43 2003 UTC (9 years, 11 months ago) by gage
File length: 12246 byte(s)
Diff to previous 1089
Added a section for special variables to be passed to the safe
environment:
%pg=(....
specialPGEnvironmentVars => {
		PRINT_FILE_NAMES_FOR      =>
['gage','apizer','voloshin','lr003k','professor'],
		CAPA_Tools                =>
"$courseDirs{macros}/CAPA_Tools/",
		CAPA_MCTools              =>
"$courseDirs{macros}/CAPA_MCTools/",
		CAPA_Graphics_URL         =>
"$courseDirs{html}/CAPA_Graphics/",
		CAPA_GraphicsDirectory    =>
"$courseDirs{html}CAPA_Graphics/",
    },
...
);

this fixes bug #66 (actually a feature request).

It allows professors to see the file names of the problems they
are looking at.  It allows the interpretation of CAPA problems as well.
-- MIke

Revision 1089 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 21:10:03 2003 UTC (9 years, 11 months ago) by gage
File length: 12095 byte(s)
Diff to previous 1054
Modified directory so that
lib => $webworkroot/lib

becomes
lib => $pgRoot/lib   since this is where the *.pm macro files for the pg language go.

Should this lib be changed to pglib? (there might have to be a lot of changes to make this work.)

-- Mike

Revision 1054 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 23:52:13 2003 UTC (9 years, 11 months ago) by malsyned
File length: 12053 byte(s)
Diff to previous 1051
Added params required for global table emulation.
-Dennis

Revision 1051 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 6 21:47:51 2003 UTC (9 years, 11 months ago) by sh002i
File length: 11755 byte(s)
Diff to previous 1032
moved PG modules and macro files from webwork-modperl to pg
-sam

Revision 1032 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 5 20:48:39 2003 UTC (9 years, 11 months ago) by sh002i
File length: 11690 byte(s)
Diff to previous 1021
removed per-course logs from the initial definition of the
$webworkFiles{logs} hash, and put them below, where the
$courseDirs{logs} variable is defined.

(This is sort of an issue -- I want only files/dirs/URLs that are
necessarily tied to a course to be "course" files/dirs/URLs. The
transaction log (for example) could be in a location that wasn't
course-dependant just as easily. Perhaps this whole business of
"webwork" versus "course" locations is arbitrary? Should it be
rethought?)

Also fixed some formatting problems. (Mike -- I would LOVE it if you
would use spaces for aligning your equals signs, instead of tabs!)
-sam

Revision 1021 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 5 11:48:23 2003 UTC (9 years, 11 months ago) by gage
File length: 11805 byte(s)
Diff to previous 1017
Updated global.conf.dist so that it will work out of the box
on webwork1.8 courses using GDBM.

The urls
http://machine/webwork2_files  will point to the webwork-modperl/htdocs

http://machine/webwork2_courses should be redirected by apache to
a folder containing links the the html directories of each course.
In other words apache directs .../webwork2_courses to the folder
/ww/htdocs/ which should contain links of the form
gage_course@ -> ../webwork/courses/gage_course/html

--Mike

Revision 1017 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 4 23:47:35 2003 UTC (9 years, 11 months ago) by malsyned
File length: 11236 byte(s)
Diff to previous 811
Instructor pages now only let instructors view and edit the database.
phew.

NOTE that there are new directives in global.conf.dist.  You won't be
able to use the professor pages until you've made that change.

Also, I added new template escapes and updated the barebones and ur
templates.
-Dennis

Revision 811 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 23 06:35:06 2003 UTC (10 years ago) by sh002i
File length: 11074 byte(s)
Diff to previous 808
Added $sessionKeyLength and @sessionKeyChars variables (for Authen.pm).
-sam

Revision 808 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 17 21:01:17 2003 UTC (10 years, 1 month ago) by sh002i
File length: 10840 byte(s)
Diff to previous 798
Lots of work on WWDBv2... WW1Hash is done! A complete dbLayout (as
detailed on global.conf.dist) works now.
-sam

Revision 798 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 21 23:30:16 2003 UTC (10 years, 2 months ago) by sh002i
File length: 10795 byte(s)
Diff to previous 774
initial support for WWDBv2:
        - DB.pm finished (except for getGlobalUser{Set,Problem} methods)
        - schema modules for password, permission, key, and user with
          WWDBv1 hash-bashed backends
        - GDBM driver
        - wwdb command-line frontend
-sam

Revision 774 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 7 02:22:41 2003 UTC (10 years, 2 months ago) by sh002i
File length: 10560 byte(s)
Diff to previous 768
conf/global.conf.dist: fixed %dbLayout
doc/new-DB-architecture: removed a meta-note.
-sam

Revision 768 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 6 19:12:38 2003 UTC (10 years, 2 months ago) by sh002i
File length: 10298 byte(s)
Diff to previous 740
1. added %dbLayout (for the new DB.pm database system)
2. moved some stuff around
-sam

Revision 740 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 21:16:48 2003 UTC (10 years, 2 months ago) by sh002i
File length: 8583 byte(s)
Diff to previous 737
1. the new global.conf key {mail}->{feedbackVerbosity} controls the
verbosity level of Feedback.pm messages.
2. Feedback includes a URL when ever the user is logged in.
-sam

Revision 737 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 18 07:04:13 2003 UTC (10 years, 3 months ago) by sh002i
File length: 8366 byte(s)
Diff to previous 706
merged changes from rel-2-0-pr1-hardcopy-changes
-sam

Revision 706 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 21 20:25:51 2003 UTC (10 years, 3 months ago) by sh002i
File length: 8339 byte(s)
Diff to previous 705
commented out allowedRecipients -- this should probably be set in
course.conf.
-sam

Revision 705 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 21 20:24:03 2003 UTC (10 years, 3 months ago) by sh002i
File length: 8336 byte(s)
Diff to previous 701
added stuff that had been previously added to global.conf
-sam

Revision 701 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 10 21:39:29 2003 UTC (10 years, 4 months ago) by sh002i
File length: 7402 byte(s)
Diff to previous 700
An MOTD can be displayed on the problem sets page. Define
$courseFiles{motd} to point to a file containing the message.
-sam

Revision 700 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 10 17:28:21 2003 UTC (10 years, 4 months ago) by sh002i
File length: 7356 byte(s)
Diff to previous 699
"Home" (i.e. no course specified) now redirects to %webworkURLs{home}
-sam

Revision 699 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 9 19:03:54 2003 UTC (10 years, 4 months ago) by sh002i
File length: 7324 byte(s)
Diff to previous 695
send_mail_to now works.
-sam

Revision 695 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 8 16:23:52 2003 UTC (10 years, 4 months ago) by sh002i
File length: 7415 byte(s)
Diff to previous 671
$webworkURLRoot is now taken from Apache::WeBWorK instead of being
specified in global.conf.
-sam

Revision 671 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 9 18:40:04 2002 UTC (10 years, 5 months ago) by sh002i
File length: 7558 byte(s)
Diff to previous 670
did some work on Feedback, etc. Added mike and arnie's comments to TODO.
-sam

Revision 670 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 6 17:50:24 2002 UTC (10 years, 5 months ago) by malsyned
File length: 7421 byte(s)
Diff to previous 663
Added a Professor Tools stub module that provides redirection links to
the WeBWorK 1.8 system
-Dennis

Revision 663 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 21:49:51 2002 UTC (10 years, 5 months ago) by sh002i
File length: 7375 byte(s)
Diff to previous 655
reoranized file.
-sam

Revision 655 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 08:29:55 2002 UTC (10 years, 5 months ago) by sh002i
File length: 6381 byte(s)
Diff to previous 654
renamed httpd-wwmp-sample.conf -> httpd-wwmp.conf.dist
fixed a value in global.conf.dist
-sam

Revision 654 - (view) (download) (annotate) - [select for diffs]
Added Mon Nov 25 08:23:29 2002 UTC (10 years, 5 months ago) by sh002i
File length: 6409 byte(s)
renamed global.conf -> global.conf.dist
-sam

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