Major simplification of lightbox logic.
- Rewrote Javascript to make better use of server-side logic - Eliminated many server-side special cases specific to lightbox handling - Adjusted test suite to accommodate improvements
Showing
- module/VuFind/src/VuFind/Controller/AbstractBase.php 25 additions, 141 deletionsmodule/VuFind/src/VuFind/Controller/AbstractBase.php
- module/VuFind/src/VuFind/Controller/AbstractRecord.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/AbstractRecord.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 2 additions, 21 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Controller/CartController.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/CartController.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 10 additions, 13 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFindTest/Unit/UserCreationTrait.php 4 additions, 1 deletionmodule/VuFind/src/VuFindTest/Unit/UserCreationTrait.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BulkTest.php 2 additions, 7 deletions.../tests/integration-tests/src/VuFindTest/Mink/BulkTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CartTest.php 10 additions, 9 deletions.../tests/integration-tests/src/VuFindTest/Mink/CartTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php 17 additions, 9 deletions...s/integration-tests/src/VuFindTest/Mink/FavoritesTest.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php 7 additions, 13 deletions...tegration-tests/src/VuFindTest/Mink/RecordActionsTest.php
- 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/cart.js 25 additions, 45 deletionsthemes/bootstrap3/js/cart.js
- themes/bootstrap3/js/combined-search.js 1 addition, 2 deletionsthemes/bootstrap3/js/combined-search.js
- themes/bootstrap3/js/common.js 7 additions, 170 deletionsthemes/bootstrap3/js/common.js
- themes/bootstrap3/js/lightbox.js 206 additions, 524 deletionsthemes/bootstrap3/js/lightbox.js
- themes/bootstrap3/js/record.js 9 additions, 82 deletionsthemes/bootstrap3/js/record.js
- themes/bootstrap3/less/bootstrap.less 15 additions, 1 deletionthemes/bootstrap3/less/bootstrap.less
- themes/bootstrap3/templates/Auth/AbstractBase/login.phtml 2 additions, 2 deletionsthemes/bootstrap3/templates/Auth/AbstractBase/login.phtml
- themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml 2 additions, 2 deletions...s/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
Please register or sign in to comment