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, 18.11.x has been updated
       via  1c267af1438d31a967593f942321d040cd26d34e (commit)
       via  afce1b2a92ba186db56ed225d2b242158be4bd0c (commit)
       via  84787c1eee9db11f779273ba5f83ddd4d8f91efb (commit)
      from  2712e1ee55208332db4ec01310f58b8fa0b882c6 (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 1c267af1438d31a967593f942321d040cd26d34e
Author: Katrin Fischer <[email protected]>
Date:   Wed Feb 6 02:02:11 2019 +0000

    Bug 13735: Update PrepareItemrecordDisplay to use maxlength
    
    The PrepareItemrecordDisplay method used to generate the item
    display on receiving serials was using a hardcoded maxlength
    of 255 on input fields. This patch updates it to use the
    maxlength defined in the frameworks instead as the normal
    item form does.
    
    To test:
    - Create or reuse an existing subscription
    - Make note of the framework the record uses
    - Add an item on receive
    - Check the maxlength on the various fields is set to 255
      (check source code or use developer tools)
    - You can also verify that by adding a long note to
      one of the note fields
    - Apply patch
    - Repeat tests, the maxlength should now be 9999
    - In your framework settings, change the length of one
      of the subfields to another value
    - Verify that the item form reflects the change
    
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Marcel de Rooy <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    (cherry picked from commit 0429aadc217f05a98bbaa51f955b835ac552fd7a)
    Signed-off-by: Martin Renvoize <[email protected]>

commit afce1b2a92ba186db56ed225d2b242158be4bd0c
Author: Blou <[email protected]>
Date:   Tue Sep 11 14:42:03 2018 -0400

    Bug 21130: (Follow up OPAC Results) Prevent HTML class from being translated
    
    This fixes the same issue where "title" is being translated (in fr-CA at 
least) and thus
    break the javascript impacting the result display in the OPAC
    
    Signed-off-by: Hayley Mapley <[email protected]>
    
    Signed-off-by: Marcel de Rooy <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    (cherry picked from commit 5334e0f32a8b93c407c2bfc931397a0ae70b8d64)
    Signed-off-by: Martin Renvoize <[email protected]>

commit 84787c1eee9db11f779273ba5f83ddd4d8f91efb
Author: David Bourgault <[email protected]>
Date:   Fri Jul 27 17:13:42 2018 -0400

    Bug 21130: Prevent HTML class from being translated
    
    Adds a xsl:value-of tag to prevent the value from being translated.
    
    TEST PLAN
    0) Apply patch
    1) Translate
    2) In the opac, div.record has not changed
    
    NOTE:
    I don't know if this bug affects all translations, I noticed it when 
translating to fr-CA.
    The fix will work for all languages.
    
    Signed-off-by: Marcel de Rooy <[email protected]>
    
    Signed-off-by: Nick Clemens <[email protected]>
    (cherry picked from commit e64fb90311a9f2b37b49fc670962089cbb3d32de)
    Signed-off-by: Martin Renvoize <[email protected]>

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

Summary of changes:
 C4/Items.pm                                              |   14 ++++++++------
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl          |    2 +-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl         |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to