Created Unassigned: Feature Optimization (Package Installation) [2042]
When installing a package via the system tree view it takes at least 10 mouse clicks! Clearly this far too many - it should take no more than three before it is regarded as bothersome. 10+ is crazy...
View ArticleCommented Issue: Visual-Editor Body-Styles issue [1971]
Hey there,Found out that the visual-editor core.css prevents the iframe-body background fully covering all the available content.This is no problem with the default themes, but if you change the...
View ArticleCreated Issue: Visual editor doesn't support tag [2046]
Source: https://compositec1.codeplex.com/discussions/570659#post1316702Registered in HQ TFS as Issue 4768 Steps to reproduce the issue:1. Edit a page.2. Switch to Source mode3. Wrap the content with...
View ArticleNew Post: Visual editor doesn't support tag
Thank you for reproting this issue. Registered here https://compositec1.codeplex.com/workitem/2046 Sorry for the inconvenience. /Vitaly
View ArticleSource code checked in, #37307
Support for maxLoginAttemps="..." configuration setting and user locking/unlocking via console [16050](by Dmitry Dzygin)
View ArticleNew Post: Bundling & Minification
Good Morning, I have installed Bundling and Minification as it is described, I also have installed latest version of Composite.Web.Css.Less. For activating I placed the function in MasterLayout.cshtml...
View ArticleNew Post: Media Archive Strategy
Good Evening, I am wondering if there is a place for "regular user" (means non-programmer) that will use the back-end of C1 and needs exchange for tips/tricks/strategy? In my case, our company will...
View ArticleNew Post: Problem with Jumbotron DataFolder on Neptune Starter Site
Hi, I'v played with the Neptune Starter Site and delete all Jumbotron-Slides under the Start Page. If I try to upload new images (Add Data) I get an Error:"FormCompileException: The non optional...
View ArticleNew Post: Problem with Jumbotron DataFolder on Neptune Starter Site
Hi Thorsten Tried locally and everything seem to work fine. Which build of C1 are you using?
View ArticleNew Post: Problem with Jumbotron DataFolder on Neptune Starter Site
Hi Dmitry, I'm using the latest version from CodePlex. Did you delete all the slides from the front page in your test? The problem only occured, when I deleted all slides from the starter site before...
View ArticleNew Post: Problem with Jumbotron DataFolder on Neptune Starter Site
Short Update: Tried the same on a C1 As-a-Service Website (4.2 Update 2 beta) and everything works fine. I will test again on my local machine (4.2. Update 1) and try to reproduce the error. Thorsten
View ArticleNew Post: Problem with Jumbotron DataFolder on Neptune Starter Site
To me this sounds awfully lot like this issue https://compositec1.codeplex.com/workitem/2026 which was fixed after Update 1 was release. More precisely in this changeset...
View ArticleNew Post: Problem with Jumbotron DataFolder on Neptune Starter Site
Hi Pauli - you had the right idea. I changed the DataTypeField 'BackgroundImage' from 'Optional=No' to 'Optional=Yes' in the Page Datafolder 'Composite.StarterSite.Data.JumbotronSlide' and now it works...
View ArticleNew Post: Bundling & Minification
Hi, I tried to locate the problem. What I found is this :In BundlingAndMinification.cshtml in BundleStyles it creates the BundleTable.Bundles.Add(sb); on line 148; next Statement is: var bundlerUrl =...
View ArticleNew Post: Getting a page url from its GUID
I'm currently working on a new HttpHandler and need to retrieve the url of a page within composite from a supplied guid. I'm currently using the method PageStructureInfo.TryGetPageUrl(guid, out string)...
View ArticleNew Post: Getting a page url from its GUID
var node = SiteMap.Provider.FindSiteMapNodeFromKey(YourGuid.ToString()); var url = node.Url; Simple, effective, pure asp.net.
View ArticleNew Post: Can I use C# extension methods in a Razor function?
I tried to use Sanitize() extension method for strings in a Razor function but it gives error: No extension method found. Another question is that how can I return values from C# functions in Razor...
View ArticleNew Post: Can I use C# extension methods in a Razor function?
First of all, i would like to draw your attention to this project which tries to give a better handling of Emails in C1, ie. it will also expose all your email templates as functions so you can invoke...
View ArticleCommented Issue: Composite 4.2 Update: DataType with NON Optinal fields [2026]
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 Article