Re: Repository Info Configuration

Jeff Coughlin <[email protected]> Tue, 1 Apr 2014 04:21:07 -0400
Newsgroups gmane.comp.cms.farcry.devel
Message-ID <[email protected]>
--Apple-Mail=_585700E8-2CD1-455C-8632-5CE4BF4FC845
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1

Okay, thanks

On Apr 1, 2014, at 4:20 AM, Justin Carter <[email protected]> wrote=
:

> Yep, it does suck... The data in the db looked fine, so the serialization=
 is all good. I'm on the train on my mobile so I can't do much about it rig=
ht now, but I'm wondering if it's the ESAPI methods in CF10 that are doing =
some weird escaping. Railo supports the same methods and it seems to be fin=
e... I'll have to test it further tomorrow.
>=20
> Cheers,
> Justin
>=20
> On 01/04/2014 7:10 PM, "Jeff Coughlin" <[email protected]> wrote:
> I'm now on a Windows server (production) and am trying to edit the TinyMC=
E config (CF10.  update 12).  When I save the config (even an empty config)=
 I get the following error which I believe is the same error as Mark.  Unfo=
rtunately this kinda sucks for me because I was tasked to deploy FarCry 7 i=
n production for this client tonight =3D\.  Other configs give similar erro=
rs.  Some don't.
>=20
> JSON parsing failure: Expected ',' or '}' at character 174:'a' in {"owned=
by":"","typename":"configTinyMCE","createdby":"","lastupdatedby":"","dateti=
mecreated":"","lockedBy":"","datetimelastupdated":"","label":"","tinyMCE_co=
nfig":"theme : "advanced", plugins : "farcrycontenttemplates,spellchecker,p=
agebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inl=
inepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,past=
e,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,=
template", theme_advanced_buttons2_add : "separator,spellchecker,farcrycont=
enttemplates", theme_advanced_buttons3_add_before : "tablecontrols,separato=
r", theme_advanced_buttons3_add : "separator,fullscreen,pasteword,pastetext=
", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : =
"left", theme_advanced_path_location : "bottom", theme_advanced_resize_hori=
zontal : true, theme_advanced_resizing : true, theme_advanced_resizing_use_=
cookie : false, extended_valid_elements: "code,colgroup,col,thead,tfoot,tbo=
dy,abbr,blockquote,...
>=20
> Jeff
>=20
> On Apr 1, 2014, at 4:02 AM, Justin Carter <[email protected]> wro=
te:
>=20
>> I can confirm this problem is happening on CF10 Update 11:
>>=20
>> Operating System	Windows 7 6.1 (amd64)
>> Java Version	1.7.0_15-b03
>> CFML Engine	 ColdFusion Server 10,0,11,285437
>> Database	Microsoft SQL Server Microsoft SQL Server 2008 R2 - 10.50.1600.=
1
>> Database Driver	4.2.1.026258 (F044269.U015818)
>>=20
>> It looks like there is a JSON deserialization bug that is only affecting=
 CF10 - we'll have to come up with some kind of workaround.
>>=20
>>=20
>> cheers,
>> Justin
>>=20
>> --
>> Justin Carter
>> http://www.madfellas.com/blog
>> http://twitter.com/justincarter
>>=20
>>=20
>> On Tue, Apr 1, 2014 at 6:33 PM, Jeff Coughlin <[email protected]> wr=
ote:
>> CF10 Patch13 (currently running on my mac) [ColdFusion10/cfusion/lib/upd=
ates/chf10000013.jar].  I just tried to save it as "C:\Program Files\Tortoi=
seSVN\bin\svn.exe" and when I come back I see the following in firefox:
>> <PastedGraphic-1.png>
>>=20
>>=20
>> My settings are:
>>=20
>> Operating System	Mac OS X 10.9.2 (x86_64)
>> Java Version	1.7.0_17-b02
>> CFML Engine	 ColdFusion Server 10,0,13,287689
>> Database	Microsoft SQL Server Microsoft SQL Server 2012 - 11.0.3000.0
>> Database Driver	4.2.1.026258 (F044269.U015818)
>>=20
>>=20
>> Jeff
>>=20
>> On Apr 1, 2014, at 3:23 AM, Justin Carter <[email protected]> wr=
ote:
>>=20
>>> Jeff, are you using CF10? Which patch level are you at?
>>>=20
>>>=20
>>> Currently working for me on:
>>>=20
>>> Operating System	Windows 7 6.1 (amd64)
>>> Java Version	1.6.0_17-b04
>>> CFML Engine	 ColdFusion Server 9,0,1,274733
>>> Database	Microsoft SQL Server Microsoft SQL Server 2008 R2 - 10.50.1600=
.1
>>> Database Driver	4.1.024320 (042118.014905)
>>>=20
>>> And:
>>>=20
>>> Operating System	Windows 7 6.1 (amd64)
>>> Java Version	1.7.0_45-b18
>>> CFML Engine	 Railo 4.1.2.005 (final) (Compatible 10,0,0,0) 					 			=09
>>> Database	Microsoft SQL Server 10.50.1600
>>> Database Driver	4.0.2206.100
>>>=20
>>>=20
>>> I've got a local CF10 Update 11 instance, just setting up a new site on=
 it to test.
>>>=20
>>>=20
>>> cheers,
>>> Justin
>>>=20
>>>=20
>>>=20
>>>=20
>>> On Tue, Apr 1, 2014 at 6:11 PM, Geoff Bowers <[email protected]> wro=
te:
>>> Folks,
>>>=20
>>> On 1 April 2014 18:01, Jeff Coughlin <[email protected]> wrote:
>>> No, I had this problem too a week ago.  I forgot to log a bug and just =
manually fixed the slashes (plus I was on *nix anyway, so I had to change t=
hem regardless).  Depending on the browser I use, it either shows up as a l=
ittle box like that or a question mark.
>>>=20
>>> Works fine on the following specs:=20
>>>=20
>>> Operating System: Linux 3.2.2 (amd64)
>>> Java Version: 1.7.0_25-b15
>>> CFML Engine: Railo 4.1.2.005 (final) (Compatible 10,0,0,0)
>>> Database: MySQL 5.5.32-log
>>> Database: Drivermysql-connector-java-5.1.25 ( Revision: ${bzr.revision-=
id} )
>>>=20
>>> Can you go to ADMIN > General > Sys Info and let us know what you're ru=
nning on a system that generates an error with JSON serialisation?
>>>=20
>>> Many thanks,
>>>=20
>>> GB
>>=20
>>=20
>> --=20
>> You received this message cos you are subscribed to "farcry-dev" Google =
group.
>> To post, email: farcry-dev-/[email protected]
>> To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
>> For more options: http://groups.google.com/group/farcry-dev
>> --------------------------------
>> Follow us on Twitter: http://twitter.com/farcry
>> ---=20
>> You received this message because you are subscribed to the Google Group=
s "farcry-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send a=
n email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>> For more options, visit https://groups.google.com/d/optout.
>>=20
>>=20
>> --=20
>> You received this message cos you are subscribed to "farcry-dev" Google =
group.
>> To post, email: farcry-dev-/[email protected]
>> To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
>> For more options: http://groups.google.com/group/farcry-dev
>> --------------------------------
>> Follow us on Twitter: http://twitter.com/farcry
>> ---=20
>> You received this message because you are subscribed to the Google Group=
s "farcry-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send a=
n email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
>> For more options, visit https://groups.google.com/d/optout.
>=20
>=20
> --=20
> You received this message cos you are subscribed to "farcry-dev" Google g=
roup.
> To post, email: farcry-dev-/[email protected]
> To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
> ---=20
> You received this message because you are subscribed to the Google Groups=
 "farcry-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an=
 email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
> For more options, visit https://groups.google.com/d/optout.
>=20
> --=20
> You received this message cos you are subscribed to "farcry-dev" Google g=
roup.
> To post, email: farcry-dev-/[email protected]
> To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
> ---=20
> You received this message because you are subscribed to the Google Groups=
 "farcry-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an=
 email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
> For more options, visit https://groups.google.com/d/optout.

--=20
You received this message cos you are subscribed to "farcry-dev" Google gro=
up.
To post, email: farcry-dev-/[email protected]
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---=20
You received this message because you are subscribed to the Google Groups "=
farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/d/optout.

--Apple-Mail=_585700E8-2CD1-455C-8632-5CE4BF4FC845
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=ISO-8859-1

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html charset=
=3Diso-8859-1"></head><body style=3D"word-wrap: break-word; -webkit-nbsp-mo=
de: space; -webkit-line-break: after-white-space;">Okay, thanks<div><br><di=
v style=3D""><div>On Apr 1, 2014, at 4:20 AM, Justin Carter &lt;<a href=3D"=
mailto:[email protected]">[email protected]</a>&gt; wrote:<=
/div><br class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><p d=
ir=3D"ltr">Yep, it does suck... The data in the db looked fine, so the seri=
alization is all good. I'm on the train on my mobile so I can't do much abo=
ut it right now, but I'm wondering if it's the ESAPI methods in CF10 that a=
re doing some weird escaping. Railo supports the same methods and it seems =
to be fine... I'll have to test it further tomorrow.</p><p dir=3D"ltr">Chee=
rs,<br>
Justin</p>
<div class=3D"gmail_quote">On 01/04/2014 7:10 PM, "Jeff Coughlin" &lt;<a hr=
ef=3D"mailto:[email protected]">[email protected]</a>&gt; wrote:<br=
 type=3D"attribution"><blockquote class=3D"gmail_quote" style=3D"margin:0 0=
 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style=3D"word-wrap:break-word"><div>I'm now on a Windows server (produ=
ction) and am trying to edit the TinyMCE config (CF10. &nbsp;update 12). &n=
bsp;When I save the config (even an empty config) I get the following error=
 which I believe is the same error as Mark. &nbsp;Unfortunately this kinda =
sucks for me because I was tasked to deploy FarCry 7 in production for this=
 client tonight =3D\. &nbsp;Other configs give similar errors. &nbsp;Some d=
on't.</div>
<div><br></div><div>JSON parsing failure: Expected ',' or '}' at character =
174:'a' in=20
{"ownedby":"","typename":"configTinyMCE","createdby":"","lastupdatedby":"",=
"datetimecreated":"","lockedBy":"","datetimelastupdated":"","label":"","tin=
yMCE_config":"theme
 : "advanced",
plugins :=20
"farcrycontenttemplates,spellchecker,pagebreak,style,layer,table,save,advhr=
,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,medi=
a,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditab=
le,visualchars,nonbreaking,xhtmlxtras,template",

theme_advanced_buttons2_add :=20
"separator,spellchecker,farcrycontenttemplates",
theme_advanced_buttons3_add_before : "tablecontrols,separator",    =20
theme_advanced_buttons3_add :=20
"separator,fullscreen,pasteword,pastetext",      =20
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
theme_advanced_resize_horizontal : true,
theme_advanced_resizing : true,
theme_advanced_resizing_use_cookie : false,
extended_valid_elements:=20
"code,colgroup,col,thead,tfoot,tbody,abbr,blockquote,...</div><div><br></di=
v><div>Jeff</div><br><div><div>On Apr 1, 2014, at 4:02 AM, Justin Carter &l=
t;<a href=3D"mailto:[email protected]" target=3D"_blank">justin.w.c=
[email protected]</a>&gt; wrote:</div>
<br><blockquote type=3D"cite"><div dir=3D"ltr"><div>I can confirm this prob=
lem is happening on CF10 Update 11:</div><br><div><table><tbody><tr><td>Ope=
rating System</td>
				<td>Windows 7 6.1 (amd64)</td>
			</tr>
			<tr>
				<td>Java Version</td>
				<td>1.7.0_15-b03</td>
			</tr>
			<tr>
				<td>CFML Engine</td>
				<td>
					ColdFusion Server 10,0,11,285437=20
				</td>
			</tr>
			<tr>
				<td>Database</td>
				<td>Microsoft SQL Server Microsoft SQL Server 2008 R2 - 10.50.1600.1</t=
d>
			</tr>
			<tr>
				<td>Database Driver</td>
				<td>4.2.1.026258 (F044269.U015818)</td></tr></tbody></table></div><div>=
<br></div><div>It looks like there is a JSON deserialization bug that is on=
ly affecting CF10 - we'll have to come up with some kind of workaround.</di=
v>

<div><br></div></div><div class=3D"gmail_extra"><br clear=3D"all"><div>chee=
rs,<br>Justin<br><br>--<br>Justin Carter<br><a href=3D"http://www.madfellas=
.com/blog" target=3D"_blank">http://www.madfellas.com/blog</a><br><a href=
=3D"http://twitter.com/justincarter" target=3D"_blank">http://twitter.com/j=
ustincarter</a><br>

</div>
<br><br><div class=3D"gmail_quote">On Tue, Apr 1, 2014 at 6:33 PM, Jeff Cou=
ghlin <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt;</span> wrote:<br><blockquote clas=
s=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;pad=
ding-left:1ex">

<div style=3D"word-wrap:break-word"><div>CF10 Patch13 (currently running on=
 my mac) [ColdFusion10/cfusion/lib/updates/chf10000013.jar]. &nbsp;I just t=
ried to save it as "C:\Program Files\TortoiseSVN\bin\svn.exe" and when I co=
me back I see the following in firefox:</div>

<div><span>&lt;PastedGraphic-1.png&gt;</span></div><div><br></div><div><br>=
</div><div>My settings are:</div><div><br></div><div><table><tbody><tr><td>=
Operating System</td>
				<td>Mac OS X 10.9.2 (x86_64)</td>
			</tr>
			<tr>
				<td>Java Version</td>
				<td>1.7.0_17-b02</td>
			</tr>
			<tr>
				<td>CFML Engine</td>
				<td>
					ColdFusion Server 10,0,13,287689=20
				</td>
			</tr>
			<tr>
				<td>Database</td>
				<td>Microsoft SQL Server Microsoft SQL Server 2012 - 11.0.3000.0</td>
			</tr>
			<tr>
				<td>Database Driver</td>
				<td>4.2.1.026258 (F044269.U015818)</td></tr></tbody></table></div><span=
><font color=3D"#888888"><div><br></div><div><br></div><div>Jeff</div></fon=
t></span><div><br><div><div>On Apr 1, 2014, at 3:23 AM, Justin Carter &lt;<=
a href=3D"mailto:[email protected]" target=3D"_blank">justin.w.cart=
[email protected]</a>&gt; wrote:</div>

<br><blockquote type=3D"cite"><div dir=3D"ltr"><div>Jeff, are you using CF1=
0? Which patch level are you at?</div><div><br></div><div><br></div>Current=
ly working for me on:<div><br></div><div><table><tbody><tr><td>Operating Sy=
stem</td>


				<td>Windows 7 6.1 (amd64)</td>
			</tr>
			<tr>
				<td>Java Version</td>
				<td>1.6.0_17-b04</td>
			</tr>
			<tr>
				<td>CFML Engine</td>
				<td>
					ColdFusion Server 9,0,1,274733=20
				</td>
			</tr>
			<tr>
				<td>Database</td>
				<td>Microsoft SQL Server Microsoft SQL Server 2008 R2 - 10.50.1600.1</t=
d>
			</tr>
			<tr>
				<td>Database Driver</td>
				<td>4.1.024320 (042118.014905)<br></td></tr></tbody></table></div><div =
class=3D"gmail_extra"><br clear=3D"all"><div>And:</div><div><br></div><div>=
<table><tbody><tr><td>Operating System</td>
				<td>Windows 7 6.1 (amd64)</td>
			</tr>
			<tr>
				<td>Java Version</td>
				<td>1.7.0_45-b18</td>
			</tr>
			<tr>
				<td>CFML Engine</td>
				<td>
				=09
						Railo 4.1.2.005 (final) (Compatible 10,0,0,0)
				=09
				</td>
			</tr>
			<tr>
				<td>Database</td>
				<td>Microsoft SQL Server 10.50.1600</td>
			</tr>
			<tr>
				<td>Database Driver</td>
				<td>4.0.2206.100</td></tr></tbody></table></div><div><br></div><div><br=
></div><div>I've got a local CF10 Update 11 instance, just setting up a new=
 site on it to test.</div><div><br></div><div><br></div><div>cheers,<br>


Justin<br><br><br></div>
<br><br><div class=3D"gmail_quote">On Tue, Apr 1, 2014 at 6:11 PM, Geoff Bo=
wers <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt;</span> wrote:<br><blockquote class=
=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;bo=
rder-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div dir=3D"ltr"><div class=3D"gmail_extra">Folks,</div><div class=3D"gmail=
_extra"><br><div class=3D"gmail_quote"><div>On 1 April 2014 18:01, Jeff Cou=
ghlin <span dir=3D"ltr">&lt;<a href=3D"mailto:[email protected]" target=
=3D"_blank">[email protected]</a>&gt;</span> wrote:<br>




<blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-=
left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;p=
adding-left:1ex">No, I had this problem too a week ago. &nbsp;I forgot to l=
og a bug and just manually fixed the slashes (plus I was on *nix anyway, so=
 I had to change them regardless). &nbsp;Depending on the browser I use, it=
 either shows up as a little box like that or a question mark.</blockquote>




<div><br></div></div>Works fine on the following specs: <br><br>Operating S=
ystem: Linux 3.2.2 (amd64)<br>Java Version: 1.7.0_25-b15<br>CFML Engine: Ra=
ilo 4.1.2.005 (final) (Compatible 10,0,0,0)<br>Database: MySQL 5.5.32-log<b=
r>



Database: Drivermysql-connector-java-5.1.25 ( Revision: ${bzr.revision-id} =
)</div><div class=3D"gmail_quote"><br></div><div class=3D"gmail_quote">Can =
you go to ADMIN &gt; General &gt; Sys Info and let us know what you're runn=
ing on a system that generates an error with JSON serialisation?</div>



<div class=3D"gmail_quote"><br></div><div class=3D"gmail_quote">Many thanks=
,</div><div class=3D"gmail_quote"><br></div><div class=3D"gmail_quote">GB</=
div></div></div></blockquote></div></div></div></blockquote></div></div>

</div><div><div><br></div>

-- <br>
You received this message cos you are subscribed to "farcry-dev" Google gro=
up.<br>
To post, email: <a href=3D"mailto:farcry-dev-/[email protected]" target=3D"_b=
lank">farcry-dev-/[email protected]</a><br>
To unsubscribe, email: <a href=3D"mailto:farcry-dev%2Bunsubscribe@googlegro=
ups.com" target=3D"_blank">farcry-dev+unsubscribe-/[email protected]</a><br>
For more options: <a href=3D"http://groups.google.com/group/farcry-dev" tar=
get=3D"_blank">http://groups.google.com/group/farcry-dev</a><br>
--------------------------------<br>
Follow us on Twitter: <a href=3D"http://twitter.com/farcry" target=3D"_blan=
k">http://twitter.com/farcry</a><br>
--- <br>
You received this message because you are subscribed to the Google Groups "=
farcry-dev" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:farcry-dev+unsubscribe-/[email protected]" target=
=3D"_blank">farcry-dev+unsubscribe-/[email protected]</a>.<br>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</div></blockquote></div><br></div><div><br></div>

-- <br>
You received this message cos you are subscribed to "farcry-dev" Google gro=
up.<br>
To post, email: <a href=3D"mailto:farcry-dev-/[email protected]" target=3D"_b=
lank">farcry-dev-/[email protected]</a><br>
To unsubscribe, email: <a href=3D"mailto:farcry-dev+unsubscribe@googlegroup=
s.com" target=3D"_blank">farcry-dev+unsubscribe-/[email protected]</a><br>
For more options: <a href=3D"http://groups.google.com/group/farcry-dev" tar=
get=3D"_blank">http://groups.google.com/group/farcry-dev</a><br>
--------------------------------<br>
Follow us on Twitter: <a href=3D"http://twitter.com/farcry" target=3D"_blan=
k">http://twitter.com/farcry</a><br>
--- <br>
You received this message because you are subscribed to the Google Groups "=
farcry-dev" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:farcry-dev+unsubscribe-/[email protected]" target=
=3D"_blank">farcry-dev+unsubscribe-/[email protected]</a>.<br>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div><br></div><div><br class=3D"webkit-block-placeholder"></=
div>

-- <br>
You received this message cos you are subscribed to "farcry-dev" Google gro=
up.<br>
To post, email: <a href=3D"mailto:farcry-dev-/[email protected]" target=3D"_b=
lank">farcry-dev-/[email protected]</a><br>
To unsubscribe, email: <a href=3D"mailto:farcry-dev%2Bunsubscribe@googlegro=
ups.com" target=3D"_blank">farcry-dev+unsubscribe-/[email protected]</a><br>
For more options: <a href=3D"http://groups.google.com/group/farcry-dev" tar=
get=3D"_blank">http://groups.google.com/group/farcry-dev</a><br>
--------------------------------<br>
Follow us on Twitter: <a href=3D"http://twitter.com/farcry" target=3D"_blan=
k">http://twitter.com/farcry</a><br>
--- <br>
You received this message because you are subscribed to the Google Groups "=
farcry-dev" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:farcry-dev+unsubscribe-/[email protected]" target=
=3D"_blank">farcry-dev+unsubscribe-/[email protected]</a>.<br>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank">https://groups.google.com/d/optout</a>.<br>
</blockquote></div><div><br class=3D"webkit-block-placeholder"></div>

-- <br>
You received this message cos you are subscribed to "farcry-dev" Google gro=
up.<br>
To post, email: <a href=3D"mailto:farcry-dev-/[email protected]">farcry-dev@g=
ooglegroups.com</a><br>
To unsubscribe, email: <a href=3D"mailto:farcry-dev+unsubscribe@googlegroup=
s.com">farcry-dev+unsubscribe-/[email protected]</a><br>
For more options: <a href=3D"http://groups.google.com/group/farcry-dev">htt=
p://groups.google.com/group/farcry-dev</a><br>
--------------------------------<br>
Follow us on Twitter: <a href=3D"http://twitter.com/farcry">http://twitter.=
com/farcry</a><br>
--- <br>
You received this message because you are subscribed to the Google Groups "=
farcry-dev" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:farcry-dev+unsubscribe-/[email protected]">farcry-d=
ev+unsubscribe-/[email protected]</a>.<br>
For more options, visit <a href=3D"https://groups.google.com/d/optout">http=
s://groups.google.com/d/optout</a>.<br>
</blockquote></div><br></div></body></html>

<p></p>

-- <br />
You received this message cos you are subscribed to &quot;farcry-dev&quot; =
Google group.<br />
To post, email: farcry-dev-/[email protected]<br />
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]<br />
For more options: <a href=3D"http://groups.google.com/group/farcry-dev">htt=
p://groups.google.com/group/farcry-dev</a><br />
--------------------------------<br />
Follow us on Twitter: <a href=3D"http://twitter.com/farcry">http://twitter.=
com/farcry</a><br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;farcry-dev&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:farcry-dev+unsubscribe-/[email protected]">farcry-d=
ev+unsubscribe-/[email protected]</a>.<br />
For more options, visit <a href=3D"https://groups.google.com/d/optout">http=
s://groups.google.com/d/optout</a>.<br />

--Apple-Mail=_585700E8-2CD1-455C-8632-5CE4BF4FC845--