[koha-commits] main Koha release repository branch master updated. v3.08.00-1572-g5167c32

Git repo owner gitmaster at git.koha-community.org
Wed Jan 16 04:09:47 CET 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  5167c32060609a08e73413986f94994bb10c3e9a (commit)
       via  bc7142857164a602150ad64bb0ef334764e72fcd (commit)
       via  13bebe6b34d4f34f956cb4083c5284d6984b130b (commit)
       via  7ca9093f03bc56bc18c060fb617c0761d85945d9 (commit)
       via  aca672839cf9730b1e13efd547915e672369ca9a (commit)
       via  71c85a20ba5a6e52621b8f1a9c16a39514760c98 (commit)
       via  518ddc59d020feb6c2661cbf6c0d51703507ca12 (commit)
       via  be356e1a07c4c4ac1cb70696be8a27994516760d (commit)
       via  f0adcc8073a95e4c39ddd382f2b13e70765c5065 (commit)
       via  9e332f95ab2389c93281bbf94efb2e21e4b96e30 (commit)
      from  20a8efcad892673bdf0fbf1fdab906032a20680d (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 5167c32060609a08e73413986f94994bb10c3e9a
Merge: aca6728 bc71428
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue Jan 15 22:11:16 2013 -0500

    Merge branch 'bug_8443' into 3.12-master

commit bc7142857164a602150ad64bb0ef334764e72fcd
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Nov 6 12:10:46 2012 +0100

    Bug 8443: Suggestions publication year and copyright date (follow-up 2) Cosmetic changes and perltidy formatting
    
    Cosmetic patch :
    
    Manual editions :
    - use of () for qw
    - use of q{} or qq{} in SQL queries
    - replacing $${key} by $->{key}
    - formatting SQL queries (easier to read)
    - in suggestion.tt reducing date input size to allow calendar icon on same line
    
    + Formatting with perltidy
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests were done with all 3 patches from this bug applied:
    
    1) Add suggestion from OPAC, check copyright date is saved
    2) Add suggestion in intranet, check copyright date is saved
    3) Edit suggestion, check change is saved correctly
    4) Check date filters work as expected, using single dates, date ranges
       and multiple filters at once:
      - Accepted on
      - Managed on
      - Suggested on
    5) Check copyright date search works correctly.
    
    Passes all tests and QA script.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 13bebe6b34d4f34f956cb4083c5284d6984b130b
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Nov 6 09:52:06 2012 +0100

    Bug 8443: Suggestions publication year and copyright date (follow-up 1) Comments corrections
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 7ca9093f03bc56bc18c060fb617c0761d85945d9
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Nov 6 09:50:48 2012 +0100

    Bug 8443: Suggestions publication year and copyright date
    
    Main patch correcting suggestions search :
    - allow filtering on copyrightdate, manageddate and accepteddate
    - entered dates remains in filter during search
    - empty and null values are in the same tab
    - null/empty values are not present in filers comboboxes
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit aca672839cf9730b1e13efd547915e672369ca9a
Merge: 518ddc5 71c85a2
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue Jan 15 22:02:22 2013 -0500

    Merge branch 'bug_9309' into 3.12-master

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

Summary of changes:
 C4/Acquisition.pm                                  |    4 +-
 C4/Serials.pm                                      |    2 +-
 C4/Suggestions.pm                                  |  409 +++++++++++---------
 .../en/modules/admin/preferences/cataloguing.pref  |    8 +-
 .../prog/en/modules/admin/preferences/opac.pref    |    8 +-
 .../prog/en/modules/suggestion/suggestion.tt       |   20 +-
 koha-tmpl/opac-tmpl/ccsr/en/js/google-jackets.js   |    5 +-
 koha-tmpl/opac-tmpl/ccsr/en/js/openlibrary.js      |    4 +-
 koha-tmpl/opac-tmpl/prog/en/js/google-jackets.js   |    5 +-
 koha-tmpl/opac-tmpl/prog/en/js/openlibrary.js      |    4 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    2 +-
 suggestion/suggestion.pl                           |   19 +-
 12 files changed, 268 insertions(+), 222 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list