New Post: "upload multi file" works wrong
napernik wrote: Thanks for reporting the issue, the names used for temp files weren't random enough. The fix is on its way. Thanks, would be nice if you would update the download-files on the download...
View ArticleNew Post: Installation of Composite C1 source code in VS 2012
Please don't include any more dlls in the source, there are enough already. This is what NuGet is made for, maintaining external dependencies.
View ArticleNew Post: Installation of Composite C1 source code in VS 2012
Can we compile a quick pros/cons list of including the assemblies? Pros:Less confusion and no more posts like this oneAn extra manual step required by devs is avoided (stuff "just work" - download...
View ArticleNew Post: "upload multi file" works wrong
BTW, I eventually managed to reproduce Issue #2 on Windows Server 2003 SP R2 / IIS6IOException: The process cannot access the file 'C:\Website\App_Data\Composite\Cache\Temp\upload635043678057821450'...
View ArticleNew Post: "upload multi file" works wrong
wysocki wrote: BTW, I eventually managed to reproduce Issue #2 on Windows Server 2003 SP R2 / IIS6IOException: The process cannot access the file...
View ArticleSource code checked in, #25767
Fixing "upload multiple" issue, see https://compositec1.codeplex.com/workitem/1678 Fixing issue where <asp:form> in xml page templates would emit a Composite specific namespace to the rendered...
View ArticleNew Post: undo and redo buttons greyed out on editpr
I grabbed our latest build and tested on IE,FF,Ch (edited a page, put cursor at end on a <li> text, pressed enter, some text, enter etc. I had the undo/redo behave as expected. You could try...
View ArticleNew Post: undo and redo buttons greyed out on editpr
Hi Mawtex Tried upgrading within the console with that package, but the installation failed with the error: 'Package installation failed The package composite version requirements does not match the...
View ArticleNew Post: undo and redo buttons greyed out on editpr
I guess you upgraded the Composite.dll assembly and the upgrade package version check then abort. You can get around this issue by opening up the upgrade package zip, copy out install.xml and change...
View ArticleNew Post: undo and redo buttons greyed out on editpr
Thank you, you have been a great help, I will try this.kind regards...
View ArticleNew Post: BLOG - List of datatypes that are used?
Hi, I'm looking to customize the Blog package. What datatypes are involved in any aspect of the Blog package to store settings or user content? Thanks in advance. Martin.
View ArticleNew Post: BLOG - List of datatypes that are used?
Hi Martin, These data types make up the blog:Composite.Community.Blog.BlogAuthorsComposite.Community.Blog.BlogEntries Composite.Community.Blog.BlogTags You find them on the data perspective below...
View ArticleNew Post: BLOG - List of datatypes that are used?
Thanks Marcus, appreciate that. Was just checking that no setting gets added to any other IPage or anything else. My plan is to create a SQL store of posts for an array of local websites, but be able...
View ArticleNew Post: Object reference not set to an instance of an object.
I re-tested with fresh source and installed/used PageComments, but I cannot reproduce the issue. Can you shortly describe the life cycle of your website / codebase? which check-in are you running now?...
View ArticleNew Post: how to make my "FunctionFilter" work? need some help!
i create a C# function as follows:using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using Composite.Data; using Composite.Data.Types; namespace XjfCms.Data {...
View ArticleNew Post: Object reference not set to an instance of an object.
Hi there I have attached my <GlobalSettingsProviderPlugins> from Composite.config after updating to the changes you mentioned. Unfortunately I can't remember all the steps leading up to the...
View ArticleNew Post: Object reference not set to an instance of an object.
Can you post your GlobalSettingsProviderPlugins section from Composite.config here?
View ArticleNew Post: Object reference not set to an instance of an object.
Hi here you go...<GlobalSettingsProviderPlugins><add type="Composite.Plugins.GlobalSettings.GlobalSettingsProviders.ConfigBasedGlobalSettingsProvider, Composite"...
View ArticleCreated Unassigned: Integration with noop commerce [1681]
I want c1 Integration with noop commerce
View ArticleNew Post: Use DataIdMultiSelector as codebehind parameter?
My goal with my function is that when you insert it in the editor you get to set the order of the items in the DataIdMultiSelector in the popup window. What do you have to type in my codebehind to...
View Article