View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/evergreen

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at git://git.evergreen-ils.org/Evergreen.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
rel_3_13 2024-09-10 20:46:30 UTC
LP#2077354: eg-tree range selection and filtering

Author: Mike Rylander
Author Date: 2024-08-27 19:30:11 UTC

LP#2077354: eg-tree range selection and filtering

Range Selection
===============

This commit adds the ability to shift-click a second eg-tree node state
flag checkbox and have all the tree nodes between the newly shift-clicked
node checkbox and the previously clicked checkbox be selected. This
includes intervening descendant nodes whether they are collapsed or
expanded, and any descendants of the shift-clicked node.

If a node is shift-clicked without a different node being checked
beforehand, the shift-clicked node /and all of it's descendants, whether
collapsed or visible/ are selected. This allows one to select a branch
of the tree (including selecting the entire tree, if the root node is
shift-clicked) in one go.

Shift-clicking applies the NEW checked-or-not value from the
shift-clicked node to the selection range, it does /not/ attempt to
invert each individual node's state flag (checkbox) value or otherwise
be overly fancy.

Range selection can be done in either direction, up or down the tree.

Node Filtering
==============

An optional flag is added to the eg-tree component to enable filtering
based on the node labels. This is implemented in two basic parts:

  * A new restictedNodes tree property that shows only those tree paths
    (including ancestors of restrictedNodes members) that are required
    to show display the members of the restricedNodes set.
  * A debounced text input that searches the tree for nodes with labels
    that contain the user-supplied string. Strings are normalized using
    the String.prototype.toLocaleLowerCase() function, and compared
    using the String.prototype.search() function.

The restrictedNodes property is used directly by the reporter to show
only the selected nodes, and their ancestors, when the eg-tree component
is disabled in the Report Definition Editor when the template has
supplied values to the eg-tree.

Finally, specifically in the case of eg-tree use in the Reporter, the
tree container is now made a vertically scrollable height-limited box.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: John Amundson <jamundson@cwmars.org>

main 2024-09-10 20:45:10 UTC
LP#2077354: eg-tree range selection and filtering

Author: Mike Rylander
Author Date: 2024-08-27 19:30:11 UTC

LP#2077354: eg-tree range selection and filtering

Range Selection
===============

This commit adds the ability to shift-click a second eg-tree node state
flag checkbox and have all the tree nodes between the newly shift-clicked
node checkbox and the previously clicked checkbox be selected. This
includes intervening descendant nodes whether they are collapsed or
expanded, and any descendants of the shift-clicked node.

If a node is shift-clicked without a different node being checked
beforehand, the shift-clicked node /and all of it's descendants, whether
collapsed or visible/ are selected. This allows one to select a branch
of the tree (including selecting the entire tree, if the root node is
shift-clicked) in one go.

Shift-clicking applies the NEW checked-or-not value from the
shift-clicked node to the selection range, it does /not/ attempt to
invert each individual node's state flag (checkbox) value or otherwise
be overly fancy.

Range selection can be done in either direction, up or down the tree.

Node Filtering
==============

An optional flag is added to the eg-tree component to enable filtering
based on the node labels. This is implemented in two basic parts:

  * A new restictedNodes tree property that shows only those tree paths
    (including ancestors of restrictedNodes members) that are required
    to show display the members of the restricedNodes set.
  * A debounced text input that searches the tree for nodes with labels
    that contain the user-supplied string. Strings are normalized using
    the String.prototype.toLocaleLowerCase() function, and compared
    using the String.prototype.search() function.

The restrictedNodes property is used directly by the reporter to show
only the selected nodes, and their ancestors, when the eg-tree component
is disabled in the Report Definition Editor when the template has
supplied values to the eg-tree.

Finally, specifically in the case of eg-tree use in the Reporter, the
tree container is now made a vertically scrollable height-limited box.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: John Amundson <jamundson@cwmars.org>

rel_3_12 2024-09-09 00:38:27 UTC
LP#1878984: stamp upgrade script

Author: Jane Sandberg
Author Date: 2024-09-09 00:36:30 UTC

LP#1878984: stamp upgrade script

Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

rel_3_10 2024-08-21 20:41:07 UTC
Docs: heading and link corrections in staff catalog docs

Author: Andrea Neiman
Author Date: 2024-08-19 20:42:13 UTC

Docs: heading and link corrections in staff catalog docs

Release-note: Fixes headings and links in staff catalog docs.

Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

rel_3_11 2024-08-21 20:40:50 UTC
Docs: heading and link corrections in staff catalog docs

Author: Andrea Neiman
Author Date: 2024-08-19 20:42:13 UTC

Docs: heading and link corrections in staff catalog docs

Release-note: Fixes headings and links in staff catalog docs.

Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

tags/rel_3_13_3 2024-08-20 18:16:39 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Michele Morgan
Author Date: 2024-08-20 18:16:39 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Michele Morgan <mmorgan@noblenet.org>

tags/rel_3_12_6 2024-08-20 01:47:31 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2024-08-20 01:47:31 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_11_7 2024-07-18 18:21:19 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Stephenson
Author Date: 2024-07-18 18:21:19 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_13_2 2024-07-18 15:58:10 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Michele Morgan
Author Date: 2024-07-18 15:58:10 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Michele Morgan <mmorgan@noblenet.org>

tags/rel_3_12_5 2024-07-18 00:20:50 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2024-07-18 00:13:36 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <js7389@princeton.edu>

tags/rel_3_11_6 2024-06-26 21:53:28 UTC
Bumping version numbers and adding Changelog

Author: Terran McCanna
Author Date: 2024-06-26 21:52:37 UTC

Bumping version numbers and adding Changelog

tags/rel_3_13_1 2024-06-26 19:59:51 UTC
Bumping version numbers and adding Changelog

Author: Blake GH
Author Date: 2024-06-26 19:59:51 UTC

Bumping version numbers and adding Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_10_5 2024-06-26 18:52:07 UTC
Bumping version numbers and adding Changelog

Author: Jason Stephenson
Author Date: 2024-06-26 18:52:07 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_12_4 2024-06-26 15:08:39 UTC
Bumping version numbers and adding Changelog

Author: Jane Sandberg
Author Date: 2024-06-26 15:08:39 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Jane Sandberg <js7389@princeton.edu>

tags/rel_3_13_0 2024-06-07 02:37:35 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2024-06-07 02:37:35 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_13_RC 2024-05-30 15:06:24 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2024-05-30 15:06:24 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_13_beta 2024-05-13 19:32:14 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2024-05-13 19:32:14 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_11_5 2024-04-01 23:52:01 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2024-04-01 23:52:01 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_12_3 2024-04-01 23:20:27 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2024-04-01 23:20:27 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

rel_3_8 2024-03-15 20:46:41 UTC
Docs: fixes links on Previous Docs page

Author: Andrea Neiman
Author Date: 2024-03-15 20:42:24 UTC

Docs: fixes links on Previous Docs page

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

rel_3_9 2024-03-15 20:46:19 UTC
Docs: fixes links on Previous Docs page

Author: Andrea Neiman
Author Date: 2024-03-15 20:42:24 UTC

Docs: fixes links on Previous Docs page

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

tags/rel_3_11_4 2024-02-26 17:46:37 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2024-02-26 17:46:37 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <js7389@princeton.edu>

tags/rel_3_12_2 2024-02-23 22:56:22 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2024-02-23 22:56:22 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <js7389@princeton.edu>

rel_3_6 2024-02-21 14:49:09 UTC
Docs: removing dead link from acq nav

Author: Andrea Neiman
Author Date: 2024-02-21 14:43:20 UTC

Docs: removing dead link from acq nav

Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

rel_3_7 2024-02-21 14:48:52 UTC
Docs: removing dead link from acq nav

Author: Andrea Neiman
Author Date: 2024-02-21 14:43:20 UTC

Docs: removing dead link from acq nav

Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

tags/rel_3_11_3 2024-02-02 21:13:32 UTC
Fix syntax in 3.11 release notes

Author: Jason Stephenson
Author Date: 2024-02-02 21:13:32 UTC

Fix syntax in 3.11 release notes

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_12_1 2024-02-02 17:55:57 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2024-02-02 17:55:57 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <js7389@princeton.edu>

tags/rel_3_12_0 2023-12-14 20:13:24 UTC
Correct Pg10 Syntax Error in Trigger Creation (version upgrade)

Author: Jason Boyer
Author Date: 2023-12-14 20:12:28 UTC

Correct Pg10 Syntax Error in Trigger Creation (version upgrade)

We need to use EXECUTE PROCEDURE at least util we no longer support Pg10.

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_11_2 2023-12-14 20:07:23 UTC
Correct Pg10 Syntax Error in Trigger Creation (version upgrade)

Author: Jason Boyer
Author Date: 2023-12-14 20:03:34 UTC

Correct Pg10 Syntax Error in Trigger Creation (version upgrade)

We need to use EXECUTE PROCEDURE at least util we no longer support Pg10.

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_10_4 2023-12-14 19:58:57 UTC
Correct Pg10 Syntax Error in Trigger Creation (version upgrade)

Author: Jason Boyer
Author Date: 2023-12-14 19:55:55 UTC

Correct Pg10 Syntax Error in Trigger Creation (version upgrade)

We need to use EXECUTE PROCEDURE at least util we no longer support Pg10.

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_12_rc 2023-12-06 19:42:02 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2023-12-06 19:22:46 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <js7389@princeton.edu>

rel_3_12_beta 2023-12-01 16:15:32 UTC
Revert "LP#2044848 Hopeless Holds administration date range inputs have extra...

Author: Terran McCanna
Author Date: 2023-12-01 16:15:32 UTC

Revert "LP#2044848 Hopeless Holds administration date range inputs have extra gray box"

This reverts commit 648a491af217bc69bab564b3e7452f452d424fc0.

tags/rel_3_12_beta 2023-11-20 19:53:14 UTC
Bumping version numbers and adding Changelog

Author: Jane Sandberg
Author Date: 2023-11-20 19:53:14 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

tags/rel_3_9_4 2023-07-23 12:33:52 UTC
Add missing 3.9.4 release notes entries

Author: Jason Stephenson
Author Date: 2023-07-23 12:33:52 UTC

Add missing 3.9.4 release notes entries

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_11_1 2023-07-21 15:51:53 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2023-07-21 15:51:53 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_10_3 2023-07-21 14:32:23 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2023-07-21 14:32:23 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_11_0 2023-06-12 20:11:35 UTC
Forward port database upgrades (rel_3_11)

Author: Jason Stephenson
Author Date: 2023-05-18 19:20:26 UTC

Forward port database upgrades (rel_3_11)

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

tags/rel_3_11_0_rc1 2023-05-22 20:23:21 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Boyer
Author Date: 2023-05-22 20:23:21 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_9_3 2023-05-17 22:44:25 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2023-05-17 22:44:25 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_10_2 2023-05-17 22:29:22 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Stephenson
Author Date: 2023-05-17 22:29:22 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephesnon <jason@sigio.com>

tags/rel_3_11_beta 2023-05-17 21:44:43 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Boyer
Author Date: 2023-05-17 21:44:43 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_8_4 2023-05-17 18:58:56 UTC
Update Server Upgrade Doc

Author: Jason Boyer
Author Date: 2023-05-17 18:58:56 UTC

Update Server Upgrade Doc

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_10_1 2023-05-07 12:07:07 UTC
forward-port 3.10.0 database update script (belatedly, for rel_3_10)

Author: Galen Charlton
Author Date: 2022-11-16 00:12:45 UTC

forward-port 3.10.0 database update script (belatedly, for rel_3_10)

The 3.9.1-3.10.0-upgrade-db.sql script was missed when the rel_3_10_1
tag branch was created, so this cherry-pick adds it.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_9_2 2023-03-24 21:28:58 UTC
Update Server Upgrade Doc

Author: Jason Boyer
Author Date: 2023-03-24 21:28:58 UTC

Update Server Upgrade Doc

Signed-off-by: Jason Boyer <jboyer@equinoxOLI.org>

tags/rel_3_8_3 2023-03-24 19:53:36 UTC
Update Server Upgrade Doc

Author: Jason Boyer
Author Date: 2023-03-24 19:53:36 UTC

Update Server Upgrade Doc

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_9_1 2023-01-27 13:48:36 UTC
Correct 1341 upgrade script

Author: Jason Boyer
Author Date: 2023-01-27 13:45:30 UTC

Correct 1341 upgrade script

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_8_2 2023-01-13 19:01:07 UTC
Update 3.8 Release Notes for Course Reserves fix

Author: Jason Boyer
Author Date: 2023-01-13 19:01:07 UTC

Update 3.8 Release Notes for Course Reserves fix

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_10_0 2022-11-15 23:48:53 UTC
update version stamps and ChangeLog

Author: Galen Charlton
Author Date: 2022-11-15 23:48:53 UTC

update version stamps and ChangeLog

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

rel_3_10_0 2022-11-15 23:48:53 UTC
update version stamps and ChangeLog

Author: Galen Charlton
Author Date: 2022-11-15 23:48:53 UTC

update version stamps and ChangeLog

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

tags/rel_3_10_rc 2022-11-11 04:31:00 UTC
Don't reingest in the middle of the upgrade transaction

Author: Jane Sandberg
Author Date: 2022-11-11 04:30:57 UTC

Don't reingest in the middle of the upgrade transaction

Based on Galen's commit ec7d57f880c5bc7f67f156d31dcec78d5c50e21c

Signed-off-by: Jane Sandberg <sandbergja@gmail.com>

tags/rel_3_10_beta 2022-11-04 17:37:23 UTC
fixes to the 3.9.1-3.10-beta schema

Author: Galen Charlton
Author Date: 2022-11-04 17:37:23 UTC

fixes to the 3.9.1-3.10-beta schema

- apply the fix to the 1344 upddate
- fix syntax error in the reingest from 1344
- ensure that the reingest occurs only once and
  outside of the main transaction

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

tags/rel_3_7_4 2022-07-21 14:32:55 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Stephenson
Author Date: 2022-07-21 14:32:55 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_8_1 2022-05-20 21:59:39 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Boyer
Author Date: 2022-05-20 21:59:39 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_7_3 2022-05-20 20:16:13 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Boyer
Author Date: 2022-05-20 20:16:13 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_9_0 2022-04-28 22:53:28 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Mike Rylander
Author Date: 2022-04-27 21:45:07 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Mike Rylander <mrylander@gmail.com>

tags/rel_3_9_0RC1 2022-04-21 18:40:02 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Mike Rylander
Author Date: 2022-04-21 18:40:02 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Mike Rylander <mrylander@gmail.com>

tags/rel_3_9_0beta 2022-04-06 16:47:56 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Mike Rylander
Author Date: 2022-04-06 16:47:56 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Mike Rylander <mrylander@gmail.com>

tags/rel_3_8_0 2021-11-18 14:26:49 UTC
Forward Port 3.6.3 Upgrade Script

Author: Jason Boyer
Author Date: 2021-11-18 13:52:09 UTC

Forward Port 3.6.3 Upgrade Script

tags/rel_3_7_1 2021-11-18 14:24:10 UTC
Forward Port 3.6.3 Upgrade Script

Author: Jason Boyer
Author Date: 2021-11-18 13:52:09 UTC

Forward Port 3.6.3 Upgrade Script

tags/rel_3_7_0 2021-11-18 14:24:02 UTC
Forward Port 3.6.3 Upgrade Script

Author: Jason Boyer
Author Date: 2021-11-18 13:52:09 UTC

Forward Port 3.6.3 Upgrade Script

tags/rel_3_6_5 2021-11-18 14:23:37 UTC
Forward Port 3.6.3 Upgrade Script

Author: Jason Boyer
Author Date: 2021-11-18 13:52:09 UTC

Forward Port 3.6.3 Upgrade Script

tags/rel_3_6_4 2021-11-18 14:23:26 UTC
Forward Port 3.6.3 Upgrade Script

Author: Jason Boyer
Author Date: 2021-11-18 13:52:09 UTC

Forward Port 3.6.3 Upgrade Script

tags/rel_3_7_2 2021-10-29 16:01:44 UTC
Fix server upgrade instructions for 3.7.2

Author: Jason Stephenson
Author Date: 2021-10-29 16:01:44 UTC

Fix server upgrade instructions for 3.7.2

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_8_beta 2021-10-12 18:23:58 UTC
Bumping version numbers and adding Changelog

Author: Galen Charlton
Author Date: 2021-10-12 18:23:58 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

rel_3_5 2021-09-23 18:53:21 UTC
LP#1924562 - pingest.pl help typo for --max-duration

Author: Josh Stompro
Author Date: 2021-04-15 13:37:05 UTC

LP#1924562 - pingest.pl help typo for --max-duration

In the help command example the argument --duration is used but
--max-duration is the correct command.

Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

tags/rel_3_5_5 2021-06-23 21:47:55 UTC
Forward port 3.5.3 to 3.5.4 db upgrade script

Author: Jason Stephenson
Author Date: 2021-06-23 20:20:25 UTC

Forward port 3.5.3 to 3.5.4 db upgrade script

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_7_rc 2021-04-12 16:01:11 UTC
Bumping version numbers and adding Changelog

Author: Galen Charlton
Author Date: 2021-04-12 16:01:11 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

tags/rel_3_5_4 2021-03-31 20:32:17 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Chris Sharp
Author Date: 2021-03-31 20:32:17 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>

tags/rel_3_6_3 2021-03-31 20:09:56 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2021-03-31 20:09:56 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

tags/rel_3_7_beta 2021-03-31 20:00:59 UTC
Bumping version numbers and adding Changelog

Author: Galen Charlton
Author Date: 2021-03-31 20:00:59 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

rel_3_4 2021-02-18 12:22:34 UTC
Forward port 3.4.5-3.4.6 db upgrade script

Author: Jason Stephenson
Author Date: 2021-02-17 19:13:33 UTC

Forward port 3.4.5-3.4.6 db upgrade script

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_4_6 2021-02-17 22:34:35 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Stephenson
Author Date: 2021-02-17 22:34:35 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_6_2 2021-02-17 22:12:35 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2021-02-17 22:12:35 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_5_3 2021-02-17 21:46:19 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Stephenson
Author Date: 2021-02-17 21:46:19 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_5_2 2020-12-08 21:06:22 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Chris Sharp
Author Date: 2020-11-18 17:44:33 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>

tags/rel_3_6_1 2020-11-25 15:32:46 UTC
Correct asciidoc issues

Author: Jason Boyer
Author Date: 2020-11-25 15:32:46 UTC

Correct asciidoc issues

The values for col need to be quoted and the [#..] anchor style
needs to be used in this fashion: [#..]#some phrase# while a simple
anchor is just [[..]].

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>

tags/rel_3_4_5 2020-11-24 20:58:21 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Chris Sharp
Author Date: 2020-11-24 20:58:21 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>

tags/rel_3_6_0 2020-10-14 12:04:32 UTC
Bumping version numbers and adding Changelog

Author: Jason Boyer
Author Date: 2020-10-14 12:04:32 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>

tags/rel_3_6_rc 2020-10-07 18:05:40 UTC
Bumping version numbers and adding Changelog

Author: Jason Boyer
Author Date: 2020-10-07 18:05:40 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>

tags/rel_3_6_beta2 2020-09-30 19:59:30 UTC
Bumping version numbers and adding Changelog

Author: Jason Boyer
Author Date: 2020-09-30 19:59:30 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>

tags/rel_3_6_beta1 2020-09-16 20:39:48 UTC
Bumping version numbers and adding Changelog

Author: Jason Boyer
Author Date: 2020-09-16 20:39:48 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>

tags/rel_3_4_4 2020-08-12 00:30:09 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Chris Sharp
Author Date: 2020-08-12 00:30:09 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>

tags/rel_3_5_1 2020-08-11 23:16:58 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jane Sandberg
Author Date: 2020-08-11 22:05:38 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

rel_3_3 2020-07-24 20:28:55 UTC
LP#1847784: (docs) refer to the badge score generator cron job by name

Author: Galen Charlton
Author Date: 2019-10-15 22:32:19 UTC

LP#1847784: (docs) refer to the badge score generator cron job by name

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

tags/rel_3_5_0 2020-06-26 14:07:27 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Bill Erickson
Author Date: 2020-06-26 14:07:27 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Bill Erickson <berickxx@gmail.com>

tags/rel_3_5_rc1 2020-06-12 15:56:01 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Bill Erickson
Author Date: 2020-06-12 15:56:01 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Bill Erickson <berickxx@gmail.com>

tags/rel_3_3_7 2020-06-11 13:56:34 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Blake GH
Author Date: 2020-06-11 13:56:34 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <blake@mobiusconsortium.org>

tags/rel_3_4_3 2020-06-11 13:32:19 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Dan Wells
Author Date: 2020-06-11 13:32:19 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Dan Wells <dbw2@calvin.edu>

tags/rel_3_5_beta1 2020-03-04 20:22:37 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Bill Erickson
Author Date: 2020-03-04 20:22:37 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Bill Erickson <berickxx@gmail.com>

tags/rel_3_3_6 2020-01-27 20:04:55 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Stephenson
Author Date: 2020-01-24 18:37:15 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <jason@sigio.com>

tags/rel_3_4_2 2020-01-23 22:50:48 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Jason Stephenson
Author Date: 2020-01-23 22:50:48 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <jason@sigio.com>

rel_3_2 2019-12-06 16:09:10 UTC
LP#1803406 Due date box in check out has display issues at wider resolutions

Author: Dan Briem
Author Date: 2019-08-07 23:13:21 UTC

LP#1803406 Due date box in check out has display issues at wider resolutions

Adjusted bootstrap .col classes so the specific due date input displays the
full date and prevents the barcode input group from collapsing at < 1179px.

Signed-off-by: Dan Briem <dbriem@wlsmail.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

rel_3_1 2019-10-29 19:45:17 UTC
Forward-port 3.1.16 upgrade script

Author: Dan Wells
Author Date: 2019-10-29 19:37:17 UTC

Forward-port 3.1.16 upgrade script

Signed-off-by: Dan Wells <dbw2@calvin.edu>

tags/rel_3_1_16 2019-10-29 16:05:45 UTC
Fix missed reference in upgrade docs

Author: Dan Wells
Author Date: 2019-10-29 16:04:14 UTC

Fix missed reference in upgrade docs

Signed-off-by: Dan Wells <dbw2@calvin.edu>

tags/rel_3_2_10 2019-10-29 16:04:32 UTC
Fix missed reference in upgrade docs

Author: Dan Wells
Author Date: 2019-10-29 16:04:14 UTC

Fix missed reference in upgrade docs

Signed-off-by: Dan Wells <dbw2@calvin.edu>

tags/rel_3_4_1 2019-10-28 15:15:52 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Dan Wells
Author Date: 2019-10-28 15:15:52 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Dan Wells <dbw2@calvin.edu>

tags/rel_3_3_5 2019-10-25 21:07:45 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Dan Wells
Author Date: 2019-10-25 21:07:45 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Dan Wells <dbw2@calvin.edu>

tags/rel_3_4_0 2019-10-02 21:05:24 UTC
typo fix for SQL update script

Author: Galen Charlton
Author Date: 2019-10-02 21:05:24 UTC

typo fix for SQL update script

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

tags/rel_3_4_rc 2019-10-02 00:07:27 UTC
Bumping version numbers and adding Changelog

Author: Galen Charlton
Author Date: 2019-10-02 00:07:27 UTC

Bumping version numbers and adding Changelog

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

tags/rel_3_4_beta2 2019-09-19 20:07:32 UTC
Bumping version numbers, adding Upgrade Script and Changelog

Author: Galen Charlton
Author Date: 2019-09-19 20:07:32 UTC

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

1100 of 465 results

Other repositories

Name Last Modified
lp:evergreen 8 hours ago
11 of 1 result
You can't create new repositories for Evergreen.