[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.05-8-g980770e

Git repo owner gitmaster at git.koha-community.org
Wed Apr 23 17:34:52 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, 3.14.x has been updated
       via  980770e1463c18c2ba960f3fc46fc64510de0389 (commit)
       via  7d8fd130aa747949c6017fd49d6eb532ad2ecd6f (commit)
       via  92e73af4257dca5bb246fd0659a0420b12af07e6 (commit)
       via  9bccfc8f1307aa1f1871297669a88219592cc50f (commit)
      from  44629528d72317714046909d5bb2559ed7f2b322 (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 980770e1463c18c2ba960f3fc46fc64510de0389
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Jan 16 22:44:25 2014 +0000

    Bug 10691: (follow-up) replace HTML comments with TT contents
    
    Comments on the usage of Template Toolkit blocks don't need
    to appear in the rendered HTML, so this patch converts HTML
    comments to TT comments and thereby saves a tiny amount of
    bandwidth.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ab2a422af61a3c6df80091a311b64e8448417b13)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7d8fd130aa747949c6017fd49d6eb532ad2ecd6f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Dec 11 11:14:47 2013 -0300

    Bug 10691: (follow-up) restore behaviour for control field ($w)
    
    As noted by Jared, in the presence of 4XX$w or 5XX$w the display
    got broken by this refactoring. This patch restores the previous
    behaviour in that front.
    
    The OPAC themes get fixed too, and the Bootstrap one gets this
    fix too.
    
    Applied the fix that Galen proposed on comment #30 regarding
    Zeno's fix in bug 11174.
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 06ef9f11098405cd688f43af39d828a4eb674582)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 92e73af4257dca5bb246fd0659a0420b12af07e6
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Sep 18 11:33:07 2013 -0300

    Bug 10691: use authority ID in see-also links in authority search results (OPAC)
    
    This patch changes the URL and data used to show the 'see also' links
    on the OPAC's authority search results page.
    
    Bonus points: makes some strings translatable.
    
    To test:
    - On your dev setup (master) create some authority records (I created
      personal name authorities).
    - Pick one of them and link 400$a to another one, do the same with 500$a
    - Add some other 400$a and 500$a without linking (i.e. plain text)
    - Make sure zebra is running and changes got indexed.
    - In the OPAC search for the authority that is linked to the others.
    - Check the 'see also:' link points to an authority search
    - Apply the patch
    - Reload/re-do the search
    - Check the 'see also:' link points to the authority id in the case
      of linked authorities, and to an authority search in the case of
      plain text headings.
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Work as described. No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ae7431608cfa2f9aa2674079d17f3b96fa12c8c7)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9bccfc8f1307aa1f1871297669a88219592cc50f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Sep 18 12:18:20 2013 -0300

    Bug 10691: use authority ID in see-also links in authority search results (staff)
    
    This patch changes the URL and data used to show the 'see also' links
    on the Staff's authority search results page.
    
    Bonus points: makes some strings translatable.
    
    To test:
    - On your dev setup (master) create some authority records (I created
      personal name authorities).
    - Pick one of them and link 400$a to another one, do the same with 500$a
    - Add some other 400$a and 500$a entries with plain text (i.e. no
      linking)
    - Make sure zebra is running and changes got indexed.
    - In the staff interface search for the authority that is linked to the
      others.
    - Check the 'see also:' link points to an authority search
    - Apply the patch
    - Reload/re-do the search
    - Check the 'see also:' link points to the authority id for linked
      authorities,
      and to an authority search result in the case of plain text entries.
    - Check that the authority search from the cataloguing interface still
      works as usual.
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Work as described. No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit c62557a4fa239487e128754e79cd3a9427d4f964)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../en/includes/authorities-search-results.inc     |  107 +++++++++++++-------
 .../en/modules/authorities/searchresultlist.tt     |    2 +-
 .../en/includes/authorities-search-results.inc     |   42 ++++++--
 .../en/modules/opac-authoritiessearchresultlist.tt |    4 +-
 .../en/includes/authorities-search-results.inc     |   74 ++++++++++----
 .../en/modules/opac-authoritiessearchresultlist.tt |   58 +++++------
 6 files changed, 194 insertions(+), 93 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list