[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.07-41-g1fb5dde

Git repo owner gitmaster at git.koha-community.org
Fri Dec 21 20:30:01 CET 2012


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.8.x has been updated
       via  1fb5dde26c53ed317c36fa97abafa873cc5c9c24 (commit)
       via  a690b9fb571f3f11dcc8d705e5dbf14007ba82a4 (commit)
       via  185d563c48ad73c60cee04d080b13296746e0a7e (commit)
       via  169c38db5be3311d461eee621f30f5b55a8f6b4e (commit)
       via  2ed3e852f14f11b6454dc3214c58735719ef88d9 (commit)
      from  510c29b1c618fa37e63ebaed065adddb044359e8 (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 1fb5dde26c53ed317c36fa97abafa873cc5c9c24
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Oct 5 16:04:23 2012 +1300

    Bug 8878 - a command to provide a shell with the koha environment
    
    This command behaves something like su(1), but provides you with a shell
    as the koha user, and with the environment pointing to the right places.
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit a690b9fb571f3f11dcc8d705e5dbf14007ba82a4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Sep 5 12:32:32 2012 -0400

    Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a filtered page in parcel.pl
    
    In order to be valid XHTML ampersands must be encoded ("&").
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 185d563c48ad73c60cee04d080b13296746e0a7e
Author: christophe croullebois <christophe.croullebois at biblibre.com>
Date:   Thu Jul 5 20:07:42 2012 +0200

    SIGNED-OFF] bug 8382: It is not possible to cancel an order on a filtered page in parcel.pl
    
    Because in parcel.pl page the filter (on the left) makes a table using jscript and
    a very different workflow, the "cancel" link does nothing just asking for cancelling.
    Principaly due to the use of the "filter" js function that call the parcel.pl page
    and does all the job in a separate block with a separate perl function
    (SearchOrder) that sends all to js, that constructs html to finally append it to table.
    So I have decided to rebuild entirely the filter.
    I have choosen to overload the function "GetPendingOrders" to enable it to accept new arguments.
    To test : when you are in "parcel.pl" ready to receive orders, simply select a filter on the left
    and on the filtered page try to cancel a line.
    You'll have the warning message but no more, the line will be not canceled.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>

commit 169c38db5be3311d461eee621f30f5b55a8f6b4e
Merge: 2ed3e85 510c29b
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Fri Dec 14 08:36:39 2012 +1300

    Merge remote-tracking branch 'kc/3.8.x' into 3.8.x

commit 2ed3e852f14f11b6454dc3214c58735719ef88d9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Nov 21 15:08:45 2012 -0500

    Bug 8843 [3.8.x] Cannot export bibliographic records by call number
    
    Reworked for 3.8.x: When building the query for exports by call
    number the script has the logic reversed. It tries to select
    records with call numbers less than the starting call number and
    greater than the ending call number. This should be reversed.
    
    To test, test an export in an unpatched system. An export by
    call number will return an empty file. After applying the patch
    an export by call number should give valid results.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Acquisition.pm                                  |   64 ++++++-----
 acqui/parcel.pl                                    |   64 +++---------
 debian/docs/koha-shell.xml                         |  112 ++++++++++++++++++++
 debian/koha-common.install                         |    1 +
 debian/scripts/koha-shell                          |   88 +++++++++++++++
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   89 +++------------
 tools/export.pl                                    |    4 +-
 7 files changed, 273 insertions(+), 149 deletions(-)
 create mode 100644 debian/docs/koha-shell.xml
 create mode 100755 debian/scripts/koha-shell


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list