New Post: TinyMCE & Composite
Hello, I find the editing experience requires a little user know how to achieve the correct results. For example, knowing that "Enter" creates new <p> tags and "Shift+Enter" is a <br>. The...
View ArticleNew Post: TinyMCE & Composite
Are the users consistently hitting SHIFT+ENTER and creating one large block element filled with <br /> tags? I just tried this in MS Word and it behaves the same way (if you separate lines with...
View ArticleNew Post: TinyMCE & Composite
I guess there are a few problems and by all means one is user error but at the same time I've found the following: 1) Most users expect that when they press "Enter" multiple times the spaces they see...
View ArticleClosed Issue: TreeDefinition NamedParent Position mixup [1940]
```<ElementStructure.AutoAttachments><NamedParent Name="PerspectivesRoot" Position="Bottom" /></ElementStructure.AutoAttachments>```Renders the perspective in the top instead of the...
View ArticleClosed Issue: Remove "Browse Published Page" when page hasn't been published...
When a page hasn't been published yet, the "Unpublish" command doesn't appear when right-clicking a page in the tree. This is expected behavior, so surely the "Browse Published Page" should be removed...
View ArticleClosed Issue: Package information removed if update fails [1915]
Problem:After updating a package (which was previously installed) that does not validate (so the update fails), the saved install-information in the dir...
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
Hello, I switched the way that I reference the type as you suggested<KeySelector Label="Division" Help="The company division that the employee works for." OptionsKeyField="Key"...
View ArticleNew Post: Failed to format output xhtml errors
Looking in our Composite console logs, I see this error on all our pages: "Failed to format output xhtml errors". I traced it back to the Page.aspx.cs call to _renderingContext.FormatXhtml which calls...
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
May be here: [ForeignKey("ChapmanComposite.Division", AllowCascadeDeletes=true, NullReferenceValue="{00000000-0000-0000-0000-000000000000}")] use this:...
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
OK, I tried changing that: #region Data field attributes [ImmutableFieldId("902d6404-6b70-429b-b909-e3ce487a180d")] [StoreFieldType(PhysicalStoreFieldType.Guid)] [NotNullValidator()] [GuidNotEmpty()]...
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
Or a more type safe way: [ForeignKey(typeof(Division), AllowCascadeDeletes=true, NullReferenceValue="{00000000-0000-0000-0000-000000000000}")]
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
I could be that in 4.1 the foreign key type name is cached. Try looking into /App_Data/Composite/DataMetaData folder, search for Employee data type. And see if it has references to Division
View ArticleNew Post: Error WorkflowFacade System.InvalidOperationException: The type...
Success! B-)Screenshot In AppData\Composite\DataMetaData, I changed this:<DataFieldDescriptor id="902d6404-6b70-429b-b909-e3ce487a180d" name="Division" isNullable="false" position="4"...
View ArticleNew Post: Analytics
Hello Although I have managed to create a nice start site with composite C1 I still lack quita a bit of experience / knowledge on how to implement certain things.... for instance: I want to add google...
View ArticleNew Post: Facebook Albums - (OAuthException) (#4) Application request limit...
I'm looking forward to your blogpost. Basically this Access Token is one of the reasons my Facebook Media Provider isn't not working anymore... i haven't looked much into howto do it the right way.
View ArticleSource code checked in, #34065
Fixing SqlDataProvider errors on static data type changes Function preview takes current language into account Product version moniker set to beta 3 [15363](by Marcus Wendt)
View ArticleReleased: Composite C1 4.2 Beta 3 (Apr 30, 2014)
Composite C1 4.2 Beta 3 (4.2.5233.22588) This is a beta release of Composite C1 4.2. We encourage you to use this release - we will provide support and free upgrade tooling to the final 4.2 release....
View ArticleCreated Release: Composite C1 4.2 Beta 3 (Apr 30, 2014)
Composite C1 4.2 Beta 3 (4.2.5233.22588)This is a beta release of Composite C1 4.2. We encourage you to use this release - we will provide support and free upgrade tooling to the final 4.2 release.You...
View ArticleReleased: Composite C1 4.2 Beta 2 (Mar 28, 2014)
Composite C1 4.2 Beta 2 (4.2.5200.28213) This release has been superseded by beta 3.Read about beta 3
View ArticleUpdated Release: Composite C1 4.2 Beta 2 (Mar 28, 2014)
Composite C1 4.2 Beta 2 (4.2.5200.28213)This release has been superseded by beta 3.Read about beta 3
View Article