[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1096-g7536332

Git repo owner gitmaster at git.koha-community.org
Mon Sep 16 17:11:40 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, master has been updated
       via  753633213ea0c29c33b88c8b7c8723dfe74d1aa9 (commit)
       via  5480a3ca2b7f188c913a0289fc93adefcb2736dd (commit)
       via  e4c1fd2ca905e9856dbfe49b12f173ad39b3d16c (commit)
       via  905306efb191d684e1470b1279be32230e2258eb (commit)
       via  cd92ee25c54bb40a5f004742fa6395142f6f5618 (commit)
       via  2a2984adc5db67be8250eca7eb3fae31e0757ef7 (commit)
       via  9b2f584cf68ef7e3f2469701605e41096ee35102 (commit)
       via  57613239447e30c649f18cc47e80eedc63610aaa (commit)
       via  12f62ba1dbefda7ccdaafdc69c168e6658c84468 (commit)
      from  6fcb6712fe5411b182b6f0d23c40d3ce6d44f3eb (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 753633213ea0c29c33b88c8b7c8723dfe74d1aa9
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Sep 16 15:21:07 2013 +0000

    Bug 5349: (follow-up) tweak order transfer form
    
    This patch implements some of the suggestions made
    by Owen Leonard and brings the form closer in line
    with other popup forms.  In particular:
    
    - sets dimensions for the popup so that clicking on the
      link is more likely to open a new browser window, not
      a tab.
    - ensures that the vendor search form is always visible
    - adds a cancel link to make it more clear to library
      staff that they can abort the process.
    - tweaks markup to better match the patron guarantor
      popup search form
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5480a3ca2b7f188c913a0289fc93adefcb2736dd
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Sep 8 22:46:33 2013 +0000

    Bug 5349: DBrev 3.13.00.018
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e4c1fd2ca905e9856dbfe49b12f173ad39b3d16c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Sep 8 22:45:39 2013 +0000

    Bug 5349: (follow-up) update license version to GPL3+ for new file
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 905306efb191d684e1470b1279be32230e2258eb
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Jul 2 10:46:37 2013 +0000

    Bug 5349: Create a table for order line transfers
    
    This allow to keep transfers informations without having untranslatable
    strings in database.
    
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit cd92ee25c54bb40a5f004742fa6395142f6f5618
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Jul 2 08:12:02 2013 +0000

    Bug 5349: Use DB transaction/rollback in unit tests
    
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2a2984adc5db67be8250eca7eb3fae31e0757ef7
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Jun 13 12:44:11 2013 +0000

    Bug 5349: Add unit tests for TransferOrder
    
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signing off on this because a following patch fixes the test to use
    transactions
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9b2f584cf68ef7e3f2469701605e41096ee35102
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Sep 14 16:32:48 2012 +0200

    Bug 5349: Fix a logical test in TransferOrder
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 57613239447e30c649f18cc47e80eedc63610aaa
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jun 11 13:56:58 2012 +0200

    Bug 5349: (follow-up) run transferorder.pl in a popup
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 12f62ba1dbefda7ccdaafdc69c168e6658c84468
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Apr 6 16:57:12 2012 +0200

    Bug 5349: add ability to transfer order lines from one basket to another
    
    On basket.pl and parcel.pl there is a 'Transfer' link which allow you to
    transfer order lines from a basket to another.
    
    The link leads to a new page which allow you to search for a bookseller,
    then display this bookseller's baskets. Then you can pick a basket and
    the transfer will be done.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   74 ++++++++++-
 acqui/basket.pl                                    |   21 ++-
 acqui/transferorder.pl                             |  138 ++++++++++++++++++++
 installer/data/mysql/kohastructure.sql             |   15 ++
 installer/data/mysql/updatedatabase.pl             |   19 +++
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   36 +++++-
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    9 ++
 .../prog/en/modules/acqui/transferorder.tt         |  119 +++++++++++++++++
 kohaversion.pl                                     |    2 +-
 t/db_dependent/Acquisition/TransferOrder.t         |   80 +++++++++++
 10 files changed, 502 insertions(+), 11 deletions(-)
 create mode 100755 acqui/transferorder.pl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt
 create mode 100644 t/db_dependent/Acquisition/TransferOrder.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list