-
906ad70...
by
Dan Wells
on 2019-05-20
-
Bumping version numbers, adding Upgrade Script and Changelog
Signed-off-by: Dan Wells <email address hidden>
-
9080c8f...
by
Dan Wells
on 2019-02-28
-
Customize upgrade notes for 3.3.1
Signed-off-by: Dan Wells <email address hidden>
-
7decd0a...
by
Dan Wells
on 2019-05-20
-
Bump OpenILS.pm version
Signed-off-by: Dan Wells <email address hidden>
-
79749d0...
by
Dan Wells
on 2019-05-20
-
Translation updates - po files
Signed-off-by: Dan Wells <email address hidden>
-
0236c16...
by
Remington Steed
on 2019-05-17
-
Docs: Add bugfix release notes for 3.3.1
This commit also relabels the original (now redundant) headings.
Signed-off-by: Remington Steed <email address hidden>
-
9c5182a...
by
Bill Erickson
on 2019-05-14
-
LP1813633 TCN search can find deleted records
As with the XUL client, when performing a bib record TCN search
(Cataloging -> Retrieve Record By TCN), first look for non-deleted
records with the requested TCN. When none are found, perform a
secondary search for deleted records with the requested TCN.
To test in concerto:
[1] Navigate to Cataloging -> Retrieve Record By TCN
[2] Search for TCN value "10", which is deleted by default in Concerto.
[3] Confirm the deleted record is loaded.
Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Garry Collum <email address hidden>
-
e25a67e...
by
Jeff Davis
on 2018-06-08
-
LP#1788680 prevent copy template apply failure on null stat cats
Under some circumstances, the current code can result in a JS failure:
Cannot read property 'filter' of undefined
When this happens, the copy template may apply partially or not at all.
This change simply makes sure cp.stat_cat_entries() exists before
attempting to filter it.
Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Dan Wells <email address hidden>
-
9a9ddad...
by
Bill Erickson
on 2019-04-09
-
LP1823982 Vandelay Match Set new tree repair
When creating a new Match Set expression, provide a default root
'AND' node upon which new nodes may be added.
Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>
-
8eadece...
by
Jason Boyer
on 2019-05-08
-
Stamping upgrade script for Vandelay on PG10
Signed-off-by: Jason Boyer <email address hidden>
-
fd73d8b...
by
Jason Stephenson
on 2019-04-25
-
LP1820339: Vandelay Imports on Pg 10
The previous commit used a function that only exists in Pg 10, so it
would require everyone to upgrade PostgreSQL.
After some investigation, Ben Shum and I found a method that works on
Pg 9.4 through Pg 10 by putting the existing function into a
subselect as suggested by PostgreSQL documentation.
Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Ben Shum <email address hidden>
Signed-off-by: Jason Boyer <email address hidden>