Add the service registration xml schema to the database. The ecogrid build will add the schema files to the application (see seek)
use "prompt" xpath that matches current QTI serialization
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.
Moved ecogrid hostname to build.properties
handle case when there is a single question on the assessment
correct spelling of "Assessment"
Update xml paths for 2.1.0 access structure. Added the 2.1.0 path for indexing. Changed from 2.0 to 2.1.0 for querying.
Add a short sleep when moderator accepts document so system can update. This will make sure correct documents get returned to moderators list.
Remove moderators from esa skin configuration. This is currently handled via global configuration in metacat.properties
change "blah blah" to something more respectable
Add admin email to the esa skin configuration
Change name of writeTempFile to writeTempUploadFile since this instance deals with the temporary upload dir specifically
Make esa admin user and password configurable
fix javascript image references with contextUrl
Added exception to error xml to clarify error to api.
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.
Handle sessions with null ids gracefully.
Do not throw exception when skin metadata file is missing. Instead, remove the skin from the available skins list, write an error message to the log and continue on. This was already done for the skins properties file.
Check for null session ID when touching session.
Add the context url as a parameter to insertLoginBox() in branding_extensions.js.
Get the organization list from org.name.<orgname>= property. Add these values back into metacat.properties.
Changed spatial and taxonomic display option to true.
Changing the ChangePassword method to fix password reset broke the password change functionality. Moved the fix (add dc to username) into the handleResetPassword function.
Fix typo after the error message
Include the dc in the user name when connecting to ldap to change password.
Handle non-responsive LDAP referrals without killing the script, but still require the main LDAP to be up.
Add cgiPrefix to the template variables.
Don't worry about checking for user permissions when inserting a new document
add instruction to install scalar::util for registry
Add a few more debugging messages to LDAPweb to help find timeout issues
Do not back up password properties
change the eml tag to RC4 instead of head.
Add documentation for serviced based architecture and utilties classes.
Only configure skins that are correctly configured in the skins directory.
Check for existance of backup file location at startup time.
Only show the backup configuration screen if the system cannot discover a directory.
Go back to main context page when user cancels login.
A slew of fixes in the process of fixing bug #3679: - omit port number from the contextUrl if running on 80, looks bad in exposed URLs - explicitly pass the metacat object to newAccessionNumber, the global definition of the object had introduced a difficult to track bug...
Kill more pesky ant tokens, replace URL references with fully qualified URL as this page is rendered into emails.
confirmData template changes for dealing with modified otherEntity data
fix ESA contextURL reference
- move moderatorComments into //additionalMetadata/metadata/ as per EML 2.1 (Bug #3679) - overlay skin-specific email properties on system-level properties (email hostname)
validate only required fields.
add the ability to validate that only required fields are populated.
Process affiliated ldap info
Add sections for the unaffiliated user configuration and add required field to appropriate fields
Fix problem with failing authentication for creating new accounts. (Bug #3725)
minor change to help nick test irccat
Enable debugging for LDAPweb.
DRY out login request code
Ensure that file permission is always set. If unset, it'll cause the EML document to be invalid.
Complete implementation of otherEntity editing and deletion, syncronizing changes to EML document. Now all elements which are created by the form can also be edited (Bug #3319). Also prevented associated party duplication on modification.
Fix typos in error messages.
only shift once; fix typo in writeFile
Fix issue with missing AdminDB parameters causing the registry script to fail (Bug #3741)
Remove outdated CGI related build properties.
standardize registry debug messages with 'Registry:' prefix
Further fixes for allowing editing with otherEntity objects, completed deserialization and copying of file metadata from existing data objects (Bug #3319). Still needs more work.
fix typo preventing guide pages from showing (Bug #3726)
The test was failing because it was reading the sitemap file into a buffer and the limit was being reached. Used the FileUtil string reader to get the file.
Move the logMetacat global
Only check user permissions for online data if the data already exists.
Get the metacat url from the SystemUtil.
Don't die if the xml-debug file can't be written to the temporary directory. Instead, write a warning. Include the directions for making the temporary dir writable to the apache user in documentation.
Include error checking for required distribution elements, which must be non-empty strings in EML 2.1 (bug #3721).
Add back the auth.base variable to metacat.properties. Use this variable when creating ldap distinguished name.
Update properties usage to be correct, use proper LDAP URL, move template function higher up to prevent prototyped subroutine definition issues.
Update moderators element to current token, fix undefined variable in ESA logic.
Try to create the backup directories before creating th ebackup files.
add security constraint sections to disallow access to *.cfg and *.properties files.
Add a section for skins testing
Add script for converting documents with docnames into the filename stored within the objectName field of the EML. This, along with changes in the 1.9 release should eliminate incorrect filenames (Bug #2566).
change dev-install target to be install target
Create a propertyService.getTestInstance method to facilitate unit tests
change metacatconfigure.html to metacat-configure.html
Add image for backup directory configuration screen
Add source build instructions
Add backup configuration page
comment out temp-dir property
Add external (backup) directory discovery methods.
Remove org configuration methods since they are not used. Get the backup configuration directories when doing a bypass. Implement the refresh method.
This service now holds a registry of active services. Refreshing of services must go through this class. Also holds some common values that are discovered via servlet context.
Implement refresh methods inherited from base class
Remove the configuration directory from the PropertyService constructor
Do not worry about creating backup directories here
Use configured backup dir when discovering data directories
Handle backup configuration action
Class to support backup directory configuration
Deleted this file. Organization level configuration is not used.
Renamed MetaCatUtil to MetacatUtil
Removed extra %> that showed up on page
Added backup directory properties
change db script description to run against metacat user instead of postgres user.
Moved cvsroot property up in the file since it is one that may need to be updated by developers.
Added files to create any version of database schema from scratch