Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-22 | formctrl: Add textarea form control | Malf Furious | 1 | -0/+8 | |
Adds a parameterized text area to the collection of controls. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-09-19 | formctrl: Hidden field name should be in 'input' array | Malf Furious | 1 | -1/+1 | |
The input[ ] portion of the hidden field name had been left off. This commit fixes this bug. | |||||
2018-09-16 | Add hidden formctrl | Malf Furious | 1 | -0/+5 | |
2018-09-15 | Add file formctrl | Malf Furious | 1 | -0/+8 | |
This ctrl is not POSTed as part of the input[] array, but as a standalone name. | |||||
2018-09-15 | Add checkbox formctrl | Malf Furious | 1 | -0/+9 | |
2018-09-15 | Add css class and help-block to text formctrl | Malf Furious | 1 | -2/+6 | |
2018-09-15 | Form ctrls should use the 'control-label' class | Malf Furious | 1 | -2/+2 | |
2018-02-09 | Limit app textbox input to 64 chars | Malf Furious | 1 | -1/+1 | |
Many database string fields are capped at 64 chars. Am now asserting this limit in the UI. | |||||
2017-06-27 | Add formname template to formctrl view | Malf Furious | 1 | -0/+4 | |
2017-06-27 | Reformat view helper modules | Malf Furious | 1 | -1/+4 | |
To limit whitespace being piped to the client, remove empty lines of free HTML between PHP functions defined in view files. To maintain readability, this spacing is added back at the top and bottom of each PHP function. | |||||
2017-06-26 | Add basic form control templates | Malf Furious | 1 | -0/+32 | |