The CSRF work broke installing plugins from github/gitlab search results.
Created attachment 171457 [details] [review] Bug 37916: Convert plugin install button to form This patch takes the usual approach of converting linked buttons to form with the csrf token included.
*** Bug 37909 has been marked as a duplicate of this bug. ***
Created attachment 171462 [details] [review] Bug 37916: Convert plugin install button to form This patch takes the usual approach of converting linked buttons to form with the csrf token included. Signed-off-by: JesseM <jesse@bywatersolutions.com>
Thank you Martin. This fixes the issue.
Created attachment 171470 [details] [review] Bug 37916: Convert plugin install button to form This patch takes the usual approach of converting linked buttons to form with the csrf token included. Signed-off-by: JesseM <jesse@bywatersolutions.com> Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Easy QA, thanks for fixing this :)
Pushed for 24.11! Well done everyone, thank you!
Created attachment 173589 [details] [review] Bug 36154: Showing LocalCoverImages and CustomCoverImages in the list page in staff interface To test 1. Log in to the staff interface 2. Make sure the system preference LocalCoverImages has «Show» value 3. Create a new list 4.1. Click on «More» menu then click on «List» and click on «New List» 4. Search for a record and add a local image to it 5. Add the record to the list created on step 4.1 6. Check the list ----> The image is not displayed 7. Apply the patch 8. Check the list again ----> the image is now display in a new column named «Cover» 9. Put the system preference LocalCoverImages to «Don't show» and CustomCoverImages to « Show » and add an image url to CustomCoverImagesURL (https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Cat03.jpg/481px-Cat03.jpg) 10. Check the list again ----> the image in CustomCoverImagesURL is display in the column named «Cover»
Created attachment 173590 [details] [review] Bug 36154: Display images coming from plugin this patch makes the summary page(opac-user), the list pages (opac-shelves.pl, shelves.pl), the Checkout history page (opac-readingrecord.pl) and shelfbrowser to be able to display images coming from plugin.
Created attachment 173591 [details] [review] Bug 36154: Make shelfbrowser.tt to be able to use images coming from plugins