use local release of OpenLayers api so that it works over https with our secure deployments (openlayers.org does not offer the api from their servers using https).
Change the loginForm attributes which is generated by the logout action.
Use the userManagement variable.
make the loginForm and logoutForm the onSubmit "false" and the method "post".
use explicit accessor for clientViewBean sessionid since the taglib was resulting in a blank page.
Use the userManagementurl to replace the ldapweb.cgi.
escape reserved XML characters when constructing a pathquery from user input (&). https://projects.ecoinformatics.org/ecoinfo/issues/3017
correct the "?" links in the admin pages to the docs pages that are deployed as part of metacat.
Fixed a bug the a hyper-link included the username/password input fields.
adjust the width of the label suffix.
Adjust the column width of the search result.
Make the display of the schedule table fit the IE browser.
Use submitLoginFormIntoDivAndReload to replace submitLoginFormIntoDiv js function.
The kar id will have version number.
redirect to the registry form following successful login - but allow an override in case we only want to render the success and stay there (ajax call from main sanparks page).
Remove header2, footer2 and left-nav2 files.
Use the absolute path for the change permission jsp page.
Add header style to distiguish header and normal row.
Make TPC link to use the same mechanism to open header and left panel.
widen the third column.
change the footer to be regwhitetext style.
make regtext style black and add new style regwhitetext.
Using the method sending form parameters rather than form object.The reason is IE will invalidate the form object after putting a login message on the div which contains the form.
Using the method which reloads the page after sending login. This will fix an issue that the search function couldn't get the session id after login.
make the left panle look exactly the same as the left panel of index.jsp.
Make "Change Access Permission" button work on sanparks scheduler web page.Merge the change from 1.9.5 branch to the trunk.
Merged in the D1_0_6_2_BRANCH changes that include the transition from ObjectFormat calls to ObjectFormatCache calls.
remove entity encoded characters that were garbled in browser (sanparks patch)
additional overrides for color
use white links override only in header menu
force the leftnav section to wrap their links
override problematic CSS properties that were introduced as part of the new look and feel for default EML display
remove sanparks boundaries from the default map, but allow them to be added as an additional layer from the saeon/sanparks skin.use css to style the spatial query search widget controlhttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=2188
use OpenLayers implementation for rendering map/spatial search - has it's own copy of locations and a different bound for the maphttp://bugzilla.ecoinformatics.org/show_bug.cgi?id=2188
Change the column width again.
change the column width of the workflow run table.
Change the column size according the text change.
Modify the column width to show the Delete link.
Add more parameters such as sessionid, authenticationURL and authorizationURL for unscheduleWorkflow, rescheduleWorkflow and delete action.
Fixed a syntax error.
Add more parameters to the servlet.
include 'value' translations when searching EML 2.1.1 (squery and query actions)
Add new selection - destination repository in tpc scheduler.
Add kar lsid to search the schedules.
include EML 2.1.1 documents in skin (path query search, mostly)
correctly set the map location based on organizationScope
correctly set the organizationScope from the request value - filters the search results by location
remove "indus" urls
Merge 1.9.2 changes back into the trunk
change dropdown select event to work on IE.
Fix main cross browser gui compatibility issues in sanparks tpc skin.
remove the "optional" tip since it is not currently optional
Start to fix I.E. gui issues
Remove seconds and minutes values from workflow scheduler and add weeks and months.
Change access section in getaccesscontrol and getdocumentinfo apis to be more eml 2.1.0 compliant. Add a block access option to setaccess api.
Create workflow access pages
Add ability for doc owner to add user access to workflows.
Only allow workflows with kars that have user write permissions to be scheduled.
move worflow page sections from common into the sanparks skin files
Change sanparks skin to log in with browser session instead of metacat client session so session can be validated on other pages.
Add session validation to metacat tpc and workflow scheduler. Fix sanparks skin session management so it always uses the logged in session id.
Add the ability to delete a scheduled workflow (move status to deleted in database)
Added end time to workflow scheduler.
Input date formatting changes
Adjust width of workflow resultset column so download link shows up
Beef up comments
Updates primarily for final workflow and run xml metadata design
Added tpc workflow search and browse capabilities
Fix reference to old common/eml-2.0.1 directory
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.
add lter, ltss and saeon skins configurations.
Add eml 2.0.1 document return type
redicts to index.jsp
add support for displaying eml 2.1 documents.see: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3528
Added required options for setting default public on documents, special flag for ESA documents
Fix workgroup description
remove skin.configs directory.migrate those properties to the style/skins/* properties filesdo not load them during Metacat init.
[re]add predefined locations selection (using the drop down list).with firebug disabled, I see so error messages.
add legend (layer selection checkboxes)
bring up to date with map builder 1.5rc2. core functionality (zoom, pan, dataset search) is present.note that the predefined locations dropdown is missing from this implementation - hopefully will be working again soon...
Bring the <skin>.properties file into sync with the old <skin>.cfg data. Modify metadata files so appropriate configuration information is shown for each skin.
Set default skin property values
redirect to KNB site for new account (unaffiliated) creation. per J Kruger's request
Merge 1.9 changes into Head
increase left nav height for IE so that all the nodes are shown(not the best in FF - but better than nothing)
merge 1.8.1 to head
do not include NCEAS projects in registry for saeon
uncomment the registry link in the header
increase height of left nav for new SAEON nodes
add new SAEON nodes (requested by Judith)
Added missing "/" from ascii-treeview.xsl path so documents can be viewed in treeview. (Ticket 3176)
Changes to remove ANT tokens for the turnkey install project
Changing search field from idinfo/keywords/theme/placekey to placekey
limit searching to "common" fields that are indexed.include checkbox to search all fields.see bug #3174
Get rid of the ant tokens and the relative paths by using the context url and cgi prefix provided by the settings.jsp.Now the "short form" of urls will work with the iframe skins. sanparks and saeon can also be set as the "default" skin and the paths will resolve correctly....
replace relative urls (for stylesheets, js files, and even form actions) with absolute paths. yes, this means using ant tokens still.needed for using 'sanparks' as the default skin when deployed on dataknp.sanparks.org
use color from background for highlight, tablehead text - more in keeping with the L+F
include cfg parameter to pull in correct skin format for cgi/ldap
comment out the dataset registration link (at least for now)