Discussion:
FarCry SHINY Release Candidate
Ashwani Singh
2014-02-12 14:22:40 UTC
Permalink
Hi Justin,

In farcry\core\tags\formtools\objectadmin.cfm



I passed attributes.bPaginateTop=1, still I can't see pagination on
top as *top="false"
*hardcoded can you please look into?
<skin:pagination
paginationID="#attributes.typename#"
qRecordSet="#stRecordset.q#"
typename="#attributes.typename#"
totalRecords="#stRecordset.countAll#"
currentPage="#stRecordset.currentPage#"
Step="1"
pageLinks="#attributes.numPageDisplay#"
recordsPerPage="#stRecordset.recordsPerPage#"
submissionType="form"
oddRowClass="alt"
evenRowClass=""
r_stObject="st"
*top="false"*
bDisplayTotalRecords="#attributes.bDisplayTotalRecords#">
Hi Justin,
Working fine now thx.
Thanks, I've pushed a fix for this to trunk. Please let me know if you
still have any issues :)
cheers,
Justin
--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Hi Justin,
I found issue for multilingual text when navigation refresh in Ajax
mode .
For example this is my local url
http://localhost/webtop/index.cfm?typename=dmNavigation&objectid=E689D721-B6C9-605B-DE1D813E4CDA3339&view=webtopTreeChildRows
&ajaxmode=1&responsetype=json&relativenlevel=0&bReloadBranch=true&
bLoadRoot=true&bLoadCollapsed=false&
bLoadLeafNodes=true&bRenderTreeOnly=false&expandTo=
I think this code need to change ?
farcry\core\webskin\dmNavigation\webtopTreeChildRows.cfm
Line no 386
<cfcontent reset="true" type="application/json">
Replace with
<cfcontent reset="true" type="application/json *charset=utf-8*">
--
You received this message cos you are subscribed to "farcry-dev" Google
group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Justin Carter
2014-02-13 20:07:11 UTC
Permalink
I pushed a fix for this last night, let me know if you still have problems
:)
Post by Ashwani Singh
Hi Justin,
In farcry\core\tags\formtools\objectadmin.cfm
I passed attributes.bPaginateTop=1, still I can't see pagination on top as *top="false"
*hardcoded can you please look into?
<skin:pagination
paginationID="#attributes.typename#"
qRecordSet="#stRecordset.q#"
typename="#attributes.typename#"
totalRecords="#stRecordset.countAll#"
currentPage="#stRecordset.currentPage#"
Step="1"
pageLinks="#attributes.numPageDisplay#"
recordsPerPage="#stRecordset.recordsPerPage#"
submissionType="form"
oddRowClass="alt"
evenRowClass=""
r_stObject="st"
*top="false"*
bDisplayTotalRecords="#attributes.bDisplayTotalRecords#">
Post by Ashwani Singh
Hi Justin,
Working fine now thx.
Thanks, I've pushed a fix for this to trunk. Please let me know if you
still have any issues :)
cheers,
Justin
--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Post by Ashwani Singh
Hi Justin,
I found issue for multilingual text when navigation refresh in Ajax
mode .
For example this is my local url
http://localhost/webtop/index.cfm?typename=dmNavigation&objectid=E689D721-B6C9-605B-DE1D813E4CDA3339&view=webtopTreeChildRows
&ajaxmode=1&responsetype=json&relativenlevel=0&bReloadBranch=true&
bLoadRoot=true&bLoadCollapsed=false&
bLoadLeafNodes=true&bRenderTreeOnly=false&expandTo=
I think this code need to change ?
farcry\core\webskin\dmNavigation\webtopTreeChildRows.cfm
Line no 386
<cfcontent reset="true" type="application/json">
Replace with
<cfcontent reset="true" type="application/json *charset=utf-8*">
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Ashwani Singh
2014-02-13 20:53:40 UTC
Permalink
thanks Justin pagination working fine now but SEO UI still broken
Post by Justin Carter
I pushed a fix for this last night, let me know if you still have problems
:)
Post by Ashwani Singh
Hi Justin,
In farcry\core\tags\formtools\objectadmin.cfm
I passed attributes.bPaginateTop=1, still I can't see pagination on top
as *top="false" *hardcoded can you please look into?
<skin:pagination
paginationID="#attributes.typename#"
qRecordSet="#stRecordset.q#"
typename="#attributes.typename#"
totalRecords="#stRecordset.countAll#"
currentPage="#stRecordset.currentPage#"
Step="1"
pageLinks="#attributes.numPageDisplay#"
recordsPerPage="#stRecordset.recordsPerPage#"
submissionType="form"
oddRowClass="alt"
evenRowClass=""
r_stObject="st"
*top="false"*
bDisplayTotalRecords="#attributes.bDisplayTotalRecords#">
Post by Ashwani Singh
Hi Justin,
Working fine now thx.
On Thu, Feb 6, 2014 at 10:04 PM, Justin Carter <
Thanks, I've pushed a fix for this to trunk. Please let me know if you
still have any issues :)
cheers,
Justin
--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Post by Ashwani Singh
Hi Justin,
I found issue for multilingual text when navigation refresh in Ajax
mode .
For example this is my local url
http://localhost/webtop/index.cfm?typename=dmNavigation&objectid=E689D721-B6C9-605B-DE1D813E4CDA3339&view=webtopTreeChildRows
&ajaxmode=1&responsetype=json&relativenlevel=0&bReloadBranch=true&
bLoadRoot=true&bLoadCollapsed=false&
bLoadLeafNodes=true&bRenderTreeOnly=false&expandTo=
I think this code need to change ?
farcry\core\webskin\dmNavigation\webtopTreeChildRows.cfm
Line no 386
<cfcontent reset="true" type="application/json">
Replace with
<cfcontent reset="true" type="application/json *charset=utf-8*">
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Pat Moody
2014-02-15 00:35:00 UTC
Permalink
Hi Geoff,

Many thanks for this update. I've downloaded the latest from github but
have bumped into a few problems.

The install appeared to complete successfully. If I try to view the web
site it It appears that the chelsea config folder needs to be copied one
level below the web root so that farcryConstructor.cfm in the root can
reference ../config/_serverSpecificConstructor.cfm (Copying the config
folder there seems to overcome that issue). When I try to login I get the
message of not enough permissions without being prompted for login details.
When I try to view the site I get a "Problem loading page message" with -
The page isn't redirecting properly, Firefox has detected that the server
is redirecting the request for this address in a way that will never
complete. On viewing the debug info on the install complete page there are
a number of tables that have failed on insert. I can give you a list of
these if you want.

I am using Railo 4.1.2.005 final on a Windows 8 platform. MySQL 5.6

Cheers
Pat
Folks,
http://org.farcrycore.s3.amazonaws.com/shiny/farcry-chelsea-7-0-0-RC.zip
If you drop this into the webroot of a ColdFusion/Railo installation it
http://yourhost/farcry/core/webtop/install
You will need to set up a blank database (H2, mySQL or MSSQL) and DSN;
then cross your fingers.
If you need a simple disposable install, just download the latest Railo
Express direct from http://www.getrailo.org/index.cfm/download/ and drop
the installer into the webroot. Railo Express can leverage its built in H2
file database as that's fully supported :)
Let us know how you go :)
-- geoff
http://www.daemon.com.au/
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Justin Carter
2014-02-15 01:05:12 UTC
Permalink
Hi Pat,

If you delete the line that contains the <cfinclude> in the
farcryConstructor.cfm then it should resolve your first issue, however if
some tables aren't being created on MySQL 5.6 then that's a problem. Can
you paste the debug info to the list if not not too long? (Otherwise feel
free to email me directly).

I'll do an install now on MySQL 5.6 and see if I have the same issue.

cheers,
Justin


cheers,
Justin

--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Post by Pat Moody
Hi Geoff,
Many thanks for this update. I've downloaded the latest from github but
have bumped into a few problems.
The install appeared to complete successfully. If I try to view the web
site it It appears that the chelsea config folder needs to be copied one
level below the web root so that farcryConstructor.cfm in the root can
reference ../config/_serverSpecificConstructor.cfm (Copying the config
folder there seems to overcome that issue). When I try to login I get the
message of not enough permissions without being prompted for login details.
When I try to view the site I get a "Problem loading page message" with -
The page isn't redirecting properly, Firefox has detected that the server
is redirecting the request for this address in a way that will never
complete. On viewing the debug info on the install complete page there are
a number of tables that have failed on insert. I can give you a list of
these if you want.
I am using Railo 4.1.2.005 final on a Windows 8 platform. MySQL 5.6
Cheers
Pat
Folks,
http://org.farcrycore.s3.amazonaws.com/shiny/farcry-
chelsea-7-0-0-RC.zip
If you drop this into the webroot of a ColdFusion/Railo installation it
http://yourhost/farcry/core/webtop/install
You will need to set up a blank database (H2, mySQL or MSSQL) and DSN;
then cross your fingers.
If you need a simple disposable install, just download the latest Railo
Express direct from http://www.getrailo.org/index.cfm/download/ and drop
the installer into the webroot. Railo Express can leverage its built in H2
file database as that's fully supported :)
Let us know how you go :)
-- geoff
http://www.daemon.com.au/
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Justin Carter
2014-02-15 02:40:38 UTC
Permalink
I've tracked down Pat's issue.

For those installing on MySQL, be aware that you'll need to allow multiple
queries in your MySQL DSN settings on Railo, e.g.

Allow multiple Queries true false
Allow the use of ";" to delimit multiple queries during one statement

cheers,
Justin
Post by Pat Moody
Hi Geoff,
Many thanks for this update. I've downloaded the latest from github but
have bumped into a few problems.
The install appeared to complete successfully. If I try to view the web
site it It appears that the chelsea config folder needs to be copied one
level below the web root so that farcryConstructor.cfm in the root can
reference ../config/_serverSpecificConstructor.cfm (Copying the config
folder there seems to overcome that issue). When I try to login I get the
message of not enough permissions without being prompted for login details.
When I try to view the site I get a "Problem loading page message" with -
The page isn't redirecting properly, Firefox has detected that the server
is redirecting the request for this address in a way that will never
complete. On viewing the debug info on the install complete page there are
a number of tables that have failed on insert. I can give you a list of
these if you want.
I am using Railo 4.1.2.005 final on a Windows 8 platform. MySQL 5.6
Cheers
Pat
Folks,
http://org.farcrycore.s3.amazonaws.com/shiny/farcry-chelsea-7-0-0-RC.zip
If you drop this into the webroot of a ColdFusion/Railo installation it
http://yourhost/farcry/core/webtop/install
You will need to set up a blank database (H2, mySQL or MSSQL) and DSN;
then cross your fingers.
If you need a simple disposable install, just download the latest Railo
Express direct from http://www.getrailo.org/index.cfm/download/ and drop
the installer into the webroot. Railo Express can leverage its built in H2
file database as that's fully supported :)
Let us know how you go :)
-- geoff
http://www.daemon.com.au/
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Pat Moody
2014-02-19 07:39:45 UTC
Permalink
Hi all - I have to say that this release is looking pretty impressive and
solid! The Chelsea theme is pretty cool. Thanks for your assistance on the
weekend Justin.
Post by Justin Carter
I've tracked down Pat's issue.
For those installing on MySQL, be aware that you'll need to allow multiple
queries in your MySQL DSN settings on Railo, e.g.
Allow multiple Queries true false
Allow the use of ";" to delimit multiple queries during one statement
cheers,
Justin
Post by Pat Moody
Hi Geoff,
Many thanks for this update. I've downloaded the latest from github but
have bumped into a few problems.
The install appeared to complete successfully. If I try to view the web
site it It appears that the chelsea config folder needs to be copied one
level below the web root so that farcryConstructor.cfm in the root can
reference ../config/_serverSpecificConstructor.cfm (Copying the config
folder there seems to overcome that issue). When I try to login I get the
message of not enough permissions without being prompted for login details.
When I try to view the site I get a "Problem loading page message" with -
The page isn't redirecting properly, Firefox has detected that the server
is redirecting the request for this address in a way that will never
complete. On viewing the debug info on the install complete page there are
a number of tables that have failed on insert. I can give you a list of
these if you want.
I am using Railo 4.1.2.005 final on a Windows 8 platform. MySQL 5.6
Cheers
Pat
Folks,
http://org.farcrycore.s3.amazonaws.com/shiny/farcry-chelsea-7-0-0-RC.zip
If you drop this into the webroot of a ColdFusion/Railo installation it
http://yourhost/farcry/core/webtop/install
You will need to set up a blank database (H2, mySQL or MSSQL) and DSN;
then cross your fingers.
If you need a simple disposable install, just download the latest Railo
Express direct from http://www.getrailo.org/index.cfm/download/ and
drop the installer into the webroot. Railo Express can leverage its built
in H2 file database as that's fully supported :)
Let us know how you go :)
-- geoff
http://www.daemon.com.au/
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Justin Carter
2014-02-19 08:18:27 UTC
Permalink
Thanks, good to hear you got it going Pat :)
Post by Pat Moody
Hi all - I have to say that this release is looking pretty impressive and
solid! The Chelsea theme is pretty cool. Thanks for your assistance on the
weekend Justin.
Post by Justin Carter
I've tracked down Pat's issue.
For those installing on MySQL, be aware that you'll need to allow
multiple queries in your MySQL DSN settings on Railo, e.g.
Allow multiple Queries true false
Allow the use of ";" to delimit multiple queries during one statement
cheers,
Justin
Post by Pat Moody
Hi Geoff,
Many thanks for this update. I've downloaded the latest from github but
have bumped into a few problems.
The install appeared to complete successfully. If I try to view the web
site it It appears that the chelsea config folder needs to be copied one
level below the web root so that farcryConstructor.cfm in the root can
reference ../config/_serverSpecificConstructor.cfm (Copying the config
folder there seems to overcome that issue). When I try to login I get the
message of not enough permissions without being prompted for login details.
When I try to view the site I get a "Problem loading page message" with -
The page isn't redirecting properly, Firefox has detected that the server
is redirecting the request for this address in a way that will never
complete. On viewing the debug info on the install complete page there are
a number of tables that have failed on insert. I can give you a list of
these if you want.
I am using Railo 4.1.2.005 final on a Windows 8 platform. MySQL 5.6
Cheers
Pat
Folks,
http://org.farcrycore.s3.amazonaws.com/shiny/farcry-
chelsea-7-0-0-RC.zip
If you drop this into the webroot of a ColdFusion/Railo installation it
http://yourhost/farcry/core/webtop/install
You will need to set up a blank database (H2, mySQL or MSSQL) and DSN;
then cross your fingers.
If you need a simple disposable install, just download the latest Railo
Express direct from http://www.getrailo.org/index.cfm/download/ and
drop the installer into the webroot. Railo Express can leverage its built
in H2 file database as that's fully supported :)
Let us know how you go :)
-- geoff
http://www.daemon.com.au/
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Ashwani Singh
2014-02-12 15:07:11 UTC
Permalink
Hi Justin,

Found another SEO UI issue.

Please find attached screen shot
Post by Ashwani Singh
Hi Justin,
In farcry\core\tags\formtools\objectadmin.cfm
I passed attributes.bPaginateTop=1, still I can't see pagination on top as *top="false"
*hardcoded can you please look into?
<skin:pagination
paginationID="#attributes.typename#"
qRecordSet="#stRecordset.q#"
typename="#attributes.typename#"
totalRecords="#stRecordset.countAll#"
currentPage="#stRecordset.currentPage#"
Step="1"
pageLinks="#attributes.numPageDisplay#"
recordsPerPage="#stRecordset.recordsPerPage#"
submissionType="form"
oddRowClass="alt"
evenRowClass=""
r_stObject="st"
*top="false"*
bDisplayTotalRecords="#attributes.bDisplayTotalRecords#">
Post by Ashwani Singh
Hi Justin,
Working fine now thx.
Thanks, I've pushed a fix for this to trunk. Please let me know if you
still have any issues :)
cheers,
Justin
--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Post by Ashwani Singh
Hi Justin,
I found issue for multilingual text when navigation refresh in Ajax
mode .
For example this is my local url
http://localhost/webtop/index.cfm?typename=dmNavigation&objectid=E689D721-B6C9-605B-DE1D813E4CDA3339&view=webtopTreeChildRows
&ajaxmode=1&responsetype=json&relativenlevel=0&bReloadBranch=true&
bLoadRoot=true&bLoadCollapsed=false&
bLoadLeafNodes=true&bRenderTreeOnly=false&expandTo=
I think this code need to change ?
farcry\core\webskin\dmNavigation\webtopTreeChildRows.cfm
Line no 386
<cfcontent reset="true" type="application/json">
Replace with
<cfcontent reset="true" type="application/json *charset=utf-8*">
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Justin Carter
2014-02-15 03:07:18 UTC
Permalink
Thanks Ashwani, I've pushed a fix for that now :)

cheers,
Justin

--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Post by Ashwani Singh
Hi Justin,
Found another SEO UI issue.
Please find attached screen shot
Post by Ashwani Singh
Hi Justin,
In farcry\core\tags\formtools\objectadmin.cfm
I passed attributes.bPaginateTop=1, still I can't see pagination on top
as *top="false" *hardcoded can you please look into?
<skin:pagination
paginationID="#attributes.typename#"
qRecordSet="#stRecordset.q#"
typename="#attributes.typename#"
totalRecords="#stRecordset.countAll#"
currentPage="#stRecordset.currentPage#"
Step="1"
pageLinks="#attributes.numPageDisplay#"
recordsPerPage="#stRecordset.recordsPerPage#"
submissionType="form"
oddRowClass="alt"
evenRowClass=""
r_stObject="st"
*top="false"*
bDisplayTotalRecords="#attributes.bDisplayTotalRecords#">
Post by Ashwani Singh
Hi Justin,
Working fine now thx.
On Thu, Feb 6, 2014 at 10:04 PM, Justin Carter <
Thanks, I've pushed a fix for this to trunk. Please let me know if you
still have any issues :)
cheers,
Justin
--
Justin Carter
http://www.madfellas.com/blog
http://twitter.com/justincarter
Post by Ashwani Singh
Hi Justin,
I found issue for multilingual text when navigation refresh in Ajax
mode .
For example this is my local url
http://localhost/webtop/index.cfm?typename=dmNavigation&objectid=E689D721-B6C9-605B-DE1D813E4CDA3339&view=webtopTreeChildRows
&ajaxmode=1&responsetype=json&relativenlevel=0&bReloadBranch=true&
bLoadRoot=true&bLoadCollapsed=false&
bLoadLeafNodes=true&bRenderTreeOnly=false&expandTo=
I think this code need to change ?
farcry\core\webskin\dmNavigation\webtopTreeChildRows.cfm
Line no 386
<cfcontent reset="true" type="application/json">
Replace with
<cfcontent reset="true" type="application/json *charset=utf-8*">
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/***@public.gmane.org
To unsubscribe, email: farcry-dev+unsubscribe-/***@public.gmane.org
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
---
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/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...