Project

General

Profile

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

# Date Author Comment
10012 10/17/2016 01:30 PM Jing Tao

Change the solr core to 3.6.2

10011 10/17/2016 01:29 PM Jing Tao

Change the solr-core to 3.6.2.

10010 10/17/2016 11:54 AM Chris Jones

Change the ldapweb.cgi script to use an additional property called email.contact which provides a contat email (particularly when email.sender is set to noreply@...). Update the skin configurations with this property, as well as the metacat.properties default.

10009 10/07/2016 01:13 PM Jing Tao

Add a comment.

10008 10/07/2016 12:56 PM Jing Tao

Removing xml_access table records now is in the removing the pid from hazelcast. So remove the dupicated code.

10007 10/05/2016 05:33 PM Jing Tao

Check if the object and sysmeta are null before to get the inputstream object.

10006 10/05/2016 04:53 PM Jing Tao

Clear the code for the method handleInsertOrUpdate.

10005 10/05/2016 02:51 PM Jing Tao

The deleteSystemmetadata method will delete the records on xml_access as well.

10004 10/04/2016 05:21 PM Jing Tao

Restore the testRightsHolderExpand method on the D1NodeServiceTest.

10003 10/04/2016 05:20 PM Jing Tao

The D1NodeServiceTest will be included in the test, but any of internal classess will be excluded.

10002 10/04/2016 03:26 PM Jing Tao

Move the method testing to expand rights holder to CnodeServiceTest.

10001 10/03/2016 02:08 PM Jing Tao

Add the identifier information in the exception when users try to change the access section but they don't have all permission.

10000 10/03/2016 12:38 PM Jing Tao

Add the guid information in the sax exception when users try to update the access part but they don't have all permission.

9999 09/29/2016 02:39 PM Jing Tao

Expand the rights holder if it is a group.

9998 09/28/2016 05:44 PM Jing Tao

Add the junit test code to test the method expanding the rights holder as a group.

9997 09/28/2016 05:42 PM Jing Tao

Add the code to expand the rights holder if it is a group.

9996 09/28/2016 01:36 PM Jing Tao

Add the update script for db 2.7.2

9995 09/28/2016 01:36 PM Jing Tao

Since ecogrid is checked out in the build directory, we don't need a condition for checking out.

9993 09/16/2016 03:29 PM Jing Tao

Move some properies which are often configured to the beginging of the file.

9992 09/14/2016 10:08 PM Jing Tao

Add a new feature on the 2.7.2 release note.

9990 09/14/2016 10:00 PM Jing Tao

Add the method PropertyConfigurator.configureAndWatch to monitor the change on log4j.properties file.

9988 09/14/2016 11:09 AM Jing Tao

Add more log information.

9986 09/14/2016 11:07 AM Jing Tao

Add a note to notify users that the reindex action is asynchronized.

9984 09/14/2016 11:05 AM Jing Tao

Add more log information.

9982 09/14/2016 11:02 AM Jing Tao

Add more log information.

9980 09/13/2016 02:53 PM Jing Tao

Add more notes for 2.7.2 release.

9976 09/13/2016 01:12 PM Jing Tao

Made the class implements the interface LexicalHandler.

9974 09/13/2016 01:07 PM Jing Tao

Add code to check if a dtd is registered when the parser processes the dtd part.

9972 09/12/2016 10:20 PM Jing Tao

Fixed a bug that the public id can't be assigned.

9969 09/12/2016 09:44 PM Jing Tao

Change the debug level from debug to trace.

9968 09/12/2016 08:51 PM Jing Tao

Since we disable the schema downloading feature, this test doesn't work anymore.

9966 09/12/2016 01:24 PM Jing Tao

Add more test cases.

9964 09/09/2016 10:35 PM Jing Tao

Change some debug statments from debug to trace.

9962 09/09/2016 10:13 PM Jing Tao

Change the debug level from debug to trace.

9960 09/09/2016 09:58 PM Jing Tao

Down the debug level from debug to trace.

9958 09/09/2016 09:37 PM Jing Tao

Removed a unused parameter - formatId from method writeReplication.

9956 09/09/2016 09:17 PM Jing Tao

Add the feature to support the noNamespaceSchemalLocation and refactory the code.

9954 09/09/2016 05:32 PM Jing Tao

Add the code to handle the exception which is throwed when the local schema can't be found for a given namespace or format id.

9953 09/09/2016 05:30 PM Jing Tao

Add the code to throw an exception to tell users that the namespace or format id was not registered in Metacat.

9950 09/09/2016 03:16 PM Jing Tao

Add the test methods for methods which can figure out the schema location.

9948 09/09/2016 03:14 PM Jing Tao

Add the methods to figure out the schema location base on namespace, format id or no-namespace-schema-location uri.

9946 09/09/2016 01:56 PM Jing Tao

Add a new constant for no-namespace schemas.

9944 09/09/2016 11:39 AM Jing Tao

Add a method to get the type.

9943 09/09/2016 11:38 AM Jing Tao

Add a method to get the type of the schema.

9940 09/09/2016 10:30 AM Jing Tao

Add a new class represent a schema without a namespace.

9938 09/08/2016 05:02 PM Jing Tao

Change the type for the no-name-namespace schema from Schema to NoNamespaceSchema.

9936 09/08/2016 04:38 PM Jing Tao

Change the type for the no-name-namespace schema from Schema to NoNamespaceSchema.

9934 09/08/2016 11:10 AM Jing Tao

Add a junit test class.

9932 09/08/2016 11:08 AM Jing Tao

Add a test document with the noNamespaceSchemaLocation attribute.

9930 09/08/2016 11:06 AM Jing Tao

Add a SAX parser to determine the namespace of a xml object. It only parses the root element, then stops.

9928 09/08/2016 09:41 AM Jing Tao

Put the formatid and nonamespace_schema_location into one record for fgdc.

9926 09/08/2016 09:23 AM Jing Tao

Put the formatid and nonamespace_schema_location into one record for fgdc.

9924 09/07/2016 11:20 AM Jing Tao

Add the code to create a new column on xml_catalog table.
Register the nonamespace format id or uni on the xml_catalog table.

9922 09/07/2016 11:08 AM Jing Tao

Add the script to upgrade db to version 2.7.2

9920 09/06/2016 04:56 PM Jing Tao

Add the fgdc schemas which downloaded from https://www.fgdc.gov/metadata/

9918 09/06/2016 03:43 PM Jing Tao

Disable the feature of downloading external schemas.

9916 09/02/2016 06:20 PM Jing Tao

Change the log information a little bit.

9914 09/02/2016 05:45 PM Jing Tao

Add the test files.

9913 09/02/2016 05:44 PM Jing Tao

use the new rules to validate an xml object base on dtds.

9906 09/02/2016 11:41 AM Jing Tao

Add a dependency on servlet-api.jar with the scope "provided".

9905 09/02/2016 11:14 AM Lauren Walker

Show the annotation target under the attribute name

9902 08/24/2016 10:05 AM Jing Tao

Add the release note for 2.7.2

9900 08/24/2016 09:45 AM Jing Tao

Every time when we modified the metacat.properties file through the PropertyService, the Setting class will be updated as well. Otherwise, the values on the Setting class are still the old one.

9893 08/17/2016 03:08 PM Jing Tao

Remove the oracle support.

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.

9880 08/11/2016 11:24 AM Jing Tao

Added the double quotes on the file name of the http header "content-deposition". This can handle the special characters on the file name.
https://projects.ecoinformatics.org/ecoinfo/issues/7084

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.

9876 08/04/2016 12:31 PM Lauren Walker

Give the EML title HTML container a distinct class to hide it in MetacatUI (rather than using jQuery to hide it in MetacatUI. This is faster.)

9875 07/29/2016 05:09 PM Jing Tao

Add a depency on the target giteml. Otherwise, the checkout will not happen.

9874 07/27/2016 07:54 PM Matt Jones

Migrate the metacat build.xml to use Git for EML files rather than SVN. This addresses issue #7076 for the trunk, but will need to be checked and possibly merged into release branches as needed.

9872 07/25/2016 11:41 AM ben leinfelder

handle redirecting Metacat "shortcut" URLs when docid is given with and without revision. https://projects.ecoinformatics.org/ecoinfo/issues/7063

9869 07/15/2016 11:40 AM Jing Tao

fixed typos.

9868 07/14/2016 03:40 PM Jing Tao

Add the release note for 2.7.1

9864 07/14/2016 10:27 AM Jing Tao

Comment out the "version" which format is x.y. We only use the "release" which format is x.y.z.

9863 07/12/2016 01:56 PM Jing Tao

Change the link for http//:knb to https://knb

9862 07/12/2016 01:44 PM Jing Tao

Worked around to remove all hard-coded release number on the code. Now the documentation will read the Metacat release number from the metacat.properties file and we don't need to manually edit the release number anymore.

9861 07/12/2016 11:22 AM Jing Tao

Remove some hard-coded link on the release number. But there are still have four ones on the http link.

9860 07/11/2016 03:46 PM Jing Tao

With the help of Roger, the release will read the version from the metacat.properties file rather hard-coded.

9859 07/11/2016 03:44 PM Jing Tao

Use the variable release to replace the hard-coded version.

9858 07/11/2016 03:14 PM Jing Tao

Use the variable release to replace the hard-coded version. The release variable can be modified on the conf.py file.

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

Merge changes from 2.7 branch

9855 07/11/2016 02:08 PM Jing Tao

Use the |today| which will be auto generated the current date to replace the hard code of the release date.

9854 07/11/2016 02:06 PM Jing Tao

Change the version and release to 2.8.0.
Add a date format property.

9852 07/08/2016 05:02 PM Jing Tao

Move the seek check-out directory from ../seek to build/seek.
Don't include the seek directory on the source distribution.

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

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

9849 07/08/2016 01:43 PM Jing Tao

Change the newest version to 2.8.0

9848 07/08/2016 01:42 PM Jing Tao

Change the version to 2.8.0

9847 07/08/2016 10:57 AM Jing Tao

Add the upgrade script for 2.7.1

9846 07/08/2016 10:56 AM Jing Tao

Add the update 2.7.1 sql to the trunk.

9834 07/06/2016 04:54 PM Jing Tao

Replaced the JiBXException by MarshallingException.

9833 07/06/2016 04:52 PM Jing Tao

Replaced the JiBXException by MarshallingException.

9832 07/06/2016 04:36 PM Jing Tao

Remove the import of JiBXException.

9831 07/06/2016 03:39 PM Jing Tao

Replace the JiBXException by our own MashallingException.

9830 07/06/2016 03:18 PM Jing Tao

Increase the d1 componenets version to 2.3.0 snapshot.

9829 07/06/2016 03:11 PM Jing Tao

Centralize the version which will be modified. Bump the d1_cn_index_processor version to 2.3.0 snapshot.

9828 07/06/2016 02:57 PM Jing Tao

Centralize the d1_common_java_version property. Bump the version to 2.3.0 snapshot.

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

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

9826 06/21/2016 09:37 AM Chris Jones

Remove template variable assignments that weren't removed in the merge from the 2.6.0 branch to 2.7.0.

9824 06/13/2016 03:55 PM Jing Tao

Add the property to call the solr schema upgrade java code.