New Post: 4.2 Beta 2 available
I've just upgraded to 4.2 beta3 and C1 continues to be rock-solid. However, the issues above have not yet been addressed. Should I log these into the Codeplex Issue tracker? During the upgrade from...
View ArticleCreated Unassigned: 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 ArticleSource code checked in, #34071
Bug fixes: SqlDataProvider - fix for handling static data type changes. Fixing setup issue where XSLT data changes would result in a dead lock. NoHttpRazorContext - fixing the url rendering exception...
View ArticleNew Post: 4.2 Beta 2 available
OK... I've just downloaded the full copy of v4.2 beta3, as opposed to the updater, and it does have place-holders while loading functions, and edit buttons above each function block. There must be...
View ArticleNew Post: 4.2 Beta 2 available
Hey David, thanks for this feedback! Regarding the "File (...) does not exist" log warnings you can ignore them. We'll change them to verbose messages so they won't show up in the log on a default...
View ArticleNew Post: 4.2 Beta 2 available
Hi Marcus, Thanks for the feedback. I've been a bit of a klutz. After reviewing my files, it appears that I had commented out the stylesheet link to ~/Frontend/Config/VisualEditor/Styles/core.css in...
View ArticleNew Post: Better sorting of Pages plus datatypes
Yeah. The easiest is to sort all instances of a datatype like this<CustomUrlAction Label="Sort" Url="~/Composite/InstalledPackages/CompositeC1Contrib.Sorting/Sort.aspx?type=your_type_name" /> if...
View ArticleCommented 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
Its no secret that there has been many discussions about Membership providers here on the forum, and since it is a standard vanilla asp.net component i do agree that its somewhat weird that C1 doesn't...
View ArticleNew Post: Using my own membership and role provider
I'f anyone is still reading this thread, i've decided to open source the Membership provider i normally use internallyhttps://compositec1.codeplex.com/discussions/544092
View ArticleNew Post: Composite C1 - Membership Provider - Simple Registration and Login
I'f anyone is still reading this thread, i've decided to open source the Membership provider i normally use internallyhttps://compositec1.codeplex.com/discussions/544092
View ArticleNew Post: C1 Membership and Roleprovider
Oh, one thing i forgot to mention is that you need the CompositeC1Contrib.Core.dll (https://bitbucket.org/burningice/compositec1contrib/src/226e432954e70238c65f5e983875ed97dac8b5c2/Core/?at=default)...
View ArticleNew Post: C1 Membership and Roleprovider
GREAT! that is exactly what I have missed in C1. Will try it soon. Thank You very much!!!
View ArticleNew Post: C1 Membership and Roleprovider
Glad to hear that you're excited about it. Looking forward to hear your feedback and suggestions for improvements. About the login-page when accessing a protected page, its using this convention in...
View ArticleNew Post: Client's ScreenSize
Hi, I need to know the ScreenSize of the Client Monitor (not Browser Window) BEFORE/Prior Page is loaded. This is to deliver Media, that is resized to the Screendimension prior it is send to the...
View ArticleNew Post: Client's ScreenSize
I think you're better off asking this question on StackOverflow.
View ArticleNew Post: Client's ScreenSize
This is an example of such a Javascript Plugin that can detect screensize and alter the image-src so you get the desired width as a querystring parameter so C1 can resize it correctly on the...
View ArticleNew Post: Client's ScreenSize
Yes, I found some methods on StackOverflow, e. g. This one: http://stackoverflow.com/questions/14746564/asp-net-get-screen-width?rq=1 If I understand that right, the server receives the dimensions...
View ArticleNew Post: Client's ScreenSize
But thats what you do with ie. Imager.js. The trick is to never have <img src=".." /> in your html but insert them dynamically with javascript when you know the screen size.
View ArticleNew Post: Client's ScreenSize
I have a solution - :) made a JS, that executes on window load, gets the screen hight and width of the monitor, sends the data to a Webhandler (.ashx), via ajax as json datatype, the Webhandler stores...
View Article