[koha-commits] main Koha release repository branch master updated. v18.05.00-1434-ge112c6f

Git repo owner gitmaster at git.koha-community.org
Mon Nov 12 21:01:44 CET 2018


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  e112c6f117d4b6fd6c6160e8be9cba4186db1279 (commit)
       via  50b8e1ca97399330e94ad15f566ef9763c3a3152 (commit)
       via  290f5ea0581ebbcabe38f926a3464f2103775b25 (commit)
       via  bea8edd9724538075299c5a8a8e607fe281cc4da (commit)
       via  2fc599c0893620c395ca0492c9d9e3c860c8f951 (commit)
       via  11622b8a9edba36a77eb26a6630413935f27cf6e (commit)
       via  cd81bdc6a0b0250d97cbb5c49bcb90290d29e34a (commit)
      from  fa7b2ad08befb88866e850f2b7bba34841ff30b7 (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 e112c6f117d4b6fd6c6160e8be9cba4186db1279
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Oct 31 11:25:40 2018 -0300

    Bug 21706: (QA follow-up) Fix tabs
    
    Not all href's should have parameters URI encoded. Because sometimes
    they are just where for use by JavaScript libraries which fail in that
    situations. For fixed-lenght fields we use @ as the subfield code and it
    breaks the bootstrap tabs if we URI encode the '@'.
    
    This fixes the tabs issues on fixed-lenght fields in the authority type
    editing pages.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

commit 50b8e1ca97399330e94ad15f566ef9763c3a3152
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 29 11:25:58 2018 -0300

    Bug 21706: (follow-up) Fix subfield delete button
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

commit 290f5ea0581ebbcabe38f926a3464f2103775b25
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 29 10:51:39 2018 -0300

    Bug 21706: (follow-up) remove unused template params
    
    The original patch removed the need to add URLs to the template
    variables. This patch removes that in the controller.
    
    Bonus: fixes 'html' filter in URL replacing it by 'uri'.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

commit bea8edd9724538075299c5a8a8e607fe281cc4da
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 29 10:44:46 2018 -0300

    Bug 21706: Make authority framework subfield links work (TT filter)
    
    This patch removes URL building from the controller
    and does it on the templates, using the
    right 'uri' filter for the query parameters.
    
    To test:
    - Go to Home > Administration > Athority types
    - On any of the listed frameworks, pick the 'MARC structure' action in
    the dropdown
    - On any subfield, hover on the actions dropdown
    => FAIL: The URLs are wrongly formed
    - Click on the links
    => FAIL: You get errors because of the bad URL
    - Apply this patch
    - Reload the 'MARC structure' page
    - On any subfield, hover on the actions dropdown
    => SUCCESS: LInks look correct
    - Click on any of them
    => SUCCESS: They work!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2fc599c0893620c395ca0492c9d9e3c860c8f951
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 31 13:48:47 2018 -0300

    Bug 21526: Fix search result pages (url vs uri vs raw)
    
    query_cgi is uri_escaped from the pl, so we should displayed as raw
    
    Test plan:
    Use wide characters ❤
    Search, filter, facets, search history, rss (both interfaces)
    
    Please test deeply!
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 11622b8a9edba36a77eb26a6630413935f27cf6e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 31 14:31:36 2018 -0300

    Bug 21526: (follow-up) Use the 'url' filter when needed
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit cd81bdc6a0b0250d97cbb5c49bcb90290d29e34a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 29 16:16:17 2018 -0300

    Bug 21526: Use the 'url' filter when needed
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 admin/auth_subfields_structure.pl                  |    1 -
 admin/auth_tag_structure.pl                        |    3 --
 .../en/includes/authorities-search-results.inc     |    4 +--
 .../intranet-tmpl/prog/en/includes/facets.inc      |   13 +++++----
 .../prog/en/modules/acqui/addorderiso2709.tt       |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    2 +-
 .../prog/en/modules/acqui/basketgroup.tt           |    8 +++---
 .../prog/en/modules/acqui/cancelorder.tt           |    2 +-
 .../prog/en/modules/acqui/modordernotes.tt         |    2 +-
 .../prog/en/modules/acqui/supplier.tt              |    2 +-
 .../prog/en/modules/acqui/uncertainprice.tt        |    2 +-
 .../prog/en/modules/admin/aqbudgetperiods.tt       |    8 +++---
 .../prog/en/modules/admin/aqcontract.tt            |    6 ++--
 .../en/modules/admin/auth_subfields_structure.tt   |   10 +++----
 .../prog/en/modules/admin/auth_tag_structure.tt    |    8 +++---
 .../prog/en/modules/admin/branches.tt              |    2 +-
 .../prog/en/modules/admin/classsources.tt          |   12 ++++----
 .../prog/en/modules/admin/marctagstructure.tt      |    2 +-
 .../prog/en/modules/admin/matching-rules.tt        |    6 ++--
 .../prog/en/modules/admin/patron-attr-types.tt     |    6 ++--
 .../prog/en/modules/admin/printers.tt              |    2 +-
 .../prog/en/modules/admin/systempreferences.tt     |    6 ++--
 .../prog/en/modules/admin/usage_statistics.tt      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt    |    8 +++---
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |    6 ++--
 .../prog/en/modules/batch/print-notices.tt         |    2 +-
 .../prog/en/modules/catalogue/MARCdetail.tt        |    2 +-
 .../prog/en/modules/catalogue/detail.tt            |   10 +++----
 .../prog/en/modules/catalogue/results.tt           |    4 +--
 .../prog/en/modules/catalogue/search-history.tt    |    8 +++---
 .../prog/en/modules/cataloguing/additem.tt         |    2 +-
 .../prog/en/modules/circ/printslip.tt              |    2 +-
 .../prog/en/modules/circ/waitingreserves.tt        |    2 +-
 .../en/modules/course_reserves/course-details.tt   |    4 +--
 .../prog/en/modules/ill/ill-requests.tt            |    8 +++---
 .../en/modules/reports/guided_reports_start.tt     |    2 +-
 .../en/modules/serials/subscription-batchedit.tt   |    2 +-
 .../prog/en/modules/serials/subscription-detail.tt |    2 +-
 .../prog/en/modules/suggestion/suggestion.tt       |    2 +-
 .../prog/en/modules/tools/batchMod-del.tt          |    6 ++--
 .../prog/en/modules/tools/batchMod-edit.tt         |    4 +--
 .../prog/en/modules/tools/manage-marc-import.tt    |   10 +++----
 .../en/includes/authorities-search-results.inc     |    2 +-
 .../bootstrap/en/includes/doc-head-close.inc       |    6 ++--
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |    2 +-
 .../bootstrap/en/includes/opac-facets.inc          |   12 ++++----
 .../bootstrap/en/modules/opac-auth-MARCdetail.tt   |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |   10 +++----
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt  |    6 ++--
 .../bootstrap/en/modules/opac-course-details.tt    |    4 +--
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   22 +++++++--------
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    2 +-
 .../bootstrap/en/modules/opac-news-rss.tt          |    2 +-
 .../bootstrap/en/modules/opac-opensearch.tt        |   29 ++++++++++----------
 .../bootstrap/en/modules/opac-results-grouped.tt   |    3 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    8 +++---
 .../bootstrap/en/modules/opac-search-history.tt    |    4 +--
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |    2 +-
 .../bootstrap/en/modules/opac-showreviews-rss.tt   |    2 +-
 .../bootstrap/en/modules/opac-showreviews.tt       |    4 +--
 .../opac-tmpl/bootstrap/en/modules/sci/sci-main.tt |    2 +-
 .../opac-tmpl/bootstrap/en/modules/sco/help.tt     |    2 +-
 .../bootstrap/en/modules/sco/printslip.tt          |    4 +--
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    2 +-
 misc/cronjobs/rss/lastAcquired-1.0.tt              |    2 +-
 misc/cronjobs/rss/lastAcquired-2.0.tt              |    2 +-
 66 files changed, 165 insertions(+), 168 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list