Project

General

Profile

Activity

From 09/30/2013 to 10/29/2013

10/29/2013

03:48 PM Revision 8348 (metacat): do not include default organization for the metacatui "skin"
ben leinfelder
11:51 AM Revision 8347 (metacat): do not include admin moderator for registry entries by default.
ben leinfelder
11:14 AM Revision 8346 (metacat): show the Organization input field now that we will use keywords for the working group.
ben leinfelder

10/28/2013

08:21 PM Revision 8345 (metacat): Fixed a bug that when a data file was archived, the solr index for the metadata object still kept the "documents" element.
Jing Tao
05:49 PM Revision 8344 (metacat): made the delete method synchronized.
Jing Tao
04:54 PM Revision 8343 (metacat): If an object was archived, the solr index will be removed for it.
Jing Tao

10/25/2013

05:22 PM Revision 8342 (metacat): Create a utility target to generate a war file which manage ldap accounts - register, password set.
Jing Tao

10/24/2013

02:03 PM Revision 8341 (metacat): Make UI include the Organization (called "site" in the form params) instead of the registry code. https://projects.ecoinformatics.org/ecoinfo/issues/6162
ben leinfelder

10/21/2013

02:01 PM Revision 8340 (metacat): Adding theme configuration screenshot to docs
Lauren Walker
01:56 PM Revision 8339 (metacat): use 2.3.0 for this next release of metacat.
ben leinfelder
12:56 PM Revision 8337 (metacat): correct rst formatting.
ben leinfelder
12:44 PM Revision 8336 (metacat): make sure all versions are using 2.2.2 of some sort -- thinking of making this release a 2.3.0 release because we will be branching/tagging from the trunk, not the 2.2.x branch.
ben leinfelder

10/18/2013

12:16 PM Revision 8335 (metacat): add 2 indexes to speed up dataONE log retrieval. https://projects.ecoinformatics.org/ecoinfo/issues/6161
ben leinfelder
09:38 AM Revision 8334 (metacat): Added Lauren to contributors list in the metacat guide, and made the two lists match in sort order.
Matt Jones

10/17/2013

01:33 PM Revision 8333 (metacat): 1.Remved the dependency on solr-core since the metacat-common alreay has the dependency.
2.Excluded the slf4j-log jar files since we are using slf4j-log4j jar file. Jing Tao
12:26 PM Revision 8332 (metacat): Use the slf4j-log4j jar to replace slf4j-jdk one.
Jing Tao

10/16/2013

05:27 PM Revision 8328 (metacat): Change the version to 2.2.2
Jing Tao
05:19 PM Revision 8327 (metacat): Fixed a bug that the configuration page shows complete even though the DataONE configuration hadn't done yet.
Jing Tao
05:18 PM Revision 8326 (metacat): Add a util class for dataone configuration.
Jing Tao
05:17 PM Revision 8325 (metacat): Change the button from Cancel to Bypass. So it is consistent with the Geoserver configuration page.
Jing Tao
04:31 PM Revision 8324 (metacat): Add a jsp file to display the schema modification exception.
Jing Tao
04:29 PM Revision 8323 (metacat): Add code the display the SchemaModification exception.
Jing Tao

10/15/2013

08:46 PM Revision 8321 (metacat): Fixed a catch clause syntax which is only compatible with java 1.7.
Jing Tao
03:39 PM Revision 8320 (metacat): Add code the overwrite the schema.xml in the solr-home/conf.
Jing Tao
03:37 PM Revision 8319 (metacat): Add two scripts to update the db to 2.2.2
Jing Tao

10/14/2013

03:22 PM Revision 8314 (metacat): Fixed a bug that the group information couldn't be retrived from the session.
Jing Tao

10/11/2013

04:35 PM Revision 8313 (metacat): Change the guid.ezid.uritemplate.metadata property value to the hostname only, with no context
Lauren Walker
02:57 PM Revision 8312 (metacat): Add properties to keep the hash values for the schema.xml of the solr.
Jing Tao
02:42 PM Revision 8311 (metacat): Fixed compile error that an ioexception should be caught.
Jing Tao
11:07 AM Revision 8310 (metacat): Use the setting from the metacat-common component.
Jing Tao
11:06 AM Revision 8309 (metacat): Some settings will be shared between metacat and metacat-index components.
Jing Tao

10/10/2013

01:01 PM Revision 8307 (metacat): prep project for 2.2.1 patch release -- will also merge to the 2.2.x branch.
ben leinfelder
12:27 PM Revision 8306 (metacat): correctly configure metacat-index to use metacat context/deployment location. https://projects.ecoinformatics.org/ecoinfo/issues/6138
ben leinfelder
09:20 AM Revision 8305 (metacat): 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 sortin... Jing Tao

10/09/2013

11:52 PM Revision 8304 (metacat): 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.
Matt Jones
08:53 PM Revision 8303 (metacat): Sparate the action reindex and reindexall.
Jing Tao
05:49 PM Revision 8302 (metacat): The checked-out schema.xml will overwrite the one in src/main/resource/solr-home/conf.
Jing Tao
02:42 PM Revision 8301 (metacat): 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.
Matt Jones
01:52 PM Revision 8300 (metacat): Adding build files to ignore.
Matt Jones
01:47 PM Revision 8299 (metacat): Refactor to use IOUtils.closeQuietly() which handles nulls and streams that are already closed.
Matt Jones
01:26 PM Revision 8298 (metacat): Added close() to finally block for readFromFileSystem() call.
Matt Jones
12:44 PM Revision 8297 (metacat): Closing FileOutputStream handles so that the OS limits on filehandles are not exceeded.
Matt Jones
12:10 PM Revision 8296 (metacat): Use the d1_cn_index_processor 1.2.0 version.
Jing Tao
12:09 PM Revision 8295 (metacat): Remove those files. They will be get from the d1_cn_index_processor 1.2.0 jar.
Jing Tao
12:07 PM Revision 8294 (metacat): Use the schema for the d1_cn_index_processor 1.2.0
Jing Tao

10/08/2013

05:51 PM Revision 8293 (metacat): combine the index code for failed ids and other ids.
Jing Tao
04:49 PM Revision 8292 (metacat): Clean up the code.
Jing Tao
02:22 PM Revision 8291 (metacat): The IndexGenerator will index the obsoleted data objects as well.
Jing Tao
12:05 PM Revision 8290 (metacat): add sample SSLCertificateChainFile directive to DataONE section.
ben leinfelder
12:04 PM Revision 8289 (metacat): add sample SSLCertificateChainFile directive to DataONE section.
ben leinfelder
11:33 AM Revision 8288 (metacat): Remove the obsoletes chain from the update method in the SolrIndex class.
Jing Tao

10/07/2013

05:56 PM Revision 8287 (metacat): When an object is archvied, the solr index will not be removed.
Jing Tao

10/04/2013

09:26 AM Revision 8283 (metacat): merge from 2.2 branch: remove the index queue item when it is being processed. https://projects.ecoinformatics.org/ecoinfo/issues/6117
ben leinfelder

10/03/2013

05:38 PM Revision 8282 (metacat): 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. Jing Tao

10/02/2013

05:55 PM Revision 8279 (metacat): 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.
Jing Tao
11:40 AM Revision 8272 (metacat): minor edits to the UI theme section. https://projects.ecoinformatics.org/ecoinfo/issues/6067
ben leinfelder

10/01/2013

05:43 PM Revision 8271 (metacat): Change the default org from Account to unaffilicated in the account creation.
Jing Tao
05:41 PM Revision 8270 (metacat): Change the default org from Account to unaffiliated in the account creation.
Jing Tao
04:59 PM Revision 8269 (metacat): include reCaptcha instructions, albeit briefly. https://projects.ecoinformatics.org/ecoinfo/issues/6096
ben leinfelder
 

Also available in: Atom