user privacy managing and dealing with AnonymousPatron new syspref n_acq_a_porter
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 20 Apr 2009 17:09:33 +0000 (19:09 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 15 Jul 2009 09:05:05 +0000 (11:05 +0200)
commit3c659e863d036ba2c7862166eb15d7fee921fd19
treecaadfd61c5bed05b04e543f5c13689a07996ea29
parentcbc7eeb3cbd3eedb0f4cd928d5f0085cb3f32443
user privacy managing and dealing with AnonymousPatron new syspref

Add a new option in patron table that let the user decide how to deal with his reading history.

3 options are available :
* never remove my reading list (keep it forever)
* let the library decide (legally keep my reading list, the default value)
* immediatly remove my reading history when I return a book (don't keep any reading history at all)

the OpacPrivacy syspref let the library decide if this option is active or not.

This patch also creates a new syspref, AnonymousPatron, that contains the borrowernumber of the Patron to attach anonymised issues.
The existing AnonSuggestion is modified to become a YesNo.
C4/Auth.pm
C4/Circulation.pm
C4/Members.pm
admin/systempreferences.pl
installer/data/mysql/updatedatabase.pl
koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc
koha-tmpl/opac-tmpl/prog/en/modules/opac-privacy.tmpl [new file with mode: 0644]
opac/opac-privacy.pl [new file with mode: 0755]