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.

5545 09/14/2010 01:28 PM berkley

changed improper use of getFS() to a /. getFS() should never be used with a URL since it will return \ on windows which is not a valid separator in a URL.

5030 08/24/2009 02:34 PM daigle

Change location of PropertyService to properties directory

5025 08/14/2009 02:22 PM daigle

Move document specific utilities to DocumentUtil from MetacatUtil. This makes it easier to define a layer between the core metacat services and the rest of the code.

5015 08/04/2009 02:32 PM daigle

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

4952 06/12/2009 04:47 PM daigle

Add scheduler and workflow schedule functionality

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.

4812 02/18/2009 04:30 PM daigle

Format indexPaths in metacat.properties. Remove from build.properties and build.xml. Move indexPath list getter from MetacatUtil to SystemUtil.

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.

4785 01/27/2009 04:31 PM daigle

Change name of writeTempFile to writeTempUploadFile since this instance deals with the temporary upload dir specifically

4781 01/27/2009 10:27 AM daigle

writeTempFile was trying to write the same file as the registry. Changed to write the file to an "upload" subdirectory. Also throws IOException so errors get reported back to api.

4780 01/26/2009 04:38 PM daigle

Handle sessions with null ids gracefully.

4699 12/26/2008 01:09 PM daigle

Renamed MetaCatUtil to MetacatUtil

4589 11/19/2008 03:25 PM daigle

Rename LDAPUtil to AuthUtil

4485 10/29/2008 11:42 AM daigle

Add some generic typing

4475 10/21/2008 03:31 PM daigle

Add some generics typing

4422 10/08/2008 11:39 AM ben leinfelder

include context for replication server

4421 10/08/2008 11:29 AM ben leinfelder

use secure server for replication - note that this is WITHOUT "https://" prepended

4358 09/16/2008 05:32 PM walbridge

Replace usage of temp-dir with proper application.tempDir property

4335 08/29/2008 10:20 AM daigle

Move the DBAdaptor accessor into a DatabaseService class

4327 08/27/2008 04:47 PM ben leinfelder

remove skin.configs directory.
migrate those properties to the style/skins/* properties files
do not load them during Metacat init.

4212 08/05/2008 05:33 PM daigle

Continue to qualify property names

4196 08/04/2008 05:02 PM daigle

Remove the organization configuration stuff for the moment. Add geoserver configuration.

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

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head