Issue #2845572 by deepakrmklm: Remove (dot) module file and (dot) install file in info file
Issue #1109434 by greg.harvey: Calais API creates a Critical warning when keys are missing
Issue #3108155: Deprecated RESTful API Endpoint URL
Refactored so that ARC2 is no longer required. JSON is parsed from Calais and RDF parsing no longer needed.
Fixed uninstall process.
General bug fixes and code clean up.
Add the help page
Removed the interface implementation.
Removed debugging code.
Standardized the param/option mechanism of passing data to the class.
Refactored to use the JSON feed and remove dependency on ARC2.
Removed the API module and its dependency and integrated functionality into main module.
Lots of code cleanup.
Issue #2656328 by jefferis, ElusiveMind: Missing ARC2
Issue #2661018 by Zoltán Balogh: Fix drupal_set_message() warnings
Added PermID and OpenPermID to company, country, province and person entity types
A lot of code clean up and refactoring for coding standards.
Get the tagging functionality working again.
Removed Semantic Proxy since it has been shut down.
Issue #1433898 by ElusiveMind, gazzer82: Force the Bulk Process function to re-run
Issue #2495253 by elstudio, ElusiveMind: Fatal error: Call to a member function xpath() on a non-object
Issue #2464815 by ElusiveMind, bobbia: Lost most of my OpenCalais categories - is this due to the Calais' linked data cloud shutdown?
Issue #2372941 by ElusiveMind, thomasmurphy: Just check title and body
Issue #2543746: Will the Open Calais module work after Aug 31, 2015?
This is a first alpha version of OpenCalais on D7.
The functionality is not complete and there are almost certainly bugs, it is highly recommended that you do not use this module on production sites yet.
- Removed the code that added columns to the taxonomy tables for linked data (this is now handled in special tables)
- Removed mistakenly included dpm() from bulk process functions #429560: Flaming red errors upon bulk processing
- Added drupal_alter for calais_body
* Fixed bug that was removing non-Calais Taxonomy Terms on save of Calais screen.
* SemanticProxy integration
* Bulk processing can now pickup where it left off if it fails
Highlights include:
* Support for Calais Document Category
* Local storage of RDF
* Autodiscovery of RDF for nodes
* GUID (Linked Data) is now exposed to views
A few bug fixes from the community.
Added c:caller to external metadata
Added calais_geo mapping module
Added support for geo disambiguation lat/lon coordinates
Bug with using the wrong escape string function for the DB.
Bug with creating SQL for calais term insertion
Added hook_requirements handler for ARC2 class being present.