log

age author description
Tue, 03 Dec 2013 15:22:57 +0200 Matti Hamalainen Add backend code for generating entry show positions.
Tue, 03 Dec 2013 15:18:20 +0200 Matti Hamalainen Add possibility of always using GET requests when debug mode is enabled.
Tue, 03 Dec 2013 14:07:47 +0200 Matti Hamalainen Error handling improvements.
Tue, 03 Dec 2013 13:29:49 +0200 Matti Hamalainen Fix some css selectors.
Tue, 03 Dec 2013 13:20:16 +0200 Matti Hamalainen Oops, 10L for a missing else.
Tue, 03 Dec 2013 13:13:23 +0200 Matti Hamalainen Sanitize secure pages scheme.
Tue, 03 Dec 2013 12:36:58 +0200 Matti Hamalainen Cosmetics.
Tue, 03 Dec 2013 12:31:39 +0200 Matti Hamalainen Add HTML5 doctype.
Tue, 03 Dec 2013 12:30:10 +0200 Matti Hamalainen Add meta-equiv for document content type.
Tue, 03 Dec 2013 11:14:55 +0200 Matti Hamalainen Check for existence of statusline element.
Tue, 03 Dec 2013 11:13:44 +0200 Matti Hamalainen Implement CSRF token checks.
Tue, 03 Dec 2013 10:58:46 +0200 Matti Hamalainen Add preliminary code for CSRF prevention via unique hash tokens. Not fully
Tue, 03 Dec 2013 10:31:37 +0200 Matti Hamalainen Use GET for error parameter.
Tue, 03 Dec 2013 10:31:25 +0200 Matti Hamalainen Make default of request items to allow POST only, GET enabled on case by case basis.
Tue, 03 Dec 2013 08:55:50 +0200 Matti Hamalainen Order slides in rotation list by slide order_num.
Tue, 03 Dec 2013 08:55:28 +0200 Matti Hamalainen Database format change.
Mon, 02 Dec 2013 11:23:08 +0200 Matti Hamalainen Simplify code by reusing functions from site module.
Mon, 02 Dec 2013 07:20:21 +0200 Matti Hamalainen Add some CSS for select boxes.
Mon, 02 Dec 2013 06:20:18 +0200 Matti Hamalainen Remove dead code.
Mon, 02 Dec 2013 06:01:30 +0200 Matti Hamalainen Make the messagebox a bit tighter.
Mon, 02 Dec 2013 06:01:21 +0200 Matti Hamalainen Modularize a bit and add confirmation for deactivating of votekeys.
Mon, 02 Dec 2013 05:52:29 +0200 Matti Hamalainen New message/confirmation boxes code done in JS + CSS instead of relying on
Mon, 02 Dec 2013 05:51:38 +0200 Matti Hamalainen Oops, some messageBox() -> jsMessageBox() renames were missing.
Mon, 02 Dec 2013 05:35:58 +0200 Matti Hamalainen Move things around a bit.
Mon, 02 Dec 2013 05:02:48 +0200 Matti Hamalainen Rename makePostArgs() to jsMakePostArgs().
Mon, 02 Dec 2013 04:27:17 +0200 Matti Hamalainen Move adminContent div.
Mon, 02 Dec 2013 04:26:23 +0200 Matti Hamalainen Rename createXMLRequest() to jsCreateXMLRequest().
Mon, 02 Dec 2013 01:21:03 +0200 Matti Hamalainen Rename messageBox() to jsMessageBox().
Mon, 02 Dec 2013 01:19:57 +0200 Matti Hamalainen Rename sendPOSTRequest() to jsSendPOSTRequest().
Sat, 30 Nov 2013 22:13:39 +0200 Matti Hamalainen Add confirmBox() wrapper function as well.