Closed Issue: Possible inside tag modification (TidyLib?)? [1521]
This is extended from the closed issue at http://compositec1.codeplex.com/workitem/1461According to the comments, I would like to continue to push for adding compatibility in C1 for nesting divs inside...
View ArticleClosed Issue: Issue with FunctionFilter in trees [1414]
Attached is an xml fragment using a FunctionFilter. If I try to create any kind of child element under the element using a FunctionFilter I get the below two errors...Error 1:The tree...
View ArticleCommented Issue: UserGroupBaseConfiguration package installation error [1635]
Working with the latest full source download and running setup with MasterPages, the second package throws an error in the installation process. The BaseConfiguration.zip package installs without issue...
View ArticleCommented Issue: Should LanguageSwitcher.cshtml use these methods instead?...
(I do not know which thread this should go on but....)Reference: App_Data\Razor\composite\Navigation\LanguageSwitcher.cshtmlCurrently it uses the references from CompositeC1WebPage, but this can result...
View ArticleClosed Issue: Should LanguageSwitcher.cshtml use these methods instead? [1615]
(I do not know which thread this should go on but....)Reference: App_Data\Razor\composite\Navigation\LanguageSwitcher.cshtmlCurrently it uses the references from CompositeC1WebPage, but this can result...
View ArticleNew Post: C1 Packages for >4.0 (Source Code)
I am playing around with the latest Composite Beta and was wondering if the source code for the packages are available? (I only manage to find packaged for the 3.2 release)
View ArticleNew Post: Display C1 site using default browser language
Create a simple HttpModule with an eventhandler for BeginRequest, and in there do the lookup of Browser Language, if a site in C1 with that language exists and if so, do a redirect.
View ArticleNew Post: Checking if a page is browsed from the C1 Console or from a browser...
You're right that there could be some more sophisticated handling of this. Basically what happens is, that the configuration fails to load which in turns results in the Console having no perspectives...
View ArticleNew Post: Display C1 site using default browser language
Thanks, will give it a whirl. J
View ArticleNew Post: return Json(xxxx) doesnt work
Hello, i am trying to return a json. I installed the mvcplayer and created a controller that returns a JsonResult Then i created a page that has a MVCplayer function that calls this action. But what i...
View ArticleNew Post: return Json(xxxx) doesnt work
You're doing it wrong! Using the MVC player is for emdedding the content returned by the controller where the function is inserted, not overriding the whole response. Instead request the controller...
View ArticleNew Post: return Json(xxxx) doesnt work
Ok, i was doing it but wasn't working so tried the mvcplayer. Now it works, maybe some problem when setting up my c1. Thanks! What do you mean with Web API? Regards!
View ArticleNew Post: return Json(xxxx) doesnt work
http://www.asp.net/web-api you use the same models as in MVC, but the controllers are optimized for returning data, not webpages, and understanding things like Verbs and Content Negotiation
View ArticleNew Post: Security Audit
We recently had some senior staff order a 3rd party security audit and the Composite Login web service came up.The Observation made:Transmitting authentication credentials over unencrypted channels can...
View ArticleNew Post: Security Audit
Well, passwords sent in cleartext over a unsecure connection is always an concern. Whether its a problem for you can only you answer, but luckily its very easy fix. Ie. in the IIS manager you can...
View ArticleNew Post: User-Friendly messages when the C1 Console fails to startup
I recently learned, that if C1 encounteres errors during starup due to configuration errors, it will display a generic and misleadning "No Access" message. See for example this discussion:...
View ArticleNew Post: User-Friendly messages when the C1 Console fails to startup
Hi! Could you please register your feature request here http://compositec1.codeplex.com/workitem/list/basic? So that others could vote it up :) Please add "Feature Request: " in the beginning of the...
View ArticleClosed Issue: New content around tables in Visual Editor [1447]
If the first element in the Visual Editor is a table it is not possible to add new content before the table. In MS Word you can add a new paragraph above the table if you place the cursor in the...
View ArticleNew Post: Using an Image Path with a "background-image" attribute in an XSLT...
Hi. I need to set the "background-image" for a DIV tag, where the user decides which image is displayed. My problem is, that the ~media(<the image id>) is not resolved properly, when used in my...
View ArticleCreated Issue: Feature Request: User-Friendly messages when the C1 Console...
This text is taken from this discussion: [discussion:439052]I recently learned, that if C1 encounteres errors during starup due to configuration errors, it will display a generic and misleadning "No...
View Article