[koha-commits] main Koha release repository branch master updated. v3.18.00-571-g0b78824

Git repo owner gitmaster at git.koha-community.org
Tue Mar 31 16:53:58 CEST 2015


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  0b78824cce4f770c7db4f2e73d2cae9d51eb08c5 (commit)
       via  2bc307c99816b7100c50a41800056ced2fcc8418 (commit)
       via  d7c56de7e06ee9ce39d1754ce5ce566041dde396 (commit)
       via  69058f790d5fba410915ef4feb14d837b91b25f3 (commit)
       via  a63249b67f55b3f3028c1d45d8b8cb70ff80681c (commit)
       via  e93c3a4b0ace2d2c12dfd690bee95355d8822415 (commit)
      from  faab00b88a155bdd7d5de35ef9226e134ce4b35b (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 0b78824cce4f770c7db4f2e73d2cae9d51eb08c5
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Mar 18 01:11:24 2015 +0100

    Bug 13859: Item search improvements - publication date and title formatting
    
    In the item search accessible from the advanced search the publication
    date would not display for MARC21 and the title always contained 'by'
    even if there was no author information to display. Also the by is
    not needed by MARC21 as the data includes punctuation.
    
    To test:
    - Check publication date always displays (MARC21 and UNIMARC)
    - Check that for MARC21 the by has been removed from the title information
    - Check that for UNIMARC the by only displays when there is also
      an author to display
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Tested for MARC21
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2bc307c99816b7100c50a41800056ced2fcc8418
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 24 10:55:50 2015 +0100

    Bug 13898: Remove CANDELETEUSER code
    
    This code is never used. The permission to delete a patron is now done
    in members-toolbar.inc using CAN_user_borrowers.
    It's the good way to do.
    
    Test plan:
      git grep CANDELETEUSER
    should not return any result
    
    Followed test plan. No CANDELETEUSER found.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d7c56de7e06ee9ce39d1754ce5ce566041dde396
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 19 15:35:58 2015 +0100

    Bug 13686: Change wording
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 69058f790d5fba410915ef4feb14d837b91b25f3
Author: Viktor Sarge <viktor.sarge at regionhalland.se>
Date:   Mon Feb 16 20:56:11 2015 +0000

    Bug 13686 Add a hint about collation to the alphabet syspref
    
    New attempt from a fresh branch.
    
    Test plan:
    * Look at the alphabet syspref.
    * Install the patch.
    * Look again at the alphabet syspref and you should see a short hint about collation.
    
    Thanks for the patience - I already learned a few new things about Git with this patch.
    
    Text appears as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: add a br tag
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a63249b67f55b3f3028c1d45d8b8cb70ff80681c
Author: Samuel <scrosby000 at gmail.com>
Date:   Mon Jan 6 15:25:37 2014 +1100

    Bug 6820 - hide receive option if there is nothing to receive
    
    The "receive shipment" button appears even if there are no orders to receive.
    This patch hides the button if there are no orders.
    
    To test the patch:
    1. Go to "aquisitions"
    2. Create a vendor
    3. As the newly created vendor has no orders, there will now be no "receive shipment" button
    4. Create a basket
    5. Go back to the vendor search
    6. The button should now appear for that vendor
    
    I've also tested it with a mix of vendors with and without baskets in the same search.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e93c3a4b0ace2d2c12dfd690bee95355d8822415
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Mar 18 23:22:54 2015 +0100

    Bug 13868: Correct formatting of date on routing list slip
    
    The date planned printed on the issue slip is not formatted
    according to the dateformat system preference setting.
    
    To test:
    - enable RoutingSerials
    - create a subscription
    - create a routing list from the serial collection page
    - use the 'print list' links next to the issues to print a routing list
    - verify that the date there is not displayed according to the dateformat
      system preference without the patch, but is correct with the patch applied
    
    Followed test plan, date appears according to the date format syspref.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../en/includes/catalogue/itemsearch_item.json.inc   |    5 +++--
 .../prog/en/modules/acqui/booksellers.tt             |    2 ++
 .../prog/en/modules/admin/preferences/i18n_l10n.pref |    3 ++-
 .../prog/en/modules/serials/serials-collection.tt    |    2 +-
 members/moremember.pl                                |   18 ------------------
 5 files changed, 8 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list