webidor/src/test/java/cz/xelfi/quoridor/webidor/QuoridorTest.java
Sat, 20 Aug 2011 17:14:23 +0200 Adjusting tests to use different path
Tue, 14 Sep 2010 08:56:13 +0200 Changing headers to GPLv3
Sun, 12 Sep 2010 00:06:44 +0200 Upgrading to jersey 1.3
Thu, 07 Jan 2010 22:51:17 +0100 Renaming Board.board2HashCode to getCode()
Thu, 07 Jan 2010 22:34:17 +0100 Initial version of statistics and ELO rating. Donated by Martin Rexa
Sat, 07 Nov 2009 23:26:03 +0100 Ability to get User by loginID and making sure tests pass in the same VM
Sun, 25 Oct 2009 14:55:51 +0100 Showing the number of comments associated with each game
Sun, 18 Oct 2009 15:48:47 +0200 Removing /api prefix from the webidor server
Mon, 28 Sep 2009 14:42:19 +0200 Support for comments among the moves
Sat, 19 Sep 2009 14:38:29 +0200 Browsable history of each game
Sun, 13 Sep 2009 16:48:54 +0200 Providing REST like authentication
Fri, 11 Sep 2009 22:25:21 +0200 Showing the time that has passed since the last move on the board
Mon, 31 Aug 2009 22:44:47 +0200 Removing anything related to JSON from the HTML layer, using natural freemarker's W3C DOM processing capabilities
Sun, 30 Aug 2009 14:37:47 +0200 Spliting Game into GameId and Game with full info about the state of the game
Sat, 29 Aug 2009 15:55:53 +0200 Support for logging in
Tue, 11 Aug 2009 14:26:49 +0200 Simple, freemarker based textual UI
Wed, 29 Jul 2009 18:48:04 +0200 Ability to read stored games
Wed, 29 Jul 2009 08:19:35 +0200 Games are being stored in a file on disk
Sun, 12 Jul 2009 13:59:07 +0200 Converting the webidor into Jersey based REST server