Bugzilla – Attachment 18003 Details for
Bug 8278
Replace YUI autocomplete in UNIMARC 210c plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl
PASSED-QA-Bug-8278--Follow-up-fixing-the-permissio.patch (text/plain), 1.14 KB, created by
Katrin Fischer
on 2013-05-08 05:35:35 UTC
(
hide
)
Description:
[PASSED QA] Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-05-08 05:35:35 UTC
Size:
1.14 KB
patch
obsolete
>From 108fbc55f4be42535a456ecbb6f709cecea3bf9c Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Tue, 2 Apr 2013 19:48:34 +1300 >Subject: [PATCH] [PASSED QA] Bug 8278 : Follow up, fixing the permissions on > cataloguing/ysearch.pl > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Comment: Works. No errors. > >Without patch and normal staff user, logged out >With patch, normal staff, valid output. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > cataloguing/ysearch.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/ysearch.pl b/cataloguing/ysearch.pl >index 8255016..9c69939 100755 >--- a/cataloguing/ysearch.pl >+++ b/cataloguing/ysearch.pl >@@ -41,7 +41,7 @@ die() unless ($table eq "biblioitems"); > binmode STDOUT, ":encoding(UTF-8)"; > print $input->header( -type => 'text/plain', -charset => 'UTF-8' ); > >-my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { cataloguing => '*' } ); >+my ( $auth_status, $sessionID ) = check_cookie_auth( $input->cookie('CGISESSID'), { editcatalogue => '*' } ); > if ( $auth_status ne "ok" ) { > exit 0; > } >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8278
:
15997
|
16441
|
17110
|
17189
|
17475
|
17480
|
17597
|
17937
|
18002
| 18003 |
18004
|
18005