]> git.sesse.net Git - ccbs/log
ccbs
19 years agoAdd name= to the submit buttons, and some information fixes.
Steinar H. Gunderson [Wed, 16 Feb 2005 13:58:19 +0000 (13:58 +0000)]
Add name= to the submit buttons, and some information fixes.

19 years agoChange nowrap="nowrap" to CSS.
Steinar H. Gunderson [Wed, 16 Feb 2005 13:52:43 +0000 (13:52 +0000)]
Change nowrap="nowrap" to CSS.

19 years agoDistinguish the name= on the form elements.
Steinar H. Gunderson [Wed, 16 Feb 2005 13:49:00 +0000 (13:49 +0000)]
Distinguish the name= on the form elements.

19 years agoAdd a <form> around the scores table.
Steinar H. Gunderson [Wed, 16 Feb 2005 13:46:26 +0000 (13:46 +0000)]
Add a <form> around the scores table.

19 years agoCache revision.
Steinar H. Gunderson [Mon, 14 Feb 2005 23:48:04 +0000 (23:48 +0000)]
Cache revision.
19:00-00:00

19 years agoAdded showing/selection of playmode and difficulty.
Steinar H. Gunderson [Mon, 14 Feb 2005 23:44:44 +0000 (23:44 +0000)]
Added showing/selection of playmode and difficulty.

19 years agoIndented the show-tournament template.
Steinar H. Gunderson [Mon, 14 Feb 2005 23:34:29 +0000 (23:34 +0000)]
Indented the show-tournament template.

19 years agoAdd preliminary edit boxes (no backend) for columns missing data.
Steinar H. Gunderson [Mon, 14 Feb 2005 23:17:03 +0000 (23:17 +0000)]
Add preliminary edit boxes (no backend) for columns missing data.

19 years agoSwitch to XHTML MIME type for now, fix a validation error or two.
Steinar H. Gunderson [Mon, 14 Feb 2005 22:31:54 +0000 (22:31 +0000)]
Switch to XHTML MIME type for now, fix a validation error or two.

19 years agoSplit chosen songs into two table cells.
Steinar H. Gunderson [Mon, 14 Feb 2005 22:15:04 +0000 (22:15 +0000)]
Split chosen songs into two table cells.

19 years agoAdd state to the random song chooser, so it doesn't choose the same songs twice....
Steinar H. Gunderson [Mon, 14 Feb 2005 22:05:06 +0000 (22:05 +0000)]
Add state to the random song chooser, so it doesn't choose the same songs twice. Only choose songs from the mix used in this tournament.

19 years agoAdded a machinesongs table, and a small snippet to insert all songs as EM2 machine...
Steinar H. Gunderson [Mon, 14 Feb 2005 21:56:28 +0000 (21:56 +0000)]
Added a machinesongs table, and a small snippet to insert all songs as EM2 machine songs.

19 years agoFix more stuff related to making new groups.
Steinar H. Gunderson [Mon, 14 Feb 2005 21:46:25 +0000 (21:46 +0000)]
Fix more stuff related to making new groups.

19 years agoRemoved NOT NULL from score in the SQL schema.
Steinar H. Gunderson [Mon, 14 Feb 2005 21:20:19 +0000 (21:20 +0000)]
Removed NOT NULL from score in the SQL schema.

19 years agoCache revision.
Steinar H. Gunderson [Mon, 14 Feb 2005 20:39:17 +0000 (20:39 +0000)]
Cache revision.

19 years agoCorrect number of qualified people from round >= 1.
Steinar H. Gunderson [Mon, 14 Feb 2005 20:38:03 +0000 (20:38 +0000)]
Correct number of qualified people from round >= 1.

19 years agoDo LEFT JOINs to get out info for unfinished groups.
Steinar H. Gunderson [Mon, 14 Feb 2005 20:35:22 +0000 (20:35 +0000)]
Do LEFT JOINs to get out info for unfinished groups.

19 years agoAdd people into groups.
Steinar H. Gunderson [Mon, 14 Feb 2005 20:25:35 +0000 (20:25 +0000)]
Add people into groups.

19 years agoAdded preliminary backend for creating rounds and groups.
Steinar H. Gunderson [Mon, 14 Feb 2005 19:44:08 +0000 (19:44 +0000)]
Added preliminary backend for creating rounds and groups.

19 years agoHide rankinglist if there is none. Count the number of qualified for next round.
Steinar H. Gunderson [Mon, 14 Feb 2005 19:32:16 +0000 (19:32 +0000)]
Hide rankinglist if there is none. Count the number of qualified for next round.

19 years agoAdded a "number of people qualifying for each round" attribute to the SQL schema.
Steinar H. Gunderson [Mon, 14 Feb 2005 19:15:37 +0000 (19:15 +0000)]
Added a "number of people qualifying for each round" attribute to the SQL schema.

19 years agoMisc. changes -- some formatting and add a preliminary "start new round" form.
Steinar H. Gunderson [Mon, 14 Feb 2005 19:10:27 +0000 (19:10 +0000)]
Misc. changes -- some formatting and add a preliminary "start new round" form.

19 years agoReverted separate start forms -- we'll generalize it instead.
Steinar H. Gunderson [Mon, 14 Feb 2005 18:55:29 +0000 (18:55 +0000)]
Reverted separate start forms -- we'll generalize it instead.

19 years agoAdded a function for starting a tournament (no backend yet).
Steinar H. Gunderson [Mon, 14 Feb 2005 18:44:40 +0000 (18:44 +0000)]
Added a function for starting a tournament (no backend yet).

19 years agoAdded a link to "start tournament" in the tournament listing.
Steinar H. Gunderson [Mon, 14 Feb 2005 18:28:18 +0000 (18:28 +0000)]
Added a link to "start tournament" in the tournament listing.

19 years agoAdd an option for un-registering people.
Steinar H. Gunderson [Mon, 14 Feb 2005 18:22:30 +0000 (18:22 +0000)]
Add an option for un-registering people.

19 years agoAdded backend for setting paid/not paid.
Steinar H. Gunderson [Mon, 14 Feb 2005 18:16:42 +0000 (18:16 +0000)]
Added backend for setting paid/not paid.

19 years agoRegistration stuff now validates.
Steinar H. Gunderson [Mon, 14 Feb 2005 18:12:58 +0000 (18:12 +0000)]
Registration stuff now validates.

19 years agoFix some validation errors, more remain.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:49:59 +0000 (15:49 +0000)]
Fix some validation errors, more remain.
15:15-16:45

19 years agoAdd buttons for setting paid/not paid (not validating, no backend).
Steinar H. Gunderson [Mon, 14 Feb 2005 15:43:33 +0000 (15:43 +0000)]
Add buttons for setting paid/not paid (not validating, no backend).

19 years agoPrint out who have paid and who have not (in red).
Steinar H. Gunderson [Mon, 14 Feb 2005 15:33:37 +0000 (15:33 +0000)]
Print out who have paid and who have not (in red).

19 years agoSort list of registered people.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:30:15 +0000 (15:30 +0000)]
Sort list of registered people.

19 years agoFix so registration works.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:29:10 +0000 (15:29 +0000)]
Fix so registration works.

19 years agoAdded a backend (not working yet) for registering people.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:27:42 +0000 (15:27 +0000)]
Added a backend (not working yet) for registering people.

19 years agoFix <option> values for registration form.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:21:31 +0000 (15:21 +0000)]
Fix <option> values for registration form.

19 years agoMoved the list of registered people to the bottom (having the registration on the...
Steinar H. Gunderson [Mon, 14 Feb 2005 15:18:25 +0000 (15:18 +0000)]
Moved the list of registered people to the bottom (having the registration on the top is more useful in the long run).

19 years agoSort case-insensitively.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:17:16 +0000 (15:17 +0000)]
Sort case-insensitively.

19 years agoAdd a box for adding people.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:16:16 +0000 (15:16 +0000)]
Add a box for adding people.

19 years agoAdded a minimal list over people registered at a tournament.
Steinar H. Gunderson [Mon, 14 Feb 2005 15:04:00 +0000 (15:04 +0000)]
Added a minimal list over people registered at a tournament.

19 years agoRemoved the link to registration, added a link for it under "tournaments" instead.
Steinar H. Gunderson [Mon, 14 Feb 2005 14:52:11 +0000 (14:52 +0000)]
Removed the link to registration, added a link for it under "tournaments" instead.

19 years agoAdd a new table to the SQL for tournament participation.
Steinar H. Gunderson [Mon, 14 Feb 2005 14:46:00 +0000 (14:46 +0000)]
Add a new table to the SQL for tournament participation.

19 years agoAdded a link to a (soon-to-come) tournament registration system.
Steinar H. Gunderson [Mon, 14 Feb 2005 14:43:11 +0000 (14:43 +0000)]
Added a link to a (soon-to-come) tournament registration system.

19 years agoMinor language fix.
Steinar H. Gunderson [Mon, 14 Feb 2005 14:36:35 +0000 (14:36 +0000)]
Minor language fix.

19 years agoAdd a template and functions for signalling user errors (as opposed to internal errors).
Steinar H. Gunderson [Mon, 14 Feb 2005 14:36:07 +0000 (14:36 +0000)]
Add a template and functions for signalling user errors (as opposed to internal errors).

19 years agoAdd backend code for adding tournaments.
Steinar H. Gunderson [Mon, 14 Feb 2005 14:32:42 +0000 (14:32 +0000)]
Add backend code for adding tournaments.

19 years agoAdd a "total score" for each player the score screen.
Steinar H. Gunderson [Mon, 14 Feb 2005 14:13:47 +0000 (14:13 +0000)]
Add a "total score" for each player the score screen.

19 years agoShow ranking list on the web interface.
Steinar H. Gunderson [Mon, 14 Feb 2005 02:37:43 +0000 (02:37 +0000)]
Show ranking list on the web interface.
00:00-03:30

19 years agoMake sure players are created before adding them to the rankings. Update test SQL.
Steinar H. Gunderson [Mon, 14 Feb 2005 02:24:53 +0000 (02:24 +0000)]
Make sure players are created before adding them to the rankings. Update test SQL.

19 years agoUpdate the parser scripts to handle tournament rankings, and fix a typo in the SQL...
Steinar H. Gunderson [Mon, 14 Feb 2005 02:18:26 +0000 (02:18 +0000)]
Update the parser scripts to handle tournament rankings, and fix a typo in the SQL for it. Update CC04 test SQL.

19 years agoAdd a table for tournament ranking to the SQL schema.
Steinar H. Gunderson [Mon, 14 Feb 2005 02:01:32 +0000 (02:01 +0000)]
Add a table for tournament ranking to the SQL schema.

19 years agoAdded a form (no logic yet) for adding tournaments.
Steinar H. Gunderson [Mon, 14 Feb 2005 01:56:35 +0000 (01:56 +0000)]
Added a form (no logic yet) for adding tournaments.

19 years agoMake DDR Europe parser script convert from ISO8859-1 to UTF-8. Update test SQL accord...
Steinar H. Gunderson [Mon, 14 Feb 2005 01:42:16 +0000 (01:42 +0000)]
Make DDR Europe parser script convert from ISO8859-1 to UTF-8. Update test SQL accordingly.

19 years agoAdd a "general facts" to the score screen.
Steinar H. Gunderson [Mon, 14 Feb 2005 01:34:49 +0000 (01:34 +0000)]
Add a "general facts" to the score screen.

19 years agoAdd some spacing around the score tables.
Steinar H. Gunderson [Mon, 14 Feb 2005 01:30:25 +0000 (01:30 +0000)]
Add some spacing around the score tables.

19 years agoAdd headings to the score display.
Steinar H. Gunderson [Mon, 14 Feb 2005 01:27:05 +0000 (01:27 +0000)]
Add headings to the score display.

19 years agoDisconnect the database handle cleanly on exit.
Steinar H. Gunderson [Mon, 14 Feb 2005 01:06:24 +0000 (01:06 +0000)]
Disconnect the database handle cleanly on exit.

19 years agoAdding show-tournament.pl (arch is weird)...
Steinar H. Gunderson [Mon, 14 Feb 2005 01:05:08 +0000 (01:05 +0000)]
Adding show-tournament.pl (arch is weird)...

19 years agoAdd a script for showing the tournaments.
Steinar H. Gunderson [Mon, 14 Feb 2005 01:04:45 +0000 (01:04 +0000)]
Add a script for showing the tournaments.

19 years agoOrganize tournaments by season.
Steinar H. Gunderson [Mon, 14 Feb 2005 00:10:35 +0000 (00:10 +0000)]
Organize tournaments by season.

19 years agoAdd list over tournaments.
Steinar H. Gunderson [Mon, 14 Feb 2005 00:06:27 +0000 (00:06 +0000)]
Add list over tournaments.

19 years agoChange all instances of "name" to something more sane, to get easy natural joins.
Steinar H. Gunderson [Mon, 14 Feb 2005 00:00:25 +0000 (00:00 +0000)]
Change all instances of "name" to something more sane, to get easy natural joins.

19 years agoAdd main menu.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:52:10 +0000 (23:52 +0000)]
Add main menu.

19 years agoUpdate username/password.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:47:18 +0000 (23:47 +0000)]
Update username/password.

19 years agoAdd error template.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:45:44 +0000 (23:45 +0000)]
Add error template.

19 years agoAdd first beginnings of web control system.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:45:00 +0000 (23:45 +0000)]
Add first beginnings of web control system.

19 years agoAdd html/ directory.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:32:12 +0000 (23:32 +0000)]
Add html/ directory.

19 years agoUpdate the DDR Europe parser to add song ordering information. Update the CC SQL...
Steinar H. Gunderson [Sun, 13 Feb 2005 23:30:15 +0000 (23:30 +0000)]
Update the DDR Europe parser to add song ordering information. Update the CC SQL test files accordingly.

19 years agoAdd a "song number" to the score schema.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:27:02 +0000 (23:27 +0000)]
Add a "song number" to the score schema.

19 years agoAdd? Hello?
Steinar H. Gunderson [Sun, 13 Feb 2005 23:19:25 +0000 (23:19 +0000)]
Add? Hello?

19 years agoErm, actually add the script. :-)
Steinar H. Gunderson [Sun, 13 Feb 2005 23:19:07 +0000 (23:19 +0000)]
Erm, actually add the script. :-)

19 years agoAdd a small utility for updating all the CC SQL files.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:18:34 +0000 (23:18 +0000)]
Add a small utility for updating all the CC SQL files.

19 years agoUpdate CC test data.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:17:12 +0000 (23:17 +0000)]
Update CC test data.

19 years agoFix parsing of chosen songs.
Steinar H. Gunderson [Sun, 13 Feb 2005 23:12:24 +0000 (23:12 +0000)]
Fix parsing of chosen songs.

19 years agoAdded test data (almost entire CC 2004 season).
Steinar H. Gunderson [Sun, 13 Feb 2005 19:26:41 +0000 (19:26 +0000)]
Added test data (almost entire CC 2004 season).
16:15-20:30

19 years agoAdded even more song mappings.
Steinar H. Gunderson [Sun, 13 Feb 2005 19:25:42 +0000 (19:25 +0000)]
Added even more song mappings.

19 years agoAdd more song aliases.
Steinar H. Gunderson [Sun, 13 Feb 2005 19:12:15 +0000 (19:12 +0000)]
Add more song aliases.

19 years agoFixed uniqueness contrains for seasons
Steinar H. Gunderson [Sun, 13 Feb 2005 18:55:22 +0000 (18:55 +0000)]
Fixed uniqueness contrains for seasons

19 years agoCache revision
Steinar H. Gunderson [Sun, 13 Feb 2005 18:46:11 +0000 (18:46 +0000)]
Cache revision

19 years agoAdd missing comma to roundparticipation definition.
Steinar H. Gunderson [Sun, 13 Feb 2005 18:45:41 +0000 (18:45 +0000)]
Add missing comma to roundparticipation definition.

19 years agoEvil trick to be able to put scoreparsing into a transaction block again.
Steinar H. Gunderson [Sun, 13 Feb 2005 18:44:34 +0000 (18:44 +0000)]
Evil trick to be able to put scoreparsing into a transaction block again.

19 years agoAdd position to roundparticipation (so we can order by it).
Steinar H. Gunderson [Sun, 13 Feb 2005 18:32:15 +0000 (18:32 +0000)]
Add position to roundparticipation (so we can order by it).

19 years agoSome more score parsing fixes, looks like most stuff is OK now.
Steinar H. Gunderson [Sun, 13 Feb 2005 18:27:27 +0000 (18:27 +0000)]
Some more score parsing fixes, looks like most stuff is OK now.

19 years agoAdd uniqueness constraint to tournaments as well.
Steinar H. Gunderson [Sun, 13 Feb 2005 18:16:27 +0000 (18:16 +0000)]
Add uniqueness constraint to tournaments as well.

19 years agoAdd people to roundparticipations as we go.
Steinar H. Gunderson [Sun, 13 Feb 2005 18:16:01 +0000 (18:16 +0000)]
Add people to roundparticipations as we go.

19 years agoAdd UNIQUE to the trivial tables.
Steinar H. Gunderson [Sun, 13 Feb 2005 18:11:49 +0000 (18:11 +0000)]
Add UNIQUE to the trivial tables.

19 years agoAttempt parsing scores.
Steinar H. Gunderson [Sun, 13 Feb 2005 18:11:06 +0000 (18:11 +0000)]
Attempt parsing scores.

19 years agoFix (read: hack) "number of chosen songs" parsing.
Steinar H. Gunderson [Sun, 13 Feb 2005 17:56:18 +0000 (17:56 +0000)]
Fix (read: hack) "number of chosen songs" parsing.

19 years agoImprove DDREurope parsing further
Steinar H. Gunderson [Sun, 13 Feb 2005 17:52:07 +0000 (17:52 +0000)]
Improve DDREurope parsing further
- Fix SQL escaping.
- Understand groups correctly.
- Add a lot of new alternative spellings.

19 years agoHandle better different namings/capitalizations of some songs.
Steinar H. Gunderson [Sun, 13 Feb 2005 17:36:19 +0000 (17:36 +0000)]
Handle better different namings/capitalizations of some songs.

19 years agoImprove DDR Europe parsing; we now understand groups and rounds
Steinar H. Gunderson [Sun, 13 Feb 2005 17:31:49 +0000 (17:31 +0000)]
Improve DDR Europe parsing; we now understand groups and rounds

19 years agoAdd the bigscreen/ directory (a bit overdue?)
Steinar H. Gunderson [Sun, 13 Feb 2005 17:09:14 +0000 (17:09 +0000)]
Add the bigscreen/ directory (a bit overdue?)

19 years agoAdd the beginnings of a script for converting from the DDREurope result lists.
Steinar H. Gunderson [Sun, 13 Feb 2005 17:08:57 +0000 (17:08 +0000)]
Add the beginnings of a script for converting from the DDREurope result lists.

19 years agoAdd a score system to the basic data.
Steinar H. Gunderson [Sun, 13 Feb 2005 17:06:37 +0000 (17:06 +0000)]
Add a score system to the basic data.

19 years agoAdd an SQL file with the most basic data.
Steinar H. Gunderson [Sun, 13 Feb 2005 16:54:40 +0000 (16:54 +0000)]
Add an SQL file with the most basic data.

19 years agoMove bigscreen stuff into its own directory.
Steinar H. Gunderson [Sun, 13 Feb 2005 16:52:34 +0000 (16:52 +0000)]
Move bigscreen stuff into its own directory.

19 years agoMove SQL files into their own directory.
Steinar H. Gunderson [Sun, 13 Feb 2005 16:52:08 +0000 (16:52 +0000)]
Move SQL files into their own directory.

19 years agoAdd an SQL file containing the entire EM2 songlist.
Steinar H. Gunderson [Sun, 13 Feb 2005 16:50:59 +0000 (16:50 +0000)]
Add an SQL file containing the entire EM2 songlist.

19 years agoFix max/min-bpm-parsing so minbpm isn't negative.
Steinar H. Gunderson [Sun, 13 Feb 2005 16:50:07 +0000 (16:50 +0000)]
Fix max/min-bpm-parsing so minbpm isn't negative.

19 years agoAdd an UNIQUE constraint on song title.
Steinar H. Gunderson [Sun, 13 Feb 2005 16:47:46 +0000 (16:47 +0000)]
Add an UNIQUE constraint on song title.

19 years agoWrap INSERTs in a transaction.
Steinar H. Gunderson [Sun, 13 Feb 2005 16:46:23 +0000 (16:46 +0000)]
Wrap INSERTs in a transaction.