Downloads
Release notes
New Features:
-------------
(1) Adding the possibility to structScones to re-tag all the previously processed files using scones. This is particularly useful when you want to change the number of isAbout links you want to keep for each tagger documents. Also, the user now has the possibility to add "free tags" on the fly that doesn't rely on the Scones tagger. So the workflow is as follow: Scones tags the document according to its loaded ontology. Then the user can add some more tags by hands. The user also has the possibility to re-process a text file that has previously been processed using the same UI. The only thing he has to do is to edit the text, and re process it using scones. Note: the previously tagged terms will remain in the re-processing process.
(2) Making structSearch aware of the structScones module. If a result, within a displayed page is detected to be editable by Scones, a "Scones edit" icon will appear if the user is logged-in as an administrator.
(3) Making structBrowse aware of the structScones module. If a result, within a displayed page is detected to be editable by Scones, a "Scones edit" icon will appear if the user is logged-in as an administrator.
(4) Added a "dataset selection" option in the structScone module
(5) Added a new module called structNetwork. See that commit comment for all the information about this new module: http://drupalcode.org/project/construct.git/commit/07c6ac4
Updates:
--------
(1) Addition of a utility method getURI() to be able to get the URI of a resource object within the Resource class (Resource.php).
(2) Good improvement of the ProcessorXML class which should make it more efficient.
(3) Upgraded to the latest version of ARC2
Minor Fixes:
------------
(1) Fixed block icon for the structOntology module
(2) Removed the structOntology settings that were not needed anymore
(3) Removed missing CVS ID tag left in the Drupal Git migration process
(4) Changed the behavior of the structOntology module a bit
(5) Updated the default list of namespaces in the Namespaces class
(6) Added a missing "process" folder in the structScones module's folder
(7) Added a timeout to some curl queries within the structDataset module
(8) Fixed missing URL encoding in structDelete
(9) Fixed the default value of the $sid array in index.php
(10) Fixed VisualBinder.php template selection bug