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
Editing documents should check for ACL elements under //access now instead of //dataset/access
Transform EML 2.0.x documents to 2.1.0 which are found when editing with the registry, using an XSLT transformation.
Add EML 2.0.x to EML 2.1.0 conversion XSLT. Originial location is Mopho CVS /xsl/, can be pulled from externals once migrated to SVN.
Remove test.build property. All test driver files are now included in build.
remove test.build property. All test driver files are now included in build.
Trim property values
Added validation that configured ldap admins actually exist in ldap
Add some generic typing
Use default skin for dev
Use validation for form submiTtal. This validates that all fields are populated.
Add isRequired field
Add emphasis to the fact that ldap admin account(s) must exist in configuration and in metacat.
Remove EML2 beta6 document conversion support, the files required for conversion have been deprecated from Metacat.
add comment to deleteFile
install-ecogrid is required for the distbinaddresses bug #3618
add "Assessment Database" to the header bannerremove "II" from the banner
call it FIRST without the numerals
call it the "Data Cart" instead of just the "Cart"
add institution logos to footer
use solid green for chalkboard borders
Fixed the "What's this?" links to use a class, improved styling on NCEAS skin to prevent strange underlining
adjusted location of common.css file
moved this from one directory up because the user docs install in the top level metacat directory on knb web
updated links in document list
renamed to testing-metacat.html
Added new development documentation files.
Had to move the common.css file into the users directory since that directory is deployed at the top level of the knb web server metacat docs.
Fix typo
Added reference to common stylesheet at ../common/common.css
moved some common elements into ../common/common.css
Documentation on how to run JUnit test against metacat
Index page for development documentation.
Factor out common elements between dev and user docs.
Update STMML to the newest version as per EML 2.1.0
Dump copy of EML document being uploaded when debug mode is enabled.
Removed outmoded ldapweb.cfg