Closed Feature: Feature request: Image selector widget to show an image...
At the moment if an image is chosen, only image name is visible and there's no friendly way to see which image is actually selected.Suggested solution: to show a thumbnail. Implementation is pretty...
View ArticleClosed Feature: Feature request: Image Preview in the Media Section [1065]
After a bulk upload of images, it seems an impossible work to update the properties of the images : Name + Description. Â - There is no preview of the image on the file properties- Editing a single item...
View ArticleClosed Feature: Feature request: Choose what should happen when function...
As it is today when a function like Razor or Xslt fails, it either shows an [Error]-message on the page or a yellow box with the Stacktrace if you're logged into the console. There should be an option...
View ArticleClosed Feature: Feature request: Let the Image selector widget re-open on...
Today, when you have selected an image using the image selector control, re-opening the dialog resets the selection in the tree. Typically you open the selector because would like to select another...
View ArticleClosed Feature: Feature Request: Upload Multiple in the System perspective...
Currently, you can upload a single file and multiple files (in a zip) in the Media perspective.In the System perspective, under /, you can only upload a single file.How about allowing users to upload...
View ArticleClosed Feature: Feature request: Deeplink to pages/items C1 Console [1026]
It would be a big big help, if you were able to deeplink/bookmark certain states of the Console. Ie. navigationg to http://www.mydomain.com/Composite/?item=some_serialized_value would open op the...
View ArticleClosed Feature: Feature Request: Make "Insert Link" sources pluggable [1343]
The Visual Editor's "Link" feature and the Code Editor's "Insert | ... URL" features enable users to browse for pages and media and have a link to these automatically generated. Links to other...
View ArticleClosed Feature: Feature request: Make the C1 Console look more modern [1841]
The look and feel of the C1 Console don't feel on par with modern UI - it feels more like Windows XP and less than a cutting edge web app.A redesign is desired.Comments: Implemented
View ArticleClosed Feature: Feature Request: [Package Creator] Add configuration from...
Currently, you can add configuration from Composite.config to packages created with Package Creator. It would be great if one could add configuration from web.config in the same way.Comments: Implemented
View ArticleClosed Feature: Feature Request: Extend IMediaFile to support URL based media...
I am in the middle of implementing an alternative IWritableDataProvider that goes against Amazon's S3. I have all the CRUD operations working for files and folders.The problem I now have is that there...
View ArticleClosed Feature: Feature Request: Update YouTube Package [1138]
The current embed YouTube code is using the older "Object" code. Updating to use the newer suggested "IFRAME" code would be better. Second, adding additional options such as "AutoPlay" On/Off would be...
View ArticleClosed Feature: Feature request: redesign to function call editor [1347]
At the moment if function call editor contains an XhtmlDocument field with VisualEditor as a widget one have to open a new dialog window just to see what's inside.Solution: change the design to the...
View ArticleNew Post: Manual upgrade from v4.3 to v5.+
Sorry, but stopped assigning core resources to writing / supporting the manual upgrade guides - the easiest way is to chip in and get one of the "plans". We'd hoped that community members would team up...
View ArticleNew Post: Manual upgrades to version 5
Sorry, old content - the easiest way is to get one of our plans. Alternatively, do a diff on the releases, although this is a bit more complex. We have no short term plans to write / support the manual...
View ArticleNew Post: Manual upgrade from v4.3 to v5.+
How it is done: I managed to upgrade from 4.3 to 5.1 manually, I replaced all the dlls in Bin folder, and the Composite Folder in the root of the website. Added the missing files and folders from...
View ArticleNew Post: Multi-valie metadata field
Not in the way you're asking. You can have a DataIdMultiSelector widget, that is a widget that allows you to select multiple items for a single field, but logically its stored as a comma (,) seperated...
View ArticleNew Post: Manual upgrade from v4.3 to v5.+
I usuallt estimate about 2 hours for a manual 4.x to 5.x upgrade. The steps are like papadoble151 describes... mainly copying and overwriting all existing files and then carefully merge...
View ArticleNew Post: Manual upgrades to version 5
Some uplifting news regarding easy manual upgrade here: http://orckestracms.codeplex.com/discussions/659369
View ArticleNew Post: Sorting and Paging (Pagination) in Razor Functions?
We don't have a sample online, but in Razor (C#) you have LINQ which makes these sorts of things pretty easy:var pages = Data.Get<IPage>().OrderBy(f=>f.Title).Skip(40).Take(20); This code...
View ArticleNew Post: Tracking and preserving url changes
Hi, the client specified a following request. Is it possible to preserve the pages url automatically, I repeat automatically, from it's initial creation? 2 use cases for example: First one: page url...
View Article