Add support for tagging of user lists.
- Deprecates VuFind\Db\Row\UserList::getTags() in favor of VuFind\Db\Row\UserList::getResourceTags() - Deprecates VuFind\Db\Table\ResourceTags::destroyLinks() in favor of VuFind\Db\Table\ResourceTags::destroyResourceLinks() - Includes code originally developed as part of pull request #1645.
Showing
- config/vufind/config.ini 2 additions, 0 deletionsconfig/vufind/config.ini
- module/VuFind/sql/migrations/pgsql/7.1/001-allow-list-tags.sql 9 additions, 0 deletions...e/VuFind/sql/migrations/pgsql/7.1/001-allow-list-tags.sql
- module/VuFind/sql/mysql.sql 1 addition, 1 deletionmodule/VuFind/sql/mysql.sql
- module/VuFind/sql/pgsql.sql 1 addition, 1 deletionmodule/VuFind/sql/pgsql.sql
- module/VuFind/src/VuFind/Config/AccountCapabilities.php 13 additions, 0 deletionsmodule/VuFind/src/VuFind/Config/AccountCapabilities.php
- module/VuFind/src/VuFind/Controller/BrowseController.php 6 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/BrowseController.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 36 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFind/Db/Row/Resource.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Db/Row/Resource.php
- module/VuFind/src/VuFind/Db/Row/User.php 32 additions, 8 deletionsmodule/VuFind/src/VuFind/Db/Row/User.php
- module/VuFind/src/VuFind/Db/Row/UserList.php 79 additions, 6 deletionsmodule/VuFind/src/VuFind/Db/Row/UserList.php
- module/VuFind/src/VuFind/Db/Row/UserListFactory.php 4 additions, 1 deletionmodule/VuFind/src/VuFind/Db/Row/UserListFactory.php
- module/VuFind/src/VuFind/Db/Table/ResourceTags.php 64 additions, 5 deletionsmodule/VuFind/src/VuFind/Db/Table/ResourceTags.php
- module/VuFind/src/VuFind/Db/Table/Tags.php 38 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/Tags.php
- module/VuFind/src/VuFind/Db/Table/UserResource.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Db/Table/UserResource.php
- module/VuFind/src/VuFind/View/Helper/Root/UserTags.php 21 additions, 2 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/UserTags.php
- module/VuFind/src/VuFind/View/Helper/Root/UserTagsFactory.php 4 additions, 1 deletion...le/VuFind/src/VuFind/View/Helper/Root/UserTagsFactory.php
- module/VuFind/src/VuFindTest/Unit/DbTestCase.php 1 addition, 0 deletionsmodule/VuFind/src/VuFindTest/Unit/DbTestCase.php
- themes/bootstrap3/templates/myresearch/editlist.phtml 7 additions, 0 deletionsthemes/bootstrap3/templates/myresearch/editlist.phtml
- themes/bootstrap3/templates/myresearch/mylist.phtml 3 additions, 0 deletionsthemes/bootstrap3/templates/myresearch/mylist.phtml
Please register or sign in to comment