Removed outmoded ldapweb.cfg
Partial fix for #3496, making the registry create EML 2.1.0 documents. The documents are internally valid 2.1.0 (they run against the validator correctly) but aren't inserting into Metacat correctly as of yet.
Change the encoding method of reponse of getPrincipal from ASCII to iso-8859-1.
fix peer.utilites.required variable. Fix Metacat.pm directory.
add getpeerutilities to utilities target
add a getpeerutilities target to check out utilities if it does not exist.
Pulled common eml creation and metacat client methods into the MCTestCase base class. Eventually, all test cases should use these common methods.
Change the db query to only pull public allowed documents when creating the sitemap file.
Insert documents with different permissions and make sure only the publically readable ones get pulled into the sitemap file.
Change getAccessBlock from private to protected so it can override the MCTestCase version
Stripped out common eml document creation elements and put into the MCTestCase base class
Add more detail to documentation
Added user documentation for sitemap registration.
Add eml 2.0.1 document return type
Add debug statements at the beginning of every test module.
Change info log messages to be debug.
Remove the code to read and write metadata to disk. It is getting put into DocumentImpl
fixed spelling of onlineURLDistributionListWithoutId variable
Move the code to write metadata to disk into documentImpl
Clean up comments and remove extra includes
use RELEASE_EML_2_0_1_UPDATE_7 tag for EML style sheet change.http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3059
Add check for null access control list
Update replication documentation
pull out the IE/FF differences into common method that returns the document object for an iFrame (works with IE now!)
try IE work around for iframe access
update the status of search items WRT the cart when adding/removing from within the search results view (when you add an assessment, the icon changes to the "remove" icon)
swap out new add/remove cart icons, ensure left and right chalkboard borders continue all the way down the page with the content
make metadata field selections only from within the cart
add page header
logout redirects to the login page (just needed to use _top)
Add some generic typing
Separate access control info into it's own list. Add getters and setters.
redesign the look and feel - save point.-cart editing is done by clicking individual assessments rather than doing them in batches.-cart status is shown in the search results (but still need a refresh for after adding cart items from search...)
Add new elements for replication.html updates
Add certificate information and update examples
Fix the deploy directory autodiscovery code so that it works regardless of where the metacat application directory is.
Change geoserver configure message to be reconfigure when geoserver is in bypass mode
Handle exception during database update
Add EML 2.1.0 access scenarios
Add test cases for EML 2.1.0 documents. Add some generics typing.
Add some generics typing
Beef up the regex to find the document namespace
Debug and comment changes
Changes to support EML 2.1.0. Mostly access control changes, but others as well.
Fix the static error messages so they match what we are looking for in the test cases.
Add some generics typing. Fixed comments.
Add some generics typing. Add getters and setters for the inline file name that the access section affects.
Add some generics typing. Separate the code that strips inline data from document files to have a different strategy for 2.0.X versus 2.1.X documents.
Redirects to the index.jsp page.
Redicts to the index.jsp page.
Redicts to the page index.jsp.
Redicts to index.jsp page.
redicts to index.jsp
add support for displaying eml 2.1 documents.split the "common" templates into nceas-common.xsl, but needed different stylesheets for 2.1.0 vs 2.0.1see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528
add support for displaying eml 2.1 documents.see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528
add support for displaying eml 2.1 documents
Get the file name from the system_id, handling cases where the id starts with http
check for existing access control rows before inserting (we do not need duplicate rows specifying the same access control)
in cases when only access control is being modified, we can temporarily ignore the exception thrown my the write method, insert the updated access control rules, then deal with the write exception. this occurs when the docid remains the same (no revision increase) but the permissions have been altered.
use correct spelling for "accessControl" elements
translate numeric permission to text permission when serializing.
use local name for end Element parsing...
New test case to test xml schema registration.
Add common test case db select, query and update methods. Add http post method.
Create new schema xml test driver files. Include a contextUrl token that gets replaced by the test java code where necessary.
contextUrl
Change the ServiceInterface into a base class called BaseService. All services extend BaseService.
remove XMLSchemaService import
change the FileUtil.createDirectory calls to catch an exception on error.
Get an instance of XMLSchemaService when refreshing.
Added refreshServices action to allow tests to refresh service caches. This will be expanded to only allow for admins.
Change some info log statements to debug
Added test properties
added testPrepare target which copies server test files into the war if the test.build property is set to true in build.properties
Added test.build property. This will control whether test files get included in the metacat server build.
Added schema files that need to be available on server to test xml schema registration.
Added xml files for testing schema.
Object to hold information about a single xml schema.
Add service to keep persistent information about xml schemas. This maintains a list of all registered schemas
Fix comments
Create document and temporary directories during configuration.
Use XMLSchemaService to access persistent schema information.
Look for schemaLocations in the document while initializing parser. If full schema validation is turned on in metacat.properties, and at least one schema is not registered locally, then turn on full schema validation in the parser.
Store schemaLocations as they are found in startElement. Save them in endDocument. In this way, schemas will only get saved locally if the document parses successfully.
Move xml schema specific functionality to XMLSchemaService
Added useFullSchemaValidation flag to toggle schema validation.
include context for replication server
use secure server for replication - note that this is WITHOUT "https://" prepended
use correct log directory/file for replication errors
replicate xml_access entries across servers.see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3464note: still needs to be tested...but needed to be checked in for other metacat installations to be updated....