log servlet/src/digilib/servlet/PDFCache.java @ 570:fd2ef7e46119

age author description
Tue, 21 Dec 2010 20:24:09 +0100 robcast more cleanup, set version to 1.8.2
Fri, 17 Dec 2010 10:04:59 +0100 robcast added more enums digilibPDF
Thu, 16 Dec 2010 21:19:11 +0100 robcast more refactoring and rearranging digilibPDF
Thu, 16 Dec 2010 17:02:34 +0100 robcast pdf generation closer to working... digilibPDF
Thu, 16 Dec 2010 14:31:48 +0100 robcast still refactoring digilibPDF
Wed, 15 Dec 2010 08:58:01 +0100 robcast more cleanup and refactoring digilibPDF
Tue, 14 Dec 2010 12:34:33 +0100 robcast more refactoring and cleanup digilibPDF
Tue, 14 Dec 2010 09:10:20 +0100 robcast more cleanup and refactoring digilibPDF
Mon, 13 Dec 2010 15:35:25 +0100 robcast more refactoring and cleanup digilibPDF
Fri, 22 Oct 2010 19:04:49 +0200 casties more work on util.concurrent compliant structure digilibPDF
Wed, 13 Oct 2010 18:40:54 +0200 robcast first step towards more standard java.util.concurrent design digilibPDF
Fri, 09 Apr 2010 18:22:05 +0200 robcast improved pdf generation (not done yet) digilibPDF
Fri, 05 Feb 2010 20:58:38 +0100 robcast * PDF generation works now even with subdirectories digilibPDF
Fri, 27 Mar 2009 15:14:30 +0100 cmielack documentation and comments added/cleaned up digilibPDF
Fri, 13 Mar 2009 15:54:37 +0100 cmielack *** empty log message *** digilibPDF
Fri, 06 Mar 2009 11:08:26 +0100 cmielack *** empty log message *** digilibPDF
Mon, 02 Mar 2009 17:11:26 +0100 cmielack first functional version of PDFCache after restructuring the code digilibPDF
Mon, 23 Feb 2009 14:45:22 +0100 cmielack completely restructured the scaler digilibPDF
Fri, 13 Feb 2009 11:08:19 +0100 cmielack changed generation of documentID in PDFCache Root_digilibPDF
Wed, 11 Feb 2009 17:02:48 +0100 cmielack added a sendRedirect after the creation of a PDF so that the user that requested the document gets to download it upon completion
Wed, 11 Feb 2009 16:47:28 +0100 cmielack changed download filename
Wed, 11 Feb 2009 16:36:57 +0100 cmielack Added getImage method to ImageLoaderDocuImage;