[koha-commits] main Koha release repository branch master updated. v3.16.00-458-g6d1b506

Git repo owner gitmaster at git.koha-community.org
Fri Aug 22 16:13:29 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  6d1b50682c49a2475e7594c399cb18451c017746 (commit)
       via  25f901825c34a187b9bd22cf2990b3770e03684f (commit)
       via  baee536f197e7f398bf0903c4bae19ab31d2b547 (commit)
       via  36055c63a41ddb4462e77077150e6c837a70f556 (commit)
      from  608c2505ff6a2572fcc84c8795e77738b2fa2827 (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 6d1b50682c49a2475e7594c399cb18451c017746
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Aug 22 12:11:12 2014 +0200

    Bug 12576: Update opac.css file
    
    This file had a conflict. I prefer to put the changes in a specific
    commit.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 25f901825c34a187b9bd22cf2990b3770e03684f
Author: Sean Hamlin <seanh at catalyst.net.nz>
Date:   Fri Jul 25 14:51:35 2014 +1200

    Bug 12576: Make the more/fewer options and "new search" links on the advanced search page look better.
    
    How to test:
    1/ Visit /cgi-bin/koha/opac-search.pl
    2/ Assert the "More/Fewer options" buttons look like bootstrap default buttons
    3/ Assert the "New search" button looks like a bootstrap default button
    4/ Assert the visited colour of the buttons remains #333 (light grey)
    5/ Assert the buttons still function as expected
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit baee536f197e7f398bf0903c4bae19ab31d2b547
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Aug 15 21:16:45 2014 +0200

    Bug 12776: Capitalization: Confirmation messages in circulation
    
    Changes:
    - Yes, renew (Y)
    - Yes, check out (Y)
    - No, don't check out (N)
    - No, don't renew (N)
    
    To test:
    - Verify changes by reading the code
    - Check out an item that requires confirmation
      Example: Patron owes fines or test with bug 12776.
    - Verify confirmation messages show up correctly.
    - Check item out again to trigger renewal
    - Verify confirmation message shows up correctly.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 36055c63a41ddb4462e77077150e6c837a70f556
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Jul 9 11:23:41 2014 -0300

    Bug 12545: Add EditorConfig.org file to the source tree
    
    This patch adds a .editorconfig file to the source tree, that
    enforces some of our coding guidelines.
    
    Some editors try to detect the desired configurations from the currently
    opened file. As we have tons of old code that doesn't follow our current
    coding guidelines, this can lead to unintended QA problmes.
    
    To test:
    - Apply the patch
    - Verify the .editorconfig file is in the top-level directory
    - See the .editorconfig file expresses our coding guidelines
    
    Regards
    To+
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .editorconfig                                              |   12 ++++++++++++
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt      |    8 ++++----
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css                 |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt |    6 +++---
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less               |    7 ++++++-
 5 files changed, 26 insertions(+), 9 deletions(-)
 create mode 100644 .editorconfig


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list