comparison client/digitallibrary/CHANGES @ 107:85126da2ae21 vendor start

XUL: Digilib Buttons in chrome
author engler
date Tue, 13 May 2003 21:02:22 +0200
parents
children
comparison
equal deleted inserted replaced
105:ecee3ff2f4d0 107:85126da2ae21
1 changes document for digilib-client
2 -----------------------------------
3
4
5 CURRENT SYMLINKS
6
7 navigation_XX.js -> navigation14_XX.js
8 digilib.jsp -> digilib19.jsp
9
10
11 CHANGES
12
13 24.1.2003 - [different files] : roc
14 - New Servlet version 1.5b with internal cleanup and new Request and
15 Configuration classes.
16 - New JSPs dlInfo-js.jsp and server/dlConfig.jsp to show the request parameter
17 as JavaScript and the configuration settings as HTML.
18
19 8.1.2003 - DigilibServlet.jar : roc
20 - New servlet and classes for JAI ImageIO (currently not used).
21
22 27.8.2002 - digilib.jsp, digicat.jsp, dlImage.jsp : roc
23
24 - Initialization of docBean only once in jspInit.
25 - Use of new DigilibRequest object for translation of +++-style requests
26 into parameter-style requests and processing of baseURL.
27
28 13.8.2002 - [different files] : roc
29
30 - changed all hardcoded occurrences of /docuserver/digitallibrary to
31 work relative or take the path from the request URL. Introduced a
32 variable baseURL to hold the URL path (up to digilib.jsp etc.). Now
33 it should be possible to install digilib in other directories.
34
35 20.05.2002 - navigation_o6.js : luginbuehl
36
37 - Opera browser support done. the 'b'-key does not work currently, beause
38 Opera uses this key on its own - have to work something out...
39
40 18.05.2002 - [different files] : luginbuehl
41
42 - works on Opera browser support (functionality is getting better, menu
43 still has lots of errors)
44 - working on a Opera version that does work independantly of the http
45 browser imitation set (though!)
46
47 18.05.2002 - modules/pagesTotal.js : luginbuehl
48
49 - fixied an error in function page(keepArea) which did not work on all
50 browsers correctly.