[koha-commits] main Koha release repository branch new/bug_8215_merge_candidate created. v3.12.00-beta1-593-g1cb38c4

Git repo owner gitmaster at git.koha-community.org
Tue May 21 19:49:29 CEST 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_8215_merge_candidate has been created
        at  1cb38c4ef86fc226d0d086f663e0c167261ae07e (commit)

- Log -----------------------------------------------------------------
commit 1cb38c4ef86fc226d0d086f663e0c167261ae07e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 21 10:24:28 2013 -0700

    bug 8215: (followup) remove extraneous underscore in template
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c89b5a3f26c0cfdf3fea3da1d4b56ff19397c31d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 21 10:16:34 2013 -0700

    bug 8215: (followup) rename GetItemReservesInfo
    
    Renamed that routine to GetItemCourseReservesInfo in
    order to avoid any potential confusion with reserves
    qua hold requests.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 64d6c04d02f5415e45c8323e4e5c3b34fd4e966f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 21 10:12:15 2013 -0700

    bug 8215: (followup) avoid SQL syntax error in logs
    
    ModItem currently will attempt to update an item
    even if no field updates are specified.  This patch
    avoids (harmless) error messages in the Apache
    logs if an item is not actually being changed when it
    is placed or taken off reserve.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9c14c8055e34de39dccfb38171c0ee392cd5bffe
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 21 09:56:17 2013 -0700

    bug 8215: (followup) don't allow deleting course reserves from OPAC
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e83f1eb4f67a5e28b14b3f0b41dc386badeaefca
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 21 09:53:03 2013 -0700

    bug 8215: (followup) make sure C4::CourseReserves doesn't export anything
    
    New modules should not export any symbols by default
    without a very good reason.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e0b3c7ee2aadf4459348364ac4ba3a26e125a2dd
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 21 09:06:18 2013 -0700

    bug 8215: (followup) avoid spurious warning in Apache log
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4b1030ae29193dfe0ff06a55db8341df1e494002
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue May 21 08:43:41 2013 -0700

    bug 8215: (followup) run new files through perltidy
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b77032d96162bf0f21653284bd3fc96c61b77f0b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu May 2 16:46:51 2013 +0200

    Bug 8215: FIX ergonomic issue : 'Unchanged()'

commit 67c6fa9c878524dcef9c9364985e79e109319a1a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Mar 21 14:52:52 2013 +0100

    Bug 8215: Followup Fix confirmation links for delete course and item
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit b59f468f5a9bc30cb8675ce73fee1d575f480178
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Mar 21 06:15:28 2013 -0700

    Bug 8215 - Add Course Reserves - QA Followup
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit ecb383f5126415a7452c524c43e4bb3f60532229
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Mar 21 10:08:41 2013 +0100

    Bug 8215: Followup FIX QA issues
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 4558d9310baf3026de94a7d7c1baea26760bd2f5
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Sep 28 16:45:37 2012 +0200

    Bug 8215 follow-up encoding for branches & itemtypes
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Corinne Bulac <corinne.hayet at bulac.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit f99a83bdb5ca0fabd7a313f3dbfb298624eb7036
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 17 08:07:32 2012 -0400

    Bug 8215 - Course Reserves
    
    Adds a course reserves system for academic libraries.
    
    The course reserves system allows libraries to create courses
    and put items on reserves for those courses.
    
    Each item with at least one reserve can have some of its attributes
    modified while it is on reserve for at least one active course.
    These attributes include item type, collection code, shelving location,
    and holding library. If there are no active courses with this item
    on reserve, it's attributes will revert to the original attributes
    it had before going on reserve.
    
    Test Plan:
      1) Create new authorised value categories DEPARTMENT and TERM
      2) Create a new course, add instructors to that course.
      3) Reserve items for that course, verify item attributes have changed.
      4) Disable course, verify item attributes have reverted.
      5) Enable course again, verify item attributes again.
      6) Delete course, verify item attributes again.
      7) Create two new courses, add the same item(s) to both courses.
      8) Disable one course, verify item attributes have not reverted.
      9) Disable both courses, verify item attributes have reverted.
     10) Enable one course, verify item attributes are again set to the
         new values.
     11) Edit reserve item attributes, verify.
     12) Disable all courses, edit reserve item attributes, verify
         the item itself still has its original attributes, verify
         the reserve item attributes have been updated.
     13) Verify the ability to remove instructors from a course.
     14) Verify new permissions, top level coursereserves, with
         subpermissions add_reserves and delete_reserves.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Corinne Bulac <corinne.hayet at bulac.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list