]> git.sesse.net Git - ccbs/shortlog
ccbs
2005-02-14 Steinar H.... Registration stuff now validates.
2005-02-14 Steinar H.... Fix some validation errors, more remain.
2005-02-14 Steinar H.... Add buttons for setting paid/not paid (not validating...
2005-02-14 Steinar H.... Print out who have paid and who have not (in red).
2005-02-14 Steinar H.... Sort list of registered people.
2005-02-14 Steinar H.... Fix so registration works.
2005-02-14 Steinar H.... Added a backend (not working yet) for registering people.
2005-02-14 Steinar H.... Fix <option> values for registration form.
2005-02-14 Steinar H.... Moved the list of registered people to the bottom ...
2005-02-14 Steinar H.... Sort case-insensitively.
2005-02-14 Steinar H.... Add a box for adding people.
2005-02-14 Steinar H.... Added a minimal list over people registered at a tourna...
2005-02-14 Steinar H.... Removed the link to registration, added a link for...
2005-02-14 Steinar H.... Add a new table to the SQL for tournament participation.
2005-02-14 Steinar H.... Added a link to a (soon-to-come) tournament registratio...
2005-02-14 Steinar H.... Minor language fix.
2005-02-14 Steinar H.... Add a template and functions for signalling user errors...
2005-02-14 Steinar H.... Add backend code for adding tournaments.
2005-02-14 Steinar H.... Add a "total score" for each player the score screen.
2005-02-14 Steinar H.... Show ranking list on the web interface.
2005-02-14 Steinar H.... Make sure players are created before adding them to...
2005-02-14 Steinar H.... Update the parser scripts to handle tournament rankings...
2005-02-14 Steinar H.... Add a table for tournament ranking to the SQL schema.
2005-02-14 Steinar H.... Added a form (no logic yet) for adding tournaments.
2005-02-14 Steinar H.... Make DDR Europe parser script convert from ISO8859...
2005-02-14 Steinar H.... Add a "general facts" to the score screen.
2005-02-14 Steinar H.... Add some spacing around the score tables.
2005-02-14 Steinar H.... Add headings to the score display.
2005-02-14 Steinar H.... Disconnect the database handle cleanly on exit.
2005-02-14 Steinar H.... Adding show-tournament.pl (arch is weird)...
2005-02-14 Steinar H.... Add a script for showing the tournaments.
2005-02-14 Steinar H.... Organize tournaments by season.
2005-02-14 Steinar H.... Add list over tournaments.
2005-02-14 Steinar H.... Change all instances of "name" to something more sane...
2005-02-13 Steinar H.... Add main menu.
2005-02-13 Steinar H.... Update username/password.
2005-02-13 Steinar H.... Add error template.
2005-02-13 Steinar H.... Add first beginnings of web control system.
2005-02-13 Steinar H.... Add html/ directory.
2005-02-13 Steinar H.... Update the DDR Europe parser to add song ordering infor...
2005-02-13 Steinar H.... Add a "song number" to the score schema.
2005-02-13 Steinar H.... Add? Hello?
2005-02-13 Steinar H.... Erm, actually add the script. :-)
2005-02-13 Steinar H.... Add a small utility for updating all the CC SQL files.
2005-02-13 Steinar H.... Update CC test data.
2005-02-13 Steinar H.... Fix parsing of chosen songs.
2005-02-13 Steinar H.... Added test data (almost entire CC 2004 season).
2005-02-13 Steinar H.... Added even more song mappings.
2005-02-13 Steinar H.... Add more song aliases.
2005-02-13 Steinar H.... Fixed uniqueness contrains for seasons
2005-02-13 Steinar H.... Cache revision
2005-02-13 Steinar H.... Add missing comma to roundparticipation definition.
2005-02-13 Steinar H.... Evil trick to be able to put scoreparsing into a transa...
2005-02-13 Steinar H.... Add position to roundparticipation (so we can order...
2005-02-13 Steinar H.... Some more score parsing fixes, looks like most stuff...
2005-02-13 Steinar H.... Add uniqueness constraint to tournaments as well.
2005-02-13 Steinar H.... Add people to roundparticipations as we go.
2005-02-13 Steinar H.... Add UNIQUE to the trivial tables.
2005-02-13 Steinar H.... Attempt parsing scores.
2005-02-13 Steinar H.... Fix (read: hack) "number of chosen songs" parsing.
2005-02-13 Steinar H.... Improve DDREurope parsing further
2005-02-13 Steinar H.... Handle better different namings/capitalizations of...
2005-02-13 Steinar H.... Improve DDR Europe parsing; we now understand groups...
2005-02-13 Steinar H.... Add the bigscreen/ directory (a bit overdue?)
2005-02-13 Steinar H.... Add the beginnings of a script for converting from...
2005-02-13 Steinar H.... Add a score system to the basic data.
2005-02-13 Steinar H.... Add an SQL file with the most basic data.
2005-02-13 Steinar H.... Move bigscreen stuff into its own directory.
2005-02-13 Steinar H.... Move SQL files into their own directory.
2005-02-13 Steinar H.... Add an SQL file containing the entire EM2 songlist.
2005-02-13 Steinar H.... Fix max/min-bpm-parsing so minbpm isn't negative.
2005-02-13 Steinar H.... Add an UNIQUE constraint on song title.
2005-02-13 Steinar H.... Wrap INSERTs in a transaction.
2005-02-13 Steinar H.... Fix SQL escaping in wiki parser.
2005-02-13 Steinar H.... Add missing comma to SQL schema.
2005-02-13 Steinar H.... difficulty -> difficult (spelling fix)
2005-02-13 Steinar H.... Add a script to parse the songlist from DDRNO's wiki.
2005-02-13 Steinar H.... Add minbpm and maxbpm to songs in SQL.
2005-02-13 Steinar H.... Add directory that will hold parsers for old data.
2005-02-13 Steinar H.... Changes to adjust better to the old SQL schemas.
2005-02-13 Steinar H.... Even more SQL syntax fixes (the schemas import into...
2005-02-13 Steinar H.... Make vim stop breaking my SQL lines.
2005-02-13 Steinar H.... Syntax fixes.
2005-02-13 Steinar H.... More (minor) adjustments to the schemas.
2005-02-13 Steinar H.... More work on the SQL schema.
2005-02-13 Steinar H.... First shot at writing basic SQL schemas (not finished).
2005-02-13 Steinar H.... Initial commit.
2005-02-13 Steinar H.... initial import