[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04-20-gd7bd725

Git repo owner gitmaster at git.koha-community.org
Wed Sep 11 19:03:39 CEST 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 "main Koha release repository".

The branch, 3.12.x has been updated
       via  d7bd725fb1309813b89190b73556e0cb0ba7c4b4 (commit)
       via  2ba6d6636b6e6eeab554e6793074899fa40be5c8 (commit)
       via  801f9fbdae6ef2158d4a555d3e3bf1a77c33edfd (commit)
       via  6f55deac4a976b59edd13632e11f70cbfbd22642 (commit)
       via  8a407d8d02463cd15423735dc6030da2c8f5e3a7 (commit)
      from  f21d18254f636d882563f0c56dd84ebe48c9398f (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 d7bd725fb1309813b89190b73556e0cb0ba7c4b4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Aug 13 12:25:35 2013 +0200

    Bug 10716: fix JavaScript error on basket groups page
    
    To test:
    
    Go on acqui/basketgroup.tt and verify a js error occurred
    (ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined).
    Apply the patch and verify the error does not appear anymore.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit a4d8144efdcbbf30d649264495f151e8b6fd7594)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2ba6d6636b6e6eeab554e6793074899fa40be5c8
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Thu Aug 8 09:01:23 2013 -0400

    Bug 10703: Document borrower_files table
    
    Add db documentation to borrower_files table.
    
    To test:
    
    apply
    review kohastructure.sql to be sure documentation is there
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Comment: No errors. Tested loading on new database.
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 09e802c7933073cd98040155b02898ab79739b3a)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 801f9fbdae6ef2158d4a555d3e3bf1a77c33edfd
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Thu Aug 8 08:53:58 2013 -0400

    Bug 10703: Document quotes table
    
    Add db documentation for the quotes table
    
    To test:
    
    apply patch
    review kohastructure.sql to be sure documentation is there
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 6823c745371a115d5bec98beb9d10b59e188c9fe)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6f55deac4a976b59edd13632e11f70cbfbd22642
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Thu Aug 8 08:49:25 2013 -0400

    Bug 10703: Add db documentation for biblioimages table
    
    This patch adds db documentation to the biblioimages table.
    
    To test:
    
    Apply patch
    Review kohastructure.sql to be sure that the documentation is there
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 801d8237d80d7079f3355da18ef18c60b7f37325)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8a407d8d02463cd15423735dc6030da2c8f5e3a7
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Aug 13 12:16:28 2013 +1000

    Bug 10715 - MARC21 007 Plugin Editor doesn't load position 01
    
    This patch changes the MARC21 007 plugin editor so that it uses
    1 character instead of 4 characters for position 01.
    
    TEST PLAN:
    
    1) Create new record/edit an existing record
    2) Using the tag editor for the 007 field, choose "Videorecording"
    3) Click OK
    4) Change the second character in the 007 from "c" to "d"
    5) Open the tag editor again
    6) Note that position 01 will still say "c - Videocartridge" rather
    than "d - Videodisc".
    7) Exit tag editor
    
    8) Apply patch
    
    9) Reload the page (Shift + Refresh is always useful)
    10) Open the tag editor again
    11) Note that position 01 will now say "d - Videodisc"
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 73ac970f734b0f04fff5561aa35bb9d9d47aa943)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Fix worked as expected.

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

Summary of changes:
 cataloguing/value_builder/marc21_field_007.pl      |    2 +-
 installer/data/mysql/kohastructure.sql             |   38 ++++++++++----------
 .../prog/en/modules/acqui/basketgroup.tt           |    1 +
 3 files changed, 21 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list