Commented Unassigned: Major Security Hole: Admin interface sessions are not...
Hello;I am experiencing a fairly major security issue with the admin interface. To reproduce it do the following steps:1. Log into admin interface.2. Copy the '.CMSAUTH_...' cookie which is created.3....
View ArticleCommented Unassigned: Admin interface sessions are not destroyed correctly....
Hello;I am experiencing this security issue with the admin interface. To reproduce it do the following steps:1. Log into admin interface.2. Copy the '.CMSAUTH_...' cookie which is created.3. Exit /...
View ArticleNew Post: COMPOSITE C1 Configuration Error on Line 397 LocalIOProvider
Hello, i searching for an error which comes up on fiirst browsing the composite c1 cms. Details: Server Error in '/' Application. Configuration Error Description: An error occurred during the...
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
Try to restart the website (edit web.config for example) to check if there's another exeption occuring before this one. Alternatively, using a newer version (4.3) should give you a proper exception...
View ArticleCommented Feature: Feature request: Make url transformation pluggable [1075]
As it is today, there are two built-in methods for handling url-generation based on datatype ids. One is the ~/page(id) and the other is ~/media(id), which will be expanded to human readable and SEO...
View ArticleCommented Feature: Feature request: Make url transformation pluggable [1075]
As it is today, there are two built-in methods for handling url-generation based on datatype ids. One is the ~/page(id) and the other is ~/media(id), which will be expanded to human readable and SEO...
View ArticleCommented Feature: Feature request: Make url transformation pluggable [1075]
As it is today, there are two built-in methods for handling url-generation based on datatype ids. One is the ~/page(id) and the other is ~/media(id), which will be expanded to human readable and SEO...
View ArticleNew Post: COMPOSITE C1 Configuration Error on Line 397 LocalIOProvider
Hi Michael Which build of C1 are you using? Could be either missing the user associated with worker process not having read/write permissions to the website files, or possibly clearing asp.net dll...
View ArticleNew Post: Composite C1 Routing with optional parameter on root page
Hi everyone, I'm pretty new to Composite C1 and have run into an issue that I haven't been able to find a solution too, despite multiple web searches. I am working on bringing up a very small, one-page...
View ArticleNew Post: Community tech preview: MVC Functions
Got a question on this one: am I right in supposing that MVC areas are not implemented yet? At least I tried and failed when MVC tried to find the view which was placed within the area folder. /EDIT:...
View ArticleNew Post: Community tech preview: MVC Functions
And even another question: in MvcFunctionBase there are two methods ExecuteAsync and ExecuteRouteAsync. Additionally, the MvcControllerFunction appears to do some check on the methods of a controller...
View ArticleNew Post: Creating a Disclaimer
Hi, I'm looking for a way to create a Disclaimer which the viewer sees before they actually get to the content/page. The Disclaimer design I'm looking for to create would consist of a "I Agree" &...
View ArticleNew Post: Как программно из C# задать права на сайт определенному пользователю
Здравствуйте!!! пишу проект в котором нужно автоматизировать работу по созданию сайта. Как программно из C# задать права на сайт определенному пользователю и задать редактируемые разделы?
View ArticleNew Post: Composite C1 Routing with optional parameter on root page
Hi @brentsoftware The C1PageRoute.RegistrePathInfoUsage() functionality isn't supported for the root "/" page. The easiest way to make a feature, would be to write and register in web.config an HTTP...
View ArticleNew Post: Community tech preview: MVC Functions
Hi @identify Thanks for trying the functionality out! 1) Areas - aren't supported yet. 2) Thanks for reporting the issue with the Html.BeginForm, I've made a fix and a never version of the package can...
View ArticleNew Post: Как программно из C# задать права на сайт определенному пользователю
Hi! I would go with the groups and worked on group level: /// <summary> /// Grant access to perspectives for user group, ex. var { "ContentPerspective", "MediaPerspective" } /// </summary>...
View ArticleNew Post: Community tech preview: MVC Functions
Hi, thanks for your reply. 1) Concerning areas Well... I have to live with that so far :) (I am not only testing this MVC integration. I am currently integrating a quite large MVC application - so...
View ArticleNew Post: Community tech preview: MVC Functions
identify wrote: Now the controller and action are rendered correctly. Unfortunately it remains the only thing that is rendered. With that I mean: I added the MVC function (which renders the form) on a...
View ArticleNew Post: CompositeC1RazorExtensions for VS 2015 ?
Is there a newer version of the CompositeC1RazorExtensions extension for versions of Visual Studio later than VS 2012 ? Or is there a more up to date way of creating C1 Razor templates in VS2015?
View ArticleNew Post: CompositeC1RazorExtensions for VS 2015 ?
Hi @ukjim Now, we haven't looked into it yet. If you're familiar with VSIX plugins, you can try to adopt the existing one to a newer version of the Visual...
View Article