Project

General

Profile

Statistics
| Revision:

# Date Author Comment
10206 04/06/2017 09:51 AM Chris Jones

Add the 'Collaborator' role to the list of roles in the EML Registry CGI.

refs https://github.com/NCEAS/metacatui/issues/78

10195 03/24/2017 06:30 PM Bryce Mecum

Fix broken links in taxonomy section of registry guide

9881 08/12/2016 11:55 AM Lauren Walker

Move the "go back to editing" button to the top of the confirm page too.
Make sure all links in the confirm stage open up in a new window.
Make the "yes submit" button styled as the primary choice.

9878 08/10/2016 01:25 PM Lauren Walker

Move the "MultiSelector" JS from the entryForm.tmpl to the entryForm.js. This ensures that the JS will run after all the functions in entryForm.js are declared. This was causing JS bugs in the registry and metacatui.

9877 08/09/2016 11:35 AM Lauren Walker

Make sure all links in the registry form and registry guide open up in a new tab.

9857 07/11/2016 03:13 PM Lauren Walker

Merge changes from 2.7 branch

9851 07/08/2016 03:35 PM Chris Jones

Update the trunk with the confirmData template based on the 2.6.0 tag.

9827 06/28/2016 04:27 PM ben leinfelder

add sample DCX document for debug comparison. https://redmine.dataone.org/issues/7829

9806 05/23/2016 10:34 AM ben leinfelder

render temporal periods and single dates. https://redmine.dataone.org/issues/7686

9805 05/20/2016 06:15 PM ben leinfelder

surround onedcx metdata display in form-horizontal section for more consistent layout with other metadata standards. https://redmine.dataone.org/issues/7686

9804 05/20/2016 03:53 PM ben leinfelder

place bounding coordinates in controls-well. https://redmine.dataone.org/issues/7686

9797 05/19/2016 09:54 PM ben leinfelder

consolidate online access section. format xsl whitespace

9787 05/19/2016 12:33 PM ben leinfelder

add creators and online access sections for DCX. https://redmine.dataone.org/issues/7686

9786 05/19/2016 12:19 PM ben leinfelder

add first pass at DCX XSLT. https://redmine.dataone.org/issues/7686

9785 05/19/2016 11:25 AM ben leinfelder

merge from 2.6 branch: include multiple alternate identifiers in hidden form if there is an error that needs to be corrected and resubmitted.

9780 05/18/2016 09:01 AM Chris Jones

Merge changes from the 2.6.0 release.

9633 04/01/2016 03:49 PM ben leinfelder

merge changes to accommodate multiple alternative identifiers into trunk from 2.6 branch.

9587 03/24/2016 04:16 PM Chris Jones

Merge minor registry changes from the 2.6 branch back to the trunk.

refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/107

9558 03/15/2016 08:14 AM Chris Jones

Add a funding input textbox into the entry form (not hidden per Matt), and add the hidden inputs into the confirmData and genericResponse templates for maintaining state across stages.

refs https://github.nceas.ucsb.edu/KNB/arctic-data/issues/42

9163 04/08/2015 04:18 PM Lauren Walker

Remove the "#none" href attribute from links in the MetacatUI metadata entry form.

8836 08/18/2014 09:30 AM Lauren Walker

Replace the /u00A0 character encoding with space character instead since /u00A0 displays literally in browsers

8817 07/30/2014 11:24 AM Lauren Walker

Fix XML validation errors in the metacatui confirmData template for the registry. Add a test script that submits multiple datasets to the registry.

8728 04/07/2014 01:25 PM Lauren Walker

Check for undefined and null elements to avoid errors in IE 8 and earlier in the registry entry form JS

8727 04/04/2014 12:03 PM Lauren Walker

Close a <span> HTML tag in the entry form MetacatUI template to avoid errors in older browsers

8685 03/02/2014 06:26 PM ben leinfelder

merge from trunk: these open layers resources were not committed!

8673 02/27/2014 12:50 PM ben leinfelder

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).

8659 02/26/2014 10:29 AM ben leinfelder

remove metacarta map layer -- their WMS service is no longer responding.

8551 02/03/2014 09:30 AM Jing Tao

Use the default metacatui theme to replace the skin name.

8543 01/30/2014 03:13 PM Jing Tao

Add the code to dispaly the label for the organization selection.

8541 01/30/2014 02:48 PM Jing Tao

Read the organization label and name from a hash.

8527 01/23/2014 02:37 PM Jing Tao

Add a default page to handle the user management for the filed-based authentication.

8525 01/22/2014 05:34 PM Jing Tao

Add a variable to store the user management url.

8523 01/22/2014 04:34 PM Jing Tao

Use the userManagementUrl to replace the ldapweb.cgi url.

8385 11/09/2013 01:32 PM ben leinfelder

set the page title without always using "Data" in the name - rely on the skin.properties values to drive that in the template.

8384 11/09/2013 01:09 PM ben leinfelder

show recaptcha on load without user having to click. works in both metacatUI and in traditional server-side skin (cfg=account)

8370 11/07/2013 09:16 AM ben leinfelder

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

8368 11/05/2013 04:25 PM ben leinfelder

use "Username" in header

8359 10/31/2013 09:57 AM ben leinfelder

include href on the captcha link so that it shows as a pointer -- but doesn't navigate anywhere.

8260 09/20/2013 02:58 PM Jing Tao

Use https to replace http. Otherwise, the recapatcha code can't show up in a https link.

8257 09/20/2013 12:48 PM ben leinfelder

add "btn" class as stop-gap for metacatUI styled email links. https://projects.ecoinformatics.org/ecoinfo/issues/6066

8256 09/20/2013 12:47 PM ben leinfelder

comment out the "forgot password?" link so that we can use the reset page in different UI locations.

8255 09/20/2013 12:30 PM ben leinfelder

remove unused JS that was only throwing an error when loaded via ajax

8251 09/20/2013 08:32 AM ben leinfelder

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

8250 09/20/2013 07:48 AM ben leinfelder

use AJAX method of including the captcha. https://projects.ecoinformatics.org/ecoinfo/issues/6098

8249 09/19/2013 05:04 PM Jing Tao

Fixed a typo.

8247 09/19/2013 01:52 PM ben leinfelder

use correct id for the lookupAccount link - used in metacatui view.

8238 09/18/2013 03:08 PM ben leinfelder

Edit some of the instructions for registering an account. https://projects.ecoinformatics.org/ecoinfo/issues/6063

8237 09/18/2013 03:07 PM ben leinfelder

add lookupname link to the login form. https://projects.ecoinformatics.org/ecoinfo/issues/2635

8235 09/18/2013 02:01 PM Jing Tao

Remove the words relative to knb.

8233 09/18/2013 01:21 PM Jing Tao

Add a link for forgot password in the loginForm.
Remove the words with specific knb.

8227 09/17/2013 04:50 PM Jing Tao

Add a template to handle the success of looking up the username.

8226 09/17/2013 04:49 PM Jing Tao

Add a tempalte for users to look up the forgotten username.

8215 09/16/2013 09:44 PM Jing Tao

Add information about the activation email.

8213 09/16/2013 05:41 PM Jing Tao

Add a new template to handle the success of the email verification.

8212 09/16/2013 05:40 PM Jing Tao

Add a new template to handle the failure during the email verification.

8205 09/16/2013 02:29 PM Jing Tao

replace the hard-coded organization list.

8195 09/13/2013 01:30 PM Jing Tao

Remove the sentence which saied the failure reason is the uid has been used.

8170 09/06/2013 12:01 PM Jing Tao

Display the recaptcha on the register stage.

8167 09/05/2013 04:59 PM Jing Tao

Add the recaptcha protection.

8116 08/03/2013 04:56 PM ben leinfelder

[merge from branch] use #view and #share links for new metacatui deployment.

8093 07/31/2013 07:36 AM ben leinfelder

add change password option

8092 07/30/2013 04:46 PM ben leinfelder

how many go into 12?

8091 07/30/2013 04:45 PM ben leinfelder

how many go into 12?

8089 07/30/2013 04:21 PM ben leinfelder

include id attributes for the account management links

8088 07/30/2013 04:07 PM ben leinfelder

all registry actions are being pulled in via ajax and do not need headers/footers in the template material.

8087 07/30/2013 03:58 PM ben leinfelder

use text-error class for error messages

8086 07/30/2013 03:51 PM ben leinfelder

use h3 tags for the headers rather than embedded tr/td classes

8073 07/23/2013 02:24 PM ben leinfelder

move Login header to container, not the fluid span.

8068 07/22/2013 02:02 PM ben leinfelder

remove the actual href

8067 07/22/2013 01:58 PM ben leinfelder

enable listening to the "register another package" link

8066 07/22/2013 01:35 PM ben leinfelder

soften the failure page ("Whoops!")

8065 07/22/2013 01:32 PM ben leinfelder

remove note about reloading the guide page -- it ain't a page anymore!

8064 07/22/2013 12:46 PM ben leinfelder

switch where Registry Guide modal header is defined

8063 07/22/2013 12:30 PM ben leinfelder

convert all ? links to launch the modal window

8062 07/22/2013 12:22 PM ben leinfelder

use larger modal

8061 07/22/2013 12:13 PM ben leinfelder

add space to modal header to preserve vertical format

8060 07/22/2013 12:12 PM ben leinfelder

clean up guide header

8059 07/22/2013 12:09 PM ben leinfelder

clean up the modal guide - finally working. except for the section #anchors

8058 07/22/2013 12:00 PM ben leinfelder

move the modal div out of the containing sections to display properly

8057 07/22/2013 11:54 AM ben leinfelder

static loading of the guide

8056 07/22/2013 11:52 AM ben leinfelder

why cna't I load the guide?

8055 07/22/2013 11:38 AM ben leinfelder

does order matter?

8054 07/22/2013 11:36 AM ben leinfelder

grasping now

8053 07/22/2013 11:31 AM ben leinfelder

ad role="button" attribute

8052 07/22/2013 11:29 AM ben leinfelder

remove data-remote

8051 07/22/2013 11:17 AM ben leinfelder

use data-remote=true to load contents from url

8050 07/22/2013 11:14 AM ben leinfelder

rely on bootstrap to trigger the modal box

8049 07/22/2013 10:42 AM ben leinfelder

make remote=true for the modal dialog

8048 07/22/2013 10:39 AM ben leinfelder

more modal work...

8047 07/22/2013 10:30 AM ben leinfelder

try modal help window to load the guide section

8046 07/22/2013 09:29 AM ben leinfelder

remove the footer that (i swear) was hiding

8045 07/22/2013 09:25 AM ben leinfelder

do not load login.js since requirejs will do it for us

8044 07/22/2013 09:00 AM ben leinfelder

prep for ajax/metacatui use of login form

8043 07/21/2013 02:44 PM ben leinfelder

use hidden field for the dataWrong parameter

8042 07/21/2013 02:40 PM ben leinfelder

settle on yes/no confirm buttons

8041 07/21/2013 02:08 PM ben leinfelder

use RegistryView listeners for the form submission process

8040 07/21/2013 01:58 PM ben leinfelder

use consistent article id="RegistryXXX" patterns for css.

8039 07/21/2013 01:51 PM ben leinfelder

remove header/footer from registry response for ajax inclusion.

8038 07/21/2013 01:42 PM ben leinfelder

use event listening in the RegistryView to submit the form.

8037 07/21/2013 01:25 PM ben leinfelder

submit form via ajax