Bug 10201 - Old OPAC patron update system should be removed
authorOwen Leonard <oleonard@myacpl.org>
Mon, 6 May 2013 14:56:03 +0000 (10:56 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 12 May 2013 13:54:07 +0000 (09:54 -0400)
commit029c4b334de1d5c0727ee840a91f114072c52995
treeee3b4b9f7c8d80a9ac8b5468846b87aba07f8a1d
parent5918b7c97e3bdaa73130059024a421cb95ed4181
Bug 10201 - Old OPAC patron update system should be removed

The old pages for viewing and updating patron details in the OPAC have
been superceded by the new script opac-memberentry.pl. This patch
removes he old scripts and templates and corrects links to them.

This patch also removes reference to opac-userupdate.tt from
opac-patron-image.pl  and replaces the authentication process with one
which uses check_cookie_auth, based on the example of opac-tags.pl.

To test, edit a patron record and set the "Gone no address" flag. Log in
to the OPAC with that account and view the patron details page. The
warning about out of date contact information should link to the new
update page.

Next, attempt to place a hold. You should see the same warning, and it
should also link to the new update page.

Test the display of patron images: Log in as a user who has an image
associated with their account and navigate to
/cgi-bin/koha/opac-patron-image.pl. Their patron image should display.

A search of Koha source files should return no results for the missing
scripts or templates.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Comments on second patch.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-userdetails.tt [deleted file]
koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt [deleted file]
opac/opac-patron-image.pl
opac/opac-userdetails.pl [deleted file]
opac/opac-userupdate.pl [deleted file]