Commit Graph

30 Commits (485fd773fc2ac83e16435fede837d4d9aa8990c2)

Author SHA1 Message Date
Ferry Boender c1a029a996 Allow inclusion of application-wide custom CSS. 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 c0634564c4 Bugfix in 'rows' and 'cols' options for text fields. 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 3d63f6d7f7 Don't display directory listing in megacorp_acc example. 10 years ago
Ferry Boender 15a4199fa1 Show comment in megacorp_acc firewall example. 10 years ago
Ferry Boender c44af08f64 Test example that does its best to break scriptform. 10 years ago
Ferry Boender 9c0a5a4978 Rename 'hide' property to 'hidden' for consistency. 10 years ago
Ferry Boender a4f8e05832 Clarifying comment. 10 years ago
Ferry Boender 2dfa35a29b Checkbox field type added. 10 years ago
Ferry Boender c17bac5207 MegaCorp example updated. 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 55f569fc75 Deprecate support for calling native python callbacks. 10 years ago
Ferry Boender 2e4d040528 Simple example: removed debugging output. 10 years ago
Ferry Boender e511678c07 Fix native Python callbacks after refactoring. 10 years ago
Ferry Boender 640c67db43 Output types example: Update README 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 dfe9cc2393 Simple example: rename htaccess to htpasswd. 10 years ago
Ferry Boender c0ecdd4371 Validate example. 10 years ago
Ferry Boender 2d0b33ce94 Added validation example. 10 years ago
Ferry Boender 7ce6bc8b12 Authentication passwords are now sha256 hashed. Use --generate-pw to generate the proper hashed password. 10 years ago
Ferry Boender 5eed3e1466 Example for the 'script_raw' functionality where a script can send output directly to the browser. 10 years ago
Ferry Boender 44e7d69444 Updates to the 'simple' example. 10 years ago
Ferry Boender 1351816935 Authentication example. 10 years ago
Ferry Boender 85a4f019c8 Simple example which shows how to use shell scripts as backends. 10 years ago
Ferry Boender d63d68fb49 Native example which show how to use Python functions as callbacks. 10 years ago
Ferry Boender ffda932161 Simple example. 10 years ago
Ferry Boender 78ad473e9c Initial commit 10 years ago