started verification review UI, also SCHEMA CHANGES
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 6 Sep 2012 20:16:16 +0000 (16:16 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 21 Sep 2012 15:07:00 +0000 (11:07 -0400)
commit0d04229585d61ea9532a1ae1d0ebc08baf90bcb9
tree18212f17696c60df2e54e9f41a9ee880733de48a
parentad6ccfe402ff60cdd80206ace265942ac3a7f341
started verification review UI, also SCHEMA CHANGES

It just doesn't work for me to not have url_verify.url directly related
to url_verify.session.  When dealing with the "root" URL in a redirect chain,
you can get the related session through url_selector, but not when
you have any later URL in the chain.  The only way for IDL perms to work
would be to have a link to a view using a CTE to find the "root" URL.

That's too complex, so instead of that I've just added a session fkey on
url_verify.url.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
12 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/URLVerify.pm
Open-ILS/src/sql/Pg/075.schema.url_verify.sql
Open-ILS/src/sql/Pg/076.functions.url_verify.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.url_verify.sql
Open-ILS/src/sql/Pg/upgrade/YYYY.functions.url_verify.sql
Open-ILS/src/templates/url_verify/review_attempt.tt2 [new file with mode: 0644]
Open-ILS/src/templates/url_verify/select_urls.tt2
Open-ILS/web/js/dojo/openils/URLVerify/ReviewAttempt.js [new file with mode: 0644]
Open-ILS/web/js/dojo/openils/URLVerify/SelectURLs.js
Open-ILS/web/js/dojo/openils/URLVerify/nls/URLVerify.js
Open-ILS/web/js/dojo/openils/widget/FlattenerGrid.js