Updates: updated Document Server changelog

This commit is contained in:
alexandervnuchkov 2019-01-17 18:41:09 +03:00
parent fcda5683fb
commit f5ee4769db
2 changed files with 114 additions and 2 deletions

View File

@ -1,8 +1,109 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %> <%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> <%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Open in new window</a></div> <div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block hide_elements">
<p class="changelog-main-header">Version 5.2.7</p>
<p class="changelog-release-date">Release date: <span class="crd-date">01/16/2019</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">New features</p>
<p class="changelog-subsubheader">All editors</p>
<ul>
<li>Updated the documentation articles;</li>
<li>Updated the <b>nodehun</b> to the latest version.</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Added <code>sv-SE</code> and <code>sv-FI</code> regional settings.</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Viewer</p>
<ul>
<li>Added the possibility to change the row height or column width in view mode without saving changes.</li>
</ul>
<p class="changelog-subsubheader">Plugins</p>
<ul>
<li>Added the possibility to send parameters to plugin (user, document information);</li>
<li>Added the possibility to translate plugins;</li>
<li>Added <b>Highlight Code</b> and <b>Thesaurus</b> plugins.</li>
</ul>
<p class="changelog-subheader">Fixes</p>
<p class="changelog-subsubheader">All editors</p>
<ul>
<li>Fixed the error which occurred when comparing solid fill;</li>
<li>Fixed the translation to the German language.</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Fixed the problem with updating the current position when moving the table border;</li>
<li>Fixed the problem with clearing the text properties;</li>
<li>Fixed the problem with opening a specific <code>DOCX</code> file (bug #39941);</li>
<li>Fixed the problem with deep table nesting (bug #39963);</li>
<li>Fixed the JavaScript error which occurred when the header with a loading image was clicked (bug #39940);</li>
<li>Fixed the problem with recalculating tables (bug #39945);</li>
<li>Fixed the problem with recalculating a footnote in vertically merged cells;</li>
<li>Fixed the bug when the changes were lost when moving a table;</li>
<li>Fixed the bug with the selection marks when adding a table row;</li>
<li>Fixed the bug when wrong selection boundaries were received when moving the border of the table;</li>
<li>Fixed the bug with clearing the selection marks in a paragraph;</li>
<li>Fixed the bug with recalculating nested tables;</li>
<li>Fixed the problem of using <code>End</code>/<code>Home</code> buttons in a paragraph which had not yet been recalculated;</li>
<li>Fixed the bug with copy/paste when selecting a numbered list;</li>
<li>Fixed the bug with the header/footer entry;</li>
<li>Fixed the bug with adding extra rows when inserting a table content;</li>
<li>Fixed the problem with copying the table cell properties.</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Editor</p>
<ul>
<li>Fixed blocking the save button when opening a chart frame (bug #39827);</li>
<li>Fixed the problem with copy/paste hidden range containing functions (bug #40017);</li>
<li>Fixed the issue with the incorrect calculation of SUMPRODUCT function (bug #40109);</li>
<li>Fixed the problem with recalculating formulas in hidden filter area;</li>
<li>Fixed the problem with application of the autofilter to empty column by right-click menu;</li>
<li>Fixed the problem in conditional formatting with calculating the gradient without the distance set (bug #40160).</li>
</ul>
<p class="changelog-subsubheader">Presentation Editor</p>
<ul>
<li>Fixed the error in copying the slide notes.</li>
</ul>
<p class="changelog-subsubheader">Spreadsheet Viewer</p>
<ul>
<li>Fixed the bug with YouTube video playback (bug #40174).</li>
</ul>
<p class="changelog-subsubheader">Plugins</p>
<ul>
<li>Fixed the problem with duplicate URL in the YouTube plugin (bug #36103).</li>
</ul>
<p class="changelog-subsubheader">x2t</p>
<ul>
<li>Fixed the error with showing a marked list in some <code>PPT</code> files (bug #39929);</li>
<li>Fixed the issue with the watermark border in some files (bug #39935);</li>
<li>Fixed the issues which occurred with some <code>ODF</code> files received from users;</li>
<li>Fixed the problem with the shape and cell text layout in some <code>XLS</code> (bug #39961);</li>
<li>Fixed the issue with missing text format in specific <code>ODP</code> files (bug #39983);</li>
<li>Fixed the incorrect numbering in <code>ODP</code> files (bug #39976);</li>
<li>Fixed the issue when the list in notes was lost in <code>PPT</code> files (bug #39929);</li>
<li>Fixed the problems with conversion of some <code>XLS</code> files (bug #40065);</li>
<li>Fixed the issue with the shape rotation in specific <code>ODP</code> files (bug #39979);</li>
<li>Fixed the issue with showing cell values of <code>Time</code> format in <code>ODS</code> files (bug #40106);</li>
<li>Fixed the issues with some shapes in <code>PPT</code> files (bug #40115);</li>
<li>Fixed the issues with shapes without the fill in <code>PPT</code> (bug #40116);</li>
<li>Fixed the problems with opening an <code>XLSX</code> file with an image in the header (bug #40124);</li>
<li>Fixed the issues which occurred with some files received from users.</li>
</ul>
</div>
</div>
<div class="changelog-version-block"> <div class="changelog-version-block">
<p class="changelog-main-header hide_elements">Version 5.2.4</p> <p class="changelog-main-header">Version 5.2.6</p>
<p class="changelog-release-date">Release date: <span class="crd-date">12/25/2018</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Fixes</p>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Fixed the issue which occurred when moving a table containing a nested one (bug #40096).</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 5.2.4</p>
<p class="changelog-release-date">Release date: <span class="crd-date">12/12/2018</span></p> <p class="changelog-release-date">Release date: <span class="crd-date">12/12/2018</span></p>
<div class="changelog-switcher"> <div class="changelog-switcher">
<p class="changelog-subheader">New features</p> <p class="changelog-subheader">New features</p>

View File

@ -1,8 +1,19 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %> <%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> <%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Открыть в новом окне</a></div> <div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/document/changelog.aspx")%>">Открыть в новом окне</a></div>
<div class="changelog-version-block hide_elements">
<p class="changelog-main-header">Версия 5.2.6</p>
<p class="changelog-release-date">Дата выпуска: <span class="crd-date">25.12.2018</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Исправления</p>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Поправлена ошибка, возникающая при перемещении таблиц, вложенных друг в друга (bug #40096).</li>
</ul>
</div>
</div>
<div class="changelog-version-block"> <div class="changelog-version-block">
<p class="changelog-main-header hide_elements">Версия 5.2.4</p> <p class="changelog-main-header">Версия 5.2.4</p>
<p class="changelog-release-date">Дата выпуска: <span class="crd-date">12.12.2018</span></p> <p class="changelog-release-date">Дата выпуска: <span class="crd-date">12.12.2018</span></p>
<div class="changelog-switcher"> <div class="changelog-switcher">
<p class="changelog-subheader">Новые функции</p> <p class="changelog-subheader">Новые функции</p>