Improved tagging interface.
- Resolves VUFIND-217 by adding delete capabilities - Changes the way tags are counted -- now counted per-user, rather than per-copy, for more accurate ranking - Includes some stylistic improvements to the LESS code
Showing
- module/VuFind/src/VuFind/Controller/AbstractRecord.php 38 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/AbstractRecord.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 25 additions, 12 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Db/Row/Resource.php 24 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/Resource.php
- module/VuFind/src/VuFind/Db/Row/User.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Db/Row/User.php
- module/VuFind/src/VuFind/Db/Table/ResourceTags.php 10 additions, 6 deletionsmodule/VuFind/src/VuFind/Db/Table/ResourceTags.php
- module/VuFind/src/VuFind/Db/Table/Tags.php 62 additions, 14 deletionsmodule/VuFind/src/VuFind/Db/Table/Tags.php
- module/VuFind/src/VuFind/Db/Table/UserResource.php 10 additions, 3 deletionsmodule/VuFind/src/VuFind/Db/Table/UserResource.php
- module/VuFind/src/VuFind/RecordDriver/AbstractBase.php 27 additions, 5 deletionsmodule/VuFind/src/VuFind/RecordDriver/AbstractBase.php
- module/VuFind/src/VuFind/Route/RouteGenerator.php 4 additions, 4 deletionsmodule/VuFind/src/VuFind/Route/RouteGenerator.php
- themes/blueprint/css/styles.css 44 additions, 0 deletionsthemes/blueprint/css/styles.css
- themes/blueprint/js/lightbox.js 23 additions, 21 deletionsthemes/blueprint/js/lightbox.js
- themes/blueprint/js/record.js 28 additions, 3 deletionsthemes/blueprint/js/record.js
- themes/blueprint/templates/RecordDriver/SolrDefault/core.phtml 10 additions, 8 deletions...s/blueprint/templates/RecordDriver/SolrDefault/core.phtml
- themes/blueprint/templates/RecordDriver/SolrDefault/list-entry.phtml 3 additions, 3 deletions...print/templates/RecordDriver/SolrDefault/list-entry.phtml
- themes/blueprint/templates/record/taglist.phtml 21 additions, 0 deletionsthemes/blueprint/templates/record/taglist.phtml
- themes/blueprint/templates/record/view.phtml 1 addition, 0 deletionsthemes/blueprint/templates/record/view.phtml
- themes/bootprint3/css/compiled.css 1 addition, 1 deletionthemes/bootprint3/css/compiled.css
- themes/bootstrap3/css/compiled.css 1 addition, 1 deletionthemes/bootstrap3/css/compiled.css
- themes/bootstrap3/js/common.js 6 additions, 1 deletionthemes/bootstrap3/js/common.js
- themes/bootstrap3/js/record.js 59 additions, 36 deletionsthemes/bootstrap3/js/record.js
Please register or sign in to comment