[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-30-gff28478

Git repo owner gitmaster at git.koha-community.org
Tue Dec 24 14:02:50 CET 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, 3.14.x has been updated
       via  ff284780e220f2885866ecc0f49bd33d8f86e67e (commit)
       via  484b80d028acc3e78f57bcd8d505c53bc634b95d (commit)
       via  3335b258d4580ffafbe0cefbe63ab15494acb20c (commit)
      from  96599cc238393ff3f70445c512ff8ffc87bc13ce (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 ff284780e220f2885866ecc0f49bd33d8f86e67e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 6 10:15:52 2013 +0100

    Bug 11124: QA Follow-up adding optional dependency HTTPD::Bench::ApacheBench
    
    This dependency is used in load testing (misc/load_testing/*)
    
    Test plan:
    Check if you see the dependency listed on About/Perl modules.
    Verify if the version information is correct.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f90cca4831dc90c74f4b6c18e415b1cce361fdb2)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit 484b80d028acc3e78f57bcd8d505c53bc634b95d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 6 11:13:41 2013 +0100

    Bug 11124: QA Follow-up resolving a warning and three typos
    
    Resolves warning on uninitialized author in split on line 128.
    Just adds the same behavior for title on line 129 for completeness.
    Fixes typo on occurrences and two other minor typos.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1219b3153ee3501d61f22a767b7b3e68c7c8933e)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit 3335b258d4580ffafbe0cefbe63ab15494acb20c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Oct 23 16:48:14 2013 +0200

    Bug 11124: disallow trying to run the staff benchmark script as the DB account
    
    On step 6 (at least), the circulation and return page redirect to the
    select branch page and nothing is done.
    
    The script should die if the user used is the sql administrator account.
    
    Test plan:
    Suppose that the sql admin account is root/root and koha/koha a
    superlibrarian account.
    
    1/
    perl misc/load_testing/benchmark_staff.pl --steps=6
    --url=http://admin.koha.local/cgi-bin/koha/
    --password="koha" --user="koha"
    should produce:
      ...
      Step 6
      ...
    
    2/
    perl misc/load_testing/benchmark_staff.pl --steps=1
    --url=http://admin.koha.local/cgi-bin/koha/
    --password="root" --user="root"
    should produce:
    Authentication successful
    You cannot use the database administrator account to launch this script
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4604f595d66f65ba15d6625b2366acb147797ffc)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm     |    5 +++++
 misc/load_testing/benchmark_staff.pl |   14 +++++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list