Remove the "#none" href attribute from links in the MetacatUI metadata entry form.
Replace the /u00A0 character encoding with space character instead since /u00A0 displays literally in browsers
Fix XML validation errors in the metacatui confirmData template for the registry. Add a test script that submits multiple datasets to the registry.
Check for undefined and null elements to avoid errors in IE 8 and earlier in the registry entry form JS
Close a <span> HTML tag in the entry form MetacatUI template to avoid errors in older browsers
merge from trunk: these open layers resources were not committed!
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).
remove metacarta map layer -- their WMS service is no longer responding.
Use the default metacatui theme to replace the skin name.
Add the code to dispaly the label for the organization selection.
Read the organization label and name from a hash.
Add a default page to handle the user management for the filed-based authentication.
Add a variable to store the user management url.
Use the userManagementUrl to replace the ldapweb.cgi url.
set the page title without always using "Data" in the name - rely on the skin.properties values to drive that in the template.
show recaptcha on load without user having to click. works in both metacatUI and in traditional server-side skin (cfg=account)
surround the ldap account tools in a div so we can replace them with theme-specific links as needed in the metacatUI. https://projects.ecoinformatics.org/ecoinfo/issues/6191
use "Username" in header
include href on the captcha link so that it shows as a pointer -- but doesn't navigate anywhere.
Use https to replace http. Otherwise, the recapatcha code can't show up in a https link.
add "btn" class as stop-gap for metacatUI styled email links. https://projects.ecoinformatics.org/ecoinfo/issues/6066
comment out the "forgot password?" link so that we can use the reset page in different UI locations.
remove unused JS that was only throwing an error when loaded via ajax
include link to show the captcha - ensures we have all the divs loaded when the script runs to generate the code. https://projects.ecoinformatics.org/ecoinfo/issues/6098
use AJAX method of including the captcha. https://projects.ecoinformatics.org/ecoinfo/issues/6098
Fixed a typo.
use correct id for the lookupAccount link - used in metacatui view.
Edit some of the instructions for registering an account. https://projects.ecoinformatics.org/ecoinfo/issues/6063
add lookupname link to the login form. https://projects.ecoinformatics.org/ecoinfo/issues/2635
Remove the words relative to knb.
Add a link for forgot password in the loginForm.Remove the words with specific knb.
Add a template to handle the success of looking up the username.
Add a tempalte for users to look up the forgotten username.
Add information about the activation email.
Add a new template to handle the success of the email verification.
Add a new template to handle the failure during the email verification.
replace the hard-coded organization list.
Remove the sentence which saied the failure reason is the uid has been used.
Display the recaptcha on the register stage.
Add the recaptcha protection.
[merge from branch] use #view and #share links for new metacatui deployment.
add change password option
how many go into 12?
include id attributes for the account management links
all registry actions are being pulled in via ajax and do not need headers/footers in the template material.
use text-error class for error messages
use h3 tags for the headers rather than embedded tr/td classes
move Login header to container, not the fluid span.
remove the actual href
enable listening to the "register another package" link
soften the failure page ("Whoops!")
remove note about reloading the guide page -- it ain't a page anymore!
switch where Registry Guide modal header is defined
convert all ? links to launch the modal window
use larger modal
add space to modal header to preserve vertical format
clean up guide header
clean up the modal guide - finally working. except for the section #anchors
move the modal div out of the containing sections to display properly
static loading of the guide
why cna't I load the guide?
does order matter?
grasping now
ad role="button" attribute
remove data-remote
use data-remote=true to load contents from url
rely on bootstrap to trigger the modal box
make remote=true for the modal dialog
more modal work...
try modal help window to load the guide section
remove the footer that (i swear) was hiding
do not load login.js since requirejs will do it for us
prep for ajax/metacatui use of login form
use hidden field for the dataWrong parameter
settle on yes/no confirm buttons
use RegistryView listeners for the form submission process
use consistent article id="RegistryXXX" patterns for css.
remove header/footer from registry response for ajax inclusion.
use event listening in the RegistryView to submit the form.
submit form via ajax
remove the header and footer so the registry form can be loaded via ajax into an existing dom.
do not squash on eml-physical.xsl definition of the template match="citation" by using a named template for fgdc.
For inline anchors, embed the anchor in the heading, which will help in selecting these in CSS for styling with a fixed navbar and header.
use correct anchor in guide for data upload section
add section for data file upload to the guide
use "span8" instead of "input-block-level" for textarea inputs
use 100% width table for methods paragraphs
missed a couple: use class="input-block-level" for large textarea inputs
use class="input-block-level" for large textarea inputs
add "addXXX" tr for sorting to work, or at least not throw an exception on submit()
add "addAssociatedParty" tr for sorting to work, or at least not throw an exception on submit()
add class="btn" to all buttons (bootstrap look and feel)
remove the comment about taxarow place holder -- DOM manipulation assumes there is none....
remove double quotes
syntax error?
use correct icon for taxon removal
use icons for all other list editing
use icons for associated party list editing