[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.04-24-g6c6a9ad

Git repo owner gitmaster at git.koha-community.org
Tue Mar 25 11:38:29 CET 2014


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, 3.14.x has been updated
       via  6c6a9ada72451f74d79cc458a081e23c3da07963 (commit)
       via  6ab253669060c71ab368b58418fcdc3bfe3e73b6 (commit)
       via  c805997ac597faaf4985d7ff70431417a0cd7306 (commit)
       via  531ca79931286d0495b5accc1cd49985a96042c5 (commit)
       via  9024729131faf0eb77d294cff9450f1f160d0834 (commit)
      from  74a6acb4205caedb3746df69bcfafad9a063b9d0 (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 6c6a9ada72451f74d79cc458a081e23c3da07963
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 17 06:04:37 2014 +0000

    Bug 11473: (follow-up) ensure link to item is construct correctly
    
    This patch adjusts the check on action_logs.info to better detect
    if the event concerns an item.  This fixes a problem where the links
    from log entries on item modifications would, if followed, result
    in internal server errors.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 490e38069c0b9fcf71449d7812a0056b68318c64)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 6ab253669060c71ab368b58418fcdc3bfe3e73b6
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Jan 6 15:01:10 2014 +1100

    Bug 11473 - add 'biblio' and 'item' to cataloguing logging info
    
    This patch adds the words 'biblio' and 'item' to the 'info'
    of the cataloguing logs which were missing them (such as biblio
    delete, biblio mod, item mod, upload cover image).
    
    This patch also adds 'authority' for authority mod.
    
    _TEST PLAN_
    
    Before applying:
    1) Create/view mods for items, biblios, and authorities.
    2) Create/view biblio deletion
    3) Create/view upload cover image log
    4) Note that none of these contain the words 'biblio','item',or
    'authority' in their "Info" columns.
    
    Apply patch.
    
    5) Repeat steps 1-3
    6) Note that the new logs contain 'biblio','item', and 'authority'
    in their "Info" column, while the past ones don't.
    7) Note also that 'biblio' and 'item' will have 'Biblio' and 'Item'
    appear in their "Object" column for the new logs
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5885077fbbc97add0d077898c06726ef3106eee9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c805997ac597faaf4985d7ff70431417a0cd7306
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Jan 6 14:49:01 2014 +1100

    Bug 11473 - Improve wording in log viewer template
    
    This patch capitalizes 'member' and 'biblio' as object labels in the
    log viewer.
    
    It also adds a "Subscription" label, and changes "auth" to "Authority".
    
    _TEST PLAN_
    
    Before applying patch:
    
    1) View logs for patrons, new biblio, serials, and authorities.
    
    Apply the patch:
    
    1) Notice the capitalization and new/modified labels.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 8b386419c07413c810c56482cd4b505cdb5f43f2)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 531ca79931286d0495b5accc1cd49985a96042c5
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Jan 6 14:43:53 2014 +1100

    Bug 11473 - Remove boilerplate in log viewer template
    
    This patch eliminates unnecessary conditions and boilerplate.
    
    _TEST PLAN_
    
    Apply the patch.
    
    1) Try viewing logs for circulation, patrons, fines,
    cataloguines, serials, authorities, etc.
    2) Note that everything should look exactly the same as before,
    with one exception: FINES
    3) Fines will now show "member X" for the user associated with
    the fine.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5b3535899acfdcd309d722dba39a8bdcdbdc54e4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9024729131faf0eb77d294cff9450f1f160d0834
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Jan 6 14:32:31 2014 +1100

    Bug 11473 - Fix log viewer template conditions
    
    This patch adds the 'loopro' key to the 'module' value, so that
    conditions are actually triggered in the template logic.
    
    (Note: loopro.CIRCULATION is valid, but I changed it for the sake
    of consistency across the different conditions.)
    
    This patch also adds substr checks to the 'info' column when
    using the cataloguing module. This will check for 'item' and 'biblio',
    so that the appropriate label qualifer can be shown in the log viewer.
    If either term is absent, the unqualified number will be shown instead
    (this will be the majority of action logs at this point).
    
    _TEST PLAN_
    
    Before applying:
    
    1) Access log viewer from Tools (or wherever really)
    2) Look up logs for circulation, patrons, cataloguing, serial,
    authorities, etc.
    3) Note that the "Object" will always just be a number without qualification.
    
    After applying the patch:
    
    1) Look at those same logs
    2) Note that the object number for borrowers will usually be prefaced
    by 'member' (notwithstanding FINES which aren't taken into account in
    this template yet); new bibs and new items should say 'Item X' or
    'Biblio X'. Serials should have a link. Authorities should have a link
    and an 'auth' preface.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Works as advertised
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ac6fb12c9aff29a652ee10c960ab10309d22adee)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |    2 +-
 C4/Biblio.pm                                       |    4 +--
 C4/Items.pm                                        |    2 +-
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |   34 +++++++-------------
 tools/upload-cover-image.pl                        |    2 +-
 tools/viewlog.pl                                   |    2 +-
 6 files changed, 18 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list