New Post: Newsletter package - cannot get confirmation email to work
Reason for that is that link is a http:// where site ist hosted on https:// How to force pathinfo functions to be rendered as https??
View ArticleNew Post: Newsletter package - cannot get confirmation email to work
As a workaround, you can edit the xslt functions and put the https : //<hostname> links there: \Composite\Community\Newsletter\SubjectBased\ConfirmLink.xsl...
View ArticleNew Post: Newsletter package - cannot get confirmation email to work
If you have https only website, it has sense to have 301 redirect for all http requests
View ArticleNew Post: Trying to build a languagebar with CompositeC1SiteMapProvider
Hi Allan Thank you for reporting the issue. Will be fixed in 4.0 release.
View ArticleNew Post: Error in sevice method GetMessages
Hello, i had the same problem. The site is hosted in Azure. The weird thing is that i have to do this periodically, because this xml gets filled with binary data every now and then... I do not have...
View ArticleEdited Issue: Switching between Visual and Source removes attributes (v4 Beta...
When you go into source (for example, to add a class to the body tag) and switch back to the visual mode, the attribute disappears.
View ArticleClosed Issue: Switching between Visual and Source removes attributes (v4 Beta...
When you go into source (for example, to add a class to the body tag) and switch back to the visual mode, the attribute disappears.Comments: Feature available in next check-in. Duplicates will be...
View ArticleCommented Issue: How to use Composite c1 in team mode? [1609]
How to use Composite c1 in team mode?We are 3 developers working on same project using Visual Studio. We had created one common repository on TFS, where we kept composite C1 project . 1. We all are...
View ArticleSource code checked in, #25273
Now possible to delete/not-copy the /Composite folder on a deployment. Allow for a smaller footprint (30 MB saved) and disabling editing. VisualEditor; code view; setting attributes on <body/>...
View ArticleNew Post: Localize static footer/header
Couple of questions :) Sorry im very new at this .."Make a razor function that emit a record based on the title or a datareference" Where and how do i do that? I created a global data type called...
View ArticleNew Post: Newsletter package - cannot get confirmation email to work
The problem of the confirmlink.xsl ist that no matter wether I put http or https in the confirmlink.xsl as you suggested the function composite.community.newsletter.subjectbases.shortlink function...
View ArticleNew Post: Unit test source available?
Hi all; I am busy writing my own Media Provider implementation, I have been referencing the source code of the default File System Media Provider, and noticed the following line:internal static string...
View ArticleNew Post: Unit test source available?
Specifically, I would love it if there was an in-memory data provider available to me. :)
View ArticleNew Post: Unit test source available?
As a note to anyone else who may care about this - I managed to create a working integration test environment by copying a standard Composite XML based data provider configuration, and then ensuring...
View ArticleNew Post: HTTPS Enforcer not redirecting the page.
Hi, I'm developing a site that has to have a secure login section that uses HTTPS/SSL. I've got HTTPS/SSL working across the whole site and HTTP as well. Now I want the user to be redirected to HTTPS...
View ArticleNew Post: HTTPS Enforcer not redirecting the page.
By default it will not redirect you if you are logged into the C1 Console - could that be it? See http://www.composite.net/Add-on-Market/Packages/Composite.Navigation.HttpsEnforcer/UserManual for...
View ArticleNew Post: Newsletter package - cannot get confirmation email to work
You would have to either not use short link, or you can remove existing "Composite.community.newsletter.subjectbases.shortlink" function and add a new one, which will look like:public static XElement...
View ArticleNew Post: Raty on Blog
HI All, Is it possible to use the add-on RATY with a combination of BlogRenderer? I would like to have an ability to star - rate blog posts. I assumed that this should work out of the box, but it seems...
View ArticleNew Post: System.OutOfMemoryException while DataFacade.AddNew(file,...
Thank you for reporting the issue, will be fixed in the next check-in.
View ArticleNew Post: Proxy "Pages" in C1?
Hi @RASKOLNIKOOV We don't have a proxy items concept, however, if you play around with url routing/rewriting, you can make those url-s work even without having C1 pages behind them. F.e. you can have...
View Article