Commit Graph

52 Commits (dddd7223daf2de9a33398ec42a02f96b6fe03fb0)

Author SHA1 Message Date
Ferry Boender dddd7223da Implemented options_from form value for select and radio, allowing dynamic options 5 years ago
Ferry Boender 8c640b33a6 Allow 'today' for 'date' field values. 5 years ago
Ferry Boender adf3f627ce Mention cause and solution for "permission denied" when running from init service. 7 years ago
Ferry Boender a8425a57a6 Unset REMOTE_USER header before setting. Shouldn't be needed but just in case. 7 years ago
Ferry Boender a359ba548a Mention authentication exception for static file serving. 7 years ago
Ferry Boender 2ea31d98ff Implemented "default_value" form option. 7 years ago
Ferry Boender 25a64b7949 Censor password values in audit logging. 7 years ago
Ferry Boender 803420289a Additional security considerations mentioned in user manual. 7 years ago
Ferry Boender c00d308fef Allow pre-auth through REMOTE_USER header 7 years ago
Ferry Boender cb3abe7213 Fix binary locations in documentation. 7 years ago
Ferry Boender 9c3fde01c6 Listen on port 8081 by default instead of 80 7 years ago
Ferry Boender 7aa494c365 Move 'terminology' chapter to the correct chapter. 9 years ago
Ferry Boender 84352bae86 Documented exit code handling in `raw` output mode. 9 years ago
Ferry Boender fef4ee1f62 Documentation updates. 9 years ago
Ferry Boender bec94437c1 Tutorial. 9 years ago
Ferry Boender 6cbc731844 Tutorial. 9 years ago
Ferry Boender 03f655b6e6 If Scriptform is running as root, drop privileges to 'nobody' by default. Otherwise, don't drop privileges before executing scripts. 9 years ago
Ferry Boender ddfdf3c053 Additions to the manual 9 years ago
Ferry Boender 7ad325828d Document additional field types. 9 years ago
Ferry Boender f8e96de85a Documentation updates. 9 years ago
Ferry Boender 1551163846 User manual: added Terminology section. 9 years ago
Ferry Boender 83fb983307 User manual: spelling corrections. 9 years ago
Ferry Boender 386af020a2 Added abilitity to add custom CSS classes to field definitions. 9 years ago
Ferry Boender 75a767f362 Document HTML5 validation. 9 years ago
Ferry Boender c1a029a996 Allow inclusion of application-wide custom CSS. 9 years ago
Ferry Boender 61c858dad2 Minor User manual improvements. 9 years ago
Ferry Boender 64e2afeeda Implemented field styles that lets the user specify inline CSS style for a form field. 9 years ago
Ferry Boender 1080b50696 Added a 'size' option for string input fields that controls the width in characters of the input box. 9 years ago
Ferry Boender e623c45da6 Allow serving of static files through 'static_dir' directive. 9 years ago
Ferry Boender 1a3d10cdee Renamed 'callbacks' chapter in User manual to 'Script execution'. 9 years ago
Ferry Boender 06d1ead881 Moved some things around in the User manual. 9 years ago
Ferry Boender 9c0a5a4978 Rename 'hide' property to 'hidden' for consistency. 9 years ago
Ferry Boender 6214b2681e Allow hidden form fields. 9 years ago
Ferry Boender 69989957d6 User manual update. 9 years ago
Ferry Boender d88aad1f45 Typo. 9 years ago
Ferry Boender 2ce4602808 Security documentation. 9 years ago
Ferry Boender 2dfa35a29b Checkbox field type added. 9 years ago
Ferry Boender db03f7cb49 Minor cosmetic reformatting of User Manual. 9 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. 9 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. 9 years ago
Ferry Boender 117438375e Support for --version. 9 years ago
Ferry Boender 23fea8f605 User manual updates. 9 years ago
Ferry Boender ea762d7534 Manual updates. 9 years ago
Ferry Boender b15b80f00f User manual updates. 9 years ago
Ferry Boender 330e8be4e5 Decode output of scripts from utf8 to unicode. 9 years ago
Ferry Boender 936d2d9cb0 User manual updates. 9 years ago
Ferry Boender 9c41bfa51b Separate form configuration to its own class, so it can be dynamically loaded in the future. 9 years ago
Ferry Boender 742b4ec0e3 Allow validation of uploaded file extensions. 9 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. 9 years ago
Ferry Boender 74f7567a00 User manual updated with new field options and documentation. 9 years ago