[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-68-g618bb26

Git repo owner gitmaster at git.koha-community.org
Mon Mar 14 10:24:59 CET 2016


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.22.x has been updated
       via  618bb26c212511dd8e94822aaabc80729d788527 (commit)
       via  c244431d4396a057000a0038bb911f0138e1aee5 (commit)
       via  808f938517e07f0dc75a755c77e0a114edf86ed0 (commit)
      from  7db11e9565fb94b0fe4c4c27b029c8dc71103f61 (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 618bb26c212511dd8e94822aaabc80729d788527
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Mar 9 14:49:40 2016 -0500

    Bug 16033 - Quotes upload preview broken for 973 days
    
    A missing snippet of DataTable configuration means that when you upload
    a CSV of quotes to the Quotes of the Day feature the table previewing
    your import is not visible. This patch corrects it.
    
    To test, apply the patch and go to Tools -> Quote editor -> Import
    quotes.
    
    - Upload a CSV file containing data in two columns, "source","text"
    - When your upload completes you should see a DataTable previewing the
      data from your CSV.
    - Check that deletion of individual quotes works from the preview.
    - Check that quotes are correctly imported.
    - Ponder the long 2.66 years during which this page was broken.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Quote of the day: Serenity of mind comes with patience.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 54214c4016d3d20da44047df41034fd752c50591)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit c244431d4396a057000a0038bb911f0138e1aee5
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Mar 9 15:46:46 2016 -0300

    Bug 16031: (followup) Fix documentation
    
    This followup fixes a tiny mistake in the script POD.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 5439c71689ca49fe1fd02efae725a809f8bd67a8)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 808f938517e07f0dc75a755c77e0a114edf86ed0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Mar 9 15:41:02 2016 -0300

    Bug 16031: sitemap.pl shouldn't append protocol to OPACBaseURL
    
    Since bug 5010 was pushed, OPACBaseURL already contains the protocol. The
    sitemap.pl script was written before this was pushed, and thus still concatenates
    http:// in front of OPACBaseURL.
    
    This patch removes this behaviour.
    
    To test:
    - Have OPACBaseURL set to (say) http://myopac.com
    - Run the sitemap.pl script without specifying the --url param
    => FAIL: Notice URLs look like http://http://myopac.com/bib... in the sitemap files.
    - Apply the patch
    - Run the sitemap.pl script without specifying the --url param
    => SUCCESS: Notice URLs look correctly like http://myopac.com/bib...
    - Sign off :-D
    
    Regards
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 41657a87f6981516affff2f482084c7104aa34cb)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt |    1 +
 misc/cronjobs/sitemap.pl                                       |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list