[koha-commits] main Koha release repository branch master updated. v3.18.00-794-g6ebdbf0

Git repo owner gitmaster at git.koha-community.org
Mon Apr 27 18:38:53 CEST 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  6ebdbf04819aaeca82d2a5d5dfbcf120e08ee153 (commit)
       via  c33c56028fb39a464a780b2a22e95af0da73585f (commit)
       via  20ec29eb194f61dfa9622f9229170efa2e9752f3 (commit)
       via  57b48279bdf781e74329735fc3f5068da8398ac4 (commit)
       via  fcef1ea273bbca6901bb65f6483951e7e71d3828 (commit)
       via  4bb4b311596074eb7406833fc38c68a482c161a5 (commit)
       via  70fac393c8708840be40c0b9ed436103db697c7b (commit)
       via  a468e8cf7aabfc141f01d6e589cc4c82341df248 (commit)
      from  c0b51eafddb2721de247b2f0dd3b9a33048db13d (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 6ebdbf04819aaeca82d2a5d5dfbcf120e08ee153
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 9 16:22:44 2015 +0200

    Bug 9878: Add consistentcy on restriction messages
    
    Between both pages circ/circulation.pl and members/moremember.pl, the
    restriction messages should be the same.
    
    Test plan:
    1/ Add a non-unlimited restrictions to a patron
    2/ Go on both pages and confirm the restriction message is the same.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c33c56028fb39a464a780b2a22e95af0da73585f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 12 11:16:03 2014 +0100

    Bug 12404: FIX documentation to join subfield
    
    To display all subfields, the join TT method must be used.
    
    Signed-off-by: Courret <scourret at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 20ec29eb194f61dfa9622f9229170efa2e9752f3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 5 17:10:58 2014 +0100

    Bug 12404: Allow equal sign '=' in the TT directive
    
    Signed-off-by: Courret <scourret at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 57b48279bdf781e74329735fc3f5068da8398ac4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 11 14:09:29 2014 +0100

    Bug 12404: Add some documentation in the help page.
    
    Signed-off-by: Courret <scourret at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fcef1ea273bbca6901bb65f6483951e7e71d3828
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 5 16:44:24 2014 +0100

    Bug 12404: tools/export.pl allows CSV export
    
    Signed-off-by: Courret <scourret at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4bb4b311596074eb7406833fc38c68a482c161a5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 11 13:25:47 2014 +0100

    Bug 12404: Allow TT tags for csv profiles
    
    This patch is the main patch. It contains the changes in
    C4::Record::marcrecord2csv.
    
    The goal of this development is to provide a better flexibility on
    creating a CSV profile.
    Currently it is not possible to:
    - Concatenate specific subfields into a csv column
    - Display a field/subfield using a condition
    - Extract a substring of a subfield value
    and a lot of other actions.
    
    This patch allows to write Template Toolkit code and to extract only
    data you want.
    
    See the help page for more information (in next patch).
    
    Test plan:
    Create some CSV profiles (MARC, not SQL) using some TT methods.
    Use the basket export and the export tool and verify the CSV file
    generated is what you expected.
    
    Signed-off-by: Courret <scourret at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 70fac393c8708840be40c0b9ed436103db697c7b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 11 13:25:29 2014 +0100

    Bug 12404: Add new unit tests
    
    These unit tests reflect the changes done in next patches.
    
    Signed-off-by: Courret <scourret at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a468e8cf7aabfc141f01d6e589cc4c82341df248
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 11 13:21:59 2014 +0100

    Bug 12404: Add UT for marcrecord2csv
    
    Verify that these unit tests pass before any changes and after applying
    all patches.
    
    Signed-off-by: Courret <scourret at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Record.pm                                       |  219 ++++++++++++--------
 .../prog/en/modules/circ/circulation.tt            |    1 -
 .../prog/en/modules/help/tools/csv-profiles.tt     |   87 +++++++-
 .../prog/en/modules/members/moremember.tt          |   11 +-
 .../prog/en/modules/tools/csv-profiles.tt          |    1 +
 .../intranet-tmpl/prog/en/modules/tools/export.tt  |   21 +-
 t/db_dependent/Record/marcrecord2csv.t             |  145 +++++++++++++
 tools/export.pl                                    |   36 +++-
 8 files changed, 422 insertions(+), 99 deletions(-)
 create mode 100644 t/db_dependent/Record/marcrecord2csv.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list