Sun, 29 Aug 2010 23:23:15 +0200Implement JDBCDatabase.update(Article) method to fix issue #7.
cli [Sun, 29 Aug 2010 23:23:15 +0200] rev 38
Implement JDBCDatabase.update(Article) method to fix issue #7.

Sun, 29 Aug 2010 18:17:37 +0200Switch intent style to Original K&R / Linux / Kernel.
cli [Sun, 29 Aug 2010 18:17:37 +0200] rev 37
Switch intent style to Original K&R / Linux / Kernel.

Sun, 29 Aug 2010 17:43:58 +0200Add some checks to prevent #13 happen.
cli [Sun, 29 Aug 2010 17:43:58 +0200] rev 36
Add some checks to prevent #13 happen.

Sun, 29 Aug 2010 17:28:58 +0200Moving source files into src/-subdir.
cli [Sun, 29 Aug 2010 17:28:58 +0200] rev 35
Moving source files into src/-subdir.

Sun, 29 Aug 2010 17:04:25 +0200Merge heads.
cli [Sun, 29 Aug 2010 17:04:25 +0200] rev 34
Merge heads.

Sun, 29 Aug 2010 17:03:21 +0200Article(javax.mail.Message) now has a safe method to read the byte body from the given message object (fixes #16).
cli [Sun, 29 Aug 2010 17:03:21 +0200] rev 33
Article(javax.mail.Message) now has a safe method to read the byte body from the given message object (fixes #16).

Wed, 30 Jun 2010 14:48:53 +0200added build.xml + small bugfix
bei [Wed, 30 Jun 2010 14:48:53 +0200] rev 32
added build.xml + small bugfix

Wed, 12 May 2010 11:18:02 +0200Group.getByName() removed. Channel.getByName() does no longer catch StorageBackendExceptions but throw them further.
cli [Wed, 12 May 2010 11:18:02 +0200] rev 31
Group.getByName() removed. Channel.getByName() does no longer catch StorageBackendExceptions but throw them further.

Sun, 09 May 2010 12:38:46 +0200The StorageBackendException is catched two times so that the user see the "500 internal server error" only at the second catch (probably fixes #5).
cli [Sun, 09 May 2010 12:38:46 +0200] rev 30
The StorageBackendException is catched two times so that the user see the "500 internal server error" only at the second catch (probably fixes #5).

Sat, 01 May 2010 18:51:57 +0200Refactor logging to fix NullPointerException.
cli [Sat, 01 May 2010 18:51:57 +0200] rev 29
Refactor logging to fix NullPointerException.