[koha-commits] updated branch master (3f45f621e6bd2e71454f9a7ff1c7ab23258c8d84)

Koha Gitosis gitosis at git.koha.org
Wed Feb 3 00:43:29 CET 2010


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 "Koha GitWeb".

The branch, master has been updated
       via  3f45f621e6bd2e71454f9a7ff1c7ab23258c8d84 (commit)
       via  72b9fa525c91a4955f98d6f93c1529d93bba9581 (commit)
       via  168f0aed4f14ad11cf713c68994b2bc6f0585fe1 (commit)
       via  a093110976a5f1f861e399c31d414dbf679e5067 (commit)
       via  495002eaf9ab8a3bb183941557fff938d14f1af9 (commit)
       via  acbb03f3077e0afc7239a22e953549d7562a2a82 (commit)
       via  dfa941138644476a8597ef2b392d26a23412e1a0 (commit)
       via  8ea1322447c4750d014d3f9f93482db02cdf93dc (commit)
       via  f72c9a7fb17f48e5997503a24c1556e008427b31 (commit)
       via  d56db2e97240071940cc121fdacfd701475bc118 (commit)
       via  21a50434d9db8d8d8b646846e55ae37816a0351a (commit)
       via  3078bf97cf44970987a7c1a2e17864d6e01096af (commit)
      from  12b7685e5b6795aa324f22671b72d6a334569bf9 (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 3f45f621e6bd2e71454f9a7ff1c7ab23258c8d84
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 29 10:52:05 2010 -0500

    Fix for Bug 3970, Warn user when there is no active currency
    
    - Adds warning to budget admin pages
    - Adds warning to currency admin page
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 72b9fa525c91a4955f98d6f93c1529d93bba9581
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 29 11:02:22 2010 -0500

    Markup and formatting corrections.
    
    - XHTML validity
    - Can't nest TMPL_IF inside <input>--breaks translator
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 168f0aed4f14ad11cf713c68994b2bc6f0585fe1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 29 15:06:53 2010 -0500

    Fix for Bug 4080, OPAC hold screen doesn't obey OPACDisplayRequestPriority pref
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit a093110976a5f1f861e399c31d414dbf679e5067
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 29 15:47:06 2010 -0500

    Adding missing images for collapsible syspref sections
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 495002eaf9ab8a3bb183941557fff938d14f1af9
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sun Jan 31 11:37:22 2010 +1300

    Updating history docs
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit acbb03f3077e0afc7239a22e953549d7562a2a82
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Sat Jan 30 10:49:18 2010 -0500

    Bugfix: Adding Creators system preferences to new system preferences editor
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit dfa941138644476a8597ef2b392d26a23412e1a0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Feb 2 10:26:01 2010 -0500

    Fix for Bug 4089, tools menu floating to bottom of CSV Profiles, and others
    
    - Moving nested TMPL_IFs out of <option> tags (breaks translator)
    - Fixing markup to match conventions for form structure
    - Removing duplicate form fields (bad merge?)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 8ea1322447c4750d014d3f9f93482db02cdf93dc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Feb 2 15:07:12 2010 -0500

    Fix for Bug 4097, Problems with print stylesheet and add item screen
    
    - consolidating some details in print.css
    - moving overflow:scroll from additem.tmpl to staff-global.css
    - overriding overflow:scroll in print.css
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit f72c9a7fb17f48e5997503a24c1556e008427b31
Author: Garry Collum <gcollum at gmail.com>
Date:   Tue Feb 2 15:31:49 2010 -0500

    Bug 2505: Enables warnings in opac-readingrecord.pl
    
    Enables warnings and fixes the resulting warnings in opac-readingrecord.pl.  The "description" variable in opac-readingrecord.tmpl was pulling a value from another source, probably an included template.  Change the name to 'itypedescription' to resolve the conflict.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit d56db2e97240071940cc121fdacfd701475bc118
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Feb 2 16:00:54 2010 -0500

    Fix for Bug 4092, suggestion date missing from manage suggestions
    
    Date was missing because of incorrect variable name in opac-suggestions.pl
    Thanks to HDL for the fix.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 21a50434d9db8d8d8b646846e55ae37816a0351a
Author: Garry Collum <gcollum at gmail.com>
Date:   Tue Feb 2 17:02:00 2010 -0500

    Bug 2505: Enables warnings in the opac error pages.
    
    No warnings were generated in the logs, except that the template for 402 does not exist.  I will follow this up with another patch.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 3078bf97cf44970987a7c1a2e17864d6e01096af
Author: Garry Collum <gcollum at gmail.com>
Date:   Tue Feb 2 17:21:38 2010 -0500

    Bug 4098: Fixes missing error templates.
    
    Adds the missing 402.tmpl.
    Fixes the <h4> element in 400, 401, 403, and 500, all of which displayed 404.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 admin/currency.pl                                  |    9 +-
 docs/history.txt                                   |    8 +-
 .../intranet-tmpl/prog/en/css/preferences.css      |    4 +-
 koha-tmpl/intranet-tmpl/prog/en/css/print.css      |   23 +-
 .../intranet-tmpl/prog/en/css/staff-global.css     |    3 +
 .../intranet-tmpl/prog/en/includes/prefs-menu.inc  |    1 +
 .../prog/en/modules/admin/aqbudgetperiods.tmpl     |    2 +-
 .../prog/en/modules/admin/aqbudgets.tmpl           |    8 +-
 .../prog/en/modules/admin/aqplan.tmpl              |    2 +-
 .../prog/en/modules/admin/currency.tmpl            |   29 +-
 .../en/modules/admin/preferences/creators.pref     |    7 +
 .../prog/en/modules/cataloguing/additem.tmpl       |   40 ++--
 .../prog/en/modules/suggestion/suggestion.tmpl     |   24 +-
 .../prog/en/modules/tools/csv-profiles.tmpl        |  337 ++++++++++----------
 koha-tmpl/intranet-tmpl/prog/img/collapse.gif      |  Bin 0 -> 57 bytes
 koha-tmpl/intranet-tmpl/prog/img/expand.gif        |  Bin 0 -> 57 bytes
 .../opac-tmpl/prog/en/modules/errors/400.tmpl      |    2 +-
 .../opac-tmpl/prog/en/modules/errors/401.tmpl      |    2 +-
 .../prog/en/modules/errors/{400.tmpl => 402.tmpl}  |    2 +-
 .../opac-tmpl/prog/en/modules/errors/403.tmpl      |    2 +-
 .../opac-tmpl/prog/en/modules/errors/500.tmpl      |    2 +-
 .../prog/en/modules/opac-readingrecord.tmpl        |    2 +-
 .../opac-tmpl/prog/en/modules/opac-reserve.tmpl    |   12 +-
 opac/errors/400.pl                                 |    2 +
 opac/errors/401.pl                                 |    2 +
 opac/errors/402.pl                                 |    2 +
 opac/errors/403.pl                                 |    2 +
 opac/errors/404.pl                                 |    2 +
 opac/errors/500.pl                                 |    2 +
 opac/opac-readingrecord.pl                         |   23 +-
 opac/opac-reserve.pl                               |   20 +-
 opac/opac-suggestions.pl                           |   10 +-
 32 files changed, 323 insertions(+), 263 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/collapse.gif
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/expand.gif
 copy koha-tmpl/opac-tmpl/prog/en/modules/errors/{400.tmpl => 402.tmpl} (97%)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list