[koha-commits] main Koha release repository branch master updated. v3.18.00-303-g8f690a1

Git repo owner gitmaster at git.koha-community.org
Mon Feb 9 21:11:00 CET 2015


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  8f690a135edf531ee3576bc1fb4fa81b0d954477 (commit)
       via  cf8cc47f6d0e6c20a1d14959f2811e3d74b35e1e (commit)
       via  bd769213eb3c361cc56128b24824ee502721c4a1 (commit)
       via  78d6d794fe79e1fb61f4e695f3d25d6c0a4a20bf (commit)
       via  78994d2ddaff12d7e196b4fb213311d6da8620d1 (commit)
       via  fe285618972dde88e2aada5dd41d03d17aaedab5 (commit)
       via  57d411dcd6a60fa36033a92e6cd1901b0ec7c78d (commit)
       via  d556f6a9f2ead235b9daf9df7217ebf2cd2b2b5c (commit)
       via  129fb1fbe211b136ccad4d214ee26b94e988e5e5 (commit)
       via  2d4d65d526e6f54a40ddec87a6d3207722234fd3 (commit)
       via  e3bb1390807578e2b9898723e2816a58f2c01e57 (commit)
      from  314523f9493e544ae79e64789a801c84418674fa (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 8f690a135edf531ee3576bc1fb4fa81b0d954477
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Feb 9 16:59:21 2015 -0300

    Bug 5511: DBRev 3.19.00.010
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cf8cc47f6d0e6c20a1d14959f2811e3d74b35e1e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Aug 29 17:26:43 2014 +0200

    Bug 10900: 2 occurrences more
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bd769213eb3c361cc56128b24824ee502721c4a1
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon May 12 17:57:51 2014 -0400

    Bug 10900 - Follow up, since more has been added to master
    
    Booksellers.t and Koha_template_plugin_Branches.t both had
    function calls to ::set_userenv added to them. This patch handles
    those additions.
    
    TEST PLAN
    ---------
    1) Branch a new git branch
    2) prove -v t/db_dependent/Bookseller.t
       -- It should work.
    3) prove -v t/db_dependent/Koha_template_plugin_Branches.t
       -- It should work.
    4) Apply only the first patch.
    5) Repeat steps 2 and 3.
       -- They should both FAIL!
    6) Apply the second patch as well.
    7) Repeat steps 2 and 3.
       -- The should both work.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 78d6d794fe79e1fb61f4e695f3d25d6c0a4a20bf
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Sep 20 21:36:46 2013 -0400

    Bug 10900 - Incorrect calling conventions accessing C4::Context
    
    There were multiple calling conventions for C4::Context's
    set_userenv routine. So the following commands were used to
    find discrepancies:
        grep "::set_userenv" `find .`
        grep "\->set_userenv" `find .`
    
    The first grep demonstrated that the smaller change is from
    :: to -> as only C4/Auth.pm, installer/InstallAuth.pm, and
    t/db_dependent/Circulation.t would need to be modified. This
    patch corrects C4::Context's set_userenv routine to be object
    call based (use ->) by using a shift to ignore the first
    parameter, and modify the three files found with :: calls.
    
    As the result of trying to roll a distribution,
    t/Circulation_barcodedecode.t was discovered to be faulty. The
    cause being incorrect parameters! This was hidden when there
    was no shift in the set_userenv routine. However, with its
    correction, the test broke.
    
    This led me to read the POD documentation for the function
    set_userenv in C4::Context and realize it was outdated as
    well. It has been revised to match the current version of
    the function.
    
    Then intentionally bad parameters passed to the set_userenv
    routine in C4::Context were hunted down. The biggest problems
    were missing surnames or branch names.
    
    Rebase required because of shibboleth change in C4/Context.pm
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 78994d2ddaff12d7e196b4fb213311d6da8620d1
Author: Brandon <brandon_h27 at hotmail.com>
Date:   Thu Jan 15 22:42:52 2015 +0000

    Bug 10177 - Whitespace is accepted within the password but leading and trailing spaces are not.
    
    Test plan:
    1: Go to your patron
    2: Go to change username and/or password.
    3: Change password to something with spaces in the middle. Notice it is invalid.
    4: Apply this patch.
    5: Change password again using spaces in the middle. Notice it is accepted.
    6: Change password with leading and/or trailing spaces, notice they are not accepted.
    
    Applied bothe patches. Followed test plan. Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fe285618972dde88e2aada5dd41d03d17aaedab5
Author: Brandon <brandon_h27 at hotmail.com>
Date:   Wed Jan 14 22:30:01 2015 +0000

    Bug 10177 - whitespace is a valid password causing pernicious perturbations.
    
    Test plan:
    Go to your patron, go to change username and/or password. change
    password to whitespace, notice it is accepted, apply this patch,
    change password again, to whitespace, notice password is not valid.
    
    Followed test plan. Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 57d411dcd6a60fa36033a92e6cd1901b0ec7c78d
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Tue Dec 30 09:14:15 2014 +0000

    Bug - 5511 [Followup]: QA Fixes
    
    - Move database update entry to correct spot
    - Fix version number in database update
    - Fix capitalization in sys pref description
    - Fix sequence in sysprefs.sql
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d556f6a9f2ead235b9daf9df7217ebf2cd2b2b5c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Dec 11 13:39:24 2014 +0000

    Bug - 5511 [Followup]: Missed Instance
    
    There was an instance of the pragma missed which meant the the original
    patch set didn't actually solve the problem in a large number of cases
    
    This patch adds in the relevant statement.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 129fb1fbe211b136ccad4d214ee26b94e988e5e5
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Dec 9 13:48:29 2014 +0000

    Bug - 5511 [Followup]: Switched defults
    
    Agree with Chris that the defualt should maintain the higher security
    and not reduce it.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2d4d65d526e6f54a40ddec87a6d3207722234fd3
Author: Amit Gupta <amitddng135 at gmail.com>
Date:   Tue Oct 8 09:36:59 2013 +0530

    Bug - 5511: Added new system preference: SessionRestrictionByIP
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e3bb1390807578e2b9898723e2816a58f2c01e57
Author: Amit Gupta <amitddng135 at gmail.com>
Date:   Tue Oct 8 09:33:54 2013 +0530

    Bug - 5511: Check for Change in Remote IP address for Session Security. Disable when remote ip address changes frequently.
    
    To Test:
    1) Enable the system preference SessionRestrictionByIP
    2) Change your system IP. It will not checkout your system IP or signout.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth.pm                                         |   31 ++++++++++----------
 C4/Context.pm                                      |    8 +++--
 C4/InstallAuth.pm                                  |    6 ++--
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 +++++
 .../prog/en/modules/admin/preferences/admin.pref   |    7 +++++
 .../prog/en/modules/members/member-password.tt     |    5 ++++
 kohaversion.pl                                     |    2 +-
 t/Circulation_barcodedecode.t                      |    2 +-
 t/db_dependent/Bookseller.t                        |    4 +--
 t/db_dependent/Circulation.t                       |    2 +-
 t/db_dependent/Koha_template_plugin_Branches.t     |    2 +-
 t/db_dependent/Members.t                           |    4 +--
 13 files changed, 52 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list