Commited the wrong MetaCatUtil.java file last time. Making the changes again.
1. Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call 2. Commented out debugMessage() 3. Removed getLog() and earlier old log4j code...
1. Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call2. Commented out debugMessage()3. Removed getLog() and earlier old log4j code4. Removed formattedDebugMessage
Replacing MetaCatUtil.debugMessage or MetaCatUtil.logMetacat call with logMetacat (private Logger object) call
Add a new sql file to alter control file which from knb backup for new file location
Copy the code to generate xml_path_index from xmltables.sql. xmltables.sql is working, so it may fix the bug.
Modifications to LTER skin.
Renamed login.xsl to esa-login.xsl
if moderator is logged into metacat and no option for enable-editing is specified then enable editing by default
bug fix login.xsl. and modify the resultset to be called in esa.xml
Copy of resultset.xsl from style/common folder which will be modified for esa skin
Changes in login.xsl and moderator.html so that once the moderator logs in, the resultset is displayed
Fix for bug 2222. So that correct query is generated when searchmode is 'not-contains'.
Change the method to get access document docid and revision.
Fixed bug which can cause eml beta6 couldn't run access control.
New files and modification of esa.xml for the new moderation facility for esa skin.
Add rev in get data doc info.
Fixed a bug if one server failed in replication, it will cause another server failed.
Add code to guess the docid's revision in read action.
Remove some debug message.
Fixed bug couldn't delete xml_nodes when moving to xml_nodes_revision in replication.
If skin cfg specified access rights to be included for a certain set of users and groups, then those are entered in the access permissions given.
Fix for bug 2220. And check the cfg file if the eml documents generated should be publically readable or not.
Fix for bug 2220
Fix for bug# 2220
Change the code to make sure DocumentImpl class's constructor should have rev attached.
Remove this file.
Added an attribute to the metacat shapefile called area_coef which is a functionof the areal extent of the datapackage -- so a datapackage which was related toa global collection would have a large extent, whereas a 3-foot squared plotwould have a small extent. Also fixed a bug related to the ID field that was...
Added a function to strip out the whitespace that was around the boundingcoordinates retrieved from metacat, and also now writing the full set ofbounding coordiantes (east,west,south,north).
a test dataset with coordinate harvested from metacat october 1, 2005.
bug fix so that error is displayed if station or reserve is not selected
fix for the bug entered in previous fix
Fix for bug in QueryGroup. Didnt check if the QueryGroup returned empty string. E.g. in case of a % search.
Fixed javascript bugs
fixed the qformat.
Move the compile.path to init so it can get some property value.
Fixed bug in the trigger of xml_path_index table
Fixed bug which currentDocument maybe null.
Fixed bug which currentDocument may be null.
fixe bug which currentDoc maybe null.
Add code to transfer string to date type.
Add function transfer string to date.
Add date info.
Add info about date.
Changes according add data info.
Rewrite replication for revision document.
Add code to get date info
Fixed the bug in xml segment is not correct to express revision document list.
Remove the print out statement.
user jdbc-jar-name to replace the hard code zip file name
Fixed some bug in replication.
Added code to enter publication date into the dataset.
Add some drop command and fix the bug in creating xml_path_index table.
Fix for 2214. Allow 0 in coordinates now.
Fix for bug 2215. Error message is displayed if project name is not selected in the nceas skin.
Fix for bug 2217
Add the copy command for jdbc to war file. Otherwise in oracle, the servlet couldn't find jdbc driver.
Fix for bug 2218
Add code to handle deleted document replication.
Add code to handle replicate the deleted document.
Add method to get revision list in xml_revisions table for a given docid.
Add code to handle replication deleted docs.
Change setString to setInt for ticket account because driver changes.
Fixed a typo.
My thoughts on the metacat spatial architecture.
Refactored the build to use a <path> element for the classpath ratherthan ant properties. This makes the classpath easier to manage, but requiredchanges throughout the build. I think everything should still build fine --it works for me.
Upgraded the JDBC driver for postgres to the version 8 driver....
Added a target called metacat spatial to build the spatial stuff.
Add code to get revision table info
New class to handle replicated deleted doc.
Add default constructor and change some viriable to protected.
added code to define LOG_CONFIG_NAME
Added code to start threads which initiate indexing once insertion to xml_nodes is complete.
Removing the code that calls the indexing thread. This call will be made from documentImpl.java once document insertion and update is finished.
Added support for log4j to MetaCatUtil so that it can be used by Metacat code for logging.
Add a new indicator - is revision document.
Replacing debugMessage in metacat code with log4j methods for logging
Replacing debugMessage with log4j methods for logging
changing qformat to xml
Add code to check the if the user has permission to start or stop timed replication.
Add some null checking code in onList method.
Adding log4j jar file and log4j.properties file to lib dir
Add log4j jar to the lib path
Change sessionHash to static variable and add a static get method.
Use a util function to get replication server.
Fix for bug 2060.
Moved the call to starting of indexing thread from endDocument to DocumentImpl after commit has been done. This way when ever a document is indexed it has already been entered in xml_nodes and xml_documents
Use a util class to get local replication url.
Add code to trim server name white space.
Added three new options for specifying the moderators, allowed submitters and submitters who are not allowed
Modified MetaCatUtil to read metacat access control lists from metacat.properties. Also coded various methods which can be used to find out if a user is an admin, moderator or on allowed/denied submitter list.
Modified MetaCatServlet to check if a user is allowed to insert/update before insert and update is done.
Add another servlet url mapping for replication.
Add code to trim white space in server name.
Remove output stream from the constructor.
Persistant timed replication parameter.
Add new parameter into start action.
Formatting cleanup, fixed a missing 'private' declaration. Preparing for LSID integration work.
Use milliseconds.
This is a stand-alone app for converting utm coordinates to geocoordinates.
Small bugfixes to the oracle upgrade script for metacat 1.6
Add code to check if adminstor list is null.
Changed the headers.
This is the c++ code that is used to write the shapefile. This code requiresthe shapelib.