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....
Added scripts to install an oracle or postgres database for a particular version of metacat back to version 1.4. Pulled these from previous metacat tags.
Added debug statements that tell which subtest is being run.
Display the deb.runConfiguration property in debug
Add additional indexed to match postgres scripts
Re-add the xml_node id trigger. In oracle, this gets blown away when we switch tables.
Add nodedatanumerical column and associated population sql
Add date to log output. Shorten Metacat to MC
improve clarity of the available cart actions by:-hiding/showing the logical options for a given screen (only allowed to remove when viewing the cart)-refresh when cart changes - more positive feedback that pushing buttons actually did something.
make "add to cart" more obvious (with icon, too!)
Add new variable to see if resolver download a new schema.
Add debug statements to the bypass config section
Delete test document after test is through.
Add support email to configuration error messages
Make ecogrid deploy directories relative paths.
the metacat directory no longer has to be set for ecogrid (seek) checkout and build.
Reload backup properties after they are changed so it will show up on the configuration form when you go back to it.
Show selected value in dropdown field
Add schema locations for 2.1.0
Handle ignoring oracle errors when we try to delete an object that doesn't exist. Also, add parsing for sql script with pl/sql.
adding document "cart" feature to metacat. will not be highly published as a feature until well-vetted.
add login feature for first. integrates with existing metacat-skin-based login approach.only show cart for authenticated users.
add logout link.do not search for cart documents if the cart is empty.
minor fix
Change unaffliated to match the LDAP name
Further rework on ldapweb.cgi for 1.9 compatibility. Finished changes needed to have skinnable presentation for ldapweb.cgi, and reworked the organization logic to be compatible with our current method of storing the data (organization.* within metacat.properties).
add spinner for long searches
highlight the cart contents on reload
use regular hyperlink to viewing question (item) details - nested form elements were causing grief after being included with ajax calls.
refresh the entire cart view when modifications are made.add icons to many of the control features (download, remove...)
show selected metadata fields in the cart view and allow them to be removed from said view
added Scriptaculous effects to many of the ajax calls.neat-o!
can now select and save metadata fields from a document and use them when merging across documents in the "cart"
use full width of the screen
Convert remainder of tests that use PropertyService to extend the MCTestCase class
Add properties file that tells tests where to look for configured metacat application.
Have test cases read properties from configured metacat.properties file.
add "cart" information (won't work for others until i commit the backing classes in meetacat servlet...but need to track the changes for this now).
[optionally] view assessment details from within results set
Number of fixes, including removing all lastid code and replacing with a single function which always queries remotely instead of relying on lookups, solving #3019. Fixed parsing of spatial coordinates for site-based skins, removed dependency on AppConfig as we're fully using .properties files at this point.
parameterize the div used for ajax results
Enable upload as default on NCEAS skin
Export environment variables in tomcat startup file
correct targets for links in iframe
Change references of baseUrl to contextUrl, fix parsing error in confirmData which was throwing errors due to invalid keyword counts
Created a distbin target that creates a binary zip and tar.gz which has the war file and supporting install files.
Add SpecNet .properties file for registry usage
Added required options for setting default public on documents, special flag for ESA documents
build Metacat.pm from within ant. Deploy cgi files to lib dir inside metacat.
Source the lib directory in the metacat application. This is the new location of Metacat.pm
Add application.tempDir to configuration form and documentation.
Add cpan install description for Config::Properties package
rearrange pages, search features, etc...
search within specific fields - with option for matching any vs. all
search method for retrieving specific documents (matching docid)
added place holders for structured search fields
Add debug statements
Fix workgroup description
Replace usage of temp-dir with proper application.tempDir property
Further improvements to the registry to properly support the new properties. Removed all variables previously passed around between forms which should always be available canonically from the skin.properties file and replaced with refences to properties value for the skin being used. Removed some cruft from both files, fixed mior issues mentioned in bug #3487.
Increase test cases to include testing read action which reads file from disk and squery which reads from db. Create separate cases for eml 2.0.1 and 2.1.0
Move common constants into MCTestCase base class
Add jstl jar files for sbclter skin
Remove backed up resultset.xsl files
Fix duplicate COMMON_SEARCH_METACAT_POST_FIELDS variable.