[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-158-g8861c8d

Git repo owner gitmaster at git.koha-community.org
Fri Nov 1 00:07:47 CET 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, master has been updated
       via  8861c8dda545bddb3a4d28abce77c53c173e00d0 (commit)
       via  aed8063ce44a03f21acddf7748b6caf7e640a1ff (commit)
       via  1d8746c2ab6ebba68b47aaa657ea90ce3ac4316d (commit)
       via  294ac9ccc8793016bd7ffdb73855577d4340118f (commit)
       via  17ac5d01a3ae2d9fef68bc19d7baa01274ee8d53 (commit)
       via  66266e95f24548ea8a515a1ea2759ad843dc1e0d (commit)
       via  b7e905f9a97aed5fc43639aa2ca9de9b547d203a (commit)
       via  7d28a3f26d421e40b70a415f72d1efa68acb50e5 (commit)
      from  b062847364d82873c8a54aac544c9109102b3625 (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 8861c8dda545bddb3a4d28abce77c53c173e00d0
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Oct 15 15:09:08 2013 +0100

    Bug 11054: Specify UTF-8 encoding when creating a child record
    
    When the only non-ascii characters in a new child record
    are latin + diacritic in the range covered by Latin-1 they
    are not being added to a new child record correctly encoded.
    Explicitly setting the record's encodiing ensures that
    they are interpreted correctly.
    
    see "Unicode Bug" in perldoc perlunicode for background on
    why these characters are special
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works well. No koha-qa errors.
    
    Same test as before
    1) with a record with diacritics in author/title,
    2) press new child record, on new record 773adt
    with mangled accents
    3) Apply patch
    4) Repeat 2, now good results
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Tested with a record containing umlauts in the title,
    $t was empty before and umlauts in $a mangled.
    After applying the patch fields are correctly filled and
    diacritics display correctly.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit aed8063ce44a03f21acddf7748b6caf7e640a1ff
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 25 23:47:54 2013 -0400

    Bug 10671: Update patron help files [ FOLLOW-UP ]
    
    This patch adds two new permissions that were just pushed
    to the related patron help files. It is a follow up to the
    previous patch that updated the patron help file.
    
    To test:
    
    Apply the patron help patch
    Apply this patch
    Visit the patron permissions page
    Confirm that help is there and right
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1d8746c2ab6ebba68b47aaa657ea90ce3ac4316d
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 25 21:35:25 2013 -0400

    Bug 10671: Update Acq Help Files
    
    This patch updates the Acq help file links
    to the manual.
    
    To test:
    
    * visit acq pages
    * confirm manual links are right
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 294ac9ccc8793016bd7ffdb73855577d4340118f
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 25 21:27:49 2013 -0400

    Bug 10671: Update patron help files
    
    This patch updates the text and links in the
    patron related help files.
    
    To test:
    
    * visit all patron pages
    * Click help
    * confirm test and links
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 17ac5d01a3ae2d9fef68bc19d7baa01274ee8d53
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 25 21:04:12 2013 -0400

    Bug 10671: Update Admin Help Files
    
    This patch updates the links to the manual in the
    help files. It also updates the text a bit in a few.
    
    To test:
    
    * Visit admin pages
    * Check the help files on each
    * Make sure links and text appears
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 66266e95f24548ea8a515a1ea2759ad843dc1e0d
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 25 20:42:43 2013 -0400

    Bug 10671: Update Tools Help Files
    
    This patch updates the links to the manual in
    the tool help files.
    
    To test:
    
    * Visit tool pages and click the help
    * confirm links work
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b7e905f9a97aed5fc43639aa2ca9de9b547d203a
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 25 20:31:54 2013 -0400

    Bug 10671: Update Serials Help
    
    This patch updates the links to the manual in
    the serials help files.
    
    To test:
    
    * Visit serials pages and click the help
    * confirm links work
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 7d28a3f26d421e40b70a415f72d1efa68acb50e5
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Fri Oct 25 20:10:21 2013 -0400

    Bug 10671: Update Cataloging Help
    
    This patch updates the links to the manual in
    the cataloging help files.
    
    To test:
    
    * Visit cataloging pages and click the help
    * confirm links work
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 cataloguing/addbiblio.pl                           |    1 +
 .../prog/en/modules/help/acqui/acqcontract.tt      |    2 +-
 .../prog/en/modules/help/acqui/acqui-home.tt       |    2 +-
 .../prog/en/modules/help/acqui/addorderiso2709.tt  |    2 +-
 .../prog/en/modules/help/acqui/basket.tt           |    2 +-
 .../prog/en/modules/help/acqui/basketgroup.tt      |    2 +-
 .../prog/en/modules/help/acqui/basketheader.tt     |    2 +-
 .../prog/en/modules/help/acqui/booksellers.tt      |    2 +-
 .../prog/en/modules/help/acqui/histsearch.tt       |    2 +-
 .../prog/en/modules/help/acqui/invoice.tt          |    2 +-
 .../prog/en/modules/help/acqui/invoices.tt         |    2 +-
 .../prog/en/modules/help/acqui/lateorders.tt       |    2 +-
 .../prog/en/modules/help/acqui/neworderbiblio.tt   |    2 +-
 .../prog/en/modules/help/acqui/neworderempty.tt    |    2 +-
 .../en/modules/help/acqui/newordersuggestion.tt    |    2 +-
 .../prog/en/modules/help/acqui/orderreceive.tt     |    2 +-
 .../prog/en/modules/help/acqui/parcel.tt           |    2 +-
 .../prog/en/modules/help/acqui/parcels.tt          |    2 +-
 .../prog/en/modules/help/acqui/supplier.tt         |    2 +-
 .../prog/en/modules/help/acqui/uncertainprice.tt   |    2 +-
 .../prog/en/modules/help/acqui/z3950_search.tt     |    2 +-
 .../prog/en/modules/help/admin/admin-home.tt       |    2 +-
 .../prog/en/modules/help/admin/aqbudgetperiods.tt  |    2 +-
 .../prog/en/modules/help/admin/aqbudgets.tt        |    2 +-
 .../prog/en/modules/help/admin/aqplan.tt           |    2 +-
 .../modules/help/admin/auth_subfields_structure.tt |    2 +-
 .../en/modules/help/admin/auth_tag_structure.tt    |   14 +++----
 .../en/modules/help/admin/authorised_values.tt     |    2 +-
 .../prog/en/modules/help/admin/authtypes.tt        |    2 +-
 .../prog/en/modules/help/admin/biblio_framework.tt |    2 +-
 .../modules/help/admin/branch_transfer_limits.tt   |    2 +-
 .../prog/en/modules/help/admin/branches.tt         |    2 +-
 .../prog/en/modules/help/admin/categorie.tt        |    2 +-
 .../prog/en/modules/help/admin/checkmarc.tt        |    2 +-
 .../prog/en/modules/help/admin/cities.tt           |    2 +-
 .../prog/en/modules/help/admin/classsources.tt     |    2 +-
 .../prog/en/modules/help/admin/currency.tt         |    2 +-
 .../prog/en/modules/help/admin/didyoumean.tt       |    2 +-
 .../prog/en/modules/help/admin/fieldmapping.tt     |    2 +-
 .../modules/help/admin/item_circulation_alerts.tt  |    2 +-
 .../prog/en/modules/help/admin/itemtypes.tt        |    2 +-
 .../prog/en/modules/help/admin/koha2marclinks.tt   |    2 +-
 .../modules/help/admin/marc_subfields_structure.tt |    2 +-
 .../prog/en/modules/help/admin/marctagstructure.tt |    2 +-
 .../prog/en/modules/help/admin/matching-rules.tt   |    2 +-
 .../prog/en/modules/help/admin/oai_set_mappings.tt |    2 +-
 .../prog/en/modules/help/admin/oai_sets.tt         |    2 +-
 .../en/modules/help/admin/patron-attr-types.tt     |    2 +-
 .../prog/en/modules/help/admin/preferences.tt      |    2 +-
 .../prog/en/modules/help/admin/printers.tt         |   11 ------
 .../prog/en/modules/help/admin/roadtype.tt         |    2 +-
 .../prog/en/modules/help/admin/smart-rules.tt      |    2 +-
 .../prog/en/modules/help/admin/stopwords.tt        |   15 --------
 .../en/modules/help/admin/systempreferences.tt     |    2 +-
 .../en/modules/help/admin/transport-cost-matrix.tt |    2 +-
 .../prog/en/modules/help/admin/z3950servers.tt     |   40 +++++++++++++++-----
 .../prog/en/modules/help/cataloguing/addbiblio.tt  |    2 +-
 .../prog/en/modules/help/cataloguing/addbooks.tt   |    2 +-
 .../prog/en/modules/help/cataloguing/additem.tt    |    2 +-
 .../prog/en/modules/help/cataloguing/linkitem.tt   |    2 +-
 .../prog/en/modules/help/cataloguing/merge.tt      |    2 +-
 .../prog/en/modules/help/cataloguing/moveitem.tt   |    2 +-
 .../prog/en/modules/help/members/boraccount.tt     |    2 +-
 .../prog/en/modules/help/members/files.tt          |    2 +-
 .../prog/en/modules/help/members/mancredit.tt      |    2 +-
 .../prog/en/modules/help/members/maninvoice.tt     |    2 +-
 .../prog/en/modules/help/members/member-flags.tt   |   14 ++++++-
 .../en/modules/help/members/member-password.tt     |    2 +-
 .../prog/en/modules/help/members/member.tt         |   37 ++++++++++--------
 .../prog/en/modules/help/members/memberentry.tt    |    2 +-
 .../prog/en/modules/help/members/members-home.tt   |   37 ++++++++++--------
 .../prog/en/modules/help/members/members-update.tt |    2 +-
 .../prog/en/modules/help/members/moremember.tt     |    2 +-
 .../prog/en/modules/help/members/notices.tt        |    2 +-
 .../prog/en/modules/help/members/pay.tt            |    2 +-
 .../prog/en/modules/help/members/paycollect.tt     |    2 +-
 .../prog/en/modules/help/members/readingrec.tt     |    2 +-
 .../prog/en/modules/help/members/routing-lists.tt  |    2 +-
 .../prog/en/modules/help/members/statistics.tt     |    2 +-
 .../en/modules/help/serials/checkexpiration.tt     |    2 +-
 .../prog/en/modules/help/serials/claims.tt         |    2 +-
 .../prog/en/modules/help/serials/routing.tt        |    2 +-
 .../en/modules/help/serials/serials-collection.tt  |    2 +-
 .../prog/en/modules/help/serials/serials-edit.tt   |    2 +-
 .../prog/en/modules/help/serials/serials-home.tt   |    2 +-
 .../en/modules/help/serials/subscription-add.tt    |    2 +-
 .../en/modules/help/serials/subscription-detail.tt |    2 +-
 .../prog/en/modules/help/tools/batchMod.tt         |    2 +-
 .../prog/en/modules/help/tools/cleanborrowers.tt   |    2 +-
 .../prog/en/modules/help/tools/csv-profiles.tt     |    2 +-
 .../prog/en/modules/help/tools/export.tt           |    2 +-
 .../prog/en/modules/help/tools/holidays.tt         |    2 +-
 .../prog/en/modules/help/tools/import_borrowers.tt |    2 +-
 .../prog/en/modules/help/tools/inventory.tt        |    2 +-
 .../prog/en/modules/help/tools/koha-news.tt        |    2 +-
 .../prog/en/modules/help/tools/letter.tt           |    2 +-
 .../en/modules/help/tools/manage-marc-import.tt    |    2 +-
 .../prog/en/modules/help/tools/modborrowers.tt     |    2 +-
 .../prog/en/modules/help/tools/overduerules.tt     |    2 +-
 .../prog/en/modules/help/tools/picture-upload.tt   |    2 +-
 .../prog/en/modules/help/tools/quotes-upload.tt    |    2 +-
 .../prog/en/modules/help/tools/quotes.tt           |    2 +-
 .../prog/en/modules/help/tools/scheduler.tt        |    2 +-
 .../en/modules/help/tools/stage-marc-import.tt     |    2 +-
 .../prog/en/modules/help/tools/tools-home.tt       |    2 +-
 .../en/modules/help/tools/upload-cover-image.tt    |    2 +-
 .../prog/en/modules/help/tools/viewlog.tt          |    2 +-
 107 files changed, 194 insertions(+), 173 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/printers.tt
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list