pdf of Admin Guide
checked paging and made a couple small fixes.
Removed old versions of guide and outline.
Renamed Admin Guide to remove Draft from file name. Also made changes to LSID section.
In AuthSession, I've modified the formatOutput() method to include both the email and organization values found in the userInfo array. On successful login(), this changes the returned xml to include <email> and <organization> elements if they exist in the userInfo array. This information is useful to web client applications that need to show login status beyond just the users full name.
Added LSID description to guide.
include IO::Socket:SSL requirement (needed for LDAP TLS support with ldapweb.cgi)
Add redirect to skins directory.
include the "mock up" search fields
Removed CVS and added LSID installation instructions (untested).
added title page and updated replication instructions.
Incorporated Mike's feedback
word 97 version
Added this temporarily because I updated an old version of the doc
Add ssl virtualhost. Change non-ssl to work with ssl.
Updated Replication instructions
updating draft.
Fix reference to old common/eml-2.0.1 directory
working on incorporating feedback
Further fixes to handle mixed-file uploads: - set the fileCount object based on upCount existing files - use ucount only if it exists; remove debugging' - the entry form javascript now correctly tracks the file numbers, and can be relied on instead of using upCount...
Update load testing scripts
This file will be autogenerated with a script and doesn't need to be checked into svn
Redid outline to be 2/3 levels/fit on one page.
Add load test documentation
Update load test code
Display helpful error message when user lacks permissions to edit a document, supress the 'use Morpho' message (closes Bug #3928)
fix bug #3950, make additional uploads stick when modifying a document
Change confirm page text to make it seem less like a receipt of completed information, which has confused a few NCEAS participants. Lower the visual impact of the horizontal rules.
Insert and squery load tests
Three small fixes: - 'salutation' was misspelled and wasn't picked up correctly in document modificiation - keyword handling wasn't setting the thesaurus correctly - check against the full list of moderators for the ACL validation
Matt's comments on Metacat Admin guide.
Enable uploads for the default KNB skin. With the improvements to infrastructure Mike's done, this should work like a charm
do not duplicate the true/false indicators for the metadata vocab/value matrix
use recordNum instead of studentId for transposed data
use "recordNum" rather than "studentId"
omit studentId values from normal resultsetstrip the html tags from the qti elements for both return formats
Removed spatial coverage requirement for KNB skin
disable output escaping for CDATA html elements
split vocab/value into two columns (can easily switch back to single column)
Adding back fix for editing documents with multiple keywords, closing #3929
question choices and metadata selection controlled by a counter - can easily increase the number returned...note: probably need to make this a parameter for user or be intelligent about figuring what the widest question is (ie: does it have 5,10,20! metadata entries?)
include short answer prompts in the resultset view
include prompt for both multiple choice and short answer questions when downloading
omit the demographic data - this is not well-defined for the prototype
omit duplicate values in the for the standard metadata header section (columns for each question)
omit the metadata vocab/values from the normal header section since they will be used in the "matrix-style" header section
added more docs
add vocab name/value matrix above data rows.currently there is only a single column for the concatenated value of the vocab name + "/" + vocab value. it's so much easier!
reduce the extra whitespace on the transpose
hide the "transpose" checkbox except when on the data cart page
use name attributes for selection entity-attributes.note: this is still a static version of which question-level metadata is being included in the resultset
only "correct" non-null values
allow both text nodes and cdata nodes to provide content for document data package values (FIRST)
include qPrompt and qChoiceneed to quote the csv so that commas in the question text do not throw it off
Now the metadata attributes show as rows above the data.very close!todo: special handling for thesaurus (ie NBII/Bloom) metadata fields
pivot constrained to a List of specific attributes: studentId (record number), score, response.This is the "lower half" of the return set (data).now: on to the metadata header rows
Update version to 1.9.1. Add nrs ldap properties to configuration.
Now doing the dataquery/download in the FIRST skin's jsp rather than embedded in the Metacat servlet.TODO: implement the very-custom data return format agreed upon by the FIRST team
remove DataTranspose from core metacat - only used in FIRST skin for this 1.9.1 release
Include hack for UCNRS organization properties.
add LDAP base to NRS skin properties
- build up username using base if username isn't fully qualified (e.g. cn=Manager,dc=ecoinformatics,dc=org)- additional debugging statements for changePassword
add UCNRS LDAP properties
- fix error reporting for failed password reset request- automatically generate necessary LDAP parameters from our defaults, included in auth.base and unaffiliated properties. This won't work for skins such as UCNRS with a different base, which still need to be ...
- reformat header- add debugging for getLdapEntry searches- add 'filter' parameter for organizations
Provide improved contextUrl, provide proper URL in password reset message body
Accidentally removed ACCESS constant declaration. Restored.
Handle UtilException
Roll back replication user changes. Fix code that converts access levels to integer and to text.
Add date to log output
include pivot options for dataquery
added more to the draft.
Somehow log4j.properties is missing from head. Restoring it.
Introduce replication user. Use the fileutil writer methods instead of writing directly.
new datamanager feature!Pivot a result set (rows to columns).Handles simplest case: -single id column (observation)-single pivot column (pivot)
Beef up exception handling from file utilities. Move UtilException to MetacatUtilException to eliminate conflict with similar exception in utility package.
add date to log output
added more documentation.
Do not read or write zero length documents to/from disk
Added in-progress draft of Metacat Admin Guide.
Handle all places where ldap may be null
enclose more references to ldap and mesg in the if (ldap) statement.
made mesg var global to function.
left off ;
Do not try to use non-existant ldap object if ldap server is down.
made a few minor changes and additions.
replace eml2_0_1-style-tag with eml2-style-tag
remove unneeded ecogrid.hostname property
Use only one eml common stylesheet directory for all post 2.0.0 beta versions of eml. Point all eml versions to that directory in skin xml files.
Increase database.maximumConnections from 25 to 200
Fix registryService file locations.
made a couple corrections.
Very rough draft of Metacat Admin guide outline
Draft of Metacat overview for scientists.
Added draft of Metacat overview for scientists.
Use the EML_UTIL_0_9_0 tag
Added jing's suggested changes
include NSF grant number
Add documentation for query caching and indexing mechanisms.