Commented Unassigned: Multiple editors changing password at the same time...
It occurs in education scenarios. The alert asks you if you are sure you want to do this while others are editing the same item.Comments: ** Comment from web user: mawtex ** Fixed in 4.2
View ArticleClosed Unassigned: Multiple editors changing password at the same time gets...
It occurs in education scenarios. The alert asks you if you are sure you want to do this while others are editing the same item.Comments: Fix in next code check-in
View ArticleNew Post: AD permissions on a data type and how to handle
Hello, I have here a Composite environment installed (v4.1) with Active Directory integration enabled for C1 autorization. Now the goal is to use the C1 permission to set the permissions on some global...
View ArticleNew Post: AD permissions on a data type and how to handle
There is a discussion here about permissions and setting/reading them programatically. The key point to remember is that you an only set permissions on the EntityTokens each elements in the Console...
View ArticleNew Post: OData service not being found on server....
I'm running version 4.1 and successfully installed the Composite.Tools.OData package, but when I try to go to URL in my browser: http://mydoman.com/OData/OData.svc i'm being given a 404 by the server....
View ArticleNew Post: How do I override the Add Data class / method - Composite c1
Hi, I was wondering if anyone knows if it's possible to override the methods around adding and updated composite c1 data types. Basically what I want to do is.... Capture the point the user is adding a...
View ArticleNew Post: How do I override the Add Data class / method - Composite c1
I figured this out.... :) I got help from the following URLhttp://docs.composite.net/Data/DataFAQ?q=How+to+attach+events+to+Composite+C1+Data+Stores%3F Except I edited the code slightly...public static...
View ArticleNew Post: Failed to format output xhtml errors
Okay, what I experience is that - since you wrap the markup in a CDATA section - we stay "hands off" and let it pass through our rendering engine untouched. Since you pass in a complete xhtml document...
View ArticleNew Post: Failed to format output xhtml errors
Another easier suggestion... set the returntype of the Razor function to typeof(string) and all the content will never be parsed as xml.
View ArticleNew Post: Failed to format output xhtml errors
Okay, overlooked an important thing: I use the Razorfunction as Ajax Call, with the "ExecuteC1FunctionHttpHandler". Which Results in "]]>" in the output
View ArticleNew Post: Failed to format output xhtml errors
The ExecuteC1FunctionHttpHandler code may need some tweaking then - it was written a long time ago. The sources should be available :)
View ArticleNew Post: Failed to format output xhtml errors
sources are indeed available and look pretty straight forward:public abstract class ExecuteC1FunctionHttpHandler : IHttpHandler, IRequiresSessionState { protected string ContentType = "text/html";...
View ArticleNew Post: Failed to format output xhtml errors
afaik you should still be able to set the returntype of your function to typeof(string) to bypass all this XML stuff.
View ArticleNew Post: How do you loop through child pages of a parent page and display...
Hi, I solved a similar problem with Marcus' example here. But I have another advanced question: I have the following site structure:HomeBig Houses Destinations Sweden House AHouse BHouse C Denmark...
View ArticleNew Post: How to provide search parameters to url input dialog?
Hi, On several custom console pages I have an url input dialog to have the user select a frontend file:<ui:fielddata> <ui:urlinputdialog...
View ArticleNew Post: installing composite 4.2 on hosting
Hi, Today received reply from my hosting company regarding this problem. She noticed that when calling the less files there is also an exe invoked(node.exe). This is not allowed on shared hosting...
View ArticleNew Post: installing composite 4.2 on hosting
This has been discussed a few times before, latest here Cheap DK language supported hosting capable of C1/node.js - any suggestions? My recommendations is always to do as much pre-compiling as possible...
View ArticleNew Post: installing composite 4.2 on hosting
Burningice, Thanks for your reply ... sorry I missed the discussions before ! Now I know there is solution, but I don't know if I am verry happy with it. I must follow RuneAndersen (from the other...
View ArticleNew Post: installing composite 4.2 on hosting
I hear you and i do agree on the point that its a risky path for Composite to take to require more and more features being available on the server for things to work. There needs to be an easy option...
View Article