[koha-commits] main Koha release repository branch new/bug_7310 created. v3.06.00-803-gceb81cf

Git repo owner gitmaster at git.koha-community.org
Wed Mar 21 17:06:15 CET 2012


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_7310 has been created
        at  ceb81cfc5200341f1782c754df47516f1ed932af (commit)

- Log -----------------------------------------------------------------
commit ceb81cfc5200341f1782c754df47516f1ed932af
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Mar 21 17:06:04 2012 +0100

    Bug 7310 follow-up: DBRev

commit 95e513f400e9f79798131f175370d0d7e600cd4c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 23 14:36:54 2012 +0100

    Bug 7310 Followup: Warnings for nothingdeleted and somedeleted for staff client.
    
    Test this patch by trying to delete items from a public list that someone else created (so you do not have sufficient permissions). Check the warning.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>

commit 26bee7eee7d3e4602bc5e757278f600224fcbdf5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 27 21:28:46 2012 +0100

    7310 Indentation followup replacing leading tabs with spaces
    
    March 5, 2012: Rebased for pushed 4912 patch.
    
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>

commit cb9dbbb03540d77dfae841b8e63b9633ab531a5a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 1 08:19:58 2012 +0100

    Bug 7310 Followup for sysprefs.sql
    
    Resolving the omission to add the prefs to sysprefs.sql.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested it separately by running the sql file on a new db.
    
    March 19: Rebased.
    March 21: Rebased.

commit dd3ebe9a6e2c55a5b8003ef2eac9a12cc0fd11f4
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 20 10:53:25 2012 +0100

    Bug 7310: Updated VirtualShelves unit test
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>

commit 2dc8a260c59068c6bef94d529f737b2642ee7a29
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 13 12:14:18 2012 +0100

    Bug 7310: Improving list permissions: Deleting patron
    
    Implements following points from the wiki page List permissions:
    5) Delete or move list information when deleting a patron.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>

commit c4d21bcbfebb5bf8a8d1a877a01a528237fd5b7a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 15 13:19:01 2011 +0100

    Bug 7310: Code changes for Improving list permissions
    
    This lays the foundation for further changes for report 7310.
    Implements following points from the wiki page List permissions:
    1) Preference that controls if users may create public lists in opac.
    2) New add/delete own/delete other permissions per list.
    
    Code has been changed (in some cases refactored). New permissions are not yet visible; with this patch current functionality is kept as much as possible while resolving several issues, improving permissions and extending the code for further developments (using the new permissions and sharing lists).
    
    Feb 23, 2012 (revision): Changed defaults for new lists. Could also remove routine GetRecentShelves by using GetSomeShelfNames in catalogue/search.pl just as opac-search.pl already did. (More consistent.)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Feb 29, 2012: Automerge version.
    March 5, 2012: Rebase for pushed 4912 patch.
    March 21, 2012: Rebased. Resolving some conflicts in relation to pushed report 7719.

commit d6f8fde92cde8f8daf940bf6aff058dab6a0b30f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 8 16:10:57 2011 +0100

    7310a: Improving list permissions: Changing Koha SQL structure
    
    Modifying Koha structure for improving list permissions.
    Adds new table virtualshelfshares for maintaining shared private lists.
    Adds three columns to virtualshelves for permissions per list.
    Adds column borrowernumber to virtualshelfcontents.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Feb 28, 2012: Added three FK constraints for QA (for owner/borrowernumber in virtualshelves, shelfcontents and shelfshares). Resolved syntax error with a comment. Tested the install.
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>

commit 8cff38fb24114850e2396451b3985a6572a01981
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 16 12:07:55 2012 +0100

    Bug 7310: Improving lists permissions -- New prefs
    
    Adds two new preferences to OPAC/Policy tab.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>

commit 8b6622761f988cc48487a42d8b1c723e8bc47b46
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 8 16:10:57 2011 +0100

    Bug 7310: DB revision for Improving list permissions
    
    DB revision for improving list permissions.
    Adds new table virtualshelfshares for maintaining shared private lists.
    Adds three columns to virtualshelves for permissions per list.
    Adds column borrowernumber to virtualshelfcontents.
    
    Feb 16, 2012: Rebased.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Feb 28, 2012: Added three FK constraints for QA (for owner/borrowernumber in virtualshelves, shelfcontents and shelfshares). Tested update again.
    Also removed the note about public lists, made obsolete by earlier adjustments for comments from Owen.
    Feb 29, 2012: Rebased. Added an update statement to replace invalid borrowernumbers with null in virtualshelves before adding constraint and added a delete statement for private lists without owner now (as a result of the first step). Tested it again.
    March 5, 2012: Rebased.
    March 19: Rebased.
    March 21: Rebased.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list