Opac - 7.x-1.2
==============

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
+  [8a6286f] R617: checkouts page: don't fill 'duedate' column if not visible
+  [44db30d] Fix Drupal Code Sniffer Error
++ [bdfe452] Remove hook_ds_fields_info implementations