From f633a067d2120cca67fd1b2782688424cadde9d4 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 11 Nov 2010 09:44:37 +0000 Subject: =?UTF-8?q?=E2=80=A2=20some=20improvements=20for=20sequelpro://pro?= =?UTF-8?q?cess=5Fid/command/param1/param2=20url=20scheme=20support=20-=20?= =?UTF-8?q?introduced=20an=20unique=20process=20ID=20for=20each=20called?= =?UTF-8?q?=20bash=20command=20which=20will=20be=20set=20for=20the=20curre?= =?UTF-8?q?nt=20SPDatabaseDocument=20and=20passed=20as=20environment=20she?= =?UTF-8?q?ll=20variable=20SP=5FPROCESS=5FID=20to=20ensure=20that=20such?= =?UTF-8?q?=20a=20scheme=20command=20will=20be=20executed=20by=20the=20cor?= =?UTF-8?q?rect=20SPDatabaseDocument,=20to=20avoid=20security=20issues=20i?= =?UTF-8?q?e=20one=20can=20authenticate=20such=20a=20sheme=20command,=20to?= =?UTF-8?q?=20enable=20url=20scheme=20process=20communication=20based=20on?= =?UTF-8?q?=20file=20shake-hands=20etc.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPDatabaseDocument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPDatabaseDocument.h') diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 31c35f7e..0934f1ff 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -202,11 +202,13 @@ NSWindow *parentWindow; NSTabViewItem *parentTabViewItem; BOOL isProcessing; + NSString *processID; } @property (readwrite, assign) SPWindowController *parentWindowController; @property (readwrite, assign) NSTabViewItem *parentTabViewItem; @property (readwrite, assign) BOOL isProcessing; +@property (readwrite, retain) NSString *processID; @property (readonly) SPServerSupport *serverSupport; - (BOOL)isUntitled; -- cgit v1.2.3