Changes between Version 2 and Version 3 of Logos


Ignore:
Timestamp:
Mar 6, 2012, 2:27:55 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Logos

    v2 v3  
    3939 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). 
    4040
     41The 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
    4143There 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.
    4244
    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.
     45The 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.
    4446
    4547=== Backwards Compatibility Issues ===