]> git.sesse.net Git - ccbs/shortlog
ccbs
2012-02-17 Steinar H.... Fix a mismatched new[]/delete.
2012-02-17 Steinar H.... Replace TinyPTC with SDL.
2012-02-17 Steinar H.... Fix the pqxx include.
2012-02-11 Steinar H.... Port to pqxx3, where we need the widestring traits...
2012-02-11 Steinar H.... Minor hack for the new database structure.
2012-02-11 Steinar H.... Compile with debugging information.
2012-02-10 Steinar H.... Fix player link in songs.pl.
2012-02-10 Steinar H.... Fix CCBS parsing of nicks with spaces in them.
2012-02-09 Steinar H.... Merge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-09 Steinar H.... Order by tournament name as a last resort, to get consi...
2012-02-09 Steinar H.... Add a script to parse the CCBS player list and set...
2012-02-09 Steinar H.... Added a script to parse the HTML from www.positivegamin...
2012-02-07 Steinar H.... Merge branch 'mainline-0.1' of /srv/git.sesse.net/priva...
2012-02-07 Steinar H.... Fix some SQL errors that crept in during refactoring.
2012-02-07 Steinar H.... Fix syntax error in gettextification.
2012-02-07 Steinar H.... Fix showing of open groups for non-public.
2012-02-07 Steinar H.... Fix syntax errors.
2012-02-07 Steinar H.... Remove OnCommit usage, which does not work anymore...
2012-02-07 Steinar H.... We do not need libpq3-config.
2012-02-07 Steinar H.... Some C++ fixes for slightly stricter GCC.
2005-07-20 Steinar H.... Fix corner casing in PL/SQL functions for finding min...
2005-07-20 Steinar H.... i18nize the season name in show-tournament.pl as well.
2005-07-20 Steinar H.... Update nb_NO.
2005-07-20 Steinar H.... Actually do the season name translation as well
2005-07-20 Steinar H.... Update nb_NO translation.
2005-07-20 Steinar H.... Translate season names.
2005-07-20 Steinar H.... Fixed some language code link problems.
2005-07-20 Steinar H.... Added nn_NO translation by Knut Auvor Grythe :-)
2005-07-17 Steinar H.... Stop hardcoding web roots -- make it a config variable...
2005-07-17 Steinar H.... Bring translation status up-to-date.
2005-07-17 Steinar H.... Fix the default locale to be actually a valid one.
2005-07-17 Steinar H.... Add support for the user selecting languages.
2005-07-17 Steinar H.... Fix a typo in index.tmpl.
2005-07-17 Steinar H.... Updates to nb_NO translation.
2005-07-17 Steinar H.... Fix a somewhat odd bug in the index template.
2005-07-17 Steinar H.... Fix a bad bug where noadmin would never be set.
2005-07-17 Steinar H.... Update translations.
2005-07-17 Steinar H.... Multiple changes to make it possible to run www.positiv...
2005-07-17 Steinar H.... Remove .htaccess file, it shouldn't be in the upstream...
2005-07-17 Steinar H.... Add a stray SQL file that had been sitting in my direct...
2005-07-17 Steinar H.... Add the CSS file from --pgweb.
2005-07-17 Steinar H.... Merge in "locked || public" changes from --pgweb, sort...
2005-07-17 Steinar H.... Move the database config into config.pm.
2005-07-17 Steinar H.... Pull in an SQL fix from who-knows-where.
2005-07-17 Steinar H.... Translate the three missing nb_NO strings.
2005-07-17 Steinar H.... Fix some strings into English.
2005-07-17 Steinar H.... Add --statistics to msgfmt run.
2005-07-17 Steinar H.... Remove a debugging message.
2005-07-17 Steinar H.... Move config stuff over in a separate file.
2005-07-17 Steinar H.... Set the locale early enough for everything to be transl...
2005-07-17 Steinar H.... Gettextify more (the rest?).
2005-07-17 Steinar H.... Start gettextifying Perl scripts (and thus titles)...
2005-07-17 Steinar H.... Set correct character set for gettext stuff.
2005-07-17 Steinar H.... Make nb_NO compile. :-)
2005-07-17 Steinar H.... Switch to nb_NO.
2005-07-17 Steinar H.... Lots of changes/fixes to the new translation stuff.
2005-07-17 Steinar H.... Switch to English as a default language, and make a...
2005-07-17 Steinar H.... Restore inadvertedly removed rm -f.
2005-07-17 Steinar H.... Translations of the main template.
2005-07-17 Steinar H.... Add an ugly hack to be able to process main.tmpl.
2005-07-17 Steinar H.... Lots of translation updates.
2005-07-17 Steinar H.... Whoa, actually add po/ directory.
2005-07-17 Steinar H.... Add an English translation.
2005-07-17 Steinar H.... Support <option> in template stuff.
2005-07-17 Steinar H.... Minor template tweaks.
2005-07-17 Steinar H.... Make a workaround for stupid gettext("") borkage.
2005-07-17 Steinar H.... Use/support <_> and </_>.
2005-07-17 Steinar H.... Run msgmerge at the end of updating templates.pot.
2005-07-17 Steinar H.... Add a script to compile all the .po files.
2005-07-16 Steinar H.... Add gettext support to the template frontend!
2005-07-16 Steinar H.... Actually make templates.po creation work. :-)
2005-07-16 Steinar H.... More tweaks on gettext stuff; start tryng to make templ...
2005-07-16 Steinar H.... Start i18n stuff.
2005-07-16 Steinar H.... Password-protect the system.
2005-07-16 Steinar H.... Test start of gettext support.
2005-06-12 Steinar H.... Change initial seeding from alphabetical to random.
2005-06-12 Steinar H.... Replace the web frontend's rank calculations with the...
2005-06-12 Steinar H.... Added a stored procedure for finding the min/max rank...
2005-06-12 Steinar H.... Added a "parallel" argument to the min/max stored proce...
2005-06-12 Steinar H.... Make the rank function work more than once. :-)
2005-06-11 Steinar H.... Make a stored procedure implementation of finding min...
2005-06-11 Steinar H.... Make a (somewhat inefficient?) stored procedure impleme...
2005-06-11 Steinar H.... Fixed a syntax error in the calling of a stored procedure.
2005-06-11 Steinar H.... Moved FetchMaxScoreForPlayers into a stored procedure.
2005-06-11 Steinar H.... Move FetchMaxScoreForSongs into a stored procedure.
2005-04-24 Steinar H.... Fix bug where chosen scores would be blanked when multi...
2005-04-24 Steinar H.... Added a (quite crude) link from the song list to the...
2005-04-24 Steinar H.... Pull from --pgweb.
2005-04-24 Steinar H.... Combined patch (sorry): fix URL, fix points awarded.
2005-04-23 Steinar H.... Fix so groups larger than nine are properly centered...
2005-04-23 Steinar H.... Various changes and fixes for CC1.
2005-04-23 Steinar H.... Pull in player editing code from --baby.
2005-04-23 Steinar H.... Do "NOTIFY scores" when updating short titles.
2005-04-23 Steinar H.... Add backend for updating short titles.
2005-04-23 Steinar H.... Add a simple web interface for adding/updating short...
2005-04-23 Steinar H.... Add a simple web interface for adding/updating short...
2005-04-23 Steinar H.... Hardcode single-only songs for now.
2005-04-23 Steinar H.... Pull in changes from --baby.
2005-04-07 Steinar H.... Various songratings.pl fixes from --pgweb.
2005-04-07 Steinar H.... Add a (hidden) script for showing song ratings.
next