Log of /branches/dg_dev/webwork2/lib/WeBWorK/Request.pm
Parent Directory
Revision
5213 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 23 04:06:32 2007 UTC (5 years, 10 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/Request.pm
File length: 4986 byte(s)
Diff to
previous 4595
PLEASE READ -- APACHE CONFIG CHANGES!
This patch makes webwork.apache2-config static (no <Perl> sections) and
passes changes into WeBWorK via PerlSetVar directives. The course
environment (global.conf) is seeded from these variables. Also changes
pg_dir to webwork_pg_dir, so all seed variables start with "webwork_".
So update your webwork.apache2-config and global.conf files! :)
Revision
4193 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 30 18:47:09 2006 UTC (6 years, 10 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/Request.pm
File length: 4753 byte(s)
Diff to
previous 4192
Install wrapper for param() method when running under mod_perl2. This is
necessary because Apache2::Request's param doesn't support adding
parameters or modifying parameter values.
This is a potentially SLOW workaround, because there's an extra level of
perl code before we get to the XS param().
Revision
4192 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 29 23:20:48 2006 UTC (6 years, 10 months ago) by
sh002i
Original Path:
trunk/webwork2/lib/WeBWorK/Request.pm
File length: 3923 byte(s)
Diff to
previous 3973
Progress on Apache2 compatibility -- doesn't work yet.
I've gotten to the point where the login screen can be displayed, but
login will still fail. The issue that i'm currently working on is that
we modify $r->param values extensively in WeBWorK, and that is not
supported in Apache2::Request. I'm not sure why, and no workaround is
given. One solution is to wrap override param() in WeBWorK::Request, but
this would slow things down since the Apache2::Request param method is
written in C.
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.