[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-327-g20b016b

Git repo owner gitmaster at git.koha-community.org
Wed May 1 12:38:19 CEST 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, 3.12.x has been updated
       via  20b016beab69c9678133001fe7595d81704c7ce0 (commit)
       via  2fd425df268b8b0c46caa254aa209ed03eae0637 (commit)
       via  c2038fa856f325ea730bbfc755d423c25fedf7f6 (commit)
       via  169f12072e25a3de6e02f81c8be0521c945f4dbc (commit)
       via  791cc436451f5ec5699d6102930cbd56715a8544 (commit)
       via  8a1cef2abfd07eabb3064c80ccef348a73970ab6 (commit)
       via  08d7eeb3545d289b46753913ff852327bebfa5f3 (commit)
       via  87dc4277e5c4a5ca97af341d24084a9be7454409 (commit)
       via  39d352ce801b0168f7b746e27e251a0aa8e88f25 (commit)
       via  8f50590b3bae7ae4e170e0376a54544c4cf1e2a8 (commit)
      from  a8ee942442d42e7ae4f42567eba22f33725188a5 (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 20b016beab69c9678133001fe7595d81704c7ce0
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Apr 10 12:37:54 2013 +0200

    Bug 10022 - Multiple tags moderation doesn't work on translated page
    
    When using a translated intranet, tags moderation using checkboxes and a
    submit button doesn't work. You get a message "Unknown Operation on x
    Term(s)" (translated of course).
    
    This patch corrects by using name="op-[operation]" instead of name="op"
    in each submit input.
    
    Test plan :
    - Create a new tag on a record
    - Go to tags moderation in Tools
    => You should see your tag in pending terms
    - Click on checkbox
    - Click on Approve or Reject submit button at the bottom of the table
    => Without patch the tag is still pending
    => With patch operation is well performed, tag is not pending
    - Test "Check lists" form
    - Test Approve and Reject buttons from "Actions" column
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 86511b380f06f4b0f9c6a21332819c9614ac3b59)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 2fd425df268b8b0c46caa254aa209ed03eae0637
Author: Karam Qubsi <karamqubsi at gmail.com>
Date:   Wed Apr 17 13:16:00 2013 +0300

    Bug 10017: Follow up handling with the multi libraries pref active
    
    This Follow up patch will handle multi libraries pref
    when it sets to "add" and enhance the way lists drop down menu appear
    
     Test plan for all patches ( the first one and  all follow ups )  :
     1- apply the patches ( from the first one and all follow up patches)
     2- use 3.10 po files and update it (for the master) "
        ../misc/translate/ perl translate update ar-Arab "
     3- install Arabic from the updated po files
        "perl translate install ar-Arab "
     4- set opac opacthemes pref to ccsr
     5- set OpacAddMastheadLibraryPulldown pref to add
     6- select the Arabic from the opaclanguages pref
     7- set opaclanguagesdisplay  to allow
     8- go to the opac and choose  arabic
     9- you will see all the directions from right to left
        (as you look at koha on a mirror ;) ))
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as decribed. No errors.
    With all patches applied, we get a pretty RTL interface.
    Well done!
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Changes are mostly CSS, one new image and a tiny template change.
    Used po files from 3.8 for testing. Looks good!
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 11820f3c17244a6b6d262bde30d4941d87f9fa5a)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit c2038fa856f325ea730bbfc755d423c25fedf7f6
Author: Karam Qubsi <karamqubsi at gmail.com>
Date:   Tue Apr 16 18:56:34 2013 +0300

    Bug 10017:  Follow up OPAC-CCSR-Right-to-left-css
    
    This follow up patch will delete the "-moz-box-sizing"
    property that I was add when I'm doing some tests on
    the rtl css file and  I forgot to delete it
    
    many thanks David Cook for your notes deleting that property will not effect  on the results
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment on last patch.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comment on last patch.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit da5b3c0cdad485e7564b6ce1b2a0bdd5d06f14a1)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 169f12072e25a3de6e02f81c8be0521c945f4dbc
Author: Karam Qubsi <karamqubsi at gmail.com>
Date:   Mon Apr 8 15:17:30 2013 +0300

    Bug 10017: Fix CSS for right-to-left in CCSR theme
    
    This patch will add css file for the Opac CCSR
    link this css file in the doc-head-close.inc
    and add new image : arrow-left-grey-11x6.png
    for the opposite direction of the right existing one.
    
    the test plan is the same for the oldest patches
    for opac prog and intranet ...
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment on last patch.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comment on last patch.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 2beeedafbe7c72c5b21fce9fffa6625f4fe99c3c)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 791cc436451f5ec5699d6102930cbd56715a8544
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 26 15:18:12 2013 -0400

    Bug 10083 - In Transit string doesn't get translated in the staff interface
    
    For some reason this text inside a <td> isn't getting picked up by the
    translator unless it's inside a <span>. This patch adds the span and
    tidies up the text.
    
    To test, apply the patch and "translate update" a translation. Searching
    the po file for "In transit from" should return a result from detail.pl.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Template only change fixing a translation problem.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 284e3e0d31ac12cf03c024d42cb1ceb10e3c276d)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8a1cef2abfd07eabb3064c80ccef348a73970ab6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 29 16:01:56 2013 +0200

    Bug 10145: The acquisition details block is badly placed.
    
    Bug 5335 introduced a new "Acquisition details" block on the
    subscription details page.
    It is placed between to tabs and causes an ergonomic issue.
    
    Test plan:
    - Order a subscription.
    - Go on the subscription detail page and select a tab.
    - The "Acquisition details" block is moved from the bottom to the top of
    the table.
    - Apply the patch
    - The "Acquisition details" block is always on the bottom of the table.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes display problem, passes all tests.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 53cdc66a0e61783ab31ba5bbca0ed71b045bc334)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 08d7eeb3545d289b46753913ff852327bebfa5f3
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Apr 29 12:32:48 2013 -0400

    Bug 10152: Default sorting wrong in parcels.pl
    
    When you are receiving an order, the list of existing invoices should
    appear in reverse chronological order. Unfortunately, right now it
    appears in regular chronological order.
    
    To test:
    1) Make sure you have multiple invoices that have varying shipment
       dates for a vendor. We will assume this vendor is called "Example
       Vendor."
    2) Choose the "Receive shipments" button on the Example Vendor page.
    3) Note that the invoices are sorted by regular chronological order.
    4) Apply patch.
    5) Refresh "Receive shipment" page. Note that invoices are now sorted
       in reverse chronological order.
    6) Sign off.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 23b9661efad0e0fd0deb3e3d025e08c8cfbc1fd3)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 87dc4277e5c4a5ca97af341d24084a9be7454409
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 29 12:34:10 2013 -0400

    Bug 10153 - Patron header search form is too wide
    
    The patron header search form is now too wide to display correctly on
    screens smaller than about 1110px. This patch groups the
    previously shown-by-default choices with the hidden additional
    search parameters.
    
    To test, apply the patch and view any page which includes the patron
    header search include, for example members/members-home.pl. Additional
    search options should be hidden by default. Clicking "[+]" should show
    all additional options: Search fields, search type, order by, library,
    and category.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Works for me.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. I like this change.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 065fe316ead0208bb562c953b798fc698e5b1f18)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 39d352ce801b0168f7b746e27e251a0aa8e88f25
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed May 1 06:20:00 2013 -0400

    Add Edmund Balnaves to history
    
    Welcome, Edmund. You are the 210th committer to Koha!
    (cherry picked from commit 898e8f131c53d3447359b3752475e96ba46dfb67)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8f50590b3bae7ae4e170e0376a54544c4cf1e2a8
Author: Edmund Balnaves <ejb at prosentient.com.au>
Date:   Mon Apr 15 11:08:06 2013 +1000

    Bug 8264 - local cover images not working in IE8 [ prog ]
    
    [Patch submitted by David Cook]
    Edmund, rather than myself, was the author of this patch,
    so I'm not entirely sure about his code choices, but...it
    looks like IE must process images differently than other
    browsers.
    
    It seems to me that the images are not appearing in IE,
    because they're being regarded as incomplete or having
    0/NULL natural width.
    
    This patch simply introduces a try/catch hack where it
    tries to add the image and remove any "no-image" elements
    even nwhen the image is considered incomplete/width of
    0/NULL. It won't do this if it catches any errors,
    although I'm not sure that any errors would be caught
    with this set up anyway...
    
    It's certainly not the ideal solution, but it's a solution.
    
    To Test:
    
    Before applying the patch:
    1) Use IE and FF/Chrome/other browser to view a record
       with local images attached
    2) Note that the local images appear in FF/Chrome/other,
       but not in IE
    
    Apply patch.
    
    After applying the patch:
    1) Repeat step 1 from above
    2) Note that the local images now appear in all browsers
       as they should.
    
    --
    
    As I mentioned before, this seems like a real suboptimal
    solution. Any ideas on why IE might be considering local
    images to be incomplete or having 0/NULL natural width?
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I did a regression test using Chromium and Firefox in
    Ubuntu. I checked both prog and CCSR - covers displayed
    nicely.
    All tests and QA script pass.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Changed author of patch to reflect actual authorship.
    (cherry picked from commit 7e293e20de5cf5639c161b46871f401ab950e841)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 acqui/parcels.pl                                   |    2 +-
 docs/history.txt                                   |    1 +
 .../prog/en/includes/patron-search.inc             |   73 +++---
 koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js  |    7 +
 .../prog/en/modules/catalogue/detail.tt            |    4 +-
 .../prog/en/modules/serials/subscription-detail.tt |   73 +++---
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |    6 +-
 koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css  |  252 ++++++++++++++++++++
 .../opac-tmpl/ccsr/en/includes/doc-head-close.inc  |    3 +
 .../ccsr/images/arrow-left-grey-11x6.png}          |  Bin 2894 -> 2911 bytes
 koha-tmpl/opac-tmpl/prog/en/js/localcovers.js      |    7 +
 tags/review.pl                                     |    7 +-
 12 files changed, 357 insertions(+), 78 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css
 copy koha-tmpl/{intranet-tmpl/prog/en/lib/jquery/plugins/treetable/images/toggle-expand-dark.png => opac-tmpl/ccsr/images/arrow-left-grey-11x6.png} (92%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list