There was an error fetching the commit references. Please try again later.
Support for case-insensitive tags.
- Wired up case sensitivity setting through factories - Simplified tag searching vs. exact lookups to reduce redundancy - Made Tags::getByText more flexible for more accurate/efficient deletion - Adjusted upgrade script so that existing "duplicate tag" fix accounts for case-insensitivity
Showing
- config/vufind/config.ini 3 additions, 0 deletionsconfig/vufind/config.ini
- module/VuFind/config/module.config.php 2 additions, 2 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Db/Row/Resource.php 12 additions, 8 deletionsmodule/VuFind/src/VuFind/Db/Row/Resource.php
- module/VuFind/src/VuFind/Db/Row/User.php 2 additions, 45 deletionsmodule/VuFind/src/VuFind/Db/Row/User.php
- module/VuFind/src/VuFind/Db/Table/Factory.php 30 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/Factory.php
- module/VuFind/src/VuFind/Db/Table/ResourceTags.php 32 additions, 9 deletionsmodule/VuFind/src/VuFind/Db/Table/ResourceTags.php
- module/VuFind/src/VuFind/Db/Table/Tags.php 121 additions, 25 deletionsmodule/VuFind/src/VuFind/Db/Table/Tags.php
- module/VuFind/src/VuFind/Search/Tags/Results.php 14 additions, 42 deletionsmodule/VuFind/src/VuFind/Search/Tags/Results.php
- themes/bootstrap3/templates/upgrade/fixduplicatetags.phtml 5 additions, 3 deletionsthemes/bootstrap3/templates/upgrade/fixduplicatetags.phtml
Please register or sign in to comment