Project

General

Profile

Statistics
| Revision:
  • svn:ignore: build
  • svn:mergeinfo: /branches/D1_0_6_2_BRANCH:6107-6121

# Date Author Comment
8319 10/15/2013 03:37 PM Jing Tao

Add two scripts to update the db to 2.2.2

8314 10/14/2013 03:22 PM Jing Tao

Fixed a bug that the group information couldn't be retrived from the session.

8313 10/11/2013 04:35 PM Lauren Walker

Change the guid.ezid.uritemplate.metadata property value to the hostname only, with no context

8312 10/11/2013 02:57 PM Jing Tao

Add properties to keep the hash values for the schema.xml of the solr.

8311 10/11/2013 02:42 PM Jing Tao

Fixed compile error that an ioexception should be caught.

8310 10/11/2013 11:07 AM Jing Tao

Use the setting from the metacat-common component.

8309 10/11/2013 11:06 AM Jing Tao

Some settings will be shared between metacat and metacat-index components.

8307 10/10/2013 01:01 PM ben leinfelder

prep project for 2.2.1 patch release -- will also merge to the 2.2.x branch.

8306 10/10/2013 12:27 PM ben leinfelder

correctly configure metacat-index to use metacat context/deployment location. https://projects.ecoinformatics.org/ecoinfo/issues/6138

8305 10/10/2013 09:20 AM Jing Tao

Change the svn location of the schema.xml file to d1_cn_index_processor 1.2.1. The 1.2.1 release is a "buildout" release. There was no code change.
Skye change the attribute "stored" to be true for the authorSurNameSort and authorGivenNameSort. Otherwise the sorting will fail.

8304 10/09/2013 11:52 PM Matt Jones

Reviewed code for all uses of FileInputStream, checking to see if the method should be closing the stream, and if so, closing it in the method as well as in the finally clause to ensure we don't leak file descriptors.

8303 10/09/2013 08:53 PM Jing Tao

Sparate the action reindex and reindexall.

8302 10/09/2013 05:49 PM Jing Tao

The checked-out schema.xml will overwrite the one in src/main/resource/solr-home/conf.

8301 10/09/2013 02:42 PM Matt Jones

Closing some more streams that were left open. This Bug #6136 seems to be pervasive and is going to require an extensive audit to find all of the places where streams are not closed properly.

8300 10/09/2013 01:52 PM Matt Jones

Adding build files to ignore.

8299 10/09/2013 01:47 PM Matt Jones

Refactor to use IOUtils.closeQuietly() which handles nulls and streams that are already closed.

8298 10/09/2013 01:26 PM Matt Jones

Added close() to finally block for readFromFileSystem() call.

8297 10/09/2013 12:44 PM Matt Jones

Closing FileOutputStream handles so that the OS limits on filehandles are not exceeded.

8296 10/09/2013 12:10 PM Jing Tao

Use the d1_cn_index_processor 1.2.0 version.

8295 10/09/2013 12:09 PM Jing Tao

Remove those files. They will be get from the d1_cn_index_processor 1.2.0 jar.

8294 10/09/2013 12:07 PM Jing Tao

Use the schema for the d1_cn_index_processor 1.2.0

8293 10/08/2013 05:51 PM Jing Tao

combine the index code for failed ids and other ids.

8292 10/08/2013 04:49 PM Jing Tao

Clean up the code.

8291 10/08/2013 02:22 PM Jing Tao

The IndexGenerator will index the obsoleted data objects as well.

8290 10/08/2013 12:05 PM ben leinfelder

add sample SSLCertificateChainFile directive to DataONE section.

8289 10/08/2013 12:04 PM ben leinfelder

add sample SSLCertificateChainFile directive to DataONE section.

8288 10/08/2013 11:33 AM Jing Tao

Remove the obsoletes chain from the update method in the SolrIndex class.

8287 10/07/2013 05:56 PM Jing Tao

When an object is archvied, the solr index will not be removed.

8283 10/04/2013 09:26 AM ben leinfelder

merge from 2.2 branch: remove the index queue item when it is being processed. https://projects.ecoinformatics.org/ecoinfo/issues/6117

8282 10/03/2013 05:38 PM Jing Tao

Add a patch for d1_cn_index_processor 1.1.2 version. So it can index taxon information.
Those files will overwrite the ones in the d1_cn_index_process-1.1.2.jar.

8279 10/02/2013 05:55 PM Jing Tao

Fixed a bug that the code copied the solr-home to the target directory before it checked out the schema from the dataone svn repository.

8272 10/02/2013 11:40 AM ben leinfelder

minor edits to the UI theme section. https://projects.ecoinformatics.org/ecoinfo/issues/6067

8271 10/01/2013 05:43 PM Jing Tao

Change the default org from Account to unaffilicated in the account creation.

8270 10/01/2013 05:41 PM Jing Tao

Change the default org from Account to unaffiliated in the account creation.

8269 10/01/2013 04:59 PM ben leinfelder

include reCaptcha instructions, albeit briefly. https://projects.ecoinformatics.org/ecoinfo/issues/6096

8268 09/27/2013 04:44 PM Jing Tao

Add code to delete existing records for a id when we try to add the id to the index_event table.

8267 09/24/2013 04:21 PM ben leinfelder

do not modify existing SystemMetadata on MN.update() if something goes wrong during content insertion. https://projects.ecoinformatics.org/ecoinfo/issues/6101

8266 09/23/2013 04:21 PM ben leinfelder

add note about restarting Tomcat when using Metacat indexing.

8265 09/23/2013 03:54 PM ben leinfelder

Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082

8264 09/23/2013 01:20 PM ben leinfelder

use UTF-8 if request encoding not given. https://projects.ecoinformatics.org/ecoinfo/issues/6100

8263 09/23/2013 11:48 AM Lauren Walker

Added the documentation for the new MetacatUI theming mechanism. Make some styling changes to the documentation and configuration pages and added Bootstrap and FontAwesome.

8262 09/20/2013 04:36 PM Jing Tao

Remove an extra print content type statement.

8261 09/20/2013 03:26 PM Jing Tao

Add a print statment for "content type". Otherwise, the html can't show up.

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.

8259 09/20/2013 02:42 PM ben leinfelder

do not email a specific account reset URL so that the emails can be used in multiple UI contexts. https://projects.ecoinformatics.org/ecoinfo/issues/6066

8258 09/20/2013 01:17 PM Jing Tao

Comment out some extral "contet type".

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

8254 09/20/2013 12:20 PM ben leinfelder

ensure all emailed links make sense for the UI that initiated them. also format referrals using the same options as the primary accounts (recursive call needed the html parameter). https://projects.ecoinformatics.org/ecoinfo/issues/6066

8253 09/20/2013 11:46 AM ben leinfelder

include optional email.overrideURL property for the account management page to send an email link that will result in a styled response. https://projects.ecoinformatics.org/ecoinfo/issues/6066

8252 09/20/2013 11:06 AM ben leinfelder

remove the NCEAS-specific admin db connection properties from the metadata config so they do not show up in the metacatui configuration.

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.

8248 09/19/2013 05:03 PM Jing Tao

Remove an extra space in the email message.

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

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

8246 09/19/2013 12:16 PM Lauren Walker

More screenshots for the docs

8245 09/19/2013 11:59 AM Lauren Walker

FontAwesome and Bootstrap are imported locally rather than via CDN. Updated the docs screenshots to the new style.

8244 09/19/2013 11:30 AM ben leinfelder

correct table formatting for sphinx

8243 09/18/2013 04:09 PM Lauren Walker

Adding a protocol to the <link href=""> for the external CSS

8242 09/18/2013 03:50 PM ben leinfelder

pull a specific tag/branch form git when needed for metacatui.war
https://projects.ecoinformatics.org/ecoinfo/issues/6095

8241 09/18/2013 03:48 PM ben leinfelder

add anchor for plugin handlers property

8240 09/18/2013 03:37 PM Lauren Walker

Pull the external stylesheets in by <link> rather than @import for faster page load

8239 09/18/2013 03:15 PM ben leinfelder

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

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

8236 09/18/2013 02:56 PM ben leinfelder

clone metacatui into a non-build directory so that it doesn't have to be recloned for every build.

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

Remove the words relative to knb.

8234 09/18/2013 01:23 PM Jing Tao

Remove the knb information in the emails.

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

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

8232 09/18/2013 11:22 AM Lauren Walker

Simplified the importing of images and stylesheets so that both /admin and /docs pull from /docs

8231 09/18/2013 10:28 AM Lauren Walker

Made some CSS changes to the "Go" button in the docs because it was off by a few pixels in three different browsers. Also changed the admin config landing page links to look like buttons

8230 09/18/2013 09:58 AM ben leinfelder

add documentation entries for fields that appear on the main metacat admin page.

8229 09/17/2013 05:02 PM Jing Tao

Add code to handle the looking up names.

8228 09/17/2013 04:53 PM Jing Tao

Add two peroperties for the templates of looking up user name.

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.

8225 09/17/2013 04:33 PM Lauren Walker

Imported FontAwesome after Bootstrap for the FontAwesome icons. Also added a white version of the metacat logo.

8224 09/17/2013 04:33 PM ben leinfelder

redirect to the configured metacatui context (ui.context in metacat.properties file). this in conjunction with choosing "metacatui" as the default skin in the metacat admin interface will redirect requests to the metacat context (e.g., /knb) to the ui context (e.g., /metacatui). https://projects.ecoinformatics.org/ecoinfo/issues/6062

8223 09/17/2013 04:32 PM ben leinfelder

prep for 2.2.0 release. include configuration value for metacatui deployment context.

8222 09/17/2013 04:17 PM Lauren Walker

Matched the admin config pages to the default metacatUI theme. Changed the background image of the docs and config pages to a big cat for some metacat branding.

8221 09/17/2013 03:22 PM Jing Tao

Add a method to lookup users'account for the people who forgot their user name.

8220 09/17/2013 10:36 AM Jing Tao

Add code to generate dc=tmp. Clean up some code.

8219 09/17/2013 10:20 AM ben leinfelder

bring the "Go" button down one more pixel to align with the search field.

8218 09/17/2013 09:58 AM Lauren Walker

Added a dark gray version of the metacat logo for the new configuration page styles

8217 09/16/2013 09:58 PM Jing Tao

Remove a reistriction that it didn't show the similar accounts of "ou=Account" in the user registration.

8216 09/16/2013 09:45 PM Jing Tao

Use the specific template for the verification.

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

Add information about the activation email.

8214 09/16/2013 05:43 PM Jing Tao

Add the new properties to access the verification templates.

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.

8211 09/16/2013 05:00 PM Jing Tao

Fixed a bug that email verificaton doesn't work well on "ou=Account".

8210 09/16/2013 04:33 PM ben leinfelder

require authenticated session when minting a DOI/other identifier. https://projects.ecoinformatics.org/ecoinfo/issues/6086

8209 09/16/2013 04:19 PM ben leinfelder

test that d1 node admin is allowed all permissions. https://projects.ecoinformatics.org/ecoinfo/issues/6086

8208 09/16/2013 03:47 PM ben leinfelder

include the dataone.subject (node admin) in the list of administrators. This allows full administrative access to objects when using certificates+d1 api. https://projects.ecoinformatics.org/ecoinfo/issues/6086

8207 09/16/2013 03:16 PM Jing Tao

Fixed a bug to split the organization list from a property file.
Fixed a bug to use a wrong object class for the ou.

8206 09/16/2013 02:31 PM Jing Tao

Pass a organization list to the template.

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

replace the hard-coded organization list.

8204 09/16/2013 02:22 PM ben leinfelder

test for configured target url template on metadata using the default #view url. https://projects.ecoinformatics.org/ecoinfo/issues/6092