Project

General

Profile

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

# Date Author Comment
6951 01/25/2012 07:41 AM ben leinfelder

rollback processing Error change -- creates a loop on error. ugh

6950 01/24/2012 10:55 PM ben leinfelder

report processing errors after exceptions have been caught and recorded, otherwise the web UI is blank and there is no clue what happened unless you look in the logs.

6669 11/17/2011 12:19 PM ben leinfelder

move replication configuration actions to the admin servlet and out of the replication servlet
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5528

6635 11/10/2011 11:36 PM ben leinfelder

DataONE MN registration/configuration is now its own configuration page in the admin interface.
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5531

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.

5374 06/08/2010 12:34 PM berkley

refactored the sessionService to use a correct singleton initialization scheme. Added true authentication to ResourceHandler.

5076 10/06/2009 10:55 AM daigle

Change RequestUtil forwardRequest() method to throw MetacatUtilException.

5030 08/24/2009 02:34 PM daigle

Change location of PropertyService to properties directory

5026 08/14/2009 02:24 PM daigle

Rename MetaCat to Metacat

5015 08/04/2009 02:32 PM daigle

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

5004 07/30/2009 10:19 AM daigle

Use context url instead of server IP. Server IP breaks if the server does not have an externally facing IP (behind a proxy server)

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.

4762 01/19/2009 11:53 AM daigle

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

4760 01/16/2009 04:09 PM daigle

Only show the backup configuration screen if the system cannot discover a directory.

4704 12/26/2008 01:14 PM daigle

Handle backup configuration action

4592 11/19/2008 03:26 PM daigle

Rename LDAPUtil to AuthUtil

4479 10/22/2008 10:24 AM daigle

Handle exception during database update

4441 10/10/2008 05:11 PM daigle

remove XMLSchemaService import

4200 08/04/2008 05:08 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

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head