forked from Aspen-Discovery/aspen-discovery
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from Aspen-Discovery/24.08.00
merge
- Loading branch information
Showing
24 changed files
with
379 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
## Aspen LiDA Updates | ||
- | ||
|
||
## Aspen Discovery Updates | ||
// mark | ||
### Account Updates | ||
- Show account renewal links on the Library Card page when applicable. (Ticket 134192) (*MDN*) | ||
|
||
### Search Updates | ||
- Add a new option within Show Hold and Copy Counts to always show hold and copy counts. (Ticket 128625) (*MDN*) | ||
|
||
// kirstien | ||
|
||
// kodi | ||
|
||
// katherine | ||
### Other Updates | ||
- Fixed bug with unexpected 404 errors on Web Builder pages. (Ticket 123122) (*KP*) | ||
|
||
// alexander | ||
|
||
// jacob | ||
|
||
// pedro | ||
|
||
// lucas | ||
|
||
// James Staub | ||
### Reports | ||
- Nashville-specific: Circulation Holds Report now includes item-level holds (*JStaub*) | ||
|
||
// other | ||
|
||
## This release includes code contributions from | ||
- ByWater Solutions | ||
- Mark Noble (MDN) | ||
- Kirstien Kroeger (KK) | ||
- Kodi Lein (KL) | ||
- Katherine Perdue (KP) | ||
|
||
- Nashville Public Library | ||
- James Staub (JStaub) | ||
|
||
- PTFS-Europe | ||
- Pedro Amorim (PA) | ||
- Alexander Blanchard (AB) | ||
- Jacob O'Mara (JOM) | ||
|
||
- Theke Solutions | ||
- Lucas Montoya (LM) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?php | ||
|
||
function getUpdates24_08_00(): array { | ||
$curTime = time(); | ||
return [ | ||
/*'name' => [ | ||
'title' => '', | ||
'description' => '', | ||
'continueOnError' => false, | ||
'sql' => [ | ||
'' | ||
] | ||
], //name*/ | ||
|
||
//mark - ByWater | ||
|
||
//kirstien - ByWater | ||
|
||
//kodi - ByWater | ||
|
||
//katherine - ByWater | ||
|
||
//alexander - PTFS-Europe | ||
|
||
//pedro - PTFS-Europe | ||
|
||
//other | ||
|
||
]; | ||
} |
Oops, something went wrong.