Closed Issue: Stops responding (crashing) when reading data [1965]
I have a serious problem with Composite C1 (Build no. 4.1.5058.34326) using SQL Server.I've added numerous global data types, among these a login feature. The login feature uses a data type called...
View ArticleNew Post: C1 Membership and Roleprovider
I've made the first update and added security for Media files and folders. Setting permissions on a Media folder only has effects on its children-files, not descendants on deeper levels - this would...
View ArticleNew Post: Distributed Function (razor) Start Page not working
I am using v4.2 beta 3 and trying to use the distributed function to list the child pages below a specific page. Here is a example page layout Home Parent Page 1 Child page 1Child Page 2Child Page...
View ArticleNew Post: Page Metadata referencing and creating...
I'm in a situation where I need to add some metadata to a specific page type but I seem to be running into a wall. I tried to create the the type by code using IPageMetaData (my preferred way of doing...
View ArticleNew Post: Page Metadata referencing and creating...
So I tried adding that line of code to my start up routine and i have yet to get it execute. Every time it errors out with 1 or 2 results: 1) It tells me that a definition with an Id of [Guid] already...
View ArticleNew Post: Page Metadata referencing and creating...
Yeah, you for sure can't use NullableDataReference<IImageFile> as a property-type, this is only supported for properties on functions. For datatypes only the basic types are allowed, that is...
View ArticleNew Post: How do I redirect to a 404 within an InlineMethodFunction
I have a question on StackOverflow, but I thought I'd add it here as...
View ArticleNew Post: How do I redirect to a 404 within an InlineMethodFunction
You tried System.Web.HttpContext.Current.Response.Redirect("~/404?ProductCode=" + BulkProductId.ToString()); as well? And made sure you have referenced System.Web.dll for your class?
View ArticleNew Post: Page Metadata referencing and creating...
That did it, thanks! I'm off to the races now!
View ArticleNew Post: Where is the "Publish Date" property for IPage?
How do I access the property/datafield labeled "Publish Date" (under the Settings tab) programmatically? I don't see a property that reflects on that field directly on the IPage type.
View ArticleNew Post: How do I redirect to a 404 within an InlineMethodFunction
That would be me... :) its like inception, forum within forums by the same people ;)
View ArticleNew Post: How do I redirect to a 404 within an InlineMethodFunction
I am living within a dream. Thanks burningice/Pauli
View ArticleNew Post: "Required" flag on MultiKeySelector is being ignored (i think)
I'm attempting to use the <MultiKeySelector> within a Form XML for a Page Metatype but now whenever i attempt to save a page with the additional Metadata properities on it I can't because it's...
View ArticleNew Post: Where is the "Publish Date" property for IPage?
nothing? I figured this would be an easy one....
View ArticleNew Post: Where is the "Publish Date" property for IPage?
Its not a property in IPage - the whole topic was discussed pretty intensively here https://compositec1.codeplex.com/discussions/542666. Try looking at the IPagePublishSchedule type.
View ArticleSource code checked in, #34310
Codemirror 4.1 Adding new security permission 'Configure' and moving adtions like adding a new website and managing meta data / page folders on pages to this permission. Bug fixes: [iPad] Can't open...
View ArticleNew Post: Adding A datareference from inside Razor funtion
Thanks. That was indeed the trick
View ArticleNew Post: Adding Data Pulbished
The documentation is not clear on it, anyways I use the following code:using (DataConnection conn = new DataConnection(PublicationScope.Unpublished)) { var item =...
View ArticleNew Post: Adding Data Pulbished
The important part to take notice of here is this, where you instantiate a connection to your Unpublished tablesnew DataConnection(PublicationScope.Unpublished) adding data here will never ever be...
View Article