Commit Graph

365 Commits (f7624720906ee3e9cc125a062c519c2c26c22a9f)
 

Author SHA1 Message Date
Ferry Boender 4771d60448 Enforce minlen and maxlen on "text" fields in HTML5 capable browsers. 10 years ago
Ferry Boender 3938f04224 Clarify validation example and add a non-required "string" field. 10 years ago
Ferry Boender fb63870487 Enforce minlen on "password" fields in HTML5 capable browsers. 10 years ago
Ferry Boender 200fea8598 Enforce minlen and maxlen on "string" fields in HTML5 capable browsers. 10 years ago
Ferry Boender 9241cbe837 Show understandable error when binding to the port fails. 10 years ago
Ferry Boender 0eb04cae51 Don't raise KeyError if a non-required file wasn't uploaded. 10 years ago
Ferry Boender 24f9a25f54 pyflake and pylint cleanups. 10 years ago
Ferry Boender 340b28a8fb Tweaks to the test reporting. 10 years ago
Ferry Boender 0aee57fdf4 Absolute paths to scripts to easy debugging and some additional debugging messages. 10 years ago
Ferry Boender eca758dff3 Show all pylint warnings 10 years ago
Ferry Boender 642b1eb572 Fix testcases. 10 years ago
Ferry Boender 0c1d213458 Raise HTTPErrors instead of sending errors directly to the client. 10 years ago
Ferry Boender 6d7cdf744c Small cleanup. 10 years ago
Ferry Boender 6723038209 Show error code and text in browser. 10 years ago
Ferry Boender 20010fb0a4 Raise 404 error instead of sending it directly. 10 years ago
Ferry Boender fe51013643 Raise error instead of sending making the webapphandler send hand-crafted responses. 10 years ago
Ferry Boender 4210c3c672 pylint improvements. 10 years ago
Ferry Boender 394022e2d3 pylint fixes. 10 years ago
Ferry Boender a106e9c364 TODO update. 10 years ago
Ferry Boender 485fd773fc Refactored application into separate files. 10 years ago
Ferry Boender 418df1562c Don't install on 'make'. 10 years ago
Ferry Boender d8492b9269 Typo bugfix. 10 years ago
Ferry Boender 198386efeb Required field option fix 10 years ago
Ferry Boender c1a029a996 Allow inclusion of application-wide custom CSS. 10 years ago
Ferry Boender cc3479e9e3 Removed Todo list from code. 10 years ago
Ferry Boender 970154cdeb Properly validate field uploads if the browser does not support HTML5 client side form validation. 10 years ago
Ferry Boender b38226fa0f Make checking for authorization the first thing we do. 10 years ago
Ferry Boender d5c381e2fc Make authorization required for serving static files is 'users' param is in configuration. 10 years ago
Ferry Boender 9cc8ffb841 Test static serving of files. 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 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 479aac0e5a Prefill form fields if it had errors. 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 9f7b7ddc16 More unit tests. 10 years ago
Ferry Boender 2a5157d198 More tests. 10 years ago
Ferry Boender 8b267486d0 Moved unreachable code. 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 0fd145c1fc Test case data. 10 years ago
Ferry Boender 9935afbed9 Code coverage test code running at import. 10 years ago
Ferry Boender 0396e8a82e Test non-existing forms. 10 years ago
Ferry Boender 8596d572e1 Code coverage in test cases. 10 years ago
Ferry Boender 0ac27bc033 WebApp test cases. 10 years ago
Ferry Boender 69588d4ff6 Individual test cases for validation. 10 years ago
Ferry Boender 752a695d9f Remove log files on 'clean' make target. 10 years ago
Ferry Boender 75bd347cdf Don't perform code coverage for daemon code. 10 years ago
Ferry Boender 536caec8b7 Bugfix in validation message. 10 years ago