Project

General

Profile

1
#
2
#  '$RCSfile$'
3
#   '$Author: tao $'
4
# '$Revision: 9869 $'
5
#     '$Date: 2016-07-15 11:40:25 -0700 (Fri, 15 Jul 2016) $'
6
#
7

    
8
Metacat: XML Metadata and Data Management System
9
------------------------------------------------                      
10

    
11
Version: 2.8.0 Release
12

    
13
Send feedback and bugs to: metacat-dev@ecoinformatics.org
14
                           http://bugzilla.ecoinformatics.org
15

    
16
Contributors: Matt Jones (jones@nceas.ucsb.edu)
17
              Chad Berkley (berkley@nceas.ucsb.edu)
18
              Jing Tao (tao@nceas.ucsb.edu)
19
              Jivka Bojilova (bojilova@nceas.ucsb.edu)
20
              Dan Higgins (higgins@nceas.ucsb.edu)
21
              Saurabh Garg (sgarg@nceas.ucsb.edu)
22
              Duane Costa (dcosta@lternet.edu)
23
              Veronique Connolly (connolly@nceas.ucsb.edu)
24
              Chris Jones (cjones@msi.ucsb.edu)
25
              John Harris (harris@nceas.ucsb.edu)
26
              Callie Bowdish (bowdish@ecoinformatics.org)
27
              Will Tyburczy (tyburczy@ecoinformatics.org)
28
              Matthew Perry (perry@nceas.ucsb.edu)
29
              Chad Burt (underbluewaters@gmail.com)
30
              Ben Leinfelder (leinfelder@nceas.ucsb.edu)
31
              Chris Barteau (barteau@nceas.ucsb.edu)
32
              Shaun Walbridge (walbridge@nceas.ucsb.edu)
33
              Michael Daigle (daigle@nceas.ucsb.edu) 
34
              Lauren Walker (walker@nceas.ucsb.edu) 
35

    
36
Patch contributors:
37
              Andrea Chadden (chadden@nceas.ucsb.edu)
38
              Johnoel Ancheta (johnoel@hawaii.edu)
39
              Owen Jones (owen.jones@imperial.ac.uk)
40

    
41
Metacat is a flexible database storage system for XML formatted
42
documents and associated binary files. Metacat models the structure of the
43
XML document, therefore allowing storage of XML documents with arbitrary
44
schemas. Metacat supports several databases on the back-end, including Oracle,
45
PostgreSQL and SQL Server (limited).  The server supports XML document
46
storage, retrieval, query, validation, and transformation (using the XSLT
47
stylesheet language).  In addition, there is a mechanism for replicating the
48
database to other metacat instances for backup and load balancing purposes.
49
Metacat currently uses an LDAP database for authenticating users, but was
50
written to accomodate other authentication services as well.
51

    
52
Installation
53
------------
54
See the file "docs/install.html" for detailed instructions
55
for your OS.
56

    
57

    
58
Release Notes for 2.7.1:
59
------------------------
60
* Fixed several bugs on the data registry form
61
* Support the onedcx schema
62
  - Fixed several onedcx stylesheet issues
63

    
64
Relese Notes for 2.7.0:
65
------------------------
66
* Use different format ids to identity variants of the schema with same namespace
67
* Add EML 2.1.1 to Darwin Core supporting for OAI-PMH provider  
68
* Bugs fixed include:
69
  - Series head resolution should use obsoletes field as part of determination(7020)
70
  - The InputStream (parameter) in the CN/MN.create and MN.update method is not closed(7005)
71
  - Use the AutoCloseClientInputStream class in the d1_libclient_java in Metacat replication(7004)
72

    
73
Release Notes for 2.6.0:
74
------------------------
75
This release supports token-based authentication in the data registry
76
as well as:
77
* MetacatUI 1.11.0
78

    
79
Release Notes for 2.5.1:
80
------------------------
81
This a minor release that improves:
82
* Authentication token handling for the DataONE API
83

    
84
Release Notes for 2.5.0:
85
------------------------
86
This major release adds DataONE V2 API support
87
as well as:
88
* MetacatUI 1.8.1
89
* Data registry bug fixes
90

    
91
Release Notes for 2.4.3:
92
------------------------
93
This release includes:
94
* Support for large file uploads
95
* Recording User-Agent when logging requests
96

    
97
Release Notes for 2.4.2:
98
------------------------
99
This release includes:
100
* Updates to improve character encoding handling
101
* Updated SOLR index and UI to use geohashes for map rendering
102
* Note: this is the last release of Metacat that will support Java 6
103

    
104
Release Notes for 2.4.1:
105
------------------------
106
This is a patch release that addresses the following:
107
* Allows LDAP authentication using aliased referrals
108
* Re-indexes previous document revisions in SOLR when
109
new revisions are added on update
110
* Allows authentication in SANParks skin
111
* Enables OpenLayer.js mapping plug-in over https
112

    
113
Release Notes for 2.4.0:
114
------------------------
115
These release adds a new default file-based authentication mechanism
116
that allows administrators to more easily deploy Metacat without a
117
LDAP server.
118
Other enhancements include:
119
* Correct use of DataONE 'archive' flag
120
* Access policy synchronization with the DataONE Coordinating Node
121
* Indexing support for EML singleDateTime coverage values
122
* Indexing support document read/download events
123
* Improved package download structure and file naming conventions
124

    
125
Release Notes for 2.3.1:
126
------------------------
127
This is a minor patch release to fix an issue that arises when
128
Metacat is operating as a DataONE Coordinating Node.
129
* See: https://projects.ecoinformatics.org/ecoinfo/issues/6315
130
* Updated MetacatUI with support for spatial query criteria
131
* Updated account/identity management script
132

    
133
Release Notes for 2.3.0:
134
------------------------
135
This release adds solr indexing features to metacat-index 
136
for querying and sorting by authors and taxonomic coverage.
137
Also includes:
138
* Control over the log level from the SOLR libraries using Metacat's
139
log4j file.
140
* access_log DB indexes for better log reporting performance 
141
via the DataONE API
142
* Provide 'reindexall' action instead of 'reindex' without a 'pid' parameter.
143

    
144

    
145
Release Notes for 2.2.1:
146
------------------------
147
This is a critical patch release of Metacat that includes addresses
148
a bug in file stream handling. It is recommended for all Metacat deployments.
149

    
150
Release Notes for 2.2.0:
151
------------------------
152
This is a major release of Metacat that includes a new customizable UI and 
153
improved LDAP account management features
154

    
155
Release Notes for 2.1.1:
156
------------------------
157
This is a minor patch release of Metacat that addresses
158
a bug in DOI publishing.
159

    
160
Release Notes for 2.1.0:
161
------------------------
162
This is a major release of Metacat that includes a SOLR-based search feature
163
* Optional SOLR search index
164
* Client certificate delegation (using a service provider like CILogon)
165

    
166
Release Notes for 2.0.8:
167
------------------------
168
This is a patch release for Metacat
169
* Enforce DataONE prohibition on whitespace in identifiers
170
* Use unique filenames for Registry data uploads
171

    
172
Release Notes for 2.0.7:
173
------------------------
174
This is a patch release for Metacat replication
175
* Replication SQL performance enhancement
176
* Comply with DataONE schema for SystemMetadata.submitter
177

    
178
Release Notes for 2.0.6:
179
------------------------
180
This patch release focuses on Metacat support for DataONE-enabled Morpho clients
181
* MN.generateIdentifier() support for UUID and DOI
182
* DOI registration support using EZID service
183
* Pathquery support for specifying multiple document owners
184

    
185

    
186
Release Notes for 2.0.5:
187
------------------------
188
This patch release focuses on Metacat support for Oracle
189
*SystemMetadata table names have been shortened to comply with Oracle limits.
190
*SANParks/SAEON spatial zip file download fixed
191
*Pathquery performance fix
192
*Hazelcast 2.x upgrade
193
*Correct handling for deleted and archived objects for both Metacat and DataONE APIs
194

    
195
Release Notes for 2.0.4:
196
------------------------
197
This patch release focuses on Metacat-Metacat replication.
198
*Allows Metacat to stream replication update information between servers to avoid connection timeout issues
199
*Allows Metacat replication when source host does not provide SystemMetadata (DataONE)
200
*Fixes an access control issue that could allow search results to include protected documents
201

    
202
Release Notes for 2.0.3:
203
------------------------
204
This is another critical patch release of Metacat 2.0.
205
*Addresses a bug that prevented Metacat replication from completing (timeout error)
206
*Uses more efficient SystemMetadata synchronization using shared Hazelcast map
207

    
208
Release Notes for 2.0.2:
209
------------------------
210
This is a critical patch release of Metacat 2.0.
211
*Addresses a bug that prevented updates to DataONE identified datapackages (e.g., using DOIs)
212
*Addresses a bug that prevented the use of the Metacat API 'getaccesscontrol' action
213
*Updates the Foresite ORE library to correctly serialize resource map documents
214

    
215
Release Notes for 2.0.1:
216
------------------------
217
This is a minor patch release of Metacat 2.0. Please see the previous release notes for complete information.
218
*Addresses an identifier issue during ORE generation for DataONE services
219
*Increases compatibility with older EML content and the Xalan XSLT processor
220
*Removes XSLT 2.0 support (Saxon)
221

    
222
Release Notes for 2.0.0:
223
------------------------
224
This major release includes support for DataONE.
225
*The DataONE v1.0.0 Member Node service APIs are now the preferred method for communicating with Metacat
226
*The existing EcoGrid and Metacat Servlet APIs are deprecated but still available.
227
*EML-embedded access control rules using permOrder="denyFirst" are no longer supported (https://redmine.dataone.org/issues/2614) 
228
*Replication now utilizes client certificates to establish SSL connections between replication source and target servers
229
*Access control rules now apply to objects on a per-revision basis rather than per-docid
230
*Bugs fixed include:
231
-SANParks skin/TPC (5561, 5530, 5533, 5542, 5543, 5544, 5551, 5563, 5566, 5567, 5569, 5353)
232
-Registry (5114, 5244)
233
-Replication (4907, 5537, 5536, 5534, 5520, 5519, 3296)
234
-Spatial cache regeneration can be skipped during reconfiguration/redeployment/upgrade (3811)
235
-Pathquery support for temporal search criteria (2084)
236
-Character encoding of XML now respected (internationalization) (2495, 4083, 3815)
237

    
238

    
239
Release Notes for 1.9.5:
240
------------------------
241
This release fixes those bugs:
242
*Metacat could not download the included schemas in an external schema file during inserting.
243
*Workflow scheduler could not work since the metadata standard of kepler kar file was changed. 
244
*Earthgrid could not transform the Earthgrid query with concept "/" to the Metacat path query correctly.
245
*Document access rules are now preserved when documents are archived during the 'delete' action.
246

    
247
Release Notes for 1.9.4:
248
------------------------
249
This release fixes bugs in the FGDC data package upload and download interface utilized
250
by the SANParks and SAEON skins.
251

    
252
Release Notes for 1.9.3:
253
------------------------
254
This release fixes a harvester bug that prevented the EML harvester from processing
255
harvest lists.
256
The Kepler skin has been updated to support KarXML 2.1.
257
Ecogrid query services now support multiple namespace searches.
258

    
259
Release Notes for 1.9.2:
260
------------------------
261
This release primarily holds the addition of the Threshold of Potential
262
Concern workflow functionality (TPC).  The following issues were addressed:
263

    
264
* Create a properties file for use by JUnit Tests (Bug 2994)
265
* security issue with skins (Bug 3368)
266
* reorganize classes into a more functional specific structure (Bug 3510)
267
* Add admin names as dropdown in configuration login (Bug 3729)
268
* KNB metacat replication error log file is empty (Bug 3885)
269
* Create TPC Report web browse/search pages (Bug 4165)
270
* Create archive extraction functionality (Bug 4166)
271
* Create Workflow Scheduler (Bug 4167)
272
* metacat didn't update xml_path_index table while a document was updated (Bug 4367)
273
* Enforce permissions for tpc workflow viewing and scheduling (Bug 4420)
274
* Fix cross platform TPC GUI issues (Bug 4556)
275
* TPC Sanparks page content lenth issue (Bug 4557)
276
* Create validate and isAuthorized unit tests (Bug 4558)
277
* Cannot insert replication server via gui (Bug 4594)
278
* Timed Replication takes many hours and drives the load up on KNB (Bug 4616)
279
* [ESA] Update fails when document rev number is missing (Bug 4627)
280
* fails to catch some insert and update failures (Bug 4637)
281
* must support java 1.6 (Bug 4641)
282
* Convert build to pull eml from svn instead of cvs (Bug 4644)
283
* handleGetRevisionAndDocTypeAction should search both xml_documents and xml_revisions table (Bug 4645)
284
* Metacat couldn't update a document from client, which previous versions only stay in xml_revisions table (Bug 4649)
285
* metacat runs out of memory (Bug 4658)
286
* ESA skin links are hard coded to data.esa.org (Bug 4698)
287
* Update release 1.9.2 release notes (Bug 4707)
288
* Handle writing a text node > 4000 characters to the db. (Bug 4708)
289
* Metacat should run against Tomcat 6 (Bug 4716)
290

    
291
Release Notes for 1.9.1:
292
------------------------
293
The 1.9.1 release holds the bug fixes found after releasing 1.9.0 beta.  
294
These bugs were primarily replication issues.  There is no difference 
295
in functionality between 1.9.0 and 1.9.1 
296

    
297
Release Notes for 1.9.0:
298
------------------------
299
This release focuses on simplifying the Metacat installation process by 
300
creating a binary (war) installation.  The need to build the application
301
on the server has been removed (although the option is still available).
302
In order to facilitate this method of installation, a few major modifications
303
were made to the code:
304

    
305
  -- Ant token replacement was removed for all non-build variables in the 
306
     application (most of this was already done in 1.8.1).
307

    
308
  -- The Metacat properties confguration was moved into the application
309
     itself.
310

    
311
  -- Database schema version detection and install/upgrade utilities were 
312
     added to the application.
313

    
314
Also, this release includes several enhancements:
315
  -- it supports the new EML 2.1.0 version.  
316

    
317
  -- Documents are now stored on the local filesystem as well as in the 
318
     database in order to preserve document integrity.
319
     
320
  -- Metacat verifies new schemas when they are added.
321

    
322
  -- Additional access is propegated with documents during replication.
323

    
324
High priority bugs were addressed in this release as well.
325

    
326
The enhancements/bugs addressed are:
327

    
328
* escaped "less than" in inlinedata causes invalid eml output (Bug 2564)
329
* need to set filename for download files (Bug 2566)
330
* add ability for search engines to index metacat documents (Bug 2826)
331
* EML citation section should include both organizationNames and individualNames (Bug 3059)
332
* refactor skins to get organization list from metacat getOrganizations() function (Bug 3114)
333
* Update dataknp.sanparks.org packageId attributes to match Metacat Ids (Bug 3258)
334
* New documents explicitly set as public access don't show up correctly (Bug 3262)
335
* Modify confguration utility in metacat (Bug 3371)
336
* Integrate perl token replacement changes (Bug 3372)
337
* Create skin specific configuration utility (Bug 3373)
338
* Add authentication for configuration utility (Bug 3374)
339
* Create a sorted properties utility (Bug 3375)
340
* Add DB upgrade/install functionality to java code (Bug 3376)
341
* Create ANT install target for developers (Bug 3377)
342
* Create LSID server installation (Bug 3380)
343
* Create unit test code for 1.9 additions (Bug 3381)
344
* create simple turnkey installer for metacat Phase I (Bug 3461)
345
* Maps do not display in Firefox version 3 (Bug 3462)
346
* Replicate access rules in replication (Bug 3464)
347
* Metacat casesensitive="true" option in pathquery expressions is broken (Bug 3472)
348
* Add full schema checking when metacat register new schema (Bug 3474)
349
* Incorporate EML 2.1.0 access changes in metacat (Bug 3495)
350
* getprincipals action returns invalid XML document (Bug 3527)
351
* Update knbweb to serve new metacat install (Bug 3545)
352
* Replication should write to disk (Bug 3554)
353
* Update acknowlegements in metacat readme (Bug 3588)
354
* Validate the ldap administrator field. (Bug 3616)
355
* Allow for different authentication services in metacat configuration (Bug 3680)
356
* Tag utilities module and have metacat check out that tag (Bug 3685)
357

    
358
Release Notes for 1.8.1:
359
------------------------
360
This release focuses on bug fixes. In this release, the problem that Metacat 1.8.0 and previous 
361
versions use illegitimate EML 2.0.1 schemas is addressed: first, Metacat 1.8.1 comes with
362
legitimate EML 2.0.1 schemas; second, existing invalid EML 2.0.1 documents will be 
363
automatically fixed while maintaining their package ID during the Metacat 1.8.1 upgrading process. 
364
Details please see:
365
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3239
366
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3241
367

    
368
Note: after upgrading the Metacat to version 1.8.1, some replication issues may be seen, e.g., the 
369
EML 2.0.1 documents from Metacat 1.8.0 or ealier verions may be rejected since Metacat 1.8.1 uses
370
different EML 2.0.1 schemas (see bug 3239). If this is case, Metacat administrators should notify
371
their counterparts to upgrade previous version Metacats to 1.8.1. 
372

    
373
The fixed bugs include:
374

    
375
*Character set (charset) problem when filling out form (Bug2797)
376
*Charset bug: > "less than" symbol does not display correctly (Bug2517)
377
*Metacat performance issue in Sanparks skin (Bug 3174)
378
*Metacat using illegitimate versions of EML schema (Bug 3239)
379
*Update older invalidated eml201 document in Metacat (Bug 3241)
380
*Verify existing token changes to skins (Bug 3176)
381
*The edit feature in the NCEAS Data Repoistory does not work (Bug 2644)
382
*Expose permission options for registry uploads (Bug 3014)
383
*ESA registry doesn't have LTER in login dropdown menu (Bug 2647)
384
*Data Catalog Map is slow when selecting (Bug2732)
385
*Only one attribute per element returned with pathquery results(Bug 2999)
386
*The field "skinconfigs" in the MetacatUtil class is public (Bug 3057)
387
*Generalize the reading of skin.configs in DBTransform (Bug3058)
388
*The query example in metacatquery.html document need to be changed (Bug3137)
389
*Add upload method into Metacat tour (Bug 3139)
390
*Query resultset doesn't show component name in kepler skin (Bug 3178)
391
*Add fields used in Morpho search to the default indexPaths property (Bug 3259)
392
*Private data cannot be downloaded from metadata display page (xsl) (Bug 3263)
393
*An error message happen during the metacat start up (Bug 3279)
394
*Replication: Timed replication failures occur twice instead of once (Bug 3304)
395
*Inline Data does not work correctly without the <pre> tag (Bug 3088)
396
*Include FGDC metadata in KNB and NCEAS skin search results (Bug 3146)
397

    
398
Release Notes for 1.8.0:
399
------------------------
400
This release focuses on improving query performance.  Both the selection 
401
and access control queries were rewritten to execute efficiently.
402
To improve search performance, a query caching mechanism was introduced. 
403
Cached queries are currently supported only for public users.
404

    
405
New Features:
406
* Data registries now support uploading of data objects along with data 
407
  packages (Bug 1982)
408
  
409
Bug Fixes:
410
* Metacat Performace: Rewrite the xml_nodes queries (Bug 2155)
411
* Metacat Performace: Rewrite the xml_access part of the query (Bug 2557)
412
* Query cache mechanism (Bug 2905)
413
* Metacat Performance: updates from Morpho of data packages are taking 
414
   longer than five minutes (Bug 2805)
415
* Metacat Performance: Optimize Postgres and Tomcat (Bug 2157)
416
* Metacat Performace: Upgrading hardware setup (Bug 2175)
417
* Metacat Performace: Add/drop indices on key columns (Bug 2153)
418
* Display of metadata documents reorganized, including a new citation format,
419
  obvious download options, and a redesigned data table layout (Bugs 2981, 2832)
420
* I.E. display fixes on default skin (Bug 2579)
421
* Web Address links fixed (Bug 2147)
422
* NCEAS skin redesigned to use IFRAME-less layout, match new website.
423
* Spatial query:  data packages must be fully contained by the selection 
424
  bounding box in order to appear in the search results (Bugs 2972, 2732).
425
* FGDC support: upload, delete, update, access control, and download
426
  (Bugs 2807, 2925, 2926, 2929, 2030).
427
Compatibility Notices:
428
* Tomcat 3 and 4 are no longer tested or supported. Users are 
429
  highly encouraged to upgrade to Tomcat 5.5
430

    
431
Release Notes for 1.7.0:
432
------------------------
433
This release features only a few minor changes to the core Metacat engine. 
434
The major focus of this release is the addition of the spatial functionality.
435
The geographic coverage of metadata documents can now be cached in a GIS-
436
accessible format and published via web mapping services and an online
437
interactive map. 
438

    
439
New Features:
440
* Three new open source libraries have been integrated with Metacat:
441
  - Geoserver:  A standards-compliant web map server to publish
442
                geographic data to the web.
443
               (http://docs.codehaus.org/display/GEOS/Home)
444
  - GeoTools:   A java-based GIS toolkit to programatically
445
                manipulate spatial datasets.
446
                (http://geotools.codehaus.org/)
447
  - Mapbuilder: A javascript application to provide an interactive
448
                web map front-end to Geoserver.
449
                (http://docs.codehaus.org/display/MAP/Home)
450
* Spatial Caching/Indexing mechanism; documents with geographic
451
  coverages will be added to the spatial cache.
452
* Spatial Query action in metacat servlet. 
453
* Interactive Web map to visualize and query the spatial 
454
  distribution of metadata documents.
455
* Experimental python, ruby and php client libraries to interface with metacat.
456
* Preliminary process in place for web based configuration of metacat.
457

    
458
Compatibility Notices:
459
* Tomcat 3 and 4 are no longer tested or supported. Users are 
460
  highly encouraged to upgrade to Tomcat 5.5
461

    
462
Bug Fixes:
463
* Metacat administrators are able to modify and delete documents 
464
  created by other users.
465
* Fixed problems with indexing XML attributes, see bug 2469
466

    
467

    
468
Release Notes for 1.6.0:
469
------------------------
470

    
471
This release comes with more performance improvements, initial support for 
472
LSIDs (Life Sciences Identifiers) and FGDC standard, more controls for 
473
Metacat administrators and bug fixes. Below is the list of bug fixes and
474
performance improvements.
475

    
476
Bug Fixes: 
477
* Improved the indexing algorithm. Earlier indexing failed for some documents 
478
  randomly and used to take a lot of time to complete for others. The 
479
  code for indexing was changed to take care of both these problems.
480
* Earlier, xmlns prefix was used to determine the namespace of the document. 
481
  Now schemaLocation is used instead xmlns prefix to determine the namespace 
482
  of the document as that is a better indicator of document type. 
483
* INSTR was used in some SQL statements and it is not supported by Postgres. 
484
  So SQL statements were modified so that INSTR is not used.
485
* Replication was changed to include replication of deleted documents also.
486
* Fixed bug in squery which didnt allow use of not-contains 
487

    
488
New Features:
489
* Added FGDC schema and XSLT so that Metacat can handle FGDC standard
490
* Added support for LSID. This includes modifying the stylesheets to 
491
  display the LSIDs, modifying the build to include a new target 
492
  'install-ldap'.
493
* Added following access control levels to Metacat:
494
    1. Administrators - users who can do the following:
495
       a. Run replication
496
       b. Delete any document
497
       c. Modify any document
498
       d. run indexing for any document
499
       e. check the logs
500
    2. allowedUsers - User who are allowed to submit
501
    3. deniedUsers - Users not allowed to submit
502
* Added a new skin for Ecological Society of America. 
503
* Created an Advanced search servlet which can be used from the web. 
504
* Various connections have been modified to be secure. e.g. connection between 
505
ldaps is made secure now, replication is done over secure channels.  
506

    
507
Performance:
508
* Reduced size of xml_nodes by creating a new table for holding nodes from 
509
  deleted documents and old revisions of the documents. 
510
* Provided a new variable in metacat.properties where more frequently searched 
511
  for paths can be specified. Seperate indexes are created for these paths 
512
  - so that search is faster.
513
* Included log4j for logging and debuging to prevent wasting of time in printing log statements. 
514

    
515
Release Notes for 1.5.0:
516
------------------------
517

    
518
This release comes with performace improvement, user interface enhancements,
519
and bug fixes. Below is the list of bug fixes and performance improvements. 
520

    
521
Bug Fixes:
522
* Modify property values of harvester registration servlets to match the
523
  servlet-mapping URL values in web.xml. The old values used the servlet
524
  class names. This worked in Tomcat 4 but seems to break in Tomcat 5 on
525
  Windows. The new values use the servlet-mapping URL values. This should
526
  work in both Tomcat 4 and Tomcat 5. (Bug 162)
527
* Re-implement logic to prune old log entries from the HARVEST_LOG and
528
  HARVEST_DETAIL_LOG tables. The old logic caused integrity constraint
529
  violations in the database because it tried to delete parent records from
530
  HARVEST_LOG prior to deleting child records from
531
  HARVEST_DETAIL_LOG. (Bug 162)
532
* In data registry, minor bugs fixed like the error page shows the link back
533
  to the form when error page was generated because of a document read
534
  request from search results page,  the successful delete button leading
535
  to a blank screen and the old ACL overwritten by the registry.
536
  (Bugs 1307, 1310, 1322, 1344, 1551)
537
* Changed the code to support insertion of following characters: ', `,
538
  charcters in the Numeric Character Reference format (&#xyz;) and
539
  characters like µ. Characters like µ will be converted to and stored in
540
  Numeric Character Reference format(&#xyz;). They will also be returned
541
  in Numeric Character Reference and it is upto the client to convert them
542
  and display them accordingly in the application. Partial fix provided by
543
  Johnoel Ancheta. (Bug 1538,1711)
544
* Spatial search failed on Oracle because of invalid entries made by
545
  some documents in the nodedata column of xml_nodes for paths involving
546
  'eastBoundingCoordinate', 'westBoundingCoordinate',
547
  'northBoundingCoordinate', 'southBoundingCoordinate'. A new column
548
  nodedatanumerical was added to xml_nodes table such that all the numerical
549
  nodedata is stored in this column and this column is now used for spatial
550
  search. (Bug 1703, 1718)
551
* In the default skin, clicking on the keywords on the home page did not
552
  result is a search being done. Fix provided by Owen Jones. (Bug 1768)
553
* Metacat generated a success message even when a document which didnt
554
  exsist was requested for deletion. This has been fixed. (Bug 1850)
555
* "packagetype" in xml-relation table was entered as eml200 namespace when
556
  an eml201 document was inserted. This is fixed now so that "packagetype"
557
  in xml-relation table points to eml201 namespace. (Bug 1979)
558
* System_id in xml_catalog pointed to http://knb.ecoinformatics.org/knb/
559
  earlier. Fixed such that it points to the locally installed metacat url. 
560
  (Bug 1986)
561
* Changes to the Query subsystem fix bugs that prevented attributes from 
562
  being expressed solely in the xpath query statement and the returnfield 
563
  values. For instance, a query URL may now include search strings like 
564
  '@packageId=sbclter%25' and return strings like 'returnfield=@packageId'.
565
  Previously, the attribute had to be appended to an element: 
566
  '/eml/@packageId=sbclter%25'. These fixes change DBQuery.java, 
567
  QuerySpecification.java, and QueryTerm.java (Bug 2052)
568
* Search query failed in case of Oracle if number of documents in the result
569
  were more than 1000. This has been fixed. (Bug 2000)
570
* Removed any occurence of enum which is now a keyword in Java 1.5
571

    
572

    
573
Enhancements:
574
* Major improvements done in user interface for the data registeries and
575
  various other skins. Improvements done based on suggestions from Mark
576
  Stromberg, Laura Downey and others. Improvements also done in resultset.xsl,
577
  the default skin and ldap templates. (Bug 1948)
578
* Coded added such that administrator can delete documents irrespective of
579
  who the document belongs to.
580
* Performance impovement done in searching of datasets. A part of the search
581
  time was taken up because of generation of resultset after the search had be
582
  done. So this was the sequence of events in earlier metacat
583
  1) Search for the given text
584
  2) A list of docids generated
585
  3) For each of the docids
586
     3a) Use xml_index and xml_nodes table to generate the string descibing
587
         the document including the returnfields requested in the search
588
  4) Add all the strings from step 3a to send back the resultant
589
     document. Here a decent amount of time was being taken by step 3a. 
590
  The algorithm is now modified by addition of two tables xml_queryresult and
591
  xml_returnfields and a user defined parameter xml_returnfield_count. The
592
  new algorithm works as follows:
593
  1) Search for the given text
594
  2) A list of docids is generated
595
  3) For the given set of return fields generate a unique string and check
596
     if that string exists in xml_returnfields
597
     3a) If string does not exist in xml_returnfield, then enter a new
598
         record usage_count as 1 and returnfield_string as the unique string
599
         generated above.
600
     3b) Else if the string exists, increment usage_count
601
  4) Given the docids from step 2 and the id of the returnfield record from
602
     step 3, query for any docids that already exist in xml_queryresult.
603
     For the docids that do exist, get the queryresult_string.
604
  5) For rest of the docids from step2 which were not found in step 4, do
605
     the following for each of the documents:
606
     5a) Use xml_index and xml_nodes table to generate the string descibing
607
         the document including the returnfields requested in the search
608
     5b) If usage_count of the record from step is more than
609
         xml_returnfield_count set in metacat.properties, then store the
610
         string in xml_queryresult as a record which has the returnfield_id
611
         representing the set of returnfields, docid representing the
612
         document and the string as queryresult_string.
613
  6) Add all the strings from step 4 and step 5a to send back the resultant
614
     document
615
  So the results from step 3a in previous algorithm are effectively cached
616
  and hence same computation is not done again and again for each search.
617
  When a document is deleted, all the entries for that document in
618
  xml_queryresult table are also deleted. When a document is updated, all
619
  the entries for that document in xml_queryresult table are deleted. This
620
  works fine because those entries will be generated and cached again the
621
  next time the document is part of a search is requested.
622
* Performance impovement done for % search.
623
* Following new functions added to metacat client API: a method to set access
624
  on an xml document and a method to get newest version for a given document.
625
* Implement a new HarvesterServlet for running Harvester as a servlet. This
626
  eliminates the need to run Harvester in a terminal window. By default, the
627
  HarvesterServlet is commented out in lib/web.xml.tomcat(3,4,5). The user
628
  documentation will be modified to instruct Harvester administrators to
629
  uncomment the HarvesterServlet entry.
630
* Minor enhancement to support multiple email addresses for harvester
631
  administrator and site contact. Each address is separated by a comma or
632
  semicolon.
633
* Increase number of rows in Harvest List Editor from 300 to 1200.
634
* Changed default maxHarvests value to 0. Added logic to ignore maxHarvests
635
  value when it is set to 0 or a negative number. This allows Harvester to
636
  run indefinitely without shutting down after reaching a maximum number of
637
  harvests. The previous default value of 30 would cause Harvester to
638
  terminate after 30 harvests.
639

    
640
Details of all changes can be found in the bug database here:
641
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.5
642

    
643

    
644
Release Notes for 1.4.0:
645
------------------------
646

    
647
This is a major release, and is the first to introduce many new features to
648
Metacat.  Some of the major new features in this version of Metacat include:
649

    
650
* Added a new 'Harvester' that allows documents to be periodically pulled
651
  from distributed sources into metacat, useful for interfacing with other
652
  system types. See the Metacat Tour for details.
653
* Added new 'skins' capability to allow the GUI for the metacat web interface
654
  to be more easily customized to fit into site needs.  The skin is based on
655
  a flexible mix of XSLT, CSS, and Javascript.
656
* Added a web-based metadata entry form for submitting limited EML documents
657
  as part of a data registry.  The GUI for the registry is customizable and 
658
  is integrated with the 'skins' system for the main metacat interface.  The
659
  registry subsystem is written in Perl, and can simultaneously be used to 
660
  present multiple 'registry' interfaces.
661
* A new 'client API' has been developed and implemented in Java and in Perl 
662
  so that metacat functions can be accessed from any program in those
663
  languages.  The client API supports the major metacat servlet actions,
664
  including login(), logout(), query(), insert(), update(), delete(), and 
665
  upload(). See the Metacat Tour for details.
666
* Added a new 'getlog' action that produces a usage history for all major
667
  events.  So now an XML report can be generated for document reads, inserts,
668
  deletes, etc.  See the new section in the Metacat Tour.
669
* Added a new 'buildindex' action that can rebuild the index entries for any
670
  document in the database.
671
* The configuration file for metacat (metacat.properties) has been moved out
672
  of the jar file and into the WEB-INF directory, allowing far easier changes
673
  to the configuration parameters.
674
* Results in default web interface are sorted by title in the XSLT 
675
  (configurable)
676
* Many bugs were fixed.
677

    
678
Details of all changes can be found in the bug database here:
679
http://bugzilla.ecoinformatics.org/buglist.cgi?product=Metacat&target_milestone=1.4
680

    
681
Release Notes for 1.3.1:
682
------------------------
683

    
684
This is a simple interim bug fix. No major functionality changes. Bugs fixed 
685
include:
686
 1) Metacat 1.3.0 doesn't work in Java 1.3 because a subtle API differnce in 
687
    Java 1.3 and Java 1.4. Currently, Metacat 1.3.1 will work in both Java 1.3 
688
    and Java 1.4.
689
 2) Distribution package size was reduced.
690

    
691

    
692
Release Notes for 1.3.0
693
------------------------
694

    
695
In 1.3.0 release, the structure of the xml_access table was changed and a new
696
table, xml_accesssubtree was added. If you try to update a previously 
697
installed Metacat, you should run a script file to updated the table structure 
698
before installation.
699
For Oracle user: At the SQLPLUS prompt type the following -
700
@src/reviseformetacat13.sql
701
For Postgresql user: At install directory prompt type the following -
702
psql exp < src/reviseformetacat13_postgres.sql
703
(where 'exp' is the database name).
704

    
705
After installation, user should run "ant schemasql" command to register EML2
706
schema in xml_catalog table.
707

    
708
If you are a new Metacat user, this step is unneeded.
709

    
710
Note: 1) We recommend to use Tomcat 4 and JAVA 1.4 to run Metacat. Otherwise, 
711
         it will cause potential replication issues.
712
      2) Delete the xercesImpl.jar and xmlParserAPIs.jar files 
713
         which are in $CATALINA_HOME/common/endorsed. They are old version and
714
         don't support XML schema validation.
715

    
716
New Features in 1.3.0
717
  1) Partialy support EML2 document. User can store, query, read and write
718
     EML2 documents. However, Metacat only support access control in resource
719
     level. The subtree level access control will be ignored.
720
  2) Support other xml document base on namespace/schema.
721
  3) Support query for attribute value
722
  4) Assign MIME type to data file base on metadata when user try to read it.
723
  5) Owner can assign access rules to a document which does not have access 
724
     document to apply it.
725
  6) Support exporting single file, not only whole package
726
  7) Resupport Microsoft SQL Server.
727

    
728
Fixes in 1.3.0:
729
  1) Couldn't finish delta T replication for large set of documents.
730
  2) Couldn't create access control during delta T replication.
731
  3) Eorr will be written to a seperated log file if some documents
732
     were failed in replication.
733
  4) Decrease the time to create access rules during insert or update 
734
     a package.
735
     
736
Documentation
737
-------------
738
See the docs directory for detailed documentation and installation
739
instructions.
740

    
741
Details of the Metacat architecture can be found on the website for
742
the Knowledge Network for Biocomplexity (KNB):
743

    
744
  http://knb.ecoinformatics.org/software/metacat/
745

    
746
Contributions to this work are welcome.  Please see the above web site
747
for details on how to contribute.
748

    
749
Major Known Bugs or Feature Requests (see http://bugzilla.ecoinformatics.org)
750
-----------------------------------------------------------------------------
751
If you discover a bug please report it, either by email (above) or by using
752
our bug tracking system (http://bugzilla.ecoinformatics.org). There is a
753
list of currently unimplemented features in Bugzilla that we are working on
754
for the next release.
755

    
756
Legalese
757
--------
758
This software is copyrighted by The Regents of the University of California
759
and the National Center for Ecological Analysis and Synthesis
760
and licensed under the GNU GPL; see the 'LICENSE' file for
761
details.
762

    
763
This material is based upon work supported by the
764
National Science Foundation under Grant No. DEB99-80154, DBI99-04777, and
765
0225676 for SEEK.  Any opinions, findings and conclusions or recomendations 
766
expressed in this material are those of the author(s) and do not necessarily 
767
reflect the views of the National Science Foundation (NSF).
768

    
769
This software is partially supported by a grant from the Andrew W. 
770
Mellon Foundation.
771

    
772
This product includes software developed by the Apache Software
773
Foundation (http://www.apache.org/). See the LICENSE file in lib/apache
774
for details.
775

    
776
The source code, object code, and documentation in the com.oreilly.servlet
777
package is copyright and owned by Jason Hunter. See the cos-license.html file
778
for details of the license.  Licensor retains title to and ownership of the
779
Software and all enhancements, modifications, and updates to the Software.
780

    
781
This software includes the JDBC driver for PostgreSQL.  See the 
782
postgresql-license.txt file for details.
(2-2/7)