lp://qastaging/evergreen
- Get this branch:
- bzr branch lp://qastaging/evergreen
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.evergreen-ils.org/Evergreen.git,branch=main.
Last successful import was .
Recent revisions
- 27677. By Jane Sandberg <email address hidden>
-
Forward-port 3.12.6 -> 3.12.7 upgrade script
This also includes a fix for LP 2086105, courtesy of blake and Jeff Davis.
Signed-off-by: Jane Sandberg <email address hidden>
- 27676. By Jeff Davis
-
LP#2086105: update currency_type from CAN to CAD for funds too
Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27675. By Blake GH
-
LP#2086105 DB 1428 block can fail
The database upgrade block 1428 contains
this statement:UPDATE acq.currency_type
SET code = 'CAD' WHERE code = 'CAN';Which doesn't always CASCADE to the other foreign keys
(sometimes). To fix it on our example production
database, we ended up having to add two UPDATE's:UPDATE acq.fund_debit SET origin_
currency_ type ='CAD'
WHERE origin_currency_ type = 'CAN';
UPDATE acq.provider SET currency_type ='CAD'
WHERE currency_type = 'CAN';related: bug 1807998
Release-note: Fix potential failure in database upgrade script.
Signed-off-by: blake <email address hidden>
Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27674. By Jane Sandberg
-
Docs: small follow-up
Remove extraneous lines
Signed-off-by: Jane Sandberg <email address hidden>
- 27673. By Ian Skelskey
-
Enhance booking documentation with updated images
This commit updates the booking documentation by replacing outdated images with new ones, improving clarity and understanding of the booking module features.
- Added new images: booking-
menu-item. png, booking- submenu. png, booking- book-from- catalog. png, among others, to showcase the booking process flow.
- Removed obsolete images: booking-capture- 1_web_client. png, booking- capture- 2_web_client. png, and booking- capture- 3.png.
- Revised documentation text to align with the new interface visuals and provide a clear step-by-step guide for booking tasks.Release-Note: Update booking module documentation with new visuals for better usability.
Signed-off-by: Ian Skelskey <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27672. By spmorrison <email address hidden>
-
Docs: Update image tags in record_buckets.adoc
Signed-off-by: Jane Sandberg <email address hidden>
- 27671. By Gina Monti
-
Docs: Updating first section of My Lists
Includes fix for more relevant link
Signed-off-by: Jane Sandberg <email address hidden>
- 27670. By spmorrison <email address hidden>
-
Docs Update search_results.adoc
Adding info on hiding/showing facets per 3.14 bug fix https:/
/bugs.launchpad .net/evergreen/ +bug/2073988 Signed-off-by: Jane Sandberg <email address hidden>
- 27669. By spmorrison <email address hidden>
-
Docs: Screenshots for Update search_results.adoc #296
https:/
/github. com/evergreen- library- system/ Evergreen/ pull/296
Signed-off-by: Jane Sandberg <email address hidden> - 27668. By Galen Charlton <email address hidden>
-
LP#2082209: (follow-up) update stock ChangeLog file
This redirects the reader to the appropriate release notes
file.Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)