log

age author description
Sun, 26 Oct 2014 23:39:38 +0200 Matti Hamalainen Fix CSS path.
Sun, 26 Oct 2014 22:46:36 +0200 Matti Hamalainen Move javascript code from admin.php to a separate file.
Sun, 26 Oct 2014 22:09:32 +0200 Matti Hamalainen Do not count entries that have been flagged as disqualified.
Wed, 22 Oct 2014 19:48:03 +0300 Matti Hamalainen Add warning about unconfigured voting mode.
Wed, 22 Oct 2014 19:47:54 +0300 Matti Hamalainen Add return to main pages link to admin login.
Mon, 20 Oct 2014 17:14:36 +0300 Matti Hamalainen Move files around .. hum-di-dum.
Sat, 18 Oct 2014 00:22:37 +0300 Matti Hamalainen Bugfix.
Fri, 17 Oct 2014 19:03:04 +0300 Matti Hamalainen And some more tweaking.
Fri, 17 Oct 2014 18:58:19 +0300 Matti Hamalainen Improve news item DOM IDs.
Fri, 17 Oct 2014 15:18:21 +0300 Matti Hamalainen Fix CSS paths for admin and print pages.
Fri, 17 Oct 2014 13:09:14 +0300 Matti Hamalainen Revert a completely broken change. :S
Fri, 17 Oct 2014 13:08:49 +0300 Matti Hamalainen Rename page.
Fri, 17 Oct 2014 12:46:17 +0300 Matti Hamalainen Add some more DOM elements.
Fri, 17 Oct 2014 02:50:26 +0300 Matti Hamalainen Add new options for hiding/showing compo and schedule pages.
Fri, 17 Oct 2014 02:49:58 +0300 Matti Hamalainen Fix database upgrade.
Fri, 17 Oct 2014 00:49:13 +0300 Matti Hamalainen Clean up the menu and HTML somewhat.
Thu, 16 Oct 2014 21:12:19 +0300 Matti Hamalainen Move example CSS files under template/
Thu, 16 Oct 2014 20:08:44 +0300 Matti Hamalainen Remove images files.
Sat, 04 Oct 2014 12:20:06 +0300 Matti Hamalainen Update example configuration - the CSS files are now under css/ subdirectory
Thu, 02 Oct 2014 13:39:59 +0300 Matti Hamalainen 10L.
Thu, 02 Oct 2014 13:37:15 +0300 Matti Hamalainen Use the new transaction functions here as well.
Thu, 02 Oct 2014 13:36:59 +0300 Matti Hamalainen Return the return values.
Thu, 02 Oct 2014 13:35:30 +0300 Matti Hamalainen Add functions for beginning and committing SQL transactions and use them.
Wed, 01 Oct 2014 11:31:47 +0300 Matti Hamalainen Move two DB helper functions from managedb to msitegen module.
Wed, 01 Oct 2014 11:28:23 +0300 Matti Hamalainen Rename some functions.
Sat, 20 Sep 2014 02:03:07 +0300 Matti Hamalainen Another merge from generic custom site branch.
Sat, 20 Sep 2014 01:50:50 +0300 Matti Hamalainen Some changes from custom site system branch.
Sat, 24 May 2014 20:46:52 +0300 Matti Hamalainen Permissions.
Fri, 23 May 2014 17:20:48 +0300 Matti Hamalainen Add a license and a rather empty README.
Fri, 23 May 2014 17:18:33 +0300 Matti Hamalainen Change the header blurb a bit.
Fri, 16 May 2014 19:13:25 +0300 Matti Hamalainen Remove the now useless stStrKludge() function and its use.
Fri, 16 May 2014 19:12:10 +0300 Matti Hamalainen Fix stStrChop() and stStrChopPad() UTF-8 handling.
Tue, 06 May 2014 16:26:48 +0300 Matti Hamalainen Add missing whitespace to SQL statement.
Tue, 06 May 2014 15:35:31 +0300 Matti Hamalainen Updated.
Wed, 23 Apr 2014 22:09:16 +0300 Matti Hamalainen Update comments.
Mon, 10 Mar 2014 17:08:33 +0200 Matti Hamalainen Bump copyright years.
Mon, 10 Mar 2014 17:02:00 +0200 Matti Hamalainen Use default basename.
Sat, 28 Dec 2013 13:16:51 +0200 Matti Hamalainen Added signature for changeset d576bc58df3c
Tue, 24 Dec 2013 22:25:52 +0200 Matti Hamalainen Cosmetic/indentation.
Tue, 24 Dec 2013 22:25:27 +0200 Matti Hamalainen More locale initialization refactoring.
Tue, 24 Dec 2013 22:20:50 +0200 Matti Hamalainen Use locale initialization properly.
Tue, 24 Dec 2013 22:20:07 +0200 Matti Hamalainen Cosmetics.
Sun, 22 Dec 2013 08:03:51 +0200 Matti Hamalainen Add new function stStrChopPad() that replaces stStrChop(), but stStrChop()
Sat, 21 Dec 2013 08:10:29 +0200 Matti Hamalainen Cleanup results SQL clause computation.
Sat, 21 Dec 2013 00:19:52 +0200 Matti Hamalainen Added signature for changeset 206196b610fd
Thu, 19 Dec 2013 21:58:52 +0200 Matti Hamalainen Move site specific things to dbdefs.inc.php
Mon, 16 Dec 2013 03:57:21 +0200 Matti Hamalainen Add comments.
Mon, 16 Dec 2013 02:51:19 +0200 Matti Hamalainen Fix sequences after database upgrade or migration.
Mon, 16 Dec 2013 01:48:22 +0200 Matti Hamalainen Fix migration.
Mon, 16 Dec 2013 01:42:48 +0200 Matti Hamalainen Improve migration and upgrade procedures.
Mon, 16 Dec 2013 01:29:54 +0200 Matti Hamalainen Oops, one table name reference had not been changed. Urgh.
Mon, 16 Dec 2013 01:26:51 +0200 Matti Hamalainen Comment out a debug print.
Mon, 16 Dec 2013 01:25:44 +0200 Matti Hamalainen Use the helper functions for insertion.
Mon, 16 Dec 2013 01:25:24 +0200 Matti Hamalainen Add helper functions for SQL INSERT that return the last insert id, to work
Mon, 16 Dec 2013 00:35:39 +0200 Matti Hamalainen Always update current info display compo id if requested.
Mon, 16 Dec 2013 00:27:43 +0200 Matti Hamalainen Possibly fix a query to work with Postgresql.
Sun, 15 Dec 2013 23:57:05 +0200 Matti Hamalainen Add output buffering.
Sun, 15 Dec 2013 23:48:25 +0200 Matti Hamalainen Cosmetics.
Sun, 15 Dec 2013 23:48:14 +0200 Matti Hamalainen Rename various database tables and column names for better SQL compatibility.
Sun, 15 Dec 2013 23:46:41 +0200 Matti Hamalainen Validate current table schema before actions.