Commit Graph

30 Commits (180f5faa40bdd81761c458811fc25d646268f580)

Author SHA1 Message Date
Ferry Boender 386af020a2 Added abilitity to add custom CSS classes to field definitions. 9 years ago
Ferry Boender 75a767f362 Document HTML5 validation. 10 years ago
Ferry Boender c1a029a996 Allow inclusion of application-wide custom CSS. 10 years ago
Ferry Boender 61c858dad2 Minor User manual improvements. 10 years ago
Ferry Boender 64e2afeeda Implemented field styles that lets the user specify inline CSS style for a form field. 10 years ago
Ferry Boender 1080b50696 Added a 'size' option for string input fields that controls the width in characters of the input box. 10 years ago
Ferry Boender e623c45da6 Allow serving of static files through 'static_dir' directive. 10 years ago
Ferry Boender 1a3d10cdee Renamed 'callbacks' chapter in User manual to 'Script execution'. 10 years ago
Ferry Boender 06d1ead881 Moved some things around in the User manual. 10 years ago
Ferry Boender 9c0a5a4978 Rename 'hide' property to 'hidden' for consistency. 10 years ago
Ferry Boender 6214b2681e Allow hidden form fields. 10 years ago
Ferry Boender 69989957d6 User manual update. 10 years ago
Ferry Boender d88aad1f45 Typo. 10 years ago
Ferry Boender 2ce4602808 Security documentation. 10 years ago
Ferry Boender 2dfa35a29b Checkbox field type added. 10 years ago
Ferry Boender db03f7cb49 Minor cosmetic reformatting of User Manual. 10 years ago
Ferry Boender df1b173d2a Added a 'hide' option to form definitions which lets you hide the form in the list. You can still refer to it in other ways, if you know its name. 10 years ago
Ferry Boender 34c9cac1a7 Form definitions are now specified in a list instead of a dict. This preserves their order when listing the forms. 10 years ago
Ferry Boender 117438375e Support for --version. 10 years ago
Ferry Boender 23fea8f605 User manual updates. 10 years ago
Ferry Boender ea762d7534 Manual updates. 10 years ago
Ferry Boender b15b80f00f User manual updates. 10 years ago
Ferry Boender 330e8be4e5 Decode output of scripts from utf8 to unicode. 10 years ago
Ferry Boender 936d2d9cb0 User manual updates. 10 years ago
Ferry Boender 9c41bfa51b Separate form configuration to its own class, so it can be dynamically loaded in the future. 10 years ago
Ferry Boender 742b4ec0e3 Allow validation of uploaded file extensions. 10 years ago
Ferry Boender 5cbf942f99 Deprecated the 'script_raw' option in favour of an output type specifier. 'escaped' will wrap output in PRE tags and esape the HTML entities in the output. 'html' will not and allows the script to include HTML markup. 'raw' is the former 'script_raw' option and directly streams output to the browser. 10 years ago
Ferry Boender 74f7567a00 User manual updated with new field options and documentation. 10 years ago
Ferry Boender 00f39bb784 User manual updated with new validation options. 10 years ago
Ferry Boender 60bfb9b969 Initial version of the User Manual. 10 years ago