Project

General

Profile

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

# Date Author Comment
5033 08/24/2009 02:41 PM daigle

Make properties handlers implement an interface so you can use configurable or non-configurable properties.

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.

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.

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.

4779 01/26/2009 04:38 PM daigle

Do not throw exception when skin metadata file is missing. Instead, remove the skin from the available skins list, write an error message to the log and continue on. This was already done for the skins properties file.

4766 01/20/2009 10:09 AM daigle

Do not back up password properties

4762 01/19/2009 11:53 AM daigle

Only configure skins that are correctly configured in the skins directory.

4709 12/26/2008 01:18 PM daigle

Implement refresh methods inherited from base class

4663 12/09/2008 02:58 PM daigle

Discover the external (backup) directory based on OS

4632 11/25/2008 12:40 PM daigle

catch and report missing skins configuration files.

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

4321 08/26/2008 03:31 PM daigle

Fix bug where skin configs don't read backup properties correctly for checkboxes.

4154 07/22/2008 02:20 PM daigle

Add functionality to allow developer to bypass configuration utility

4108 07/11/2008 10:09 AM daigle

Fix backup file pathing issues. Modify checkAndSetProperty to get skin specific values from request.

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head