| 1 |
$Id: CHANGELOG.txt,v 1.1.2.9 2009/02/13 17:02:00 febbraro Exp $
|
| 2 |
|
| 3 |
From Version 6.x-2.2 -> 6.x-3.0
|
| 4 |
-------------------------------
|
| 5 |
- Overhauled the database schema for more extensible handling of extended data for entities
|
| 6 |
- Refactoring of Calais API data structures to allow more flexiblity as resolved entities evolve
|
| 7 |
- Refactoring of Calais API class to process a bit less and more flexiblity process resolved entities
|
| 8 |
- Allow admin UI configuration of which OpenCalais server to use
|
| 9 |
- Default server to api1.opencalais.com (R4.0)
|
| 10 |
- Updated suggestion default style to not be so loud
|
| 11 |
- Suggestions are now ordered from highest relevance score to lowest
|
| 12 |
- Suggestions are now come in 3 diff sizes based on relevance, hover describes it which category it falls into
|
| 13 |
- Vocabularies are now in 3 groupings ordered alphabetically
|
| 14 |
* those with suggestions; those with terms but no suggestions; all others
|
| 15 |
- Support for disambiguated guids
|
| 16 |
- Removed guid from term_data table, it now lives in calais_term
|
| 17 |
- calais_term now points at it's corresponding taxonomy term
|
| 18 |
- Clean up term_data reference in calais_term on delete via hook_taxonomy
|
| 19 |
- Updated all unit tests
|
| 20 |
- Now stores all extended data for disambiguated geo entities (City, State, Country), Companies and Products
|
| 21 |
- Fixed #286750. Thanks doublejosh.
|
| 22 |
- Taxonomy Term Editor now displays correct GUID to Linked Data
|
| 23 |
- Updated Views integration to support all fields. Now has Calais Term base view.
|
| 24 |
- Updated help text across all modules to be more, well, helpful ;-)
|
| 25 |
- Default Node Settings fieldsets to collapsed
|
| 26 |
- Fixed bug where disabled vocabularies were still getting terms processed (records in calais_term with vid = 0)
|
| 27 |
- Guard against condition where no entity types are selected
|
| 28 |
- Update Calais Geo to reference Calais Terms directly instead of storing duplicate data
|
| 29 |
- Renamed calais_geo_marker_text theme hook to calais_geo_marker. It now can be a TPL file too.
|
| 30 |
|
| 31 |
From Version 6.x-2.1 -> 6.x-2.2
|
| 32 |
-------------------------------
|
| 33 |
- API: Updated c:caller to be RDF and OpenCalais compliant
|
| 34 |
- Added a threshold parameter to calais_get_keywords() - Allows external callers to not be beholden to the node type configuration.
|
| 35 |
- Fixed issues with Calais Geo Disambiguation data (predicates and object names were changed)
|
| 36 |
- #326077: Stopped manual term association in Calais vocabulary from creating duplicate terms.
|
| 37 |
- #328631: Duplicate entry due to problem with feedapi item updates.
|
| 38 |
- #344279: Added CDATA in XML request for supporting other character sets and html entities
|
| 39 |
- #328364: Added support for CCK field submission
|
| 40 |
- Upgraded to dev version of RDF. Must use 12/5/2008 or later
|
| 41 |
- Added ability to store the Calais RDF locally. (Can be turned off)
|
| 42 |
- Added support for Calais Document Categorization, http://opencalais.com/APIresponses#DocCategorization
|
| 43 |
- Now captures the disambiguated company names. Stored in resolved_name column, not as the actual value yet
|
| 44 |
- Provides Calais node RDF as an autodiscovery link
|
| 45 |
- Expose Calais GUID on Taxonomy Terms to Views
|
| 46 |
- Removed Geonames fallback for Calais Geo. The webservice DNS entry was turned off and the module is not updated.
|
| 47 |
|
| 48 |
From Version 6.x-2.0 -> 6.x-2.1
|
| 49 |
-------------------------------
|
| 50 |
- Support for Calais Web Service Geo Disambiguation Latitude and Longitude data (as part of upcoming Calais Web Service 3.1 release)
|
| 51 |
- New Calais Geo module that provides Geomapping capabilities
|
| 52 |
- #311495: Allow non calais terms in the vocabularies.
|
| 53 |
- #311066: Fix for empty array in query. Thanks robertDouglass
|
| 54 |
- New caller and submitter value
|
| 55 |
|
| 56 |
From Version 6.x-1.4 -> 6.x-2.0
|
| 57 |
-------------------------------
|
| 58 |
- Support for Calais Events & Facts
|
| 59 |
- Integration of Calais GUID into Taxonomy (Will be resolvable in the future)
|
| 60 |
- Implemented threshold filtering per content type based on Calais relevance score
|
| 61 |
- Requests are over REST API
|
| 62 |
- Now supports XML request format for better handling of relative date references ("tomorrow", "yesterday", etc)
|
| 63 |
- More intelligent ordering of Vocabularies
|
| 64 |
- One time auto, then all subsequent manual association setting
|
| 65 |
- Throttled bulk processing of historical content
|
| 66 |
- Implementation of Object Oriented API
|
| 67 |
- Implementation of a unit test suite built on the SimpleTest module
|
| 68 |
- Refactored API
|
| 69 |
- Coder compliance fixes
|
| 70 |
- Many, many bug/support/feature requests resolved
|