add skin properties files so that first can be enabled as the default when configuring metacat in the admin interface.note: not checking in the modifcation to metacat.properties file - that will remain a deployment-specific change and not included in the standard distribution
created a deb-package target which builds a metacat debian package.
Add a release candidate number for packaging purposes.
Scripts to support a debian package build
Move these scripts to the debian directory
Remove old backup version
handle mixture of datapackages: some with demographic data, some without.takes advantage of the [new] StaticSelectionItem feature in the datamanager
readding DM library (again!)
why does SVN hate me?
include demographic data if present in the datapackageTODO: handle a mixture of datapackages when performing the union (i.e. cases when one package as demographic data and the other does not)http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3519
Add unit testing and build issues.
Add test files to source distribution. Remove old tar and zip files from the distribution.
use standard ajp13 worker instead of custom knb
Add metacat source build instructions and apache configuration instructions.
Get helper files from src/scripts
point to renamed metacat-install.html
add a build-metacat target that is more intuitive than install-ecogrid
Update installation docs for war install
assessment title and type are now elements rather than attributes in edmlhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=3345
revert changes - keep the options commented out.the fix is in the utilities project.
Moved Search and Browse functions into the search frame.
uncommented these <config> elements so that Metacat actually starts without error.TODO: find out why they were in there commented out, and also make sure we can start metacat even if a skin has some junkie metadata files in it.
catch and report missing skins configuration files.
add lter, ltss and saeon skins configurations.
Add kepler to available skins
Reformat file
Catch login errors and report the details via an exception.
Added code to populate moderators from metacat.properties
added moderators back to metacat.properties
Number of ESA-related fixes: - fix review panel to reference valid URL using cgiPrefix - update ESA document creation to use XSLT methods instead of split() - add code for ESA access rules fix (to be used in 1.9.1) - use moderators in metacat.properties (postpone skin-based configuration till 1.9.1)...
moved scripts from bin dir
move this directory to src/scripts
Added 1.9.0 release notes
removed disclaimer. Added version notes
Add release info property to provide a brief description of the release (release candidate info mostly)
Fix indexing
Include moderators option in esa skin configuration, add anchor link within the properties document.
Remove redundant moderator properties, which should instead be controlled per-skin
Make sure application.tempDir points to a location readable by apache, so we can write uploaded binary files to disk.
Replace usage of 'cgi-url' with 'cgi-prefix' in XSLT transformations, fix the ESA review process to accept the 'metacatUrl' parameter (#3687)
Added instructions for building Metacat on a local development environment.
Add a tag to the utilities module checkout
Removed obsolete steps thanks to 1.9's new location of cgi-bin and the included Apache configuration
Add Tomcat ubuntu apt-get error to troubleshooting guide.
Remove application.default-style from the global configuration screen and activate it in the skins configuration.
Update registry instructions style, initial steps.
Further ESA fixes: More 2.1.0 compliance, fix security issue
Update tomcat location to /etc/init.d version used in user installation instructions
Update metacat api documentation
Add link to troubleshooting guide
Added troubleshooting guide.
updated handleModAccept to be EML 2.1.0 compliant, streamlined document generation to use EML creation functions.
Update accessElement to accept a value for publicly readable
Combine two commands, one less step...
Fixed spelling of Metacat
Change references to LDAP to be Auth
Updated these images with the non-ldap specific screens
replace ldap-config.png with auth-config.png
Add wrapper function for transforming XML documents to current EML, change ESA skin to use newAssessionNumber, parse EML document with query instead of split()
move ldap.properties.metadata.xml to auth.properties.metadata.xml
Rename LDAPUtil to AuthUtil
This handles the configuration login form
Rename LDAPAdmin to AuthAdmin
Add a getAttributes method to pass through the getAttributes defined in the AuthInterface.
change generic authentication properties from ldap.* to auth.*
Added this class to be able to test multiple authentication strategies
Remove organization from login screen. Require fully qualified user name.
rename ldap-configuration.jsp to auth-configuration.jsp
Add incrementRevision function to replace duplicated code
CODE FORMATTING ONLY: Fix all the inconsistencies I found within the script to follow the standards used within 80% of the code: No tabs, 'if (eval) {' operator spacing, four spaces indentation, replace exit(0) with exit().
Add lsid server to metacat binary distribution.
Add instructions for installing and updating the lsid service.
change some info and warn statements to debug
Updated geoserver password help links
added replication.logdir description
Updated existing installation instructions to be more inline with binary install instructions.
fixed DatabaseConfigOverview spelling
added lsid apache/ubuntu confguration file (for sites-available)
moved to bin/install dir
Supporting images for configuration utility documentation.
Describe individual configuration utility sections
Rename geoserverconfigure.html to geoserver-manual-configure.html
Fix PostgreSQL spelling
added "generic" search term picklisthttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=3520
When checking oracle metadata, table names must be in upper case. For postgres, it's however the table was created.
moved footer section outside of if statement so it always shows up.
ldap config screen shot
Add instructions for configuring metacat ldap.
Added header and footer sections that allow admin to log in as different user and to see user documentation.
Added quick install/update sections to metacat installation instructions.
declare questionIds array for each documenthttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=3620
add start of otherEntity processing for registry edits