ABCD 3.6.0 Technical Release Notes
· 2 min read
What's Changed
- Fixes an option that was accidentally disabled. by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/627
- This release fixes strings that appeared in Portuguese and launches the OPAC themes project. by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/628
- Expands configuration checks by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/629
- Refactor UI elements and improve password handling logic by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/630
- Fix config opac by @rogercgui in https://github.com/ABCD-DEVCOM/ABCD/pull/631
Detalhes
OPAC
- Restored the option to change the top logo in the Administrative Module, which had been accidentally removed.
- Some words in OPAC actions, such as “renewal” or “reserve,” were appearing in Portuguese. They have been corrected to English.
- Expanded the configuration of the opac.def parameters in connfig_opac.php. Now the
$link_logovariable checks if the user is using a specific database. This variable is responsible for the link generated in the logo and the “Home” link at the top of the OPAC.
Administrative Module
- Moved the language selector back below the community logo;
- Sanitized the password verification script;
- Updated the reservation process code for PHP 8;
New Features
- To streamline the cataloging process, a delete button has been added at the end of the text field to clear entered or default information. This feature aims to speed up the process, eliminating the need for repeated Backspace keystrokes.