opac 7.x-1.2

New features
Bug fixes

Bugfixes

- (RM 617) checkouts page: don't fill 'duedate' column if not visible
- (RM 595 650) more "librairies" context translations added (mainly "items")
- (RM 659) Admin should always access to checkouts ans holds pages

Features

- (RM 657 -> Story RM 359) New harvest plugin: integer
Replace all non-numeric characters by '0' so the final value is a valid
integer.

- (RM 652 -> Story RM 627) Show ILS user infos on user profile page
This patch make ILS informations available by declaring them as extra
user fields.
'My Library Account' page and all related code is removed by this patch.
Fields weight is now stored in a Field variable
'field_bundle_settings_user__user'

Git history

$ git show-branch --sha1-name HEAD 7.x-1.1
! [HEAD] Merge remote-tracking branch 'origin/ft/R659' into 7.x-1.x
! [7.x-1.1] Remove hook_ds_fields_info implementations
--
- [2481475] Merge remote-tracking branch 'origin/ft/R659' into 7.x-1.x
+ [d13a2e8] RM 659 - Admin always access to checkouts ans holds pages
+ [79f460f] R650: Add context 'libraries' to some strings
+ [72c542a] R652: Show ILS user infos on user profile page
+ [6608e95] R657: New harvest plugin: integer
+ [6ad0164] R595 contextualize item availability
+ [252c722] R595 fix untranslatable string

opac 7.x-1.1

New features
Bug fixes

Bugfix

- Adding "libraries" context and translations fix (RM 592)
- Fix forbidden acces on items list (RM 493)
- Ability to add items information in content (dynamic field).
- opac_items_fieldset options are now radios button.
- Wrong use of opac_items_fieldset variable that cause a malformed html output (seen for items display). (RM 610)
- Remove hook_ds_fields_info implementations: they prevent pseudo-fields to be displayed when using a DS layout.
- Show a link in items page to back to the record. Items page title is differente according to opac_items_show_tab variable. (RM 611)

Features

- Display items into biblio record and not into a tab (RM 362 -> Story #205))

- Display callnumber into checkouts and holds (RM 583 -> Story RM 559)

This introduces 2 new connector methods patronCheckoutsFields and
patronHoldsFields.

Fields can be hidden and re-ordered. It's a by-server configuration.
Configuration is at
admin/config/opac/servers/manage/:server_id/patron-fields

All the configuration is stored in a Drupal variable 'opac_users_fields'

With fixes:
- Empty user pages cache when modifying fields configuration
- Use custom date format for checkouts dates
- Place html formatting of duedate after formatting it into a date
(converting an HTML string into a date never worked...)

Pages

Subscribe with RSS Subscribe to RSS - 7.x