[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-620-g3a29a06

Git repo owner gitmaster at git.koha-community.org
Thu May 23 17:26:11 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  3a29a06955ab247a306d356ab107e10738fcace8 (commit)
       via  698546434c6cca5a9dd247d01190e7944083ce99 (commit)
       via  270e86cdace30780deec0a9ae2fdccaebcb4301e (commit)
       via  847cc156504ea47e113018aab70d7d51c46dfd39 (commit)
       via  8b9d9cb2d1a44375bd81a018719a9ccf834bed9a (commit)
      from  030c22b9c26309682f8c01105f77a3f1a7a3a148 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3a29a06955ab247a306d356ab107e10738fcace8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu May 23 08:29:24 2013 -0700

    bug 9722: DBrev 3.13.00.004 to add OpacShowHoldNotes syspref
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 698546434c6cca5a9dd247d01190e7944083ce99
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu May 23 08:28:32 2013 -0700

    bug 9722: (followup) allow patrons to see hold notes in their summary
    
    If we allow patrons to set them, we should let them see
    them as well.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 270e86cdace30780deec0a9ae2fdccaebcb4301e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Mar 4 08:12:15 2013 +0100

    Bug 9722: Toggle display of hold notes with Edit notes button
    
    Small adjustments, requested by Kyle:
    1) Rename Show notes button. It is called now: Edit notes.
    2) Do not hide all other notes fields. The Edit button now only toggles
    the corresponding hold notes field.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 847cc156504ea47e113018aab70d7d51c46dfd39
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 28 08:53:36 2013 +0100

    Bug 9722: Allow users to add notes when placing a hold in opac (dbrev)
    
    Database revision for report 9722, adding new pref OpacShowHoldNotes.
    This development is part of a larger one (see umbrella report 9721).
    
    Test plan:
    Run [your server]/cgi-bin/koha/installer/install.pl?step=3&op=updatestructure
    Optionally, run a new install to test sysprefs.sql.
    Or:
    Edit sysprefs.sql, leave at least the last few lines including the new one.
    And run from command line:  mysql -p [yourdatabase] < [your-clone]/installer/data/mysql/sysprefs.sql
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 8b9d9cb2d1a44375bd81a018719a9ccf834bed9a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 25 15:21:57 2013 +0100

    Bug 9722: Allow users to add notes when placing a hold in opac
    
    The option of adding a note is controlled by new pref OpacShowHoldNotes.
    This development is part of a larger one (see umbrella report 9721).
    
    Test plan:
    1 Verify if new pref is disabled by default. Place a hold. You can't add a note.
    2 Enable the pref. Place a hold and add a note. Check in staff if you can see
    the note in Catalogue Detail/Holds tab.
    3 Toggle SingleBranchmode, AllowHoldDateInFuture/OPACAllowHoldDateInFuture,
    OPACShowHoldQueueDetails, or OPACItemHolds.
    Check the display of columns when placing a hold from opac.
    4 Place a few holds with notes from opac search results in one run (enable
    DisplayMultiPlaceHold). Check results in staff again.
    
    Remark: A few lines already refer to mandatory note reasons. This is handled
    in a subsequent report. No reason to worry.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   10 ++++-
 .../prog/en/modules/admin/preferences/opac.pref    |    8 ++++
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   10 ++++
 .../opac-tmpl/prog/en/modules/opac-reserve.tt      |   45 +++++++++++++++++++-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |    2 +
 kohaversion.pl                                     |    2 +-
 opac/opac-reserve.pl                               |    8 +++-
 opac/opac-user.pl                                  |    1 +
 9 files changed, 81 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list