Project

General

Profile

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

# Date Author Comment
6802 12/16/2011 12:21 PM ben leinfelder

refresh the SystemMetadata entry for EML and referenced data files when parsing EML access rules -- this ensures our in-memory system metadata map is up to date WRT the DB entries.

6750 12/08/2011 11:22 AM ben leinfelder

check previous revision when attempting to update access control with EML 2.0.x docs
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5560

6744 12/07/2011 12:18 PM ben leinfelder

refactor Metacat access handling to be on a per-revision basis so that it more closely aligns with the DataONE approach
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5560

6606 11/04/2011 02:45 PM ben leinfelder

uses prepared statement instead of plain old statement.
deprecated the DBConnection.createStatement() method to discourage direct parameter value use in favor of parameter binding.
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5527

6595 11/02/2011 08:40 PM ben leinfelder

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5527

6019 03/23/2011 03:39 PM ben leinfelder

rollback the accessDAO changes - leaving well enough alone.

6016 03/23/2011 12:51 PM ben leinfelder

use access control dao for setting access in EML parser. send additional xml_access info in replication request

5752 12/21/2010 02:26 PM ben leinfelder

use detected XML encoding when reading/writing files
use UTF-8 as default when performing queries in the DB (assume DB is using UTF-8)
remove as many PrintWriters (uses system default character encoding only) as possible and construct OutputStreamWriters where explicit encoding can be given....

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5208 02/03/2010 01:29 PM daigle

Move the chunking of large test element data to centralized location in DBSAXNode.writeChildNodeToDB(). Beff up logging

5166 12/18/2009 01:36 PM daigle

fix spelling of word additional

5090 10/16/2009 11:10 AM daigle

Move access control source to it's own directory.

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.

4856 03/24/2009 10:17 AM daigle

Introduce replication user. Use the fileutil writer methods instead of writing directly.

4698 12/26/2008 01:07 PM daigle

Renamed MetaCatUtil to MetacatUtil

4661 12/09/2008 02:56 PM daigle

Add debug statements

4589 11/19/2008 03:25 PM daigle

Rename LDAPUtil to AuthUtil

4501 11/03/2008 11:01 AM daigle

fixed spelling of onlineURLDistributionListWithoutId variable

4471 10/21/2008 03:28 PM daigle

Fix the static error messages so they match what we are looking for in the test cases.

4212 08/05/2008 05:33 PM daigle

Continue to qualify property names

4140 07/18/2008 09:30 AM daigle

Add sql debug statements

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head

3077 11/10/2006 10:25 AM Matt Jones

Removed the release ant token from all files in 'src'.

3004 06/09/2006 01:09 PM sgarg

Allow admin to update any document

2663 10/10/2005 11:06 AM sgarg

Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call

2628 10/02/2005 03:37 PM Jing Tao

Fixed bug which currentDocument may be null.

2623 10/01/2005 09:20 PM Jing Tao

Add info about date.

2618 09/30/2005 08:27 PM Jing Tao

Remove the print out statement.

2608 09/30/2005 12:48 PM Jing Tao

Add code to handle deleted document replication.

2592 09/14/2005 11:45 AM sgarg

Removing the code that calls the indexing thread. This call will be made from documentImpl.java once document insertion and update is finished.

2397 03/03/2005 03:02 PM Jing Tao

Using a variable to replace the hard code for namesapce in inserting record to xml_relation table.

2292 09/16/2004 11:15 AM sgarg

changed function parameters in accordance with changes in PermissionController

2278 09/15/2004 11:02 AM sgarg

Fixed error in handling of multiple additional metadata tags...

2262 09/01/2004 02:43 PM sgarg

fixed some bugs in document update

2248 08/20/2004 09:21 AM sgarg

Fixed a bug in access handling when no access is specified.

2245 08/19/2004 06:09 PM sgarg

Merging in changes made in branch 'dataaccess' by Jing Tao.

2188 06/23/2004 04:50 PM Jing Tao

Get rid of some useless code.

2169 05/14/2004 02:38 PM sgarg

Made initial changes for accepting EML version 2.1.0 in Metacat

2165 05/11/2004 06:00 PM Jing Tao

fixed the bug that couldn't assign access rule for the data file come with morpho.

2161 05/07/2004 03:42 PM Jing Tao

New class to replace EmlSAXHandler.