[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. 2c00e328a7d5dadebbedc37b8ccf9bc1eb3fad95

Evergreen Git git at git.evergreen-ils.org
Thu Oct 9 14:34:01 EDT 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 "Evergreen ILS".

The branch, rel_2_7 has been updated
       via  2c00e328a7d5dadebbedc37b8ccf9bc1eb3fad95 (commit)
      from  74c8ba4c0165d59cd9b8cdd80b81c1b8855df0e2 (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 2c00e328a7d5dadebbedc37b8ccf9bc1eb3fad95
Author: Ben Shum <bshum at biblio.org>
Date:   Thu Sep 25 01:58:56 2014 -0400

    Update script for update_pofiles
    
    We were missing a few of the folders used for i18n purposes from
    the update_pofiles script. Added the following entries:
    
    FlattenerGrid.js
    match_set.js
    PCrudFilterPane.js
    serial.js
    tpac
    URLVerify.js
    vandelay.js
    
    Also, change from Acq.js to acq.js.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/build/i18n/scripts/update_pofiles b/build/i18n/scripts/update_pofiles
index 6ce727a..141333f 100755
--- a/build/i18n/scripts/update_pofiles
+++ b/build/i18n/scripts/update_pofiles
@@ -55,7 +55,7 @@ my %locs = (
 );
 
 my @pofiles = qw/
-    Acq.js
+    acq.js
     admin.properties
     authority.js
     auth.properties
@@ -67,14 +67,17 @@ my @pofiles = qw/
     conify.dtd
     conify.js
     db.seed
+    FlattenerGrid.js
     fm_IDL.dtd
     ils_events.xml
     lang.dtd
+    match_set.js
     multiclass_search_help.html
     offline.properties
     opac.dtd
     opac.js
     patron.properties
+    PCrudFilterPane.js
     pickup_and_return.js
     pull_list.js
     register.js
@@ -83,10 +86,14 @@ my @pofiles = qw/
     reservation.js
     Searcher.js
     selfcheck.js
+    serial.js
     serial.properties
+    tpac
     TranslatorPopup.js
+    URLVerify.js
     User.js
     vandelay.dtd
+    vandelay.js
     XULTermLoader.js
 /;
 

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

Summary of changes:
 build/i18n/scripts/update_pofiles |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list