| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Revision: |
This commit was manufactured by cvs2svn to create branch 'rel-2-3-dev'.
add WeBWorK::CGIDeleteParams option
Added CGIParamShim as a choice
This version of WeBWorK::CGI calls one of the others: CGI or WeBWorK::CGIeasytags or (eventually) WeBWorK::CGIParamshim
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
Fixed a bug in tables
Latest version of CGI this processes inputs first and is more regular
Considerably simplified the behavior of radio buttons and select lists. Let's try it now.
More changes to the select block of WeBWorK::CGI
Still working on getting the select lists to work correctly
Fix another glitch -- if not default value is specified select the first value
Fixed bug in applying labvels to values
Added handler for CGI::password_field
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.
This hack seems to work -- will revisit to regularize hidden inputs
Fixed some problems with hidden fields. Time to go back and regularize the processing. V: ----------------------------------------------------------------------
Fixed typo (should be keys not key)
Cleaned up some cases where all of the parameters are included in the initial hash.
Fixed some problems with textarea interpretation.
Allow textfield to be interpreted
Allow th to have comma separated entries
One more glitch in radio buttons fixed.
Fixed some errors in radio buttons
Allow table to contain a list of rows (rather than a single one).
Added handlers for scrolling lists.
This will now handle at least some popup_menu commands (<select>)
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.
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |