[open-ils-commits] [GIT] Evergreen ILS branch master updated. 77c9886c809b407653b8b6580899ea7ad328b457

Evergreen Git git at git.evergreen-ils.org
Wed May 29 17:32:25 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, master has been updated
       via  77c9886c809b407653b8b6580899ea7ad328b457 (commit)
       via  07cddc9f1f03414d92d50efb99bd1da40893149b (commit)
      from  5a5d84c6f3c9007e0bda83aa5df5369c838014aa (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 77c9886c809b407653b8b6580899ea7ad328b457
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 07cddc9f1f03414d92d50efb99bd1da40893149b
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