[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-6-gc17eef3

Git repo owner gitmaster at git.koha-community.org
Wed May 22 01:20:40 CEST 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, 3.12.x has been updated
       via  c17eef3f4a435fc95a97d9416615ee057a8612bd (commit)
       via  9cd171e5c7d4302255a27abc8a77ba1f217c14be (commit)
      from  e776b28e31052553c994d63162a36263b3ada259 (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 c17eef3f4a435fc95a97d9416615ee057a8612bd
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Mar 22 17:43:23 2013 +0100

    Bug 9508 follow-up : replacing tabs by spaces
    
    This patch fixes tabs and replace them by spaces
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 791a1474162b74cd1317078d194a5c9c455c2f30)

commit 9cd171e5c7d4302255a27abc8a77ba1f217c14be
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 18 15:09:22 2012 +0100

    Bug 9508: Standardize the dateformat value from C4::Auth
    
    - the dateformat value is send to all templates (from
      C4::Auth::get_template_and_user)
    - remove all assignment of dateformat in all .pl files
    
    - Remove "all" occurrences (those I found!) of dateformat_*
    From now the only way to get the date format is a string comparaison
    (dateformat == "metric")
    
    Checked with the command:
      git grep "\(dateformat_us\|dateformat_metric\|dateformat_iso\)" | grep
      -v translator
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Tested all the datepickers I could find, looks good.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 537c66403855437d2ce52eeb758fc009c7105633)

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

Summary of changes:
 C4/Auth.pm                                         |   11 +-
 acqui/newordersubscription.pl                      |    1 -
 admin/aqbudgets.pl                                 |    1 -
 .../intranet-tmpl/prog/en/includes/calendar.inc    |    4 +-
 .../intranet-tmpl/prog/en/includes/date-format.inc |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |   16 +-
 .../prog/en/modules/serials/serials-collection.tt  |    2 +-
 .../prog/en/modules/serials/subscription-add.tt    |    6 +-
 .../prog/en/modules/tools/holidays.tt              |  412 ++++++++++----------
 koha-tmpl/opac-tmpl/prog/en/includes/calendar.inc  |    2 +-
 .../opac-tmpl/prog/en/modules/sco/sco-main.tt      |    2 +-
 members/memberentry.pl                             |    2 -
 reports/guided_reports.pl                          |    1 -
 serials/serials-collection.pl                      |    1 -
 14 files changed, 224 insertions(+), 239 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list