General Suggestions
General suggestions about Kentico Software, Ketico CMS, Kentico Support and Kentico Services. Would you like to suggest some features or improvements of particular module? Just select appropriate shorcut on the right side.
-
Looking for more details about upcoming releases ...
Where we can find more details about upcoming releases. The roadmap is not the answer.
Why your product manager has stopped to blog about upcoming and current features? It was quite interesting to see more details about future features.
Or are you preparing anothe way how to inform your customers about new features?
45 votes -
Create multiple crop sizes (eg: 320x240, 600x480, etc) for the same image stored inside a document type
The idea is to upload an image as part of a document type (as a field and not an attachment) and without loosing the original image been able to crop the image using multiple predefined crop sizes that would be stored in the file system (or DB) as the original image but of course having the crop size included in the filename (eg: image1_640_480.jpg)
1 vote -
Adding summarization and visualization to improve content management and understanding
Example of visualizing flat text pages into live key topics jumping off the page to instantly get the key ideas as Visual Summaries, Tree Views and Keyword Clouds. Here is an example - http://www.wikisummarizer.com/Pages/Default.aspx?Keyword=Wikipedia
4 votes -
Scope on doctype
Allow only specific doctype where I want to, without using parent (container)/child doctype!
7 votesplanned ·
AdminMartin Hejtmanek (CTO)
(Admin, Kentico CMS)
responded
Planned in future versions
-
Cart Subtotals
It would be nice if you could add SubTotals to the ShoppingCartInfo an ShoppingCartItemInfo object that calculated prices without tax or shipping.
For instance:
A cart item subtotal that was the (UnitPrice * UnitsQuantity) - UnitTotalDiscount
A cart subtotal that sums the item subtotalsNeither of these would have tax or shipping added to them.
3 votesplanned ·
AdminPetr Vozak
(Admin, Kentico CMS)
responded
in some of the future versions
-
KenticoImportToolkit6 from command line
run KenticoImportToolkit6 from command line with the iprofile file like param and log the progress output into a file
3 votesplanned ·
AdminMartin Hejtmanek (CTO)
(Admin, Kentico CMS)
responded
Will be possible in version 7
-
Use a macro for email address in CMSSiteManager Settings.
Currently, when configuring a new or additional site, I have to change everything from admin@local to a custom email address. It would be nice if {emailaddress.admin} and {emailaddress.noreply} for example were the defaults, and they could be managed from a single location. Then use these macros as the default values for new sites.
6 votes -
Better management of content staging
The ability to "record" operations and tag them with a name. Also, be able to edit the session and add to it. That way when it's time to promote to production, you can select a group by name to promote.
3 votes -
Google Maps control extensions requested.
Request for goggle maps control:
1) a property to show the info window when the map loads.
2) a property to animate the pins.The sample code on this URL
http://netaccountant.net/website-design-for-accountants/google-maps-api-v3/
shows how to do both of these requests. Can these be added to the goggle maps web control?
4 votes -
Make it so Documents and custom tables can have fields that are reference to a single/list of other documents/custom table rows
I think it would be great, especially for use in transformations, for us to be able to configure fields on a Document Type or Custom Table that return single/multiple documents/table rows. These will be lazy loaded.
One way that this could be implemented is to create a custom field type that is not created as a field in the database table, but is used for storing the information of how to load the data for the property. This field would have at least the following configuration options:
1. IsMultiple? - Yes/No to indicate whether or not this field is for… more
3 votes -
Ability to have square thumbnail for User Avatars
Users can currently upload their own Avatar, but the only constraints that we can put on them is their width/height or maxsidesize. This is fine for when their Avatar is being displayed in their profile, but really bad when displaying it in a list or activity feed. On Facebook, they auto-generate a cropped square thumbnail from your full Profile photo. By default, they shrink it and crop it square from the center, cutting off the parts of the longest side that don't fit. They also let you edit the thumbnail by moving the original photo around so you can position… more
3 votes -
Ability to share urls from CMSDesk
Ability to send other cmsdesk users a url for a particular page in CMSDesk. Best example: Reports.
3 votesplanned ·
AdminJaroslav Kordula
(Admin, Kentico CMS)
responded
In the current version of Kentico CMS, there is simple support for displaying particular section of the CMS Desk UI (for example ~/CMSDesk/default.aspx?mode=design&nodeid=XXX – this URL will display Design tab of document with ID equals to XXX). But this support is mainly only for the Content tab. We plan to extend the possibilities in one of the future versions to be able to get particular section of the UI by typing additional parameters to the URL.
-
Update DB access to use Entity Framework or another ORM, so document types are well-known classes in code.
I'm frequently examining documents in my code, checking various fields for one reason or another. The current API to retrieve a document and access its fields is tedious. It would be excellent if I could get a document as a well-known class type instead of TreeNode and have access to all its properties without having to remember the field names.
3 votes -
Flash Books
We have a number of clients who publish magazines. It would be great if Kentico had a flash book module such as the third party solution that we presently use called issuu.com.
1 vote -
Please make preview message bar to position absolute
Hi, I'm talking about yellow message bar, which show at the top of the page sometimes when you edit something in cmsdesk and at the same time view at the site. It says something like: This is a preview mode of document {DocName}. Close the preview mode.
I know it only shows for authorized users, but during development it bugging me when it push layout down. To avoid this behavior you can add following style to it (I assume that this bar have id="m"):
#m {
position:absolute;
top:0;
left:0;
z-index:500; /* you may want to show it on top of… more3 votes -
Edit database tables directly from CMSSiteManager.
We come upon some common situations where we need to edit some rows in the db, but don't have access to db using SQL Server Management Studio. For such scenarios editing db contents directly from Kentico panel would be very handy.
3 votes -
Improve the handling of lower/upper case URLs
When using the 'Redirect invalid case URLs to their correct versions' to either 'use lower case' or 'use upper case', it would be logical for all future documents created to use this setting to determine what case the document alias should be.
We find it a pain that we have to manually change the case of the document alias to match the desired output, even after the setting has been used in the CMSSiteManager.
It's potentially harmful for SEO to have lots of 301 redirects, which is the case if you just leave the document alias with the default case.
… more
0 votes -
Better support for custom favicon
Currently, the favicon is required to be on the file system in ~/favicon.ico. If multiple sites exist, they all are forced to use that one. (See the forum thread http://devnet.kentico.com/Forums.aspx?forumid=20&threadid=23459 for the details.)
There is a way to replace it with a <link> tag in the Master Page Head, but that doesn't work if a ~/favicon.ico also exists, because the system adds its own <link> tag at the end of the generated <head>.
We suggest the system should only add the automatic <link> tag to ~/favicon.ico if an appropriate link tag isn't already in the Master page->Head box. Right now… more
10 votesplanned ·
AdminJakub Oczko
(Admin, Kentico CMS)
responded
Planned for next release
-
Batch Document Operations
We have 6k products and each product has an IsActive field which determines the product's visibility in the website. To give an example, today we needed to make ~350 products invisible so we wrote a program using Kentico API. I heard Kentico 7 will mainly specialize on UI, so it might be a great idea to extend operations under the "List" section of a document so that we could implement the operation I described above directly from the CMSDesk.
5 votes -
Enable us to choose document types and page templates when creating new site.
We should be able to quickly choose the custom document types and page templates we want to allow a new site to be able to use when we create a new site with or without a site template.
1 vote