[koha-commits] main Koha release repository branch master updated. v3.16.00-859-geff8d1a

Git repo owner gitmaster at git.koha-community.org
Thu Oct 30 04:57:07 CET 2014


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  eff8d1ab36c65ab4e18cba17430392de6845d311 (commit)
       via  a5b861b6de8cd51310c68ef5ed8594e84d3a6186 (commit)
       via  cb866e3b1a944326e2273b4cfc34b3c737c11ce4 (commit)
       via  59bcdb0b256b0c311eca132088174ee2cefa4232 (commit)
       via  1f8c4453cbe0a64255ed45b4b15872bcfa986ec3 (commit)
       via  d3b2c85df8b4282535cc05028b9a47c119bc1455 (commit)
       via  d8b9a08a1178f9867f458afffad185435196fb51 (commit)
       via  c4aaca949638c8a9da0e0a8d4c320f49badb10a9 (commit)
       via  d3edcf726fa69c5c8dcbba4637f3fae734c5b732 (commit)
      from  32bb90604be79ea97dacc7a02dcbce392ea303fb (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 eff8d1ab36c65ab4e18cba17430392de6845d311
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Oct 30 00:47:13 2014 -0300

    Bug 7162: (RM followup) fix the number of tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a5b861b6de8cd51310c68ef5ed8594e84d3a6186
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jul 15 14:00:25 2014 +0200

    Bug 7162: (follow-up) Add unit tests for DelOrder
    
    The unit tests did not take into account the new DB field.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. Also all Acquisition related
    patches.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cb866e3b1a944326e2273b4cfc34b3c737c11ce4
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jul 21 11:29:52 2014 +0200

    Bug 7162: Remove "(Y)" and "(N)" from buttons text
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 59bcdb0b256b0c311eca132088174ee2cefa4232
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jul 7 09:27:58 2014 +0200

    Bug 7162: Factorize code for order cancellation (QA fixes)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1f8c4453cbe0a64255ed45b4b15872bcfa986ec3
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Jun 13 12:55:44 2014 +0200

    Bug 7162: Add unit tests for DelOrder
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d3b2c85df8b4282535cc05028b9a47c119bc1455
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue May 20 13:49:57 2014 +0200

    Bug 7162; Factorize code for order cancellation (QA fixes)
    
    * Remove tab characters in acqui/addorder.pl
    * Remove FIXME in acqui/cancelorder.pl
    * Fix typos: "canceled" -> "cancelled", "occured" -> "occurred"
    * Replace "Click here" link by "OK"
    * Add a column to aqorders to store cancellation reason instead of
      having it in aqorders.notes, to avoid having untranslatable strings in
        database
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d8b9a08a1178f9867f458afffad185435196fb51
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Mar 19 15:15:51 2013 +0000

    Bug 7162 [Follow-up] Fix referrer URL when coming from parcel.pl
    
    Signed-off-by: Corinne Bulac <corinne.hayet at bulac.fr>
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c4aaca949638c8a9da0e0a8d4c320f49badb10a9
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Sat Nov 5 12:29:25 2011 +0530

    Bug 7162: Factorize code for order cancellation
    
    Some code was duplicated, all is now in cancelorder.pl
    Added possibility to provide a reason for cancellation (or other things,
    this is saved in aqorders.notes)
    
    Signed-off-by: Corinne Bulac <corinne.hayet at bulac.fr>
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d3edcf726fa69c5c8dcbba4637f3fae734c5b732
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 29 13:34:03 2014 -0400

    Bug 13161 - Report name should be mandatory when editing saved reports
    
    When Bug 2969 made report name required for SQL reports, it did so only
    for new reports. This patch makes the same requirement true when editing
    existing reports.
    
    Other changes:
    
    - Removed unused "type" setting from edit screen (already removed from
      creation form).
    - Added form field size attribute to report name field to match creation
      form.
    - Moved SQL textarea into its own fieldset and marked it as required,
      matching the report creation form.
    
    To test, apply the patch and edit an existing saved SQL report. You
    should be prevented from saving your report with either the report name
    or SQL field blank. Test with JavaScript enable and disabled.
    
    Confirm that after entering valid data your report runs correctly.
    Compare the new SQL report form with the update SQL report form. They
    should be structured the same.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script. Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   46 +++++++++---
 acqui/addorder.pl                                  |   21 ++----
 acqui/cancelorder.pl                               |   75 ++++++++++++++++++++
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/updatedatabase.pl             |   10 +++
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   22 ++----
 .../prog/en/modules/acqui/cancelorder.tt           |   62 ++++++++++++++++
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   18 +----
 .../en/modules/reports/guided_reports_start.tt     |   23 +++---
 t/db_dependent/Acquisition.t                       |   48 ++++++++++++-
 10 files changed, 255 insertions(+), 71 deletions(-)
 create mode 100755 acqui/cancelorder.pl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list