From 581b6ebed7e501d634c2debca01311e6cad2d26d Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Fri, 24 Apr 2015 08:57:18 +0200 Subject: [PATCH] TODOs. --- doc/TODO.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/doc/TODO.md b/doc/TODO.md index 1cff2b8..9c410ec 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -1,6 +1,25 @@ -# TODOs - -## Contrib - -- Startup scripts shouldn't run as root. - +- Fix the following error: + Exception happened during processing of request from ('127.0.0.1', 43319) + Traceback (most recent call last): + File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread + self.finish_request(request, client_address) + File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request + self.RequestHandlerClass(request, client_address, self) + File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__ + self.handle() + File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle + self.handle_one_request() + File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request + method() + File "../../src/scriptform.py", line 505, in do_POST + self._call(self.path.strip('/'), params={'form_values': form_values}) + File "../../src/scriptform.py", line 541, in _call + method_cb(**params) + File "../../src/scriptform.py", line 764, in h_submit + if field.filename: + AttributeError: 'list' object has no attribute 'filename' +- Don't run as root. +- Validate max min of date in browser? +- Repopulate form fields on error. +- Debugging mode: automatically reload the form definition each time. +- Checkbox form input type.