Log of /trunk/webwork2/lib/WeBWorK/CGI.pm
Parent Directory
Revision
4271 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 15 16:38:50 2006 UTC (6 years, 10 months ago) by
gage
File length: 79 byte(s)
Diff to
previous 4257
This version of WeBWorK::CGI calls one of the others:
CGI
or WeBWorK::CGIeasytags
or (eventually) WeBWorK::CGIParamshim
Revision
4257 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 14 02:35:53 2006 UTC (6 years, 10 months ago) by
gage
File length: 11603 byte(s)
Diff to
previous 4256
Here is a stable? version of CGI.pm for the night.
There are some minor bugs that need to be fixed in the newest version
Revision
4233 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 12 01:14:46 2006 UTC (6 years, 10 months ago) by
gage
File length: 11323 byte(s)
Diff to
previous 4232
Latest version of WeBWorK::CGI. It can still use a good deal of abstraction
but it appears to work with existing code. It's meant to be a CGI imitation for
WeBWorK and it's coding style, not a complete duplicate.
The speed seems acceptable but there are very obvious things that could be done to speed it up if needed.
Revision
4231 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 11 17:58:38 2006 UTC (6 years, 10 months ago) by
gage
File length: 10718 byte(s)
Diff to
previous 4228
Fixed some problems with hidden fields. Time to go back and regularize the processing.
V: ----------------------------------------------------------------------
Revision
4212 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Mon Jul 10 20:02:03 2006 UTC (6 years, 10 months ago) by
gage
File length: 5100 byte(s)
This commits an experimental file to see if HTML generation can be accomplished using HTML::EasyTag as a basis.
It is NOT ready for prime time.
You can install this in a file by replacing
use CGI;
by
use WeBWorK::CGI;
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.