New Post: XHTML special characters no longer render correctly
So, I've fixed the issue by updating the FixXhtmlFragment method in XhtmlTransformations.asmx to include .Replace(" ", " "); in: private static string FixXhtmlFragment(string...
View ArticleNew Post: Manual Upgrade 3.2 -> 4.0
Hi Sebastiano Can you post here the exception's call stack as well as the source code of Layout.SyncroSystemOneColumn function?
View ArticleNew Post: "Posibility of data corruption detected" when saving any type of...
I'm experiencing an issue in the Composite C1 console when saving data - pages, data types, media, anything that has a form. After editing and saving data the console reloads the form but with all...
View ArticleNew Post: XHTML special characters no longer render correctly
Any chance that it is the viewer you use to view markup which tries to be nice and converts  into  for you? Due to  not being valid XML (since it is a HTML entity) we always get rid of  and never...
View ArticleNew Post: "Posibility of data corruption detected" when saving any type of...
Can you describe your setup? And take a look at traffic using something like Firebug's network traffic monitor? Could sound like something is intercepting/changing posts somehow.
View ArticleNew Post: "Posibility of data corruption detected" when saving any type of...
When I click "save and publish" for a page, the network traffic monitor show a lot of requests including a POST...
View ArticleNew Post: Manual Upgrade 3.2 -> 4.0
I don't know where to see the stack trace, I just get this message on the page Error: Supplied XDocument must have a root named html belonging to the namespace 'http://www.w3.org/1999/xhtml' C1...
View ArticleNew Post: HTML and BODY tags on XhtmlDocument placeholders
I'm trying to migrate old Razor functiond in the new Composite C1 4.0 Razor templates. I migrated an old 3.2 web site, and I tried with success to create a new Razor layout, and to create some Razor...
View ArticleNew Post: Manual Upgrade 3.2 -> 4.0
I don't know where to see the stack trace, I just get this message on the page There's a "Server log" element in the "System" perspective (in C1 4.2, in the earlier versions it is in the top menu) Try...
View ArticleNew Post: HTML and BODY tags on XhtmlDocument placeholders
Is there anything in the log files? Usually the razor functions values inserted as strings, and than parsed as XML and "normalized" - "head" and "body" text are merged in a nice way. It could be that...
View ArticleNew Post: HELP!! Log Files are LITTERED with these "DENIED access to..."...
There could be potential security risks, as that handles is denying requests to most of the files under /Composite for not logged in users.
View ArticleNew Post: HELP!! Log Files are LITTERED with these "DENIED access to..."...
yea I understand the risk, and what I've done is just a temporary solution. I'm not too worried about the riskiness of it though as this install is being used to power a company intranet, so it's...
View ArticleNew Post: Changing Help field for the Media Properties Description
I am needing to change the Help field text for the Media Properties Description textarea. Can anyone tell me where this xml file is located?
View ArticleCreated Unassigned: Composite 4.2 Update: DataType with NON Optinal fields...
After upgrading form Composite 4.1 => 4.2 Update 1 AND updating from XML => SQL.We have a problem with one of our Datatype. This data type has a non optional Image field. If we try to add a new...
View ArticleNew Post: Changing Help field for the Media Properties Description
~\Composite\localization\Composite.Management.en-us.xml - lines 602 through 610
View ArticleNew Post: Visual Editor & Table defaults
Hi, I'm looking for a way to have the bootstrap "table" class automatically applied when a user creates a table. The common.xml doesn't let you configure this. Alternatively, if someone can tell me how...
View ArticleNew Post: New Relic and C1
If there are any users of New Relic here (which i can only highly recommend), you might have notices that the C1 Console doesn't load correctly in IE9/IE10 when the RUM plugin is enabled. I've created...
View ArticleNew Post: Can i call resize from code for an external image?
Hello. I have to show images from twitter, FB and other sites asociated with the company in a Composite Site. I wonder if there is a way to show that images resized using Composite...
View ArticleNew Post: Can i call resize from code for an external image?
If you implement a Media Provider to load in the external images, then you can apply all the resizing using /media(...)?h=100&action=crop since the mediahandler basically wouldn't know if the image...
View ArticleNew Post: Can i call resize from code for an external image?
Thanks. I have to create all that classes for the provider? Or there is a way to use this only...
View Article