Changes between Version 2 and Version 3 of Logos
- Timestamp:
- 03/06/12 02:27:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logos
v2 v3 39 39 3. If no logo is found a default logo missing logo is returned. (At the moment no error but that can easily be changed if we want). 40 40 41 The config.xml has a new parameter under appHandler: dataImagesDir. This specifies the parent directory of the logos and harvesters directories. by default it is images, indicating the images directory within the webapplication. 42 41 43 There is a Logos class that contains methods for locating the logos directory (which is defined in the config.xml file or in a overrides file.) The code application has been updated to use the Logos utility files for locating the logos directories. 42 44 43 The current behavior works with out changes but now the logos can be located anywhere on the hard drive that the webapp has access.45 The default behavior will work exactly the same as it does but now the logos can be located anywhere on the hard drive that the webapp has access if the config.xml is modified. 44 46 45 47 === Backwards Compatibility Issues ===