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.
Sun, 15 Dec 2013 23:46:19 +0200 Matti Hamalainen Improve database upgrade code.
Fri, 13 Dec 2013 18:50:57 +0200 Matti Hamalainen Update example configuration.
Fri, 13 Dec 2013 18:50:14 +0200 Matti Hamalainen Hmm.
Fri, 13 Dec 2013 18:48:40 +0200 Matti Hamalainen Make database connection settings better.
Fri, 13 Dec 2013 18:26:03 +0200 Matti Hamalainen Update example configuration.
Thu, 12 Dec 2013 00:50:48 +0200 Matti Hamalainen Add comments.
Thu, 12 Dec 2013 00:27:09 +0200 Matti Hamalainen Use onChange instead of onClick.
Thu, 12 Dec 2013 00:26:50 +0200 Matti Hamalainen Add file path to compo data.
Wed, 11 Dec 2013 01:32:39 +0200 Matti Hamalainen Merged.
Wed, 11 Dec 2013 01:32:16 +0200 Matti Hamalainen Modularize.
Wed, 11 Dec 2013 01:09:44 +0200 Matti Hamalainen Fix CSS image url paths.
Tue, 10 Dec 2013 17:51:20 +0200 Matti Hamalainen Rename createdb.php to managedb.php
Tue, 10 Dec 2013 17:50:22 +0200 Matti Hamalainen Add preview file and file type fields for entry, for screenshots etc.
Tue, 10 Dec 2013 17:49:57 +0200 Matti Hamalainen Add "notes" field for entries, to contain notes private to organizers.
Tue, 10 Dec 2013 17:47:35 +0200 Matti Hamalainen Make filename field shorter.
Tue, 10 Dec 2013 17:45:42 +0200 Matti Hamalainen Change database tool commandline a bit.
Mon, 09 Dec 2013 21:20:31 +0200 Matti Hamalainen Move stylesheets to css/ subdirectory.
Mon, 09 Dec 2013 21:16:48 +0200 Matti Hamalainen Some more notes.
Mon, 09 Dec 2013 19:53:31 +0200 Matti Hamalainen Added TODO style notes file. In Finnish, sorry.
Mon, 09 Dec 2013 13:19:20 +0200 Matti Hamalainen Oops.
Sun, 08 Dec 2013 18:04:33 +0200 Matti Hamalainen Add transactions to voting.
Sun, 08 Dec 2013 17:43:52 +0200 Matti Hamalainen Improve migration.
Sun, 08 Dec 2013 17:28:55 +0200 Matti Hamalainen Oops, had a missing semicolon ..
Sun, 08 Dec 2013 17:27:33 +0200 Matti Hamalainen Start making database migration to PostgreSQL work.
Sun, 08 Dec 2013 17:08:39 +0200 Matti Hamalainen Add 'migrate' option.
Sun, 08 Dec 2013 16:29:53 +0200 Matti Hamalainen Add comments.
Sun, 08 Dec 2013 14:34:27 +0200 Matti Hamalainen Move normal pages under a sub-directory.
Sun, 08 Dec 2013 14:23:11 +0200 Matti Hamalainen Added tag fap2013 for changeset 998a09b332f1
Sun, 08 Dec 2013 02:27:15 +0200 Matti Hamalainen Add plain text printable results visible for admins.
Sun, 08 Dec 2013 02:16:26 +0200 Matti Hamalainen Move most of the results code to site module, remove the support for HTML
Sun, 08 Dec 2013 00:03:58 +0200 Matti Hamalainen Translitterate.
Sun, 08 Dec 2013 00:01:58 +0200 Matti Hamalainen Add UTF-8 kludge.
Sat, 07 Dec 2013 19:38:42 +0200 Matti Hamalainen Add definitions for entry flags and compo types. Not used yet (though the
Sat, 07 Dec 2013 19:36:36 +0200 Matti Hamalainen Add files/ to ignore.
Sat, 07 Dec 2013 19:36:22 +0200 Matti Hamalainen Change some database field sizes.
Sat, 07 Dec 2013 19:35:32 +0200 Matti Hamalainen Rename some SQL table schema types (s/INTEGER/INT/)
Sat, 07 Dec 2013 19:35:01 +0200 Matti Hamalainen Implement tables migration.
Sat, 07 Dec 2013 18:56:52 +0200 Matti Hamalainen Change how table schemas are defined, in preparation for future database
Sat, 07 Dec 2013 17:52:40 +0200 Matti Hamalainen Partially refactor database upgrading .. not finished yet, and the
Sat, 07 Dec 2013 17:51:35 +0200 Matti Hamalainen Fix some bugs.
Sat, 07 Dec 2013 16:51:51 +0200 Matti Hamalainen No need for checking of voteKeyMode here, after all. Remove it.
Sat, 07 Dec 2013 16:51:23 +0200 Matti Hamalainen Cosmetics.
Sat, 07 Dec 2013 16:30:19 +0200 Matti Hamalainen Use common formatting conversion for entry info texts.
Sat, 07 Dec 2013 16:29:53 +0200 Matti Hamalainen Set updated flag in case the mode has changed and slide expires.
Sat, 07 Dec 2013 16:29:29 +0200 Matti Hamalainen Show "competition is starting" type text if no entries are set currently.
Sat, 07 Dec 2013 16:29:01 +0200 Matti Hamalainen Don't show anything if show_id of entry is 0.
Sat, 07 Dec 2013 16:28:37 +0200 Matti Hamalainen Slight adjustments to show stylesheet.
Sat, 07 Dec 2013 16:28:19 +0200 Matti Hamalainen Refresh current entry and entrylist data in compo control if regenerating
Sat, 07 Dec 2013 15:29:18 +0200 Matti Hamalainen Oops, 100L for me.
Sat, 07 Dec 2013 15:27:33 +0200 Matti Hamalainen Add entity handling to stConvertCommonDesc().
Sat, 07 Dec 2013 15:23:53 +0200 Matti Hamalainen Separate variable from string flow.
Sat, 07 Dec 2013 15:23:33 +0200 Matti Hamalainen Rename a variable.
Sat, 07 Dec 2013 15:23:01 +0200 Matti Hamalainen Move some functions to site module.
Sat, 07 Dec 2013 15:17:43 +0200 Matti Hamalainen More helper functions.
Sat, 07 Dec 2013 15:17:10 +0200 Matti Hamalainen Add new helper functions.
Sat, 07 Dec 2013 15:16:46 +0200 Matti Hamalainen Cosmetics.
Sat, 07 Dec 2013 15:16:16 +0200 Matti Hamalainen Move stExecSQLCond() to site module.
Sat, 07 Dec 2013 13:04:54 +0200 Matti Hamalainen Remove unused function.
Sat, 07 Dec 2013 12:56:19 +0200 Matti Hamalainen Update commandline help, remove the commandline option for target database
Sat, 07 Dec 2013 10:49:33 +0200 Matti Hamalainen Make the show mode selector look nicer.