Refactor out the getEditForm code from WebGUI::Workflow::Activity and

put it into HTMLForm.  Now HTMLForm can generate dynamic, definition
based forms for WebGUI.
This commit is contained in:
Colin Kuskie 2008-02-24 04:04:36 +00:00
parent 95b8244ce0
commit b1990836d0
3 changed files with 74 additions and 22 deletions

View file

@ -1,3 +1,8 @@
Commerce merge
- The getEditForm code was refactored out of WebGUI::Workflow::Activity and
put into WebGUI::HTMLForm. Now any WebGUI code can dynamically generate
tabless forms.
7.5.3
- prevent HTML and Macro injection in usernames
- fixed: Running WebGUI Tests on Windows (William McKee, Knowmad Technologies)