[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-576-g791a147

Git repo owner gitmaster at git.koha-community.org
Mon May 20 17:59:14 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, master has been updated
       via  791a1474162b74cd1317078d194a5c9c455c2f30 (commit)
       via  537c66403855437d2ce52eeb758fc009c7105633 (commit)
      from  14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37 (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 791a1474162b74cd1317078d194a5c9c455c2f30
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>

commit 537c66403855437d2ce52eeb758fc009c7105633
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>

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

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