lp:evergreen/3.2
- Get this branch:
- bzr branch lp:evergreen/3.2
Branch merges
Recent revisions
- 23227. By Remington Steed
-
Docs: Add 3.2.10 point release notes
Signed-off-by: Remington Steed <email address hidden>
- 23226. By Dan Wells
-
LP#1846038 Remove extra grid refresh from configuration load
Bug LP#1790169 added the ability to save sorting configuration, but it
also added an additional grid refresh to the configuration load. This
breaks grid loading.The expected flow is for is to first load any existing configuration,
then do the first collect() for the grid. This refresh() call adds
potentially a second collect() which may run earlier than it should,
and overall does not seem necessary.To test:
(Make sure you are testing on current master or rel_3_3/3_4, or you
will (like me) hit related bugs which have been fixed. Also, some
grids (especially circ) do not honor sort for other reasons, so avoid
those for now.)1) Find a grid which has a typical get() process. Suggestion would be
a basic auto grid, such as full bill details,
https://localhost/ eg/staff/ circ/patron/ 11/bill/ 43/details .
2) Set a sort value you can see, then *save* the configuration.
3) Before the patch, billing details grid doesn't load. After patch,
grid loads and still honors the defined sort.Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Remington Steed <email address hidden>
Signed-off-by: Mike Rylander <email address hidden> - 23225. By Jason Stephenson
-
Lp 1835620: Require some Storage submodules instead of use them
Switch from "use" to "require" for submodules in OpenILS:
:Application
::Storage::CDBI and OpenILS::Application: :Storage: :Driver: :Pg.
Circular dependencies and other issues cause the following errors at
compile time for those modules:Compilation failed in require at
/usr/local/share/perl/ 5.28.1/ OpenILS/ Application/ Storage/ CDBI.pm line
9.Compilation failed in require at
/usr/local/share/perl/ 5.26.1/ OpenILS/ Application/ Storage/ Driver/ Pg.pm
line 15.Require loads the submodules at run time and does not attempt to
import any methods. This is the behavior we want, eliminates the
above errors, and everything still works.Add comments above the required modules explaining why require is
needed and not use.Enable and reorder all of the tests in Open-ILS/
src/perlmods/ t/
09-OpenILS-Application- Storage- Driver. t. Repairing the above issue
also repairs these tests.Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Jason Boyer <email address hidden> - 23224. By Jeff Davis
-
LP#1844720: avoid hard-coded paths in Apache config
Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Galen Charlton <email address hidden> - 23223. By Jason Boyer <email address hidden>
-
LP1825403: Do not Include Tag Owner in Tag
Copy tags were accidentally having their owning
location shortname included in the tag values,
this patch allows the owner to be displayed but
not included in the value used.Signed-off-by: Jason Boyer <email address hidden>
Signed-off-by: Mike Rylander <email address hidden> - 23222. By Remington Steed
-
Docs: Fix image syntax in Authority Browse infrastructure docs
There are two image references in the docs section "Infrastructure
Changes to Authority Browse" that use incorrect AsciiDoc syntax, and
therefore the images don't display in the docs. This commit fixes them
(changing "images::" to "image::", removing the "s").Signed-off-by: Remington Steed <email address hidden>
- 23221. By Michele Morgan
-
LP1821969 Additional fix to second_given_name
Adds primary second_given_name to the preferred name if there is no
preferred second_given_name. This matches the behavior of the other name
fields.Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Galen Charlton <email address hidden> - 23220. By Garry Collum
-
LP1821969 Patron Prefix and Suffix Display in Summary
Adds support for displaying the patron prefix, suffix, preferred prefix, and preferred suffix in the patron summary sidebar.
To test:
1. Add a combination of prefixes, suffixes, preferred prefixes, and preferred suffixes to several patrons.
2. Also add some other preferred information to some of these patrons.
3. In the sidebar notice the lack of prefix information in both the patron's main heading and in the preferred name information.
4. Apply the patch.
5. In the sidebar the prefixes and suffixes are now displayed.Signed-off-by: Garry Collum <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Galen Charlton <email address hidden> - 23219. By Galen Charlton
-
LP#1802952: stamp schema update
Signed-off-by: Galen Charlton <email address hidden>
- 23218. By Dan Wells
-
LP#1802952 Check bib visibility for located URI auto suggest
Suggestions from records with only located URIs (no copies) do not
appear in the OPAC search suggestions. This appears to be a cousin of
bug #1773479, but in a neighboring function.In the case of libraries with LURIs, we need to consider bib visibility
separate from copy visibility in order for both to show up.Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Kyle Huckins <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~denials/evergreen/master