[koha-commits] main Koha release repository branch master updated. v3.14.00-809-g3ba6d35

Git repo owner gitmaster at git.koha-community.org
Sat Apr 19 18:43:26 CEST 2014


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  3ba6d35c8999d7133e7f5519ff3128af56a6686c (commit)
       via  bebe165266a1babc955cc2f0c3d2defe657ac9db (commit)
       via  08fe85950ae38a4faa5f0adce5e7d308a766117a (commit)
       via  10036aff6c7ed3273b6240e8effd421ce0854fd8 (commit)
       via  71f0d1639784aab68013ef3d052852f7c605cc66 (commit)
       via  ffacd90e0efb334be657e222b1f98fad584d09ff (commit)
       via  c67b397236d63cc2b94306aa1620023bf7193198 (commit)
      from  6c6d21a8d040482b88b5b6752b32ed749089fbc9 (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 3ba6d35c8999d7133e7f5519ff3128af56a6686c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Apr 19 17:05:12 2014 +0000

    Bug 10951: (follow-up) add support for NoLoginInstructions to Bootstrap theme
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit bebe165266a1babc955cc2f0c3d2defe657ac9db
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Apr 19 16:54:43 2014 +0000

    Bug 10951: (follow-up) tweak description of the NoLoginInstructions system preferences
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 08fe85950ae38a4faa5f0adce5e7d308a766117a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Apr 19 16:53:26 2014 +0000

    Bug 10951: (follow-up) use Koha.Preference() template function
    
    This patch uses the TT helper function Koha.Preference() to
    retrieve the value of NoLoginInstructions rather than passing
    it to all templates as a template variable.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 10036aff6c7ed3273b6240e8effd421ce0854fd8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Apr 19 16:33:32 2014 +0000

    Bug 10951: DBrev 3.15.00.032
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 71f0d1639784aab68013ef3d052852f7c605cc66
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 4 15:19:27 2013 +0100

    Bug 10951: The new pref NoLoginInstructions should be empty by default.
    
    We don't want to display an English message by default for everybody.
    The default message is in the template, so the pref should be empty.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit ffacd90e0efb334be657e222b1f98fad584d09ff
Author: blou <philippe.blouin at inlibro.com>
Date:   Mon Oct 7 11:01:05 2013 -0400

    Bug 10951 - Tweaked opac-auth.tt sentence.
    
    The change was causing issue with the next sentence. Adjusted
    the start (uppercase) and ending (dot) on self-registration
    invitation.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit c67b397236d63cc2b94306aa1620023bf7193198
Author: blou <philippe.blouin at inlibro.com>
Date:   Fri Oct 4 13:25:33 2013 -0400

    Bug 10951 - Adding NoLoginInstructions to system preferences
    
         On a failed login, the default message is harcorded into opac-auth.tt.
    
         It would be preferable to allow for a preference to override that message (for example: ...Please bring an ID to t
         The changes modify
             -opac-auth.tt to allow for custom value
             -admin/preferences/opac.pref to add it to the preferences with a description
             -C4/Auth.pm for the loading of the preference
             -sysprefs.sql
             -updatedatabase.pl
    
         TESTING
             1) in OPAC, logged out, try login in by entering no or wrong credentials.  Acknowledge the "Don't have a p
             2) Apply the patch
             3) Regression Test: Redo step 1.  Same (default) message should appear.
             4) Log in to intranet,
                 - select NoLoginInstructions in system preferences.
                 - Enter new (xml) message.  Possible:
                 <h5>Welcome to Koha, please bring your passport to the front office</h5>
                - and save
             5) refresh the OPAC, try login again with invalid credentials.  The new message should appear.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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

Summary of changes:
 installer/data/mysql/sysprefs.sql                           |    1 +
 installer/data/mysql/updatedatabase.pl                      |    7 +++++++
 .../prog/en/modules/admin/preferences/opac.pref             |    6 +++++-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt       |    9 +++++++--
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt            |   11 +++++++++--
 kohaversion.pl                                              |    2 +-
 6 files changed, 30 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list