Work items: 29972
This commit is contained in:
@@ -382,7 +382,9 @@ namespace umbraco.cms.presentation
|
|||||||
tempLink = "<em>N/A</em>";
|
tempLink = "<em>N/A</em>";
|
||||||
else if (int.Parse(s) != _document.Id)
|
else if (int.Parse(s) != _document.Id)
|
||||||
{
|
{
|
||||||
string niceUrl = currentLink.Replace(library.NiceUrl(int.Parse(s)).Replace(".aspx", ""), "");
|
string tempNiceUrl = library.NiceUrl(int.Parse(s));
|
||||||
|
|
||||||
|
string niceUrl = tempNiceUrl != "/" ? currentLink.Replace(tempNiceUrl.Replace(".aspx", ""), "") : currentLink;
|
||||||
if (!niceUrl.StartsWith("/"))
|
if (!niceUrl.StartsWith("/"))
|
||||||
niceUrl = "/" + niceUrl;
|
niceUrl = "/" + niceUrl;
|
||||||
|
|
||||||
|
|||||||
@@ -39,8 +39,8 @@
|
|||||||
<Examine configSource="config\ExamineSettings.config" />
|
<Examine configSource="config\ExamineSettings.config" />
|
||||||
<ExamineLuceneIndexSets configSource="config\ExamineIndex.config" />
|
<ExamineLuceneIndexSets configSource="config\ExamineIndex.config" />
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="umbracoDbDSN" value="server=.\sqlexpress;database=junoBeta;user id=DBUSER;password=DBPASSWORD" />
|
<add key="umbracoDbDSN" value="server=.\sqlexpress;database=v452;integrated security=false;user id=DBUSER;password=DBPASSWORD" />
|
||||||
<add key="umbracoConfigurationStatus" value="" />
|
<add key="umbracoConfigurationStatus" value="4.6.1" />
|
||||||
<add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd" />
|
<add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd" />
|
||||||
<add key="umbracoReservedPaths" value="~/umbraco,~/install/" />
|
<add key="umbracoReservedPaths" value="~/umbraco,~/install/" />
|
||||||
<add key="umbracoContentXML" value="~/App_Data/umbraco.config" />
|
<add key="umbracoContentXML" value="~/App_Data/umbraco.config" />
|
||||||
|
|||||||
Reference in New Issue
Block a user