[koha-commits] main Koha release repository branch, new/awaiting_qa/enh/bug_5574, created. v3.02.00-496-g92f66a9

Git repo owner gitmaster at git.koha-community.org
Wed Jan 5 20:50:29 CET 2011


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, new/awaiting_qa/enh/bug_5574 has been created
        at  92f66a9b50d4f92ffeef62b1d5db2a871d0526c6 (commit)

- Log -----------------------------------------------------------------
commit 92f66a9b50d4f92ffeef62b1d5db2a871d0526c6
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Jan 4 21:55:54 2011 +0100

    adding some copyright BibLibre statements

commit 1d32f706282cc51f5b631bad775879aca7c7c004
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:50:45 2010 +0100

    Add link to Fast cataloguing in case the scanned barcode don't exist in circulation

commit 01dde637f9bf333ca8c414687884d21051cbe1ad
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:50:22 2010 +0100

    MT1059 Follow-up : Fix merge reference selection presentation
    
        A change in global-staff.css messed the merge reference selection presentation
    
        Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 5cf31325a70e5feda2663072179181cafcdc342a
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:48:15 2010 +0100

    MT #4931 add the ability to choose home or holding branch in stocktaking
    
    This add radio box in stocktaking to base it on home or holdingbranch

commit de9fb58581b870c66545dcd9e17ed84f49c00e90
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:47:21 2010 +0100

    MT #2991 (Feature) Batch biblio modifications
    
    This patch add a new feature of batch biblio modifications,
    it permit to select biblios from basket, and modify fields of them setting

commit 40c195f0956b8587cab1f4ff8743e64f3e411668
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:45:51 2010 +0100

    missing french permission to deal with edit_items

commit dbdb93068ce3ef79d9c8706b9bf39efc27f0b688
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:45:24 2010 +0100

    MT3915: rebuild_zebra changes because deleted biblios would stick in zebra indexes
    
        Since the update of biblios would be done AFTER the deletion of biblios,
        and since biblios would be updated just before being deleted (in order to delete the items)
        update process would recreate the biblio.
    
        This patch fixes the order in order to do the deletion AFTER the update.

commit 02bfb30aa5557b0e88407ad01f0ce0c3a1d04f65
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:43:43 2010 +0100

    unimarc plugin 210c bis to fixup

commit 9d93b0b5eb6825d9c7b586399a5bd95e2b3a2aca
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:43:05 2010 +0100

    addbiblio: removing dead code and managing new permissions
    
    - some dead code removed
    - deal with edit_catalogue granular permission

commit 15ec1b71bb5738909375ae45b9dd785e8d445aca
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:41:39 2010 +0100

    update some unimarc plugins
    
    - 010 (isbn) now don't care wether you've - or no in the isbn
    - 210 just documented & reindented
    - 210c_bis: Adds an alternative cataloguing plugin for 210$c
    - 225 : popup window larger

commit 373544ce6d4784492fcb135499a955ac2474da13
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:38:53 2010 +0100

    fix permission of moveitem = edit_items needed

commit d81e1dbfc8bc8072c17fb4e9add5f534078344fe
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:38:23 2010 +0100

    MT4004 : additem.pl Some Status were not defaulted to the correct value
        Status 0 was lost because test was done on value and not on the fact that a value was defined or not.
        when value is 0 then it was not used as default value for
    
    bug #4263 fix the edition of items with repeatable subfields
        The subfield management in item level is broken, fields are concatenated in one field, and if the librarian edit it, the values are not
        This big patch fix three things:
         1) saving fields that are stocked in SQL(using koha2marc mapping) are now well cut and separated in _REAL_ subfields
         2) loading records with repeatable subfields are now well returned
         3) Editing items with repeatable fields works well

commit 4244d8525aaa6a98db77e6735d586b02963da60c
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:37:15 2010 +0100

    don't discard $3 when building a record (UNIMARC specific)

commit cb868ded1af6ad4fb78d16d5b52465995192ef2a
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:36:44 2010 +0100

    MT4586: Use zebra instead of mysql for publisher and collectiontitle searches
    
    (for unimarc 210c cataloguing plugin)

commit 95b78445edb1ec035aaf24be24d1d56ed302ce4b
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:34:05 2010 +0100

    C4/Items.pm changes & improvements
    
    Adding some more information for Inventory
    
    bug4263 followup : Can't blank subfields
        Previous bug4263 reintroduced bug 2466: fix clearing item field
        This keeps bug4263 followup to be assigned (donot blank dateaccessioned)
        But also allow to blank item subfields.
    
    stocknumber and statisticvalue were not managed in AddItems
    
    bug #4931 add the ability to choose home or holding branch in stocktaking
        This add radio box in stocktaking to base it on home or holdingbranch
    
    MT3947: items.timestamp were not updated on edition
        If items.timestamp is used in the framework and hidden
        the fact that it is NOT deleted before update is done would input the previous timestamp,
        which is not the desired behaviour.
    
    MT #1365: Delete all items
        Now if IndependantBranches is on and a user try to delete all items, only the items of his branch will be deleted.
        A message explain this fact.

commit aa6ba6ab9372e3eb60cb41906f6fa02765176680
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:29:50 2010 +0100

    NormalizeString POD Fixing and variable renaming
    
        POD was mistakenly telling that NFD was supposed to be the default encoding
        In fact, it is not, it is NFC
        So the variable $nfc to change to the not default encoding was misleading.
        Renaming it into $nfd
    
    (written by hdl)

commit 83d26f25d73ccee66932f15f244c06d81f266cf3
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:28:03 2010 +0100

    Fixes leading zeroes in Add Mulpiple Copies
    
    I don't know why, but removing sprintf solves the problems with leading zeroes
    and the problems with large values.
    
    (written by jean-andré santoni)

commit dfc70ce1c61416dbd6010a0d0375777942159cb8
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Dec 15 20:27:24 2010 +0100

    Order cancelling improvement : delete attached items & biblio
    
    - all items attached to the order are deleted
    - if there is no more items, then the biblio is deleted as well

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list