evergreen:main

Last commit made on 2024-05-14
Get this branch:
git clone -b main https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
main
Repository:
lp:evergreen

Recent commits

28615c2... by Blake GH

LP#2042158 Postgres 12+ needs to have JIT disabled

Recommending tweaks to postgresql.conf for PG 12+

Signed-off-by: blake <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

0c8c7d6... by Galen Charlton <email address hidden>

Translation updates - newpot

Signed-off-by: Galen Charlton <email address hidden>

c5bc516... by Jane Sandberg

Release notes for 3.13-beta

Co-authored-by: Stephanie Leary <email address hidden>
Co-authored-by: blake <email address hidden>
Co-authored-by: Shula Link <email address hidden>
Co-authored-by: Galen Charlton <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>

1dd72e7... by Blake GH

LP#2065540 32-lp1207533-triggered-events.t failing

Removing the hard coded ID number from our SQL inserts on
action_trigger.event_definition. Both seed data and upgrade sql

Perl live tests now run clean

Release-note: Fixing hard-coded ID number for new AT Event Definition

Signed-off-by: blake <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>

a5acca4... by Blake GH

LP#2006969: stamp DB update

Signed-off-by: blake <email address hidden>

547e313... by Stephanie Leary

LP2006969 Turn off combobox for complex fixed fields

Adds to the list of fixed fields for which we do not show combobox
suggestions in the enhanced MARC editor.

Signed-off-by: Stephanie Leary <email address hidden>
Signed-off-by: Jennifer Weston <email address hidden>
Signed-off-by: blake <email address hidden>

e05506c... by Andrea Neiman

LP2006969 MARC reference comments for fixed fields editor

Adds inline comments to help developers identify the control fields
being referenced by the abbreviated names in the fixed fields editor.

Signed-off-by: Andrea Buntz Neiman <email address hidden>
Signed-off-by: Stephanie Leary <email address hidden>
Signed-off-by: Jennifer Weston <email address hidden>
Signed-off-by: blake <email address hidden>

a9c8faf... by Jason Etheridge

LP2006969 Updated MARC tag tables

Updates the MARC tag tables based on Library of Congress documentation.

Release-note: Updates MARC tag tables to support new rich editor

Signed-off-by: Stephanie Leary <email address hidden>
Signed-off-by: Jennifer Weston <email address hidden>
Signed-off-by: blake <email address hidden>

e0a50e3... by Stephanie Leary

LP2006969 Combobox-based MARC rich editor

Significant revision of the MARC rich editor. Instead of contextual
menus, inputs for tags, indicators, and subfield codes use comboboxes.
Subfield values use inputs or textareas, depending on the size of
existing data or expected size based on the chosen subfield (e.g. 520
$a). Actions have individual buttons for better keyboard support.

Fields may be rearranged using drag and drop; the move button also
supports up/down arrow key movement.

When navigating by keyboard, subfields are treated as a group. When a
subfield group has focus, the right arrow key moves the cursor into the
subfield code for editing and the tab key advances to the subfield
value. An additional button to insert a new subfield appears; pressing
Tab again moves focus to the next subfield group.

The rich editor now has a gray background based on user feedback
regarding eyestrain with the white background in 3.6+.

The Help button toggles the display of inline MARC references for fields
1xx-8xx as well as the keyboard shortcuts at the top. Fixed fields and
control fields do not currently display inline help, but fixed field
labels have tooltips to help users decipher the abbreviations.

Release-note: Combobox-based MARC rich editor with inline help

Signed-off-by: Stephanie Leary <email address hidden>
Signed-off-by: Jennifer Weston <email address hidden>
Signed-off-by: blake <email address hidden>

Conflicts:
 Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts
           Duplicate entry detection changed to depend only on id, and
           only deduplicate disabled entries, rather than use
           isDuplicate() on all entries.

89e0a60... by Jane Sandberg <email address hidden>

lp2036312: Upgrade nightwatch to version 3

Release-note: upgrade dependencies for staff client automated tests/

Signed-off-by: Jane Sandberg <email address hidden>
Signed-off-by: blake <email address hidden>