SemanticScuttle News
Brought to you by:
cweiske
New Year, new version of SemanticScuttle (a social bookmarking tool exploring semantic features).
This version provides few new features like a dynamic tree of tags (thanks to DOJO toolkit), a url checker (in admin section) and a way to add anchors in description (anchors allow structured descriptions). But in backend, changes are more important with code refactoring (object oriented improvement and a new cache feature for inference between tags).
Happy new Year !
All the changes:
14/11/2008 Release of SemanticScuttle 0.91
* Major Refactoring: add a tag cache improving query processing (knowledge inference on tag relations) [DB modified] * Interface fix: allows to remove a tag from the selection into subtitle bar thanks to a *. * New Feature: authorizes anchors with brackets into descriptions of bookmark. For example: "[city]Paris[/city]". This text between anchors will be highlighted when the corresponding bookmark will be displayed. * Interface Fix: transforms description field into textarea * Interface fix: make longer description field [DB modified] * Interface fix: takes dModified field instead of bDatetime one (to sort bookmarks) * Interface fix: add link to gsearch/ forlder on normal search page and correct gsearch feature. * New Translation: SemanticScuttle is now available in German, formal and gender-neutral version (thanks Elmar H. Beer) * New Feature: admin can check urls validity (in his/her admin page) * Bug fix: correct ROOT declaration * Bug fix: correct DOJO completion in tags edition * Interface fix: add tags cloud from all users into add bookmark window (orouk proposition) * New Feature: possibility to import a structure of hierarchical tags from a file * Minor fix: improve import from Nestcape files (now takes tags into account) * Interface fix: add an hyperlink from bookmark edition page to collaborative edition of the same bookmark * Bug fix: correct admin CSRF vulnerability (thank you Etienne Z.) * Major refactoring: transform users row into object, define page parameters (POST and GET) as constants, simplify debugging ... [Config file modified: $debugMode] * New feature: Dynamic tree of tags using Dojo toolkit (used by a menu2 sidebar box) [Config file modified: $menu2Tags] * Bug fix: prevent from CSRF vulnerabilities on profile page (thank you Etienne Z.) * Bug fix: correct AJAX deleting of bookmarks (thank you Ricco)