[koha-commits] main Koha release repository branch master updated. v3.14.00-165-ge334aed

Git repo owner gitmaster at git.koha-community.org
Fri Dec 20 05:16:01 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  e334aed702634b8c73aa28c467b585202c7ab117 (commit)
       via  0c19c582187f59eda19b2b97865d0d5a3b13a8dd (commit)
       via  0958ec11ce00a6274e8257ddb5cd2f2539b9069a (commit)
       via  b5b3d4c403f3df91578a3d49ed15811cd1386e52 (commit)
      from  ec7fff647d547c9ff5adadcb4c1cb35bc4ea7baf (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 e334aed702634b8c73aa28c467b585202c7ab117
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Dec 20 04:22:20 2013 +0000

    Bug 10626: (follow-up) replace use of KohaAuthorisedValues in the Bootstrap theme
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0c19c582187f59eda19b2b97865d0d5a3b13a8dd
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Sep 7 19:43:57 2013 +0200

    Bug 10626: (follow-up) remove final invocation of KohaAuthorisedValues
    
    Removes USE KohaAuthorisedValues plugin from
    item-status-schema-org.inc as it does not seem to be used
    in the file.
    
    Couldn't detect regressions removing it on OPAC detail page.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0958ec11ce00a6274e8257ddb5cd2f2539b9069a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Aug 27 13:12:11 2013 -0400

    Bug 10626: (follow-up) replace an instance of KohaAuthorisedValues
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Trying to write my own test plan here:
    
    1) AllowNotForLoanOverride = Allow
       Mark single item not for loan and try to check it out.
       Check item not for loan status shows up correctly in message:
       Item is normally not for loan (Staff Collection). Check out anyway?
    
    2) Toggle AllowNotForLoanOverride = Not Allow
       Try to check out your not for loan item again.
       Message has changed, but not for loan status should still show:
       Item not for loan (Staff Collection).
    
    3) Check out item that is marked damaged.
       Check damaged status shows correctly in list of checkouts.
    
    4) Mark item as lost and check it out.
       Check lost status shows up correctly in message:
       This item has been lost with a status of "Lange überfällig (Verloren)".
    
    5) Create your own custom SUGGEST_STATUS and check that it shows
       up correctly on the suggestion page.
    
    6) Test item status show up correctly on OPAC detail page (lost, not
       for loan, damaged, etc). Requires follow-up patch to be applied.
    
    7) Mark a suggestion with your custom status and make sure it shows
       up in the patron account in OPAC correctly.
    
    Passes tests and QA script - needs a follow up for item-status-schema-org.inc.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b5b3d4c403f3df91578a3d49ed15811cd1386e52
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 19 12:13:23 2013 -0500

    Bug 10626: Remove doubled up TT plugins - Merge KohaAuthorisedValues and AuthorisedValues
    
    This patch removes the KohaAuthorisedValues TT plugin; uses of it are
    replaced by the AuthorisedValues plugin, which does the same thing.
    
    Test Plan:
    1) Apply this patch
    2) View the pages that this patch has modified, make sure the branch
       name is still visible
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comments on second patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Template/Plugin/AuthorisedValues.pm           |   12 +++++
 Koha/Template/Plugin/KohaAuthorisedValues.pm       |   50 --------------------
 .../prog/en/modules/circ/circulation.tt            |   18 +++----
 .../prog/en/modules/circ/view_holdsqueue.tt        |    4 +-
 .../prog/en/modules/suggestion/suggestion.tt       |    8 ++--
 .../en/includes/item-status-schema-org.inc         |    2 -
 .../bootstrap/en/includes/item-status.inc          |    6 +--
 .../bootstrap/en/modules/opac-suggestions.tt       |    2 +-
 .../prog/en/includes/item-status-schema-org.inc    |    2 -
 .../opac-tmpl/prog/en/includes/item-status.inc     |    6 +--
 .../opac-tmpl/prog/en/modules/opac-suggestions.tt  |    4 +-
 11 files changed, 36 insertions(+), 78 deletions(-)
 delete mode 100644 Koha/Template/Plugin/KohaAuthorisedValues.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list