[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-86-gf556bf0

Git repo owner gitmaster at git.koha-community.org
Thu Oct 31 06:15:56 CET 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  f556bf0cc925c51a92da04060d3dcfe363a235cf (commit)
       via  0476b6da325f8aaa8ebda4bc5352d96f3e5b386a (commit)
       via  a794ce5a7696542dfe10551c0ccb57a948486db5 (commit)
       via  5153ef138755794095dea8aa282b0022b5c60c67 (commit)
       via  0c2fa7a5706e5c14865e1be98a1259669fe419f0 (commit)
       via  eac6dc6e27aaf13b625bb0ee93e91fb9883205fa (commit)
       via  8848863b7bf0a8f8d1dafbb4f5b00bb39a579dea (commit)
      from  72b17824877b828f21010c5981537b64ebf3feec (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 f556bf0cc925c51a92da04060d3dcfe363a235cf
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 31 05:22:45 2013 +0000

    Bug 9044: (follow-up) restore the toolbar menu items
    
    This patch adds the following items back to the cataloging
    toolbar:
    
    - Edit items in batch
    - Delete items in a batch
    
    My rationale: the question of the best UI for selecting items for
    batch operations is not yet settled.  Adding the ability to select
    items from the bib details page is indeed useful, but as currently
    implemented, it can hide the availability of the batch
    edit/deletion operations if no item is yet selected.  Although
    having both the toolbar items and the links that display when an
    item is selected is a bit redundant, for now I think we can live
    with that until we get more eyes on the UI.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0476b6da325f8aaa8ebda4bc5352d96f3e5b386a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 31 05:15:06 2013 +0000

    Bug 9044: DBRev 3.13.00.036
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a794ce5a7696542dfe10551c0ccb57a948486db5
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Sep 30 09:02:30 2013 +0200

    Bug 9044: (follow-up) set the number of filters according to number of columns
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Filters now shows correctly. No errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    This feature is a little controversial as it removes
    the batch edit/delete options from the menu and moves them
    to the item table, additionally controlled by a system
    preference. Maybe later on, we can think about the UI a bit
    more, but it works nicely.
    
    Tested with.
    - SeparateHoldings and SeparateHoldingsBranch activated/deactivated.
    - Search filters.
    - None, both, or one of the permissions.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5153ef138755794095dea8aa282b0022b5c60c67
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Jul 2 14:05:20 2013 +0000

    Bug 9044: (follow-up) change dropdown list into links list
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    That's the one I sign.
    
    Comment: At first I don't know where to find links, until
    I selected an item.
    Works as described. No koha-qa errors.
    
    Solved merge conflict on updatedatabase.pl
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0c2fa7a5706e5c14865e1be98a1259669fe419f0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jun 17 12:11:27 2013 +0200

    Bug 9044: QA followup
    
    1/ Remove filter and sort for the checkboxes column.
    2/ Enable the pref by default.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit eac6dc6e27aaf13b625bb0ee93e91fb9883205fa
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Mar 21 12:15:36 2013 +0000

    Bug 9044: (follow-up) Add a blank option + add missing 'for' attributes
    
    Signed-off-by: Pierre Angot et Leila Arkab <tredok.pierre at gmail.com>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8848863b7bf0a8f8d1dafbb4f5b00bb39a579dea
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Nov 9 15:16:52 2012 +0100

    Bug 9044: Provide item selection in record detail page (staff client)
    
    This patch add a column in the items table of catalogue/detail.pl that
    contains checkboxes for item selection and a drop-down list of actions
    that can be executed for the selection of items.
    
    Currently available actions are:
    - Delete selected items: redirect to batch items deletion
    - Modify selected items: redirect to batch items modification
    
    Item selection is only enabled if the new syspref
    StaffDetailItemSelection is ON.
    Actions are not displayed if user doesn't have the right permissions.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Further testing notes on last patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 catalogue/detail.pl                                |   20 +++-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   11 +-
 .../en/modules/admin/preferences/staff_client.pref |    6 ++
 .../prog/en/modules/catalogue/detail.tt            |  111 +++++++++++++++++++-
 .../prog/en/modules/tools/batchMod-del.tt          |    4 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |    4 +-
 kohaversion.pl                                     |    2 +-
 8 files changed, 150 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list