Sat, 12 Sep 2009 10:02:07 +0200 Jaroslav Tulach Test needs to be updated to recent bundle change
Sat, 12 Sep 2009 09:11:13 +0200 Jaroslav Tulach Moving all localized strings into one Bundle
Sat, 12 Sep 2009 05:00:28 +0200 Jaroslav Tulach Time of the read game shall be lastModified of the game's file
Fri, 11 Sep 2009 22:25:21 +0200 Jaroslav Tulach Showing the time that has passed since the last move on the board
Fri, 11 Sep 2009 20:32:15 +0200 Jaroslav Tulach Displaying who is supposed to move on a given board in the index page
Fri, 11 Sep 2009 14:53:12 +0200 Jaroslav Tulach Support for resigning the game deserves new version
Thu, 10 Sep 2009 23:19:40 +0200 Jaroslav Tulach Support for giving up the game
Thu, 10 Sep 2009 22:48:21 +0200 Jaroslav Tulach Use absolute path
Tue, 08 Sep 2009 15:29:15 +0200 Jaroslav Tulach More tests to check behaviour of "UI", querying for text/xml in create new game page
Tue, 08 Sep 2009 07:54:12 +0200 Jaroslav Tulach Running the API server and the HTML generator in the same container
Tue, 08 Sep 2009 07:45:59 +0200 Jaroslav Tulach Different localization: providing link to wikipedia description of Quoridor
Mon, 07 Sep 2009 22:27:39 +0200 Jaroslav Tulach More reliable way to login
Mon, 07 Sep 2009 22:16:19 +0200 Jaroslav Tulach Using bundle("key", args) to get better order of localization
Mon, 07 Sep 2009 17:43:43 +0200 Jaroslav Tulach Pluggable argument with reference to port
Mon, 07 Sep 2009 17:03:46 +0200 Jaroslav Tulach I guess we are now in first releasable state
Mon, 07 Sep 2009 17:02:59 +0200 Jaroslav Tulach Refresh after minute when waiting for move
Mon, 07 Sep 2009 16:33:56 +0200 Jaroslav Tulach We need to merge META-INF/services
Mon, 07 Sep 2009 13:59:36 +0200 Jaroslav Tulach Less dependencies, but uber JAR still does not start (missing Viewable convertor to text/html)
Mon, 07 Sep 2009 13:38:29 +0200 Jaroslav Tulach Using shade plugin to get executable uber JAR
Mon, 07 Sep 2009 13:31:35 +0200 Jaroslav Tulach Switching to English
Sat, 05 Sep 2009 15:52:31 +0200 Jaroslav Tulach Better numbering of moves
Sat, 05 Sep 2009 15:40:39 +0200 Jaroslav Tulach Displaying list of moves
Fri, 04 Sep 2009 23:02:23 +0200 Jaroslav Tulach Localization of the game
Fri, 04 Sep 2009 22:00:04 +0200 Jaroslav Tulach Using macro
Fri, 04 Sep 2009 21:14:33 +0200 Jaroslav Tulach Separating games by their current state
Fri, 04 Sep 2009 20:26:48 +0200 Jaroslav Tulach Reload of the game page, warning messages, listing just game in progress
Fri, 04 Sep 2009 18:01:01 +0200 Jaroslav Tulach Only current player can make a move
Mon, 31 Aug 2009 22:44:47 +0200 Jaroslav Tulach Removing anything related to JSON from the HTML layer, using natural freemarker's W3C DOM processing capabilities
Sun, 30 Aug 2009 16:15:37 +0200 Jaroslav Tulach Making sure Game.board is never null
Sun, 30 Aug 2009 16:04:27 +0200 Jaroslav Tulach Verifying that empty games can be read
Sun, 30 Aug 2009 15:19:24 +0200 Jaroslav Tulach Getting the page after login as well
Sun, 30 Aug 2009 14:56:32 +0200 Jaroslav Tulach Test to verify that we are able to read the main page
Sun, 30 Aug 2009 14:44:49 +0200 Jaroslav Tulach At least we are able to generate the index page
Sun, 30 Aug 2009 14:37:47 +0200 Jaroslav Tulach Spliting Game into GameId and Game with full info about the state of the game
Sat, 29 Aug 2009 16:15:20 +0200 Jaroslav Tulach Using @FormParam to read data from forms
Sat, 29 Aug 2009 15:55:53 +0200 Jaroslav Tulach Support for logging in
Wed, 19 Aug 2009 17:58:05 +0200 Jaroslav Tulach Adding one test method, so JUnit does not complain
Tue, 11 Aug 2009 15:18:43 +0200 Jaroslav Tulach Simple UI for submitting moves (without implementation)
Tue, 11 Aug 2009 15:17:23 +0200 Jaroslav Tulach Simple UI for submitting moves (without implementation)
Tue, 11 Aug 2009 14:51:47 +0200 Jaroslav Tulach Can create new game
Tue, 11 Aug 2009 14:26:49 +0200 Jaroslav Tulach Simple, freemarker based textual UI
Wed, 29 Jul 2009 21:35:04 +0200 Jaroslav Tulach Rotating the display of the board - north is on top. Enhancing the display with row ids and column numbers and compass directions.
Wed, 29 Jul 2009 18:48:04 +0200 Jaroslav Tulach Ability to read stored games
Wed, 29 Jul 2009 17:24:20 +0200 Jaroslav Tulach It is possible to play the game from command line with curl
Wed, 29 Jul 2009 08:19:35 +0200 Jaroslav Tulach Games are being stored in a file on disk
Tue, 28 Jul 2009 14:35:04 +0200 Jaroslav Tulach Separating Games related operations to own class Games
Sun, 12 Jul 2009 13:59:07 +0200 Jaroslav Tulach Converting the webidor into Jersey based REST server
Sun, 12 Jul 2009 13:35:58 +0200 Jaroslav Tulach Adding support for reading Move's from strings
Sat, 06 Jun 2009 15:13:04 +0200 Jaroslav Tulach Drawing players to the right position
Sat, 06 Jun 2009 14:57:09 +0200 Jaroslav Tulach Board can be modified by dropping the fence
Sat, 06 Jun 2009 14:51:46 +0200 Jaroslav Tulach Reject invalid fence row move
Sat, 06 Jun 2009 14:48:02 +0200 Jaroslav Tulach equality of moves, players report positions from 0-8 and better toString
Sat, 06 Jun 2009 11:55:18 +0200 Jaroslav Tulach Fences can be dropped to the board
Sat, 30 May 2009 14:54:31 +0200 Jaroslav Tulach Looks like there already is support for OpenID protocol in spring, so it is enough to use it
Sat, 30 May 2009 08:10:23 +0200 Jaroslav Tulach login page that interacts with OpenID
Thu, 28 May 2009 23:26:50 +0200 Jaroslav Tulach Renaming the getX/Y to internal as it uses 0-16 positions
Mon, 25 May 2009 09:07:15 +0200 Jaroslav Tulach Converting the visidor to maven project
Mon, 25 May 2009 08:46:19 +0200 Jaroslav Tulach Using opacity correctly
Sun, 24 May 2009 16:27:38 +0200 Jaroslav Tulach Ability to paint fences
Sun, 24 May 2009 16:26:08 +0200 Jaroslav Tulach Removing useless XML