Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
6124 06/07/2011 09:53 AM Chris Jones

Merged in the D1_0_6_2_BRANCH changes that include the transition from ObjectFormat calls to ObjectFormatCache calls.

6030 04/07/2011 03:16 PM ben leinfelder

allow the addition of properties via code

5846 01/26/2011 04:06 PM ben leinfelder

add boolean return to indicate whether or not a property was modified

5030 08/24/2009 02:34 PM daigle

Change location of PropertyService to properties directory

5028 08/14/2009 05:38 PM daigle

Persist skin properties across installations

5027 08/14/2009 02:26 PM daigle

Change MetaCatVersion to MetacatVersion

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4981 07/11/2009 07:16 AM daigle

Implement stop method in services. Stop all services when shutting down metacat. This primarily keeps scheduler from hanging with open threads.

4950 06/12/2009 04:39 PM daigle

Add archival read funtionality (jar/kar/war files)

4854 03/23/2009 02:56 PM daigle

Beef up exception handling from file utilities. Move UtilException to MetacatUtilException to eliminate conflict with similar exception in utility package.

4805 02/17/2009 09:28 AM daigle

Separate the concept of a backup file location and a metacat external directory location. These can be totally different.

4799 02/10/2009 04:50 PM daigle

Make sure and write the shortcut to the backup directory to a directory in the users home.

4795 02/03/2009 04:01 PM daigle

Allow for backup properties to be written to context based subdirectory of the external configuration directory. This allow multiple instances of metacat to be run side by side.

4766 01/20/2009 10:09 AM daigle

Do not back up password properties

4761 01/19/2009 11:52 AM daigle

Check for existance of backup file location at startup time.

4719 12/26/2008 04:33 PM daigle

Create a propertyService.getTestInstance method to facilitate unit tests

4711 12/26/2008 01:22 PM daigle

Remove org configuration methods since they are not used. Get the backup configuration directories when doing a bypass. Implement the refresh method.

4663 12/09/2008 02:58 PM daigle

Discover the external (backup) directory based on OS

4589 11/19/2008 03:25 PM daigle

Rename LDAPUtil to AuthUtil

4548 11/10/2008 03:23 PM daigle

Trim property values

4442 10/10/2008 05:12 PM daigle

Change the ServiceInterface into a base class called BaseService. All services extend BaseService.

4429 10/09/2008 09:53 AM daigle

Fix comments

4416 10/02/2008 02:47 PM daigle

Display the deb.runConfiguration property in debug

4408 09/29/2008 05:40 PM daigle

Add debug statements to the bypass config section

4403 09/29/2008 09:57 AM daigle

Reload backup properties after they are changed so it will show up on the configuration form when you go back to it.

4340 09/03/2008 09:09 AM daigle

Add geoserver section to configuration bypass module.

4206 08/04/2008 05:22 PM daigle

Add a "bypassed" state for confguration sections.

4159 07/24/2008 01:52 PM daigle

Add support for separate LDAP and organization level configurations

4154 07/22/2008 02:20 PM daigle

Add functionality to allow developer to bypass configuration utility

4124 07/15/2008 10:08 AM daigle

Create PropertyService using log directory instead of servlet context.

4107 07/11/2008 10:08 AM daigle

implement getPropertiesByGroup() method

4085 07/07/2008 01:50 PM daigle

Backup properties should use addProperty, not setProperty

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head