[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-62-gc035519

Git repo owner gitmaster at git.koha-community.org
Fri Nov 20 00:15:22 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  c035519b0df8759d996b0fbcd063d97975e4aa93 (commit)
       via  0adbda80344b5cc828fcedea7d706073381f4605 (commit)
       via  c4b9f379f3daf15f90f19a3d747f1c885da35537 (commit)
       via  302e082086a6712f36120dca34f72bdf734db8b3 (commit)
       via  cf3986ea63dca526740e3786ad03016e4bd6c9d5 (commit)
       via  e8b2f04638ca4bcccf85d53f8c540c43b7615716 (commit)
       via  3854be91ba6749ebfbaefbd105ae695bca92e930 (commit)
       via  79bb5eeb334a2eb3d62b3193a0dc237d39618d02 (commit)
       via  4c9894889b994c2056f637689352e030624a5578 (commit)
       via  f464af4141dffde2e54f9d9f876e033b755494cb (commit)
       via  37737533b35d26751f48816d224176313738c1b5 (commit)
       via  870bb512bf84de2af7331839f3dc719bd7b542aa (commit)
       via  40f7fb417d4c600710e44cbd8e4073669043db66 (commit)
       via  d7b1ce4bdd239fa50564bc850e1124e323229ce8 (commit)
      from  87e7d5555e604043602de73c46b68d28299aefd9 (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 c035519b0df8759d996b0fbcd063d97975e4aa93
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Nov 19 20:15:03 2015 -0300

    Bug 12072: DBRev 3.21.00.056
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0adbda80344b5cc828fcedea7d706073381f4605
Author: Marc Véron <veron at veron.ch>
Date:   Wed Nov 18 17:33:33 2015 +0100

    Bug 12072: Make datepicker and templates to be aware of dmydot format
    
    This patch is to display corrextly the new dmydot date format e.g. after
    using the datepicker or in messages for the user, in following files:
    
    - koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc
    - koha-tmpl/intranet-tmpl/prog/en/includes/date-format.inc
    - koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc
    - koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt
    - koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc
    - tools/holidays.pl
    
    To test:
    - Apply patch
    - Make sure that you have syspref dateformat set to dmydot
    - Use datepicker in OPAC (modify birth date), verify that after
      choosing a date, it is displayed correctly in the datepicker
    - Use datepicker at several places in OPAC, verify that after choosing
      a date the date displays properly in datepicker and that the dater format
      is properly indicated (e.g. near birth date or near "Specify due date").
    - Verify that datepicker works well with hoiday editing and that "From date:"
      displays properly
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit c4b9f379f3daf15f90f19a3d747f1c885da35537
Author: Marc Véron <veron at veron.ch>
Date:   Sat Mar 7 08:38:04 2015 +0100

    Bug 12072: Add system preference for New dateformat dd.mm.yyyy (dmydot)
    
    Note: This feature depends on Bug 14870 'Delete C4/Dates from system'
    
    System preferences:
    To test:
    - apply the patch
    - run updatedatabase.pl
    - go to Admin > Sysprefs > I18N, change dateformat to dd.mm.yyyy, save
    - verify that the value was saved
    
    Date handling:
    - go through the staff client and verify that dates behave as expected.
    - go through Opac and verify that dates behave as expected.
    
      The Bugs where Bug 14870 depends on contain test plans that can be
      used for the overall testing.
    
    Note: Make sure that you reset the dateformat to the former value after
          testing.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Works as expected
    
    Amended to apply on top of Bug 15166 11.11.2015/mv
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 302e082086a6712f36120dca34f72bdf734db8b3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Nov 19 14:47:43 2015 +0100

    Bug 14870: QA follow-up - fixing tiny typo
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit cf3986ea63dca526740e3786ad03016e4bd6c9d5
Author: Marc Véron <veron at veron.ch>
Date:   Wed Nov 18 11:48:09 2015 +0100

    Bug 14870: (followup) Remove superfluous C4::Dates from fix_accountlines_rmdupfines_bug8253.pl
    
    This patch removes C4::Dates from fix_accountlines_rmdupfines_bug8253.pl
    
    To test:
    - Apply patch
    - Check code for uses of C4::Dates (date_format)
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit e8b2f04638ca4bcccf85d53f8c540c43b7615716
Author: Marc Véron <veron at veron.ch>
Date:   Wed Nov 18 08:57:27 2015 +0100

    Bug 14870: (followup) Remove stray C4::Dates
    
    (See comment #23)
    
    This patch removes stray C4::Dates (date_fromat...) from
    C4/Items.pm
    C4/Log.pm
    C4/Serials.pm
    serials/acqui-search-result.pl
    t/DateUtils.t
    t/db_dependent/Items/GetItemsForInventory.t
    tools/koha-news.pl
    
    Some of them were inside comments etc.
    
    To test:
    - git grep 'C4::Dates' should give no result
    - git grep 'format_d' should give no result
      Exception: in one cron job there exists an own sub format_date, and occurences not
                 related to C4::Dates
    - Search for regressions
    
    http://bugs.koha-community.org/show_bug.cgi?id=14870
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    serials/acqui-search-results.pl looks like it should be revisited,
    containing code that might not be needed. Searching a vendor
    in serials still works witout a problem.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3854be91ba6749ebfbaefbd105ae695bca92e930
Author: Marc Véron <veron at veron.ch>
Date:   Sun Nov 8 23:26:25 2015 +0100

    Bug 14870: (followup) Remove mention of C4::Dates from C4/Debug.pm
    
    C4::Dates is mentioned as example in C4/Debug.pm. This patch removes it.
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 79bb5eeb334a2eb3d62b3193a0dc237d39618d02
Author: Marc Véron <veron at veron.ch>
Date:   Sun Nov 8 23:09:10 2015 +0100

    Bug 14870: (followup) Remove stray C4::Dates from reports files
    
    This patch removes stray C4::Dates from following files:
    
    reports/borrowers_stats.pl
    To test: Verify that C4::Dates is not used in the file
    
    reports/guided_reports.pl:
    To test:
    - Run a saved report with date input and with date range input, e.g.
    - Verify that you are asked for date range or date and that the results
      are the same as without patch
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 4c9894889b994c2056f637689352e030624a5578
Author: Marc Véron <veron at veron.ch>
Date:   Sun Nov 8 22:14:59 2015 +0100

    Bug 14870: (followup) Remove stray C4::Dates from circ/returns.pl
    
    This patch removes 1 remaining / stray occurence of C4::Dates from
    circ/returns.pl
    
    To test:
    - Apply patch
    - Go to Home > Circulation > Check in
    - Verfiy that check-ins with overriding return dates work as before.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit f464af4141dffde2e54f9d9f876e033b755494cb
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Sat Nov 7 21:43:56 2015 -0600

    Bug 14870: Remove C4::Dates from plack.psgi and koha.psgi
    
    Remove C4::Dates from .psgi files from preloaded modules, placing
    Koha::DateUtils instead
    
    http://bugs.koha-community.org/show_bug.cgi?id=14870
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 37737533b35d26751f48816d224176313738c1b5
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Sat Nov 7 10:56:23 2015 -0600

    Bug 14870: Remove t/Dates.t from Koha
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 870bb512bf84de2af7331839f3dc719bd7b542aa
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Fri Nov 6 10:42:53 2015 -0600

    Bug 14870: Remove C4/Dates.pm from Koha
    
    http://bugs.koha-community.org/show_bug.cgi?id=14870
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 40f7fb417d4c600710e44cbd8e4073669043db66
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Nov 18 10:44:03 2015 -0300

    Bug 15208: Followup to reorder words
    
    It think it's better to put the shelf name first
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit d7b1ce4bdd239fa50564bc850e1124e323229ce8
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Nov 18 10:18:14 2015 -0300

    Bug 15208: Ease translation for shelves messages
    
    This string patch only puts <span>...</span>
    around shelves messages. It split a monster
    translation string into its components.
    This kind of string to translate is error-prone.
    
    Also fixed a typo on opac, 'deleteing'
    
    To test:
    1) Search for 'An error occurred when updating this list'
    on your preferred language translation file for staff
    or opac
    (xx-YY-staff-prog.po or xx-YY-opac-bootstrap.po)
    You will see a 'big' string to translate
    
    2) Apply the patch
    
    3) Update translation files for your language
    
    4) Search again, big one is gone and there are
    new individual strings to translate.
    
    Sorry for not spotting this before string freeze
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Dates.pm                                        |  377 --------------------
 C4/Debug.pm                                        |    1 -
 C4/Items.pm                                        |    2 +-
 C4/Log.pm                                          |    2 +-
 C4/Serials.pm                                      |    2 +-
 Koha.pm                                            |    2 +-
 Koha/DateUtils.pm                                  |   16 +
 circ/returns.pl                                    |    8 +-
 debian/templates/plack.psgi                        |    2 +-
 installer/data/mysql/sysprefs.sql                  |    2 +-
 installer/data/mysql/updatedatabase.pl             |   13 +
 .../intranet-tmpl/prog/en/includes/calendar.inc    |    6 +-
 .../intranet-tmpl/prog/en/includes/date-format.inc |    2 +-
 .../prog/en/includes/patron-search.inc             |    2 +
 .../en/modules/admin/preferences/i18n_l10n.pref    |    1 +
 .../prog/en/modules/tools/holidays.tt              |    4 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |   36 +-
 .../opac-tmpl/bootstrap/en/includes/calendar.inc   |    6 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |   40 +--
 .../fix_accountlines_rmdupfines_bug8253.pl         |    1 -
 misc/plack/koha.psgi                               |    2 +-
 reports/borrowers_stats.pl                         |    3 -
 reports/guided_reports.pl                          |   16 +-
 serials/acqui-search-result.pl                     |    6 +-
 t/DateUtils.t                                      |    8 +-
 t/Dates.t                                          |  147 --------
 t/db_dependent/Items/GetItemsForInventory.t        |    2 +-
 tools/holidays.pl                                  |    5 +-
 tools/koha-news.pl                                 |    1 -
 29 files changed, 115 insertions(+), 600 deletions(-)
 delete mode 100644 C4/Dates.pm
 delete mode 100644 t/Dates.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list