[koha-commits] main Koha release repository branch master updated. v3.18.00-477-g1546861

Git repo owner gitmaster at git.koha-community.org
Thu Mar 19 18:10:21 CET 2015


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  15468615f9c5c427cc819bf833c2df58d13c5080 (commit)
       via  17a886aed2928b619826b5e2cd435998f7d2b276 (commit)
       via  5263a9e0e926ba19bafb5ffccfa283155d621e8d (commit)
       via  7404b4f1775325ff8e72a3f9916a5c965e5ad151 (commit)
       via  657d4b497a44bae8009cb5d7ec4c92d48146a477 (commit)
       via  1d0143641fd27e36353653933e4b78643393a592 (commit)
       via  c2a86a4ee0003ae6f1f9fb5f265821cfbcb3350e (commit)
       via  b4a9b23ab7d926f8d2031de0b0fc822988a8e5ae (commit)
       via  a7d4d05a7c0afcb4b7b390882ec950d1d359abcb (commit)
      from  f3e02d2496a411b52304b4ade8b9594442993020 (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 15468615f9c5c427cc819bf833c2df58d13c5080
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 16 15:24:02 2015 +0100

    Bug 13836: Does not separate symbol and value if symbol is not displayed.
    
    This patch force the separation between the symbol and the value to an
    empty string if the symbol is not displayed.
    
    Tested with locale de_CH.UTF-8, prove t/Prices.t is now successful.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 17a886aed2928b619826b5e2cd435998f7d2b276
Author: Nicole <nicole at bywatersolutions.com>
Date:   Fri Mar 6 04:01:58 2015 -0600

    Bug 10703: Add more serial table DB documentation
    
    This patch adds a bit more documentation to the serial related tables
    in Koha.
    
    To test, apply the patch and review the kohastructure for comments
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5263a9e0e926ba19bafb5ffccfa283155d621e8d
Author: Nicole <nicole at bywatersolutions.com>
Date:   Thu Mar 5 06:15:56 2015 -0800

    Bug 10703: Update Patron DB Documentation
    
    Update patron categories and patron restrictions DB docs.
    
    To test:
    
    * Review database documentation for categories
    * Review database documentation for patron_debarments
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7404b4f1775325ff8e72a3f9916a5c965e5ad151
Author: Nicole <nicole at bywatersolutions.com>
Date:   Thu Mar 5 05:55:28 2015 -0800

    Bug 10703: Update stats table documentation
    
    This patch updates the DB documentation for the statistics
    table.
    
    To test review the file and cofirm that documentation is there
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 657d4b497a44bae8009cb5d7ec4c92d48146a477
Author: Nicole <nicole at bywatersolutions.com>
Date:   Thu Mar 5 05:27:06 2015 -0800

    Bug 10703: Update course reserves DB documentation
    
    To test review database documentation to see that course tables are
    all documented.
    
    Signed-off-by: Dobrica Pavlinusic <dpavlin at rot13.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1d0143641fd27e36353653933e4b78643393a592
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 28 11:58:10 2014 +0200

    Bug 13713: Follow-up removing biblioitem routines
    
    There is no need to define biblioitem routines, if we can access them
    via biblioitemnumber.
    Note that we actually need a FK for biblio in the items table. Now we do
    need the intermediate level via biblioitems in the Items.t code. Even better,
    we should move biblioitem to biblio. Formally it is 1-n, but in reality it
    is 1-1.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c2a86a4ee0003ae6f1f9fb5f265821cfbcb3350e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jul 7 14:57:25 2014 +0200

    Bug 13713: Remove useless constraints previously added
    
    This patch removes the 3 constraints added by patch from bug 11518.
    Having 1-n + 1-1 relations for the same field is a non-sense.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Added a follow-up for removing some unneeded code.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b4a9b23ab7d926f8d2031de0b0fc822988a8e5ae
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Mar 18 01:46:18 2015 +0100

    Bug 13861: \n in confirmation message on closing a budget
    
    \n in strings doesn't translate well, so we move it outside
    the translated string.
    
    To test:
    - create at least 2 budgets
    - close one of the budgets (moving orders from one budget to the other)
    - after selecting the budget to move your orders to, save
    - the confirmation message shown should read:
    
    You have chosen to move all unreceived orders from 'budget 1' to 'budget 2'.
    This action cannot be reversed. Do you wish to continue?
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a7d4d05a7c0afcb4b7b390882ec950d1d359abcb
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue Mar 10 11:28:39 2015 -0300

    Bug 13748: Acquisition wizard: some strings not translatable
    
    This patch removes all instances of CGI::scrolling_list from
    reports/acquisitions_stats.pl, which prevented proper translation
    
    To test:
    1) Install and enable a language (es-ES or de-DE are good choices)
    2) On Acquisitons wizard, some pulldown labels are not translated
    3) Apply the patch
    4) Update and install again the language
    5) Check labels are translated and all pulldown works
    
    This does not solve the 'Collection code' problem,
    is more strange
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, good improvement.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Koha/Number/Price.pm                               |    2 +-
 Koha/Schema/Result/Biblio.pm                       |    6 -
 Koha/Schema/Result/Item.pm                         |   14 +-
 installer/data/mysql/kohastructure.sql             |  150 ++++++++++----------
 .../prog/en/modules/admin/aqbudgetperiods.tt       |    2 +-
 .../prog/en/modules/reports/acquisitions_stats.tt  |   40 +++++-
 reports/acquisitions_stats.pl                      |  105 +++++---------
 t/db_dependent/Items.t                             |    4 +-
 8 files changed, 151 insertions(+), 172 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list