[koha-commits] main Koha release repository branch master updated. v16.11.00-1042-g1832b31

Git repo owner gitmaster at git.koha-community.org
Fri May 12 16:27:40 CEST 2017


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  1832b315e7dc35a755975d0bd635430ba865c84b (commit)
       via  f5fc081265c4398f046484b495356ef11405b71d (commit)
       via  1a7d664714b8d8e7f92e07f02fe3a8fc966c0c98 (commit)
       via  6596513d4b5e0d20ee6b68fadbee2e5841997115 (commit)
      from  ca50a65cb8ca6dcc61fcdd46428e45e967d4ea87 (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 1832b315e7dc35a755975d0bd635430ba865c84b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Apr 29 09:27:01 2017 +0000

    Bug 17942 [Follow-up] Update style of the web installer with Bootstrap 3
    
    This patch makes changes following QA comments:
    
    - Login error messages now have a style
    - Select all/Select none links should now be translatable
    - Date format hint now correctly detects date format preference
    - Unused JS is removed from onboarding.js
    
    This patch also modifies the 'category_code_check' validation method to
    allow numbers as well as letters.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f5fc081265c4398f046484b495356ef11405b71d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 2 18:24:23 2017 -0300

    Bug 17942: Remove type for messages
    
    It it no longer in used by the templates.
    
    Also add the include files for step5 (if the circ rule is not inserted)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1a7d664714b8d8e7f92e07f02fe3a8fc966c0c98
Author: Kyle M Hall <kyle at kylehall.info>
Date:   Fri Apr 28 12:20:06 2017 +0000

    Bug 17942 - Add anti-clickjack code to installer doc head close
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6596513d4b5e0d20ee6b68fadbee2e5841997115
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 27 15:20:20 2017 +0000

    Bug 17942 - Update style of the web installer with Bootstrap 3
    
    This patch makes style and markup changes to the web installer and new
    onboarding tool (Bug 17855).
    
    - Markup has been corrected, improved, and in many places reindented.
    - Some page titles have been made more specific.
    - Some JavaScript and CSS have been moved to separate files.
    
    In the onboarding tool I have removed form validation from the markup
    and JavaScript in many cases where the requirements were not matched
    elsewhere in Koha. For instance, we shouldn't limit item type
    descriptions to only letters because the database doesn't require such a
    limit.
    
    To test, apply the patch and run the web installer with an empty
    database. Confirm that the installation process completes correctly and
    that each page looks good and works correctly.
    
    Works as advertised
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 installer/onboarding.pl                            |   42 +-
 koha-tmpl/intranet-tmpl/prog/css/installer.css     |  243 ++++++++++
 .../prog/en/includes/installer-doc-head-close.inc  |   93 +---
 .../prog/en/includes/installer-strings.inc         |    7 +
 .../prog/en/includes/onboarding_messages.inc       |   45 +-
 .../prog/en/modules/installer/auth.tt              |   96 ++--
 .../prog/en/modules/installer/step1.tt             |  168 ++++---
 .../prog/en/modules/installer/step2.tt             |  134 +++---
 .../prog/en/modules/installer/step3.tt             |  503 ++++++++++----------
 .../prog/en/modules/onboarding/onboardingstep1.tt  |   67 +--
 .../prog/en/modules/onboarding/onboardingstep2.tt  |  206 ++++----
 .../prog/en/modules/onboarding/onboardingstep3.tt  |  244 ++++------
 .../prog/en/modules/onboarding/onboardingstep4.tt  |   86 ++--
 .../prog/en/modules/onboarding/onboardingstep5.tt  |  230 +++++----
 koha-tmpl/intranet-tmpl/prog/js/onboarding.js      |  130 +++++
 15 files changed, 1324 insertions(+), 970 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/css/installer.css
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/installer-strings.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/js/onboarding.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list