[koha-commits] main Koha release repository branch new/bug_8365 created. v3.12.00-alpha2-111-g1c203fb

Git repo owner gitmaster at git.koha-community.org
Fri Mar 22 12:53:59 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, new/bug_8365 has been created
        at  1c203fb8859c8e8233ef038e66fd2210209c72ae (commit)

- Log -----------------------------------------------------------------
commit 1c203fb8859c8e8233ef038e66fd2210209c72ae
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Mar 22 07:58:14 2013 -0400

    Bug 8365: Increment version number
    
    Database update for bug 8365 has been given version 3.11.00.112

commit 5b4752e027ce32492166c7018d44d4a687afae36
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 19 14:41:52 2013 +0100

    Bug 8365: FIX Return issue values instead of item values
    
    Before this patch, the GetItemIssue routine returns items.renewals
    instead of issues.renewals
    
    Signed-off-by: Broust <jean-manuel.broust at univ-lyon2.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 574e2f9d6001c951145ce18c6e56424f94b71b91
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 19 14:18:40 2013 +0100

    Bug 8365: Followup Force DateTime type for the datedue variable
    
    Signed-off-by: Broust <jean-manuel.broust at univ-lyon2.fr>
    I tested one more time on a sandbox but I confirm the problem:
    the due date doesn't change when you renew more than one time
    with syspref renewalperiodbase turned on: "the old due date of
    the checkout". The due date should change any time.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Added signed-off line and problem description from bugzilla.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit f35dbbf42eb7f5f9a1412d13a487e0e8eed65ef0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 13 15:08:41 2013 +0100

    Bug 8365: Add unit tests and fix QA issues
    
    This patch adds some unit tests for CalcDateDue and GetLoanLength
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    
    Tests done:
    - Checked update works correctly for existing circulation rules.
    - Adding, deleting and overwriting circulation rules works.
    - Renewals work for different circulation rules and changes
      to the holiday calendar.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8ad00bc02ff23e0dad6661da9ff6b11745cda6f7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 7 16:31:44 2012 +0200

    Bug 8365: Add a renewal duration in the issuing rules
    
    Renew an issue for a number of days (filled in the issuing rules).
    
    Test if rules work for any i[item]types and if there is no regression.
    
    - new column issuingrules.renewalperiod
    - remove all occurrences of an already removed syspref (globalDueDate)
    - remove an unused routine (Overdues::GetIssuingRules)
    
    How it works:
    - On existing installations, the issuingrules.renewalperiod =
      issuingrules.loanlength. So the behaviour is the same before and after
      this patch.
    - when you add a rule, you can choose a renewal period (the unit value
      is the issuingrules.unit). So you can have a renewal period in hours
      or days.
    - The default value for the renewal period is 21 days (same as
      loanlength)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Test comments on second patch.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list