Remove ant tokens
Replace Ant tokens
Added top level files for sbclter skin
remove skin.configs directory.migrate those properties to the style/skins/* properties filesdo not load them during Metacat init.
Upgrade to MapBuilder 1.5rc2
use correct detokenizer (CONTEXT_URL)
remove obsolete knp skin. this has been replaced by the sanparks skin.
use nrs for search results skin name.
[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...
make as-you-type search the default.remove assessment vs. question search checkboxes...confusing.
refactor search methods into common search.js file.start on making ajax-based search from the index page.state of things: now merging across assessments and including question-level metadata
use the generalized (and now built-in) data query mechanism for downloading "merged" data.
refactor into reusable methods such that queries can be constructed from different form interfaces.
detokenize
Addition of sbclter skins to svn
fix the optional "include questions" checkbox so that it actually toggles the option.
added support for merging response data with question-level metadata
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.
only include checked metadata
add dataquery construction via js.used in the first XSL-housed style sheets
switch to jsp
de-tokenize (finally)
render the pages using the common settings
switch to jsp (first of many steps...)
add dataquery (from EML's Data Manager library) to the metacat servlet actions
Set default skin property values
redirect to KNB site for new account (unaffiliated) creation. per J Kruger's request
Refactor templates for recent properties changes, round 2
Perl token changes as per meeting with Mike Daigle
Fully qualify spatial and replication properties
Use qualified properties
prevent subsequent queries from going to KNB when not selected to do so. fixes bug: http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2796
Get organization list from new OrganizationUtil class
Add skins properties files to default skin
Merge 1.9 changes into Head
more improvements to the UI
fixed bug in prev/next buttons
added a tabbed interface
selected tabs
new graphics for the tabs
include changes to the first/metacat integration projectmerging/union across multiple datapackages now supported
updated the link the ITIS
save point before extending to allow merging across assessments
added functionality to make the document public after upload
increase left nav height for IE so that all the nodes are shown(not the best in FF - but better than nothing)
javascript now remembers queries and can display xml or html versions of documents
added style for the ontologies and made the search results remember their page
updated stylesheets for ontologies
Merge METACAT_1_8_1 to cvs head.
merge 1.8.1 to head
got ajax calls working to display existing datasets in a paged table
removing unneeded files
cleaned up the upload functionality a bit.
changed message for successful upload, removed some clutter
replacing the file with files from before I messed up this directory
rebuilding the knb skin from before the time where I messed it up
putting the sms skin in the sms directory for real
removing some sms that somehow got in this dir
you can now upload xml documents with the sms skin
adding content to the skin and fixing some login errors
Check into cvs head. Add "cfg=default" into the link to create/reset/forget password ldap account.
got ajax calls working to do login/logout for the sms page
Check into cvs head. Change CGI_PREFIX to CGI_URL
check into cvs headd. change skin from default to knb.
adding new skin for SEEK SMS.
do not include NCEAS projects in registry for saeon
uncomment the registry link in the header
increase the left nav once again (accommodate new SAEON nodes)
increase height of left nav for new SAEON nodes
use the docid from the metadata rather than the parameter when operating on the metadata document (in cases when the docid w/o revision is not given).see bug #3389
use starts-with function for cases when the abbreviated docid is used to retrieve the metadatasee bug #3389
adjust height to accommodate previous change:-add new SAEON nodes (requested by Judith)
add new SAEON nodes (requested by Judith)
use the first (0) column as the index for questionId when selecting only a subset of the assessment data
add handling for qti metadata in resultset view
adjust xpaths to match changes to edml/qti output by FirstMorpho
Merging Perl changes into detokenization branch. Removes usage of tokens from all Perl and Perl Template Toolkit files, instead using pure Java .property files to manage settings. Basic path for eliminating .cfg files from Perl, and skin.config files from Java side. Backported changes from 1.8.1RC1 release.
Added missing "/" from ascii-treeview.xsl path so documents can be viewed in treeview. (Ticket 3176)
use CDATA when calling the insertTemplate...() javascript methods.
include contextURL parameter (part of token elimination)
include leading slash for default ascii view xsl (needs to work in cases where the doctype mapping is not found)
use the ROOT knb web application path of the search box and header inclusion.