[koha-commits] main Koha release repository branch master updated. v3.16.00-365-g6b6e0b4

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 01:20:50 CEST 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, master has been updated
       via  6b6e0b43c2b5ee614dff00739e6c9a2ebe860f6a (commit)
       via  b3cd7f110a7535d597060a2d654dcc3e404e34f0 (commit)
       via  2197d1280622923b0c1046dd079fc8ea0c418154 (commit)
       via  71881f1a8e983479c70e1ef58e96c01ad8705504 (commit)
       via  5fc2a6dbad8a450f9acbe53e699a0c8c3877f917 (commit)
       via  2bd123f5ba863138a298ac90e3ccc4e9f3a78dc4 (commit)
      from  fad7daf10261d59e5e40ea84d4caaae9bd87d4e0 (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 6b6e0b43c2b5ee614dff00739e6c9a2ebe860f6a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 28 12:11:33 2014 -0400

    Bug 12597 - Give better visual indication of currently-selected language in the staff client
    
    There is currently no visual feedback to the user reflecting which of
    multiple installed translations is currently selected. I think some
    necessary styling didn't make it into the conversion to Bootstrap menus.
    This patch attempts to improve things.
    
    Most of the changes are to bring back the previous style of highlighting
    the currently selected language. A new change is the addition of the
    sub-language code to the display of the menu label if one of that menu
    item's sub-languages is selected.
    
    This patch also removes some obsolete CSS which referred to the old menu
    system.
    
    To test, apply the patch and install or update multiple languages,
    including at least two sub-languages. In my test I used en, en-GB and
    de-DE. Clear your browser cache if necessary. Enable all these languages
    and test the functionality of the language selection menu in the footer.
    
    - Non-enabled languages should appear as non-bold links.
    - When a single language (with no sub-languages) is enabled it should
      appear as bold text.
    - When one of multiple sub-languages is enabled that selection in the
      pop-up menu should appear as bold text. The menu label should show in
      bold the language code of the selected sub-language.
    
    Tested with de-DE and de-CH, works as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as expected, passes all tests. No problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b3cd7f110a7535d597060a2d654dcc3e404e34f0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 15 15:35:54 2014 -0400

    Bug 8521 - Error in warning message when deleting list
    
    When deleting a list the operation is blocked if there are items still
    on the list, and the interface shows a warning which includes a count of
    the items on the list. This count is broken for lists containing more
    items than the number specified in the numSearchResults system
    preference.
    
    This patch corrects the item count to use an actual count of the total
    number of results, not the total number of results in the first page of
    results.
    
    The template change to the staff client copies some language logic from
    the OPAC template for dealing with a single number of list entries.
    
    Test in both the OPAC and the staff client.
    
    Check the number specified in the numSearchResults system preference and
    locate or create a list containing more than that number of items. Try
    to delete the list. You should receive a warning message stating the
    correct total number of items on the list.
    
    Test also with a list which contains fewer than numSearchResults
    entries, and a list which contains zero entries.
    
    Signed-off-by: Ian Beardslee <ian at catalyst.net.nz>
    
    Tested Public and Private lists with 0, 5 & 25 entries, Public with 40 and Private with 45.  Working as expected.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2197d1280622923b0c1046dd079fc8ea0c418154
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Tue Jul 22 17:57:01 2014 +0200

    Bug 12619 - Shipment date gets lost on finishing and/or editing the invoice
    
    To reproduce:
    - Create a new shipment, make sure to add a shipment date
    - Receive or not receive orders
    - Finish receiving with the button at the bottom of the page
    - Verify that shipment date is now empty
    
    To test:
    - reproduce the aforementioned issue
    - apply patch
    - confirm that the issue is no longer rerpoductible (= shipment date is
    not getting lost any longer), and that there are no apparent regresssions
    of any kind involving invoice shipment date entering and/or editing
    - sign off
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, fixes the issues, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 71881f1a8e983479c70e1ef58e96c01ad8705504
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Aug 5 20:39:03 2014 -0300

    Bug 12407: (QA followup) last occurence of 'Other phone' renamed to 'Mobile phone'
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5fc2a6dbad8a450f9acbe53e699a0c8c3877f917
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Jul 31 14:22:37 2014 +0200

    Bug 12407: [QA Follow-up] Rename Other Phone to Mobile in staff
    
    Touches three member templates.
    Changes label Other into Mobile.
    This is consistent with database field name and OPAC.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2bd123f5ba863138a298ac90e3ccc4e9f3a78dc4
Author: Brendon Ford <brendon.ford at manhattan.edu>
Date:   Thu Jun 12 20:28:28 2014 -0400

    Bug 12407: phone label or data switched
    
    Fix for switched phone numbers on patron details page.
    
    This patch fixes switched phone numbers on patron details page and also makes phone number labels more uniform.
    
    To Test:
    
    1. Apply the patch.
    2. Create/modify a patron entering some unique data into the "Secondary phone:" and "Other phone:" fields (different data for each).
    3. Save the patron record.
    4. Go to the patrons details page and make sure the data entered into the "Secondary phone:" field is displaying next to the "Secondary phone:" label and that the data entered into the "Other phone:" field is displaying next to the "Other phone:" label.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/VirtualShelves/Page.pm                          |    6 +-
 acqui/invoice.pl                                   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/columns.def        |    2 +-
 .../intranet-tmpl/prog/en/css/staff-global.css     |  149 +++++---------------
 .../prog/en/includes/intranet-bottom.inc           |   31 ++--
 .../prog/en/modules/members/memberentrygen.tt      |    2 +-
 .../prog/en/modules/members/moremember-brief.tt    |    6 +-
 .../prog/en/modules/members/moremember.tt          |    6 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |    6 +-
 9 files changed, 72 insertions(+), 138 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list