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:18 +0000 (09:54 -0400)
commite4ff598c614e1d270b7e8fd0c0c287a5228c7bd7
tree6a4f6fdeed926158df013fcd9f26f33aefded52f
parentffe732485a469332ea7314a4826b4cc6f97c85f3
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>
(cherry picked from commit 029c4b334de1d5c0727ee840a91f114072c52995)

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]