[koha-commits] main Koha release repository branch master updated. v3.18.00-865-gbbb374e

Git repo owner gitmaster at git.koha-community.org
Thu Apr 30 21:33:30 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  bbb374e76494ae2bad87fbc703e396cebcf8b9f5 (commit)
       via  e30a7fa7fc03c512124218139a0effd86de37dff (commit)
       via  432deab9edad8ea9bbccc783794cfdfbe698087c (commit)
       via  fcec3cfdaf3f6afe1333218cf4b582316aeb25f0 (commit)
       via  183ad8f61b48e08090ae5924926b6bfcbc409359 (commit)
       via  5bbc5834d8f05f02b462d89bca2b96c4a78cae83 (commit)
       via  cb10626c057e12f36fab3f943f35f749e8d38168 (commit)
       via  22ed7c7d8f61e9c7efee9e60e43289a4d63a7049 (commit)
      from  7c5c6b3ca9b6b74512505ad5a603447856af31f9 (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 bbb374e76494ae2bad87fbc703e396cebcf8b9f5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 8 10:04:40 2015 +0200

    Bug 6059: Don't permit to change the quantity when items are created on ordering
    
    If items are created on ordering, the quantity for uncertain prices
    should not be editable.
    
    Test plan:
    0/ Set AcqCreateItem to "on ordering"
    1/ Create a basket and add an order with 1+ items
    2/ Mark it as uncertain prices
    3/ Go on the uncertain prices page for this vendor
    (acqui/uncertainprice.pl?booksellerid=X)
    4/ Confirm you are not allowed to update the quantity
    5/ Change the price and save
    6/ Confirm the quantity is still correct
    
    Set the pref to another value and confirm the behavior has not changed.
    
    NOTE: Tested with 'on placing order' and 'on receiving order'.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e30a7fa7fc03c512124218139a0effd86de37dff
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 30 16:15:10 2015 -0300

    Bug 8007: (followup) double quotes...
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 432deab9edad8ea9bbccc783794cfdfbe698087c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Mar 6 10:37:04 2015 +0100

    Bug 7843: (QA followup) Make news selection persistant
    
    This patch makes the following changes:
    1) If there is no logged in patron, the RSS link states it is for
       system-wide news.
    2) If a patron is logged in, the RSS link states it is for system-wide
       news *and* news for the patron's home library.
    3) The patron's home branch code is embedded in the RSS feed url so
       he or she no longer needs to be logged in for us to know what branch's
       news to pull.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fcec3cfdaf3f6afe1333218cf4b582316aeb25f0
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue Mar 3 08:53:04 2015 -0300

    Bug 7843: Followup - fix broken url
    
    This patch fixes an invalid URL when clicking
    on RSS feed.
    
    To test:
    1) Using Nicole words :)
    If you visit : http://mykoha/cgi-bin/koha/opac-main.pl
    then the RSS feed works.
    If you're on http://mykoha and you click the rss icon you
    get : http://mykoha/opac-news-rss.pl which is a 404 page.
    
    2) Apply the patch
    
    3) Repeat 1, error is now fixed
    
    Signed-off-by: Pierre <tredok.pierre at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 183ad8f61b48e08090ae5924926b6bfcbc409359
Author: Nicole <nicole at bywatersolutions.com>
Date:   Tue Mar 3 03:05:38 2015 -0800

    Bug 7843: (follow up) Improve RSS feed language
    
    The RSS button used to read ' RSS for the librarys general newsfeed.'
    This included one grammatical error and I think included more words
    than most average people would read.  This patch simplifies it to say
    'RSS for Library News.'
    
    To test:
    * Apply all patches
    * Review RSS feed button's text on main page under news
    
    http://bugs.koha-community.org/show_bug.cgi?id=7843
    
    Signed-off-by: Pierre <tredok.pierre at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5bbc5834d8f05f02b462d89bca2b96c4a78cae83
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 19 12:48:44 2015 +0100

    Bug 7843: (qa-followup) Create an RSS feed for news in Opac
    
    1/ use strict and warnings are useless, Modern::Perl is used
    2/ Prefer to use the interface and theme TT var instead of the hard
    coded path
    
    Signed-off-by: Pierre <tredok.pierre at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cb10626c057e12f36fab3f943f35f749e8d38168
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 19 12:48:16 2015 +0100

    Bug 7843: Remove the useless use of casAuthentication
    
    Certainly a c/p error from opac-main.pl
    
    Signed-off-by: Pierre <tredok.pierre at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 22ed7c7d8f61e9c7efee9e60e43289a4d63a7049
Author: Viktor Sarge <viktor.sarge at regionhalland.se>
Date:   Sun Feb 8 19:41:55 2015 +0000

    Bug 7843: Create an RSS feed for news in Opac
    
    Test plan:
    * Install the patch
    * Make shure there is news in the Opac
    * Go to the Opac (opac-main.pl)
    * Make shure you see an RSS icon below the news and a short text.
    * Click the RSS icon and verify that you get an RSS feed that validates.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    I took the liberty of fixing the copyright statement when signing it off
    
    Signed-off-by: Pierre <tredok.pierre at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/modules/acqui/uncertainprice.tt        |   10 ++++--
 .../prog/en/modules/members/discharge.tt           |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    6 ++++
 .../bootstrap/en/modules/opac-news-rss.tt          |   15 +++++++++
 opac/{opac-main.pl => opac-news-rss.pl}            |   35 ++++----------------
 5 files changed, 37 insertions(+), 31 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt
 copy opac/{opac-main.pl => opac-news-rss.pl} (60%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list