]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Prevent expand and cnoffset params from propagating
authorDan Scott <dan@coffeecode.net>
Mon, 9 Jan 2012 02:43:58 +0000 (21:43 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 18 Jan 2012 21:54:19 +0000 (16:54 -0500)
commitc4c9f600cfecc8d65f860da92d1e5f899d5d0356
treefa14783208ef999f123d3ec6160edea1a06d60ba
parenta23bc8b1e3d884c275f28b158953b2d748952430
Prevent expand and cnoffset params from propagating

The expand and cnoffset params in record summary might result in
unexpected behaviour if allowed to propagate by default, as mkurl()
enables, so stop them in their tracks.

Also, fix an overenthusiastic URI-encoding of subjects that led to a
space getting doubly-encoded (and thereby breaking searches).

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/opac/parts/record/body.tt2
Open-ILS/src/templates/opac/parts/record/subjects.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2