New Post: Creating MasterLayout.cshtml
Hello As a newcomer to Composite C1 and soon finished with the Basics training I was eager to setup a small sample website. However, soon I ran into different and confusing things. But the most...
View ArticleNew Post: Creating MasterLayout.cshtml
Thank you :) I couldn't get the Razor template to work by removing the elements, I created an empty .cshtml file instead.
View ArticleNew Post: LoggingService, dependency injection
Hello I was wondering if it is possible to use another logging service, than the one already included in Composite C1. I would prefter to override it, but I can see that LoggingService is static. It...
View ArticleClosed Unassigned: Error when trying to view available packages due to...
Hi all,I'm trying to install a new package and I keep getting an error message telling me that App_data\Composite\Packages\6b8de726-0faf-49a4-96c1-0c8514637d9b\info.xml does not exist.I've check the...
View ArticleCommented Feature: Feature Request: .RESX files editor within C1 Console [992]
It would be nice to be able edit resource files (.RESX) within C1 Console in convenient wayComments: ** Comment from web user: DBailey635 ** It would also help when editing existing localizations, or...
View ArticleNew Post: Major bug
I made a new installation on Azure using the template with master pages and I get the following error. The other templates work fine.
View ArticleNew Post: Major bug
Hi, Thank you for reporting the issue. It was fixed. You can try again Master Pages C1 installation.
View ArticleNew Post: LoggingService, dependency injection
Hi Janus The logging we have is based on "logging application block" of MS Enterprice Library. The logging class is taken from the configuration ~/App_Data/Composite/Composite.config (look for...
View ArticleNew Post: LoggingService, dependency injection
C1 is unfortunately quite the school book example of using configuration over convention. Its not possible to define much at runtime, it all has to be done through configuration files. When that's...
View ArticleNew Post: DataRefrence Data In Razor
I Have three Global Data Type Tour Hotel Airline I have Created A Razor Function To Display Tour With Relevant Hotel And Airline Information But I Cant Get Airline and Hotel Data In My Function Here Is...
View ArticleClosed Issue: Versioning - Content Modification Log improvements [2101]
Issue 1:This log has become a bit of a mess after the introduction of data type versioning. I would like to have a column for data type and an associated filtering option.Issue 2:I have a data type...
View ArticleNew Post: DataRefrence Data In Razor
The C1 Data layer will return "a flat structure" consisting of simple fields (string, int, guid etc) and not an object structure. You need to do join with the Airline type, something like this:var...
View ArticleNew Post: How to migrate from mojoportal cms to composite c1
I have 2 websites built on mojoportal cms, I want to migrate it to composite c1, any tips ? Sites uses mssql 2012 as database. Thanks.
View ArticleNew Post: How to migrate from mojoportal cms to composite c1
If the mojoportal cms database is reasonably easy queried so it can give you page title, content you can write a converter - here is tips on how to create c1 pages programmatically...
View ArticleNew Post: How to migrate from mojoportal cms to composite c1
Sample to import page from frontend using XPathParsePage(@"http://<pageurl>", PageManager.GetChildrenIDs(Guid.Empty).FirstOrDefault(), DataFacade.GetData<IPageType>().First()); Codepublic...
View ArticleNew Post: Visual Studio 2013 Debugging Custom Widget
More a tooling question than a Composite question but i'm not able to set any breakpoints in my UserControl (.ascx.cs) files when running locally as a Website in VS2013. When I set the breakpoint and...
View Article