Skip to content

Releases: sul-dlss/mylibrary

v2023-08-28-folio

28 Aug 20:40
a3c4909
Compare
Choose a tag to compare

What's Changed

  • Monitor folio services instead of symphony by @jcoyne in #919

Full Changelog: v2023-08-28...v2023-08-28-folio

v2023-08-28

28 Aug 14:25
d09a029
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023-08-25...v2023-08-28

v2023-08-25

25 Aug 23:21
37bff3d
Compare
Choose a tag to compare
Merge pull request #921 from sul-dlss/folio-message-date

Change date on system unavailable page for FOLIO launch

v2023-08-22

22 Aug 17:13
e745c82
Compare
Choose a tag to compare

What's Changed

  • Remove oci8 gem by @cbeer in #916
  • Don't notify honeybadge that symphony is unavailable during migration by @jcoyne in #917
  • Remove OCI8 reference from README by @cbeer in #918

Full Changelog: v2023-08-21...v2023-08-22

v2023-08-21

21 Aug 13:34
8c6e664
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023-08-14...v2023-08-21

v2023-08-14

14 Aug 13:51
ef562df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023-08-07...v2023-08-14

v2023-08-07

07 Aug 11:06
982fecf
Compare
Choose a tag to compare

What's Changed

  • Rubocop setup by @jgreben in #5
  • Remove specified ruby version by @mejackreed in #6
  • Testing Suite Setup by @jgreben in #7
  • Google analytics by @shelleydoljack in #24
  • Enable the suggested rspec parameters by @cbeer in #25
  • Adds bootstrap 4 to project by @mejackreed in #27
  • Adds info to README by @jgreben in #21
  • Add more README badges by @jgreben in #29
  • Add scss_lint and hook up to build. by @jkeck in #30
  • Adds simplecov and wires up Code Climate by @camillevilla in #26
  • Initial page scaffold by @jkeck in #33
  • Add a library code/translation configuration. by @jkeck in #32
  • Add SUL and SU footers 'n headers by @mejackreed in #31
  • Add a simple HTTP client wrapper for connecting to symws by @cbeer in #34
  • Adds in nav pills fixes #15 by @mejackreed in #35
  • Adds feedback form and flash partial by @mejackreed in #43
  • Perform user authentication and retrieve patron keys from symws by @cbeer in #44
  • Add needed meta tags by @mejackreed in #57
  • Add some basic scss configs by @jkeck in #45
  • Add a 100% height to the su-content div (as well as use on the bottom… by @jkeck in #62
  • Use uid instead of REMOTE_USER, because shibboleth's REMOTE_USER is a… by @cbeer in #63
  • Add autofocus attribute to the library_id field by @cbeer in #64
  • Document authentication + local login by @cbeer in #65
  • Style tweaks by @cbeer in #68
  • Filter the pin parameter from the logs; fixes #59 by @cbeer in #66
  • Enable the default Rails CSP by @cbeer in #69
  • Adds checkouts tab by @shelleydoljack in #61
  • Disable turbolinks on logout to make sure to bust the turbolinks cache by @cbeer in #72
  • Trigger shibboleth sso logout after logging out of the application by @cbeer in #73
  • Add a User model by @cbeer in #75
  • Rig up a way to mock symphony calls for tests without needing to spec… by @cbeer in #71
  • Be nice about unknown attributes for now by @cbeer in #76
  • Add responsive layout (at least mobile version) to checkouts tab by @camillevilla in #67
  • Adds View in SearchWorks link to checkouts. by @shelleydoljack in #77
  • Extract a checkouts partial and group recalls separate from other checkouts by @cbeer in #78
  • Remove navbar toggler by @cbeer in #82
  • Creates a patron model to extract patron information by @cbeer in #74
  • Add request notifications + logging for symphony API calls by @cbeer in #89
  • Reorganize application layout; fixes #79 by @cbeer in #83
  • Add a JSON-API-ish representation of checkouts by @cbeer in #90
  • Style the main nav a little closer to the designs by @cbeer in #92
  • Explicitly add turbolinks progress bar styles by @cbeer in #85
  • Retrieve request/hold data from Symphony and poke it through the requests controller by @jkeck in #93
  • Set a better <title> by @cbeer in #91
  • DOM fixes and time formatting by @cbeer in #99
  • Add fines API request and pass the data through to the fines controller by @cbeer in #101
  • Adds patron status and expiration logic by @shelleydoljack in #100
  • Add sorting for checkouts (spike using list.js) by @cbeer in #81
  • Add classes at the md breakpoint and above to use column layout for … by @jkeck in #105
  • Update dependencies by @sul-devops-team in #107
  • Icons, icons, icons by @cbeer in #103
  • Update scaffolded pages to remove unneeded notice area by @cbeer in #109
  • Add checkouts status by @cbeer in #110
  • Add more icons by @cbeer in #108
  • Add SUL rosette favicon fixes #104 by @mejackreed in #111
  • Various theme/style/markup updates around the app by @jkeck in #114
  • Adds fee borrower. by @shelleydoljack in #112
  • Change the status svg stroke color to white for better contrast by @cbeer in #115
  • Add JSON response for requests; fixes #116 by @cbeer in #117
  • Hide the bottom border on hover on the brand icon by @cbeer in #119
  • Get the Searchworks link to align with the rest of the expanded data by @cbeer in #113
  • Update fines page to use flex-box layout/proper headers/etc. by @jkeck in #122
  • Contact access services by @jgreben in #106
  • Add information to requests tab fixes #50 by @mejackreed in #123
  • Remove navbar-brand fron contact links and make the alignment a bit… by @jkeck in #128
  • Fix some minor alignment issues in the "table" header/columns by @jkeck in #132
  • Fix SW Link Alignment on Requests Page by @jkeck in #133
  • Add a background-color to the body. by @jkeck in #134
  • Extract a library_name helper by @cbeer in #136
  • Move the modal out of the navbar so it doesn't get the navbar-specific css by @cbeer in #139
  • Add days remaining until due date by @camillevilla in #125
  • Setup reset/request PIN pages and workflow fixes #47 by @mejackreed in #150
  • Use request.expiration_date as the 'pick up by' date, per #124 by @cbeer in #154
  • Guard against fines without an associated item; fixes #151 by @cbeer in #153
  • Get borrow limit from symphony and render it in the summaries page by @jkeck in #152
  • Add a nice translated status to fine / bill reasons fixes #155 by @mejackreed in #157
  • Add accrued fines (not yet payable) to the fines page fixes #140 by @mejackreed in #158
  • Add fines accrued information to checkout page fixes #163 by @mejackreed in #164
  • Add patron methods to distinguish sponsors and proxy borrowers by @tallenaz in #166
  • Adds change PIN form by @mejackreed in #156
  • Refactor symphony data access to use a single patron query to rule them all by @cbeer in #168
  • Add files via upload by @jvine in #172
  • Make short term loan's due date show the time instead of just date by @jkeck in #174
  • Make test more flexible to handle single and double digit hours by @mejackreed in #182
  • Add more details to the Fines page by @jkeck in #183
  • Minor color fixes #179 by @mejackreed in #180
  • Add renew one item button by @mejackreed in #176
  • Update contact form for HTML + a11y fixes #167 by @mejackreed in #184
  • Remove days overdue from Fine. by @jkeck in #189
  • Add "Days overdue" to overdue checkouts by @jkeck in #190
  • Update checkout status values for claimed returned by @tallenaz in #175
  • Update dependencies by @sul-devops-team in #195
  • Add a literal s...
Read more