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.18.x has been updated
       via  4dc641f130bef42344c06fd98e12ae8ea4d21325 (commit)
       via  89a530214d2ff0051541f7795e1fb29e72d459b5 (commit)
      from  71d3b84b054dabe9a547971b7ce1f3efbee2e568 (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 4dc641f130bef42344c06fd98e12ae8ea4d21325
Author: Mark Tompsett <[email protected]>
Date:   Sat Apr 4 16:43:40 2015 -0400

    Bug 11574 - Clean up Printing Lists
    
    Removes extraneous stuff from prints - toolbars, breadcrumbs, etc.
    
    To test:
    
    1. make a list
    2. print it to a file (from OPAC), observe wasted paper
    3. apply patch
    4. print list, compare
    5. if you like it, sign off. ;)
    
    Patch cleans up OPAC list printing as expected.
    
    Signed-off-by: Marc VĂ©ron <[email protected]>
    
    NOTE: Made functional again. Turns out my issues were a result of
          cached CSS pages. Tested in IE and Firefox successfully.
    
    Signed-off-by: Mark Tompsett <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>
    (cherry picked from commit 9d50a1189d05618f6ef12d6f8696cab57861aba9)
    Signed-off-by: Chris Cormack <[email protected]>

commit 89a530214d2ff0051541f7795e1fb29e72d459b5
Author: Tomas Cohen Arazi <[email protected]>
Date:   Mon Apr 20 15:39:45 2015 -0300

    Bug 14006: about.pl checks the wrong zebra index mode
    
    When setting zebra_bib_index_mode to grs1 I get two warnings when not 
applying the patch:
    
    "The <zebra_bib_index_mode> entry is set to grs1. GRS-1 support is now 
deprecated and will be removed in future releases. Please use DOM instead by 
setting <zebra_bib_index_mode> to dom (full reindex required)."
    
    "You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set 
to dom. Falling back to legacy facet calculation."
    
    When applying the patch a third warning appears in addition to the two 
previous ones:
    
    "The <zebra_bib_index_mode> entry is set to dom, but your system still 
appears to be set up for grs1 indexing."
    
    Seems like the patch does what it should to me regarding the configuration 
mismatch warning.
    
    Signed-off-by: Eivin Giske Skaaren <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    Signed-off-by: Tomas Cohen Arazi <[email protected]>
    (cherry picked from commit 13722ebe737acf6c74195b15b3f51d1ba21a4b79)
    Signed-off-by: Chris Cormack <[email protected]>

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

Summary of changes:
 about.pl                                           |    8 +-
 koha-tmpl/opac-tmpl/bootstrap/css/print.css        |  234 +-------------------
 .../bootstrap/{css/print.css => less/print.less}   |    7 +
 3 files changed, 14 insertions(+), 235 deletions(-)
 copy koha-tmpl/opac-tmpl/bootstrap/{css/print.css => less/print.less} (89%)


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