Add a section on testing against different db schema versions
Add information on CVS anonymous account
Move global connection variable setters into the constructor so they are retrieved every time we get a new dbConnetion object
Robustly handle file naming as per bug #2566 and the feedback of the scientific programmers (http://tinyurl.com/4n4jve).
revert the changes for: -- On update, check if the accession number exists in the db. If not, change the action to insert.
Quote filenames as per RFC2616 (http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1), this prevents filename truncation on Firefox for files with spaces within the names (part of #2566).
On update, check if the accession number exists in the db. If not, change the action to insert.
Added EML 2.1.0 test cases.
Change Inline to be inline in the test eml. Added debug statements.
Use a distributionSection object to hold a distribution and it's access.
move readerToString function to StringUtil class in utilities module.
Holds all the information for a single distribution in eml.
Change Inlinedatafilename to datafilename, since it can be the name of a regular data file
Add method to save transforming message into files.
Use a while loop to replace if.
Add code to go through eml201 document list to transform them to eml210.
Add a new class which will transform eml201 and eml 200 to eml210.
reference generic OS installation documentation
re-add line to delete source tar after distribution
move metacat-install to metacat-linux-install
Update with windows install documentation
Correct the pathing for the schema directories based on OS. Leave them in the database with linux style paths (forward slashes) since the values are also used to create urls.
add debug
Discover the external (backup) directory based on OS
Add debug statements
Add some windows specific instructions
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