[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 1e8557bf2bb0f8ade4df9d4ceaca6073513c13ae

Evergreen Git git at git.evergreen-ils.org
Wed May 29 17:33:13 EDT 2013


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 "Evergreen ILS".

The branch, rel_2_4 has been updated
       via  1e8557bf2bb0f8ade4df9d4ceaca6073513c13ae (commit)
       via  c6ce1daf3720e26477124c78b6a8b238c8b7a1f7 (commit)
      from  48afaf0538ec7abf7057428c46a3c74f3ad3427c (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 1e8557bf2bb0f8ade4df9d4ceaca6073513c13ae
Author: Ben Shum <bshum at biblio.org>
Date:   Sat Apr 13 22:28:53 2013 -0400

    LP1168186 - Add tag 111 and remove subfield 4 from author pool
    
    Add meeting/conference main entry (111) to TPAC author pool.
    
    Remove subfield 4 from the author data because the information contained
    refers to relator and may not be helpful at this time.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Mark Cooper <markchristophercooper at gmail.com>

diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2
index fa29420..a1dbb94 100644
--- a/Open-ILS/src/templates/opac/parts/misc_util.tt2
+++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2
@@ -7,7 +7,7 @@
         FOR node IN xml.findnodes('//*[@tag="' _ target_field _ '"]');
             raw_vals = [];
             core_val = '';
-            FOR subnode IN node.findnodes('./*[not(contains("w 0 5 6 8 9", @code))]');
+            FOR subnode IN node.findnodes('./*[not(contains("w 0 4 5 6 8 9", @code))]');
                 raw_vals.push(subnode.textContent());
             END;
             core_val = raw_vals.join(" ");
@@ -111,6 +111,7 @@
         graphic_880s = [];
         get_graphic_880s(target_field='100');
         get_graphic_880s(target_field='110');
+        get_graphic_880s(target_field='111');
         args.graphic_authors = graphic_880s;
         args.authors = [];
         FOR author IN args.graphic_authors;

commit c6ce1daf3720e26477124c78b6a8b238c8b7a1f7
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Thu Apr 11 19:54:12 2013 -0400

    Add corporate author (110) to TPAC author pool
    
    As requested in LP#1168186, here is a simple attempt to add corporate
    authors to the author 'pool' in TPAC.
    
    We may also want to consider adding 111 (meeting or conference as
    main entry), but that isn't totally clear cut.
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
    Signed-off-by: Mark Cooper <markchristophercooper at gmail.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2
index fa3ed90..fa29420 100644
--- a/Open-ILS/src/templates/opac/parts/misc_util.tt2
+++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2
@@ -110,6 +110,7 @@
 
         graphic_880s = [];
         get_graphic_880s(target_field='100');
+        get_graphic_880s(target_field='110');
         args.graphic_authors = graphic_880s;
         args.authors = [];
         FOR author IN args.graphic_authors;

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/misc_util.tt2 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list