From 223b765fa5687bfbb5a5f3422bf9542102017fa3 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Thu, 30 Jun 2016 11:25:58 +0300 Subject: [PATCH 01/60] Update Readme.md --- Readme.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 46b1e9b4..f47680be 100644 --- a/Readme.md +++ b/Readme.md @@ -2,13 +2,29 @@ ONLYOFFICE Document Server is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. +## Components + +ONLYOFFICE Document Server contains the following components: + +* [server](https://github.com/ONLYOFFICE/server "server") - the backend server software layer which is the base for all other components of ONLYOFFICE Document Server. +* [core](https://github.com/ONLYOFFICE/core "core") - server core components of ONLYOFFICE Document Server which enable the conversion between the most popular office document formats (DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP). +* [sdkjs](https://github.com/ONLYOFFICE/sdkjs "sdkjs") - JavaScript SDK for the ONLYOFFICE Document Server which contains API for all the included components interaction. +* [web-apps](https://github.com/ONLYOFFICE/web-apps "web-apps") - the frontend for ONLYOFFICE Document Server which builds the program interface and allows the user create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor. + ## Functionality +ONLYOFFICE Document Server includes the following editors: + * ONLYOFFICE Document Editor * ONLYOFFICE Spreadsheet Editor * ONLYOFFICE Presentation Editor + +The editors allow you to create, edit, save and export text, spreadsheet and presentation documents and additionally have the features: + * Collaborative editing * Hieroglyph support +* Reviewing +* Spell-checking ## Project Information @@ -31,11 +47,11 @@ ONLYOFFICE Document Server is a part of **ONLYOFFICE Free Edition** that compris The easiest way to install ONLYOFFICE Document Server is to use the Docker image. You can also install it from the repository or compiling the source code. The following documentation is available to the community depending on the way you choose: * [Compiling ONLYOFFICE Document Server for a Local Server](http://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx "Compiling ONLYOFFICE Document Server for a Local Server") -* [Installing ONLYOFFICE Document Server Linux Version](https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=4381391&doc=ZDdHWWYrTVJJMmpUTEVLRkNTOHhUSEplZklDQjQwQWVSajNhQ2VYamk4Zz0_IjQzODEzOTEi0 "Installing ONLYOFFICE Document Server Linux Version") -* [Installing ONLYOFFICE Document Server Docker Version](https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=4356431&doc=TTlaTDdWdHA1Ny9PRFlHQUl0cDFDTFZhdnpBUFVVQmc0b0pNRnBzRndPTT0_IjQzNTY0MzEi0 "Installing ONLYOFFICE Document Server Docker Version") +* [Installing ONLYOFFICE Document Server Linux Version](http://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx "Installing ONLYOFFICE Document Server Linux Version") +* [Installing ONLYOFFICE Document Server Docker Version](http://helpcenter.onlyoffice.com/server/docker/document/docker-installation.aspx "Installing ONLYOFFICE Document Server Docker Version") ## User Feedback and Support -If you have any problems with or questions about this image, please contact us through a [dev.onlyoffice.org][1]. +If you have any problems with or questions about ONLYOFFICE Document Server, please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1]. [1]: http://dev.onlyoffice.org From 55da6c66bd7134fa5ad59146bd41e5e20fc59265 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Thu, 30 Jun 2016 12:02:49 +0300 Subject: [PATCH 02/60] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f47680be..93ceea47 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ ONLYOFFICE Document Server contains the following components: * [server](https://github.com/ONLYOFFICE/server "server") - the backend server software layer which is the base for all other components of ONLYOFFICE Document Server. * [core](https://github.com/ONLYOFFICE/core "core") - server core components of ONLYOFFICE Document Server which enable the conversion between the most popular office document formats (DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP). -* [sdkjs](https://github.com/ONLYOFFICE/sdkjs "sdkjs") - JavaScript SDK for the ONLYOFFICE Document Server which contains API for all the included components interaction. +* [sdkjs](https://github.com/ONLYOFFICE/sdkjs "sdkjs") - JavaScript SDK for the ONLYOFFICE Document Server which contains API for all the included components client-side interaction. * [web-apps](https://github.com/ONLYOFFICE/web-apps "web-apps") - the frontend for ONLYOFFICE Document Server which builds the program interface and allows the user create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor. ## Functionality From 9eef600148d2591f247f1fb6dcc159b6546898a2 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Thu, 30 Jun 2016 12:44:20 +0300 Subject: [PATCH 03/60] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 93ceea47..f6f66c64 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,5 @@ +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.0-blue.svg?style=flat) + ## Overview ONLYOFFICE Document Server is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. From 4ce890502cc822287bbd792be3edd95103c2d45c Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 30 Jun 2016 19:51:15 +0300 Subject: [PATCH 04/60] AGPL v3 --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2def0e88..dba13ed2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -658,4 +658,4 @@ specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -. \ No newline at end of file +. From b12db8d998277b123dc0976c03e36f7e2f6e6ecd Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 30 Jun 2016 19:51:32 +0300 Subject: [PATCH 05/60] AGPL v3 From 40a8b7ac2d070ee45503dd9acbb7a40916b16054 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Fri, 1 Jul 2016 18:12:02 +0300 Subject: [PATCH 06/60] Update Readme.md --- Readme.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Readme.md b/Readme.md index 93ceea47..e9a8f58b 100644 --- a/Readme.md +++ b/Readme.md @@ -38,15 +38,10 @@ License: [GNU AGPL v3.0](https://help.onlyoffice.com/products/files/doceditor.as SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www.onlyoffice.com") -## ONLYOFFICE One Click Installation - -ONLYOFFICE Document Server is a part of **ONLYOFFICE Free Edition** that comprises also Community Server and Mail Server. To get ONLYOFFICE Free Edition in one click, make use of [ONLYOFFICE One Click Installation](https://controlpanel.onlyoffice.com/ "ONLYOFFICE One Click Installation"). - ##Documentation The easiest way to install ONLYOFFICE Document Server is to use the Docker image. You can also install it from the repository or compiling the source code. The following documentation is available to the community depending on the way you choose: -* [Compiling ONLYOFFICE Document Server for a Local Server](http://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx "Compiling ONLYOFFICE Document Server for a Local Server") * [Installing ONLYOFFICE Document Server Linux Version](http://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx "Installing ONLYOFFICE Document Server Linux Version") * [Installing ONLYOFFICE Document Server Docker Version](http://helpcenter.onlyoffice.com/server/docker/document/docker-installation.aspx "Installing ONLYOFFICE Document Server Docker Version") From 222b15e6aff16c3084df2ee612f165e50f07c20a Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Mon, 4 Jul 2016 12:19:13 +0300 Subject: [PATCH 07/60] added the dictionaries repo --- .gitmodules | 3 +++ dictionaries | 1 + 2 files changed, 4 insertions(+) create mode 160000 dictionaries diff --git a/.gitmodules b/.gitmodules index c8974642..60e923a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "server"] path = server url = https://github.com/ONLYOFFICE/server.git +[submodule "dictionaries"] + path = dictionaries + url = https://github.com/ONLYOFFICE/dictionaries.git diff --git a/dictionaries b/dictionaries new file mode 160000 index 00000000..cd09cdb3 --- /dev/null +++ b/dictionaries @@ -0,0 +1 @@ +Subproject commit cd09cdb393567adb11ad5749f04259f9f9b7dd9c From 3eee5a899ba78ed1444ad3019f56b545e351e243 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Thu, 7 Jul 2016 11:03:37 +0300 Subject: [PATCH 08/60] Update Readme.md --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index e9a8f58b..6b91de37 100644 --- a/Readme.md +++ b/Readme.md @@ -38,10 +38,15 @@ License: [GNU AGPL v3.0](https://help.onlyoffice.com/products/files/doceditor.as SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www.onlyoffice.com") +## ONLYOFFICE One Click Installation + +ONLYOFFICE Document Server is a part of **ONLYOFFICE Community Edition** that comprises also Community Server and Mail Server. To get ONLYOFFICE Free Edition in one click, make use of [ONLYOFFICE One Click Installation](https://controlpanel.onlyoffice.com/ "ONLYOFFICE One Click Installation"). + ##Documentation The easiest way to install ONLYOFFICE Document Server is to use the Docker image. You can also install it from the repository or compiling the source code. The following documentation is available to the community depending on the way you choose: +* [Compiling ONLYOFFICE Document Server for a Local Server](http://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx "Compiling ONLYOFFICE Document Server for a Local Server") * [Installing ONLYOFFICE Document Server Linux Version](http://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx "Installing ONLYOFFICE Document Server Linux Version") * [Installing ONLYOFFICE Document Server Docker Version](http://helpcenter.onlyoffice.com/server/docker/document/docker-installation.aspx "Installing ONLYOFFICE Document Server Docker Version") From fa000a0a3e4d0e6fc3f569536cd639ac9a543980 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Thu, 7 Jul 2016 11:06:14 +0300 Subject: [PATCH 09/60] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6b91de37..a41c2efe 100644 --- a/Readme.md +++ b/Readme.md @@ -40,7 +40,7 @@ SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www. ## ONLYOFFICE One Click Installation -ONLYOFFICE Document Server is a part of **ONLYOFFICE Community Edition** that comprises also Community Server and Mail Server. To get ONLYOFFICE Free Edition in one click, make use of [ONLYOFFICE One Click Installation](https://controlpanel.onlyoffice.com/ "ONLYOFFICE One Click Installation"). +ONLYOFFICE Document Server is a part of **ONLYOFFICE Community Edition** that comprises also [Community Server](https://github.com/ONLYOFFICE/CommunityServer "Community Server") and [Mail Server](https://github.com/ONLYOFFICE/Docker-MailServer "Mail Server"). To get ONLYOFFICE Free Edition in one click, make use of [ONLYOFFICE One Click Installation](https://controlpanel.onlyoffice.com/ "ONLYOFFICE One Click Installation"). ##Documentation From edd9fdc9687e0852848cb8ed0b6812ac7c38febe Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Fri, 15 Jul 2016 19:43:05 +0300 Subject: [PATCH 10/60] release/4.0.1 --- core | 2 +- dictionaries | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core b/core index 6c3a17ee..8481e240 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 6c3a17eea67bcb3ef2083658d77bf89806205993 +Subproject commit 8481e2405fe44471a4ffcac6805a83c56c392dc9 diff --git a/dictionaries b/dictionaries index cd09cdb3..66fb904e 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit cd09cdb393567adb11ad5749f04259f9f9b7dd9c +Subproject commit 66fb904e7d834f58175372d6e9a236715b48af96 diff --git a/sdkjs b/sdkjs index df94477b..740ed93f 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit df94477b4c969ea27b7c1c1df86254e3e2076080 +Subproject commit 740ed93fa59a1c09bb5b6f0350716b8fbfd00613 diff --git a/server b/server index 99755209..6816bb40 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 99755209757761be8d4e082c25006de5fea223f5 +Subproject commit 6816bb407c3851b4329f2cebd52d053b54575c5a diff --git a/web-apps b/web-apps index f7b2b05b..40e74224 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit f7b2b05b7a87d2cb53c84e9cc621e8da2098a6dd +Subproject commit 40e74224d4d4c529ebb8874bc7bc76fe3a66836a From 8859c5f45331e9bac91927570168c182be19486b Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Sat, 16 Jul 2016 13:21:44 +0400 Subject: [PATCH 11/60] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ebcea5fb..a4a6e88c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.0-blue.svg?style=flat) +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.1-blue.svg?style=flat) ## Overview From 3f594fbc865b8f0c3f9a2ca75eefcc8d45e4a3d1 Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Fri, 22 Jul 2016 13:19:07 +0300 Subject: [PATCH 12/60] add issue template --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..1095c4ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +**Do you want to request a *feature* or report a *bug*?** + +**What is the current behavior?** + +**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.** + +**What is the expected behavior?** + +**Which versions of DocumentServer, and which browser / OS are affected by this issue? Did this work in previous versions of DocumentServer?** From 34bd20742003dff0d9626d348be9d4cb9b3e9608 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 27 Jul 2016 18:44:28 +0300 Subject: [PATCH 13/60] Added config for mr tool The 'mr' tool provides multiple actions for different repos --- .mrconfig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .mrconfig diff --git a/.mrconfig b/.mrconfig new file mode 100644 index 00000000..1a3847c2 --- /dev/null +++ b/.mrconfig @@ -0,0 +1,23 @@ +DEFAULT] +git = git $@ + +[core] +checkout = git clone git@github.com:ONLYOFFICE/core.git + +[dictionaries] +checkout = git clone git@github.com:ONLYOFFICE/dictionaries.git + +[sdkjs] +checkout = git clone git@github.com:ONLYOFFICE/sdkjs.git + +[server] +checkout = git clone git@github.com:ONLYOFFICE/server.git + +[web-apps] +checkout = git clone git@github.com:ONLYOFFICE/web-apps.git + +[document-server-package] +checkout = git clone git@github.com:ONLYOFFICE/document-server-package.git + +[document-server-integration] +checkout = git clone git@github.com:ONLYOFFICE/document-server-integration.git From 4e1a24d8717031ec7eda252225c1e7242c19fc41 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 27 Jul 2016 18:47:44 +0300 Subject: [PATCH 14/60] Added Docker-DocumentServer repo to mr config --- .mrconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mrconfig b/.mrconfig index 1a3847c2..cfa80f4e 100644 --- a/.mrconfig +++ b/.mrconfig @@ -21,3 +21,6 @@ checkout = git clone git@github.com:ONLYOFFICE/document-server-package.git [document-server-integration] checkout = git clone git@github.com:ONLYOFFICE/document-server-integration.git + +[Docker-DocumentServer] +checkout = git clone git@github.com:ONLYOFFICE/Docker-DocumentServer.git From 006c9942b2b57c26d32bc4b529a0d7e200ca2806 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 27 Jul 2016 19:10:12 +0300 Subject: [PATCH 15/60] fixed misprint --- .mrconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mrconfig b/.mrconfig index cfa80f4e..0581b6b4 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,4 +1,4 @@ -DEFAULT] +[DEFAULT] git = git $@ [core] From bcb4504af3ab60de6123f48a5be0b9c6f33c35f5 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 3 Aug 2016 19:11:12 +0300 Subject: [PATCH 16/60] release/v4.0.2 --- core | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core b/core index 8481e240..c0a4a294 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 8481e2405fe44471a4ffcac6805a83c56c392dc9 +Subproject commit c0a4a294e5cc3bba31efe763882341d876bc9f72 diff --git a/sdkjs b/sdkjs index 740ed93f..2f856637 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 740ed93fa59a1c09bb5b6f0350716b8fbfd00613 +Subproject commit 2f85663799cb31006ca4518e13b1b7e48963241e diff --git a/server b/server index 6816bb40..ab99194f 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 6816bb407c3851b4329f2cebd52d053b54575c5a +Subproject commit ab99194ff6b930d125a4bf6b082d2fb1e4d026d7 diff --git a/web-apps b/web-apps index 40e74224..0fb7b9ab 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 40e74224d4d4c529ebb8874bc7bc76fe3a66836a +Subproject commit 0fb7b9ab9891f8b24d3748a01f061cf31872a1db From b182d0767c1c7bd3d21cef6ea41e06c8c5652823 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 3 Aug 2016 19:14:52 +0300 Subject: [PATCH 17/60] version up --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a4a6e88c..764b74a7 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.1-blue.svg?style=flat) +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.2-blue.svg?style=flat) ## Overview From c049aba0b8bca841f02dc0cb42f9557941e8bc19 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 4 Aug 2016 12:40:21 +0300 Subject: [PATCH 18/60] Create Changelog with base info --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..587557ac --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change log + +## 4.0.2 +### Fixes +#### Spreadsheet Editor +* Fix losing comments on second or further worksheet (bug #32895) +* Fix losing empty values of data with format different of General in autofilter (bug #32805) + +#### document-server-integration +* Minor fixes + From d7a9d7bb9d887235ee427ceb394a02663c60b47d Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 4 Aug 2016 17:00:24 +0300 Subject: [PATCH 19/60] release/v4.0.3 --- core | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core b/core index c0a4a294..06a7ed6d 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit c0a4a294e5cc3bba31efe763882341d876bc9f72 +Subproject commit 06a7ed6d6816d98c816b7f208427c19e57fe03e5 diff --git a/sdkjs b/sdkjs index 2f856637..f9f052e2 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 2f85663799cb31006ca4518e13b1b7e48963241e +Subproject commit f9f052e23ec64e79e706afe721269ac9140dfa95 diff --git a/server b/server index ab99194f..f88f97a3 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit ab99194ff6b930d125a4bf6b082d2fb1e4d026d7 +Subproject commit f88f97a3917a402d16043cf8dad18286d9fe032e diff --git a/web-apps b/web-apps index 0fb7b9ab..7a5e775d 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 0fb7b9ab9891f8b24d3748a01f061cf31872a1db +Subproject commit 7a5e775d597724591f1898439546ed8bcf5db9de From 6eb562ce7884c7ac8aa093a51f78fddd3deebe05 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 4 Aug 2016 17:02:27 +0300 Subject: [PATCH 20/60] version up --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 764b74a7..8137c3d4 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.2-blue.svg?style=flat) +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.3-blue.svg?style=flat) ## Overview From cf61392bf88b212238d29bfa9e6a86417e2394da Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 4 Aug 2016 17:08:23 +0300 Subject: [PATCH 21/60] Update changelog for 4.0.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587557ac..0c30a15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 4.0.3 +### Changes +* Ability to use full-toolbar mode in editors with standard license.
+Previously users of standard license are forced to use only compact toolbar. + ## 4.0.2 ### Fixes #### Spreadsheet Editor From ce4fb0a7c46173382bcc6385bfa4fb67c5c86154 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Tue, 16 Aug 2016 12:26:25 +0300 Subject: [PATCH 22/60] Added plugins --- .mrconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mrconfig b/.mrconfig index 0581b6b4..e3a60ee6 100644 --- a/.mrconfig +++ b/.mrconfig @@ -24,3 +24,6 @@ checkout = git clone git@github.com:ONLYOFFICE/document-server-integration.git [Docker-DocumentServer] checkout = git clone git@github.com:ONLYOFFICE/Docker-DocumentServer.git + +[sdkjs-plugins] +checkout = git clone git@github.com:ONLYOFFICE/sdkjs-plugins.git From 86d5600fe6d613f1a054b443a4315c9cf891ae2d Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Sat, 27 Aug 2016 09:55:00 +0300 Subject: [PATCH 23/60] Add changelog for 4.1 version --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c30a15a..2cbeee31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 4.1.0 +### New features +#### Back-end +* Use PostgreSQL instead of MySQL on back-end +* Ability to filter users using ipfilter + +#### Editors +* Whole-new code handling text input. Better support of languages using hieroglyphs +* Whole-new copy-paste with better compatible with external sources + +### Changes +* Improvements in opening of all supported formats + +### Fixes +* A lot small bugfixes in all modules of product + ## 4.0.3 ### Changes * Ability to use full-toolbar mode in editors with standard license.
From 1c26d69c37555f934af18f362131940069d70d88 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Tue, 30 Aug 2016 16:44:38 +0300 Subject: [PATCH 24/60] Update README.md Added link to Stack Overflow --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8137c3d4..d6eb70d3 100644 --- a/Readme.md +++ b/Readme.md @@ -54,6 +54,8 @@ The easiest way to install ONLYOFFICE Document Server is to use the Docker image ## User Feedback and Support -If you have any problems with or questions about ONLYOFFICE Document Server, please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1]. +If you have any problems with or questions about [ONLYOFFICE Document Server][2], please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3]. [1]: http://dev.onlyoffice.org + [2]: https://github.com/ONLYOFFICE/DocumentServer + [3]: http://stackoverflow.com/questions/tagged/onlyoffice From 84a7896d5ec5ce7fa10c41634d8581b6f0ff92a1 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 22 Sep 2016 12:25:25 +0300 Subject: [PATCH 25/60] v4.1.2 --- core | 2 +- dictionaries | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core b/core index 06a7ed6d..f84ee9a5 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 06a7ed6d6816d98c816b7f208427c19e57fe03e5 +Subproject commit f84ee9a5a30b79a2995a96f8019978d0d9d130af diff --git a/dictionaries b/dictionaries index 66fb904e..5d16d75f 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit 66fb904e7d834f58175372d6e9a236715b48af96 +Subproject commit 5d16d75f1cbb9e25e7bd9ab4ad21132ffaff682f diff --git a/sdkjs b/sdkjs index f9f052e2..a1613868 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit f9f052e23ec64e79e706afe721269ac9140dfa95 +Subproject commit a161386857a2c2c33ef2cb61dbf95a96552ac811 diff --git a/server b/server index f88f97a3..c8d1f56f 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit f88f97a3917a402d16043cf8dad18286d9fe032e +Subproject commit c8d1f56fcf012da508d0cd3e488a925851169ef3 diff --git a/web-apps b/web-apps index 7a5e775d..c083753f 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 7a5e775d597724591f1898439546ed8bcf5db9de +Subproject commit c083753f7807565b39a8932766933cba6fb79832 From a7605a3dadaf26ee863472d2606a68f1eeb45bbf Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 22 Sep 2016 12:29:08 +0300 Subject: [PATCH 26/60] Update version --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d6eb70d3..754b8d90 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.0.3-blue.svg?style=flat) +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1.2-blue.svg?style=flat) ## Overview From b12902c98ea2613065ff148b66eee98f9a01704e Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 22 Sep 2016 12:30:27 +0300 Subject: [PATCH 27/60] Version up --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cbeee31..7f0bebcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## 4.1.0 +## 4.1.2 ### New features #### Back-end * Use PostgreSQL instead of MySQL on back-end From f9aa4e08d5e73cc51e43c9cf5e7c286092101174 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 5 Oct 2016 14:18:35 +0300 Subject: [PATCH 28/60] Add 4.1.3 and 4.1.4 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0bebcc..c38c4e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log +## 4.1.4 +### Fixes +#### Back-end +* ipfilter can use dns to lookup + +## 4.1.3 +### New features +#### Plugins +* Sample plugins are enabled by default + ## 4.1.2 ### New features #### Back-end From 21f553a2e1c21491132325098bbf5999eb24c8ca Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Thu, 6 Oct 2016 12:25:33 +0300 Subject: [PATCH 29/60] update submodules --- core | 2 +- server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core b/core index f84ee9a5..884bffc1 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit f84ee9a5a30b79a2995a96f8019978d0d9d130af +Subproject commit 884bffc1efe9f56dfe8121ef456f01f1d98fa0a4 diff --git a/server b/server index c8d1f56f..8862b088 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit c8d1f56fcf012da508d0cd3e488a925851169ef3 +Subproject commit 8862b088f03c548cdbfaf3e4f44d2585cfdfff06 From 16dd2e66a7136a6297c4baa530cd28c3a67552fd Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Fri, 7 Oct 2016 13:53:34 +0300 Subject: [PATCH 30/60] Updated submodule --- sdkjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkjs b/sdkjs index a1613868..7adfe8a5 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit a161386857a2c2c33ef2cb61dbf95a96552ac811 +Subproject commit 7adfe8a55c78bb44099aac16dc1cfb14de803e9b From 7d38a3d262635625f8da55f09044d21b5085bde1 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 13 Oct 2016 14:45:21 +0300 Subject: [PATCH 31/60] Changelog 4.1.5 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38c4e5c..f6551c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change log +## 4.1.5 +### Fixes +#### Editors +* Fix copy-paste on macOS Sierra + +#### Plugins +* Fix image load and OLE problems +* Viewers do not show plugins any more + ## 4.1.4 ### Fixes #### Back-end From 16efe7d3850594700be7cad24f98e71fd8d72877 Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Thu, 13 Oct 2016 15:14:21 +0300 Subject: [PATCH 32/60] updated submodules --- sdkjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkjs b/sdkjs index 7adfe8a5..df6949da 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 7adfe8a55c78bb44099aac16dc1cfb14de803e9b +Subproject commit df6949dabf5d01876fcc4eff7be4683ede14cd3f From 6b5c97b1da4b26024e4f1cc72b418a96acf4ea7d Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 13 Oct 2016 15:17:48 +0300 Subject: [PATCH 33/60] Use only major and minor in the version number --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 754b8d90..516bf7d6 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1.2-blue.svg?style=flat) +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1-blue.svg?style=flat) ## Overview From 4be050420382ea517287da87524c89e9a624965c Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 24 Oct 2016 12:06:57 +0300 Subject: [PATCH 34/60] Add 4.1.6 changeslog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6551c71..27ce5bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 4.1.6 +### New features +#### Editors +* Add ability to hide menu bars in Editors via config + ## 4.1.5 ### Fixes #### Editors From 9854ecd8e4831de2050ee7b0f91afb1bba16b961 Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Wed, 26 Oct 2016 17:09:38 +0300 Subject: [PATCH 35/60] update modules --- server | 2 +- web-apps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server b/server index 8862b088..fc8ea886 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 8862b088f03c548cdbfaf3e4f44d2585cfdfff06 +Subproject commit fc8ea886f9bc335a4e89edf08476214bd2fb7d43 diff --git a/web-apps b/web-apps index c083753f..4dd21ea5 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit c083753f7807565b39a8932766933cba6fb79832 +Subproject commit 4dd21ea516aba07bac5f3b6747ced225b0cefeb4 From b577013d22002f5cc8500e827b79640c8273b462 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 28 Oct 2016 11:31:57 +0300 Subject: [PATCH 36/60] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ce5bf6..009dc0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 4.1.7 +### Fixes +#### Editors +* Fix JS error on opening document in IE 9 and IE 10 + ## 4.1.6 ### New features #### Editors From 7d5b2a15815a878a6bdd6769709b505ec0f66aea Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 31 Oct 2016 17:47:56 +0300 Subject: [PATCH 37/60] add 4.1.8 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009dc0f1..d1366728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 4.1.8 +### Fixes +#### License +* Minor fix for better license compatibility with 'Hide Menu' functionality + ## 4.1.7 ### Fixes #### Editors From b1902c2e9a996a3fb88343a07ee2c5e152c03457 Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Thu, 3 Nov 2016 13:59:26 +0300 Subject: [PATCH 38/60] updated submodules --- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdkjs b/sdkjs index df6949da..825a8ccd 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit df6949dabf5d01876fcc4eff7be4683ede14cd3f +Subproject commit 825a8ccdf6ac6699428f57c517b8a6d7eaf5564f diff --git a/server b/server index fc8ea886..6dde6baa 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit fc8ea886f9bc335a4e89edf08476214bd2fb7d43 +Subproject commit 6dde6baafbcdaac1415f630690dc1b3d3c921339 diff --git a/web-apps b/web-apps index 4dd21ea5..4655b91e 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 4dd21ea516aba07bac5f3b6747ced225b0cefeb4 +Subproject commit 4655b91e420f6986906eecb91319c29e9a9098cb From 57c1dd3104c6d8c19a8ae0dfbcb14d131f130536 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 24 Nov 2016 19:56:13 +0300 Subject: [PATCH 39/60] added desktop-sdk --- .mrconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mrconfig b/.mrconfig index e3a60ee6..e2f4dee6 100644 --- a/.mrconfig +++ b/.mrconfig @@ -27,3 +27,6 @@ checkout = git clone git@github.com:ONLYOFFICE/Docker-DocumentServer.git [sdkjs-plugins] checkout = git clone git@github.com:ONLYOFFICE/sdkjs-plugins.git + +[desktop-sdk] +checkout = git clone git@github.com:ONLYOFFICE/desktop-sdk.git From 0bd1ed561db0f1d6e33dfb1ace95a55640f1083a Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Sun, 6 Nov 2016 14:04:50 +0300 Subject: [PATCH 40/60] Update CHANGELOG.md for version 4.2.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1366728..8fb3bd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Change log +## 4.2.0 +## New Features +### All Editors +* Ability to set dash type for shapes +* Redesigned embedded viewers +* Better support of HiDPI systems + +### Document Editor +* Ability to set `Fit to Page` and `Fit to Width` as default zoom value +* Ability to open and edit Footnotes +* Redone Version History. Ability to hide minor features. + +### Spreadsheet Editor +* Add ability to insert Equations in Spreadsheet Editor +* Add new formula `SUMIFS` +* Ability to select data from drop-down menu in context menu +* Add multiselect support +* Add rotation of 3D Charts +* Update and improve visual styles for all chart types +* Bring back `Freeze Panes` in `View Settings` menu +* New algorithm for calculating cell height + +### Presentation Editor +* Ability to set `Fit to Width` as default zoom value +* Add ability to insert Equations in Presentation Editor + +### Back-end +* Update `nodejs` from 4.2.0 to current LTS release: 6.9.1 + +## Fixes +### Spreadsheet Editor +* Fixed issue [#63](https://github.com/ONLYOFFICE/DocumentServer/issues/63) + +### x2t +* Fixed issue [#55](https://github.com/ONLYOFFICE/DocumentServer/issues/55) + ## 4.1.8 ### Fixes #### License From 8da4cb0399e45c0d25a2f236de506ff59acdc423 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 5 Dec 2016 15:06:44 +0300 Subject: [PATCH 41/60] updated submodules --- core | 2 +- dictionaries | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core b/core index 884bffc1..29b4a104 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 884bffc1efe9f56dfe8121ef456f01f1d98fa0a4 +Subproject commit 29b4a104357992a369b7c6c3f9612864d7f2352f diff --git a/dictionaries b/dictionaries index 5d16d75f..474a6c68 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit 5d16d75f1cbb9e25e7bd9ab4ad21132ffaff682f +Subproject commit 474a6c687d3e909004514ce593058a47e667e764 diff --git a/sdkjs b/sdkjs index 825a8ccd..817962df 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 825a8ccdf6ac6699428f57c517b8a6d7eaf5564f +Subproject commit 817962dfefe966a7a8461a137adf2323c3a9c182 diff --git a/server b/server index 6dde6baa..9208cdc0 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 6dde6baafbcdaac1415f630690dc1b3d3c921339 +Subproject commit 9208cdc05b89caca59a87105b364d668b55230f8 diff --git a/web-apps b/web-apps index 4655b91e..04872f23 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 4655b91e420f6986906eecb91319c29e9a9098cb +Subproject commit 04872f2381c85962b3d1eed04ab254b1f5ef3697 From 3141501d77867aa123f01c6598ee48f0c7758070 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 5 Dec 2016 16:53:18 +0300 Subject: [PATCH 42/60] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 516bf7d6..14c4f6a0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1-blue.svg?style=flat) +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.2-blue.svg?style=flat) ## Overview From 6a2bc46373e3fbf45058d17b3a36e85166b953cf Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 5 Dec 2016 19:04:37 +0300 Subject: [PATCH 43/60] Fix incorrect headings values in Changelog --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb3bd46..c27381d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ # Change log ## 4.2.0 -## New Features -### All Editors +### New Features +#### All Editors * Ability to set dash type for shapes * Redesigned embedded viewers * Better support of HiDPI systems -### Document Editor +#### Document Editor * Ability to set `Fit to Page` and `Fit to Width` as default zoom value * Ability to open and edit Footnotes * Redone Version History. Ability to hide minor features. -### Spreadsheet Editor +#### Spreadsheet Editor * Add ability to insert Equations in Spreadsheet Editor * Add new formula `SUMIFS` * Ability to select data from drop-down menu in context menu @@ -22,18 +22,18 @@ * Bring back `Freeze Panes` in `View Settings` menu * New algorithm for calculating cell height -### Presentation Editor +#### Presentation Editor * Ability to set `Fit to Width` as default zoom value * Add ability to insert Equations in Presentation Editor -### Back-end +#### Back-end * Update `nodejs` from 4.2.0 to current LTS release: 6.9.1 -## Fixes -### Spreadsheet Editor +### Fixes +#### Spreadsheet Editor * Fixed issue [#63](https://github.com/ONLYOFFICE/DocumentServer/issues/63) -### x2t +#### x2t * Fixed issue [#55](https://github.com/ONLYOFFICE/DocumentServer/issues/55) ## 4.1.8 From 2f758cb982d1dcb6acb076102e5f413ab1a05f3e Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 5 Dec 2016 18:59:00 +0300 Subject: [PATCH 44/60] Add 4.2.1 changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c27381d0..2fbd1826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change log +## 4.2.1 +### Fixes +#### Document Editor +* Fix broken `Insert number of page` button +* Fix problem with duplicate of last hieroglyph +* Fix problem with changing chart type from 2D to 3D (bug #33284) + +#### Spreadsheet Editor +* JS Error while adding chart in IE and Edge (bug #33597) +* Fix problem with empty cell while changing sparklines (bug #33598) + +#### x2t +* Improve compatibility with `doc` format + ## 4.2.0 ### New Features #### All Editors @@ -10,6 +24,7 @@ #### Document Editor * Ability to set `Fit to Page` and `Fit to Width` as default zoom value * Ability to open and edit Footnotes +* Ability to insert number of pages in document * Redone Version History. Ability to hide minor features. #### Spreadsheet Editor From e58f7924adc68ef6f85703dafcc721117d43ffca Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Tue, 6 Dec 2016 15:03:55 +0300 Subject: [PATCH 45/60] updated submodules --- core | 2 +- sdkjs | 2 +- web-apps | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core b/core index 29b4a104..13d57361 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 29b4a104357992a369b7c6c3f9612864d7f2352f +Subproject commit 13d57361e4db28309a28cceb05b3267b4014a222 diff --git a/sdkjs b/sdkjs index 817962df..0b595593 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 817962dfefe966a7a8461a137adf2323c3a9c182 +Subproject commit 0b595593d8b9a3989b57e55c0b1acd5443219276 diff --git a/web-apps b/web-apps index 04872f23..24ce4d9b 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 04872f2381c85962b3d1eed04ab254b1f5ef3697 +Subproject commit 24ce4d9b3a134a513607c8f86520eb88abae398c From 00b20b4b062272802f274ac487e6eed95a32cebd Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Tue, 6 Dec 2016 17:05:33 +0300 Subject: [PATCH 46/60] More details in changelog for 4.2.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fbd1826..0d0f9b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Ability to set dash type for shapes * Redesigned embedded viewers * Better support of HiDPI systems +* Update bootstrap to 3.3.7 #### Document Editor * Ability to set `Fit to Page` and `Fit to Width` as default zoom value @@ -29,6 +30,7 @@ #### Spreadsheet Editor * Add ability to insert Equations in Spreadsheet Editor +* Ability to open and edit Sparklines * Add new formula `SUMIFS` * Ability to select data from drop-down menu in context menu * Add multiselect support From 67851188c15fa4cf2bca7c7bd7516e6fdd085c4b Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 19 Dec 2016 12:52:08 +0300 Subject: [PATCH 47/60] Add changelog for 4.2.2 and 4.2.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0f9b9a..e26f46c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change log +## 4.2.3 +### Fixes +#### Spreadsheet Editor +* Fix using formulas with references on other sheets + +#### Presentation Editor +* Fix timeout error while printing some pptx files. + +#### Document Convert +* Fix problem with convert to pdf converted only first page + +#### Licensing +* Without license file chat and comments buttons are unavailable. Also +edit customer information and logo image at header of editors is not supported. + +## 4.2.2 +### Fixes +#### Presentation Editor +* Fix problem with opening password-protected presentations + ## 4.2.1 ### Fixes #### Document Editor From f1ec2fc14e4eca78a612796cea1b45b3421bcd6b Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Fri, 23 Dec 2016 14:38:34 +0300 Subject: [PATCH 48/60] updated submodules --- core | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core b/core index 13d57361..eb29cee9 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 13d57361e4db28309a28cceb05b3267b4014a222 +Subproject commit eb29cee9ad06aca4a46cd7cce2ed2f1ca5cb2ab9 diff --git a/sdkjs b/sdkjs index 0b595593..514a3a75 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 0b595593d8b9a3989b57e55c0b1acd5443219276 +Subproject commit 514a3a75214cd7dab7e2375a29b8e3fa62d394c9 diff --git a/server b/server index 9208cdc0..f537dd0b 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 9208cdc05b89caca59a87105b364d668b55230f8 +Subproject commit f537dd0bb007dfbfaca99c2c33e46effbc179df0 diff --git a/web-apps b/web-apps index 24ce4d9b..f6978bc2 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 24ce4d9b3a134a513607c8f86520eb88abae398c +Subproject commit f6978bc25ab29416f143583bfb1a1690d4300218 From bbca37fa4bb3f3699c9380415bcea1115e479649 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Tue, 27 Dec 2016 12:27:57 +0300 Subject: [PATCH 49/60] Add 4.2.4 changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26f46c1..6f650e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change log +## 4.2.4 +### Fixes +#### Document Editor +* Fix problem with losing changes while several users enter text at same time (bug #33726) +* Fix bug with positioning of cursor after function InsertContent. + +#### Spreadsheet Editor +* Fix `Match` formula return value in some cases (bug #33735) + +#### Desktop Editor +* Fix problems with copy-paste + +#### Back-end +* Fix lost `Asana-Math` font in default installation, need for equations + ## 4.2.3 ### Fixes #### Spreadsheet Editor From c46969d6548d6188ffffa932a72731f8f21130bc Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 9 Jan 2017 12:47:34 +0300 Subject: [PATCH 50/60] updated submodules --- web-apps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-apps b/web-apps index f6978bc2..bdd4dc95 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit f6978bc25ab29416f143583bfb1a1690d4300218 +Subproject commit bdd4dc95d6961dcafbab49b5131fd73eb8087f2e From 86ff7bb003b5a917b5b791b4b0c57e204f89f33d Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 9 Jan 2017 14:25:15 +0300 Subject: [PATCH 51/60] updated submodules --- sdkjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkjs b/sdkjs index 514a3a75..29358743 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 514a3a75214cd7dab7e2375a29b8e3fa62d394c9 +Subproject commit 293587434ff1e46f851071c9451a6d0d81b2f3af From 9e39dbc08bf578de6d75a51d34dd0f63797e02b3 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 12 Jan 2017 11:23:15 +0300 Subject: [PATCH 52/60] Add 4.2.5 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f650e61..b584fd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change log +## 4.2.5 +### Fixes +#### All Editors +* Fix a rare problem with saving file with specific type of Chart + +#### Presentation Editor +* Fix a problem with saving file with notes, copied from Document Editor +* Fix a problem with saving file with chart, copied from Presentation Editor + +#### Back-end +* Fix closing connection until connection is fully opened + ## 4.2.4 ### Fixes #### Document Editor From 7aeb2abbb7e253a8773a2919c36c768437152879 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 16 Jan 2017 15:35:27 +0300 Subject: [PATCH 53/60] updated submodules --- core | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core b/core index eb29cee9..95e32f00 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit eb29cee9ad06aca4a46cd7cce2ed2f1ca5cb2ab9 +Subproject commit 95e32f00d0ff4c3bf97341f87787a955c07420ee diff --git a/sdkjs b/sdkjs index 29358743..51fa3a77 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 293587434ff1e46f851071c9451a6d0d81b2f3af +Subproject commit 51fa3a77f8c9b1fe44f9246e13104be35586a9de diff --git a/server b/server index f537dd0b..27ab3897 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit f537dd0bb007dfbfaca99c2c33e46effbc179df0 +Subproject commit 27ab389700be829580ea2371272676938b35ef6e diff --git a/web-apps b/web-apps index bdd4dc95..e82ef3eb 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit bdd4dc95d6961dcafbab49b5131fd73eb8087f2e +Subproject commit e82ef3eb7589db1b44cb5965aad05233b9af05b6 From b74a42201f91f8dcc3532fe73f59092865080a6e Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 27 Jan 2017 10:52:36 +0300 Subject: [PATCH 54/60] Add changelog to 4.2.7 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b584fd12..77d68c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change log +## 4.2.7 +### Fixes +### All Editors +* Do not perform save if there is no changes to save + +#### Spreadsheet Editor +* Fix assembling files with Ranges in rare cases + +#### Document Convert +* Fix convert xlsx to csv + +#### Back-end +* Fix compiling server, if `PRODUCT_VERSION` and `BUILD_NUMBER` variables are not defined + +## 4.2.6 - No public release + ## 4.2.5 ### Fixes #### All Editors From 6fc57db4628368a22cc44b37e6aac0d37c52221a Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 1 Feb 2017 13:07:42 +0300 Subject: [PATCH 55/60] updated submodules --- core | 2 +- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core b/core index 95e32f00..0bd10c28 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 95e32f00d0ff4c3bf97341f87787a955c07420ee +Subproject commit 0bd10c28acd79a1e25a8b3fb94689819642e5eb5 diff --git a/sdkjs b/sdkjs index 51fa3a77..ab2e14fc 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit 51fa3a77f8c9b1fe44f9246e13104be35586a9de +Subproject commit ab2e14fcd3f6ad3b30bbc4ea8c8437e9f2bf2098 diff --git a/server b/server index 27ab3897..f1e4992c 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 27ab389700be829580ea2371272676938b35ef6e +Subproject commit f1e4992cb5f5ea579aebed49b02f72628981dd25 diff --git a/web-apps b/web-apps index e82ef3eb..65363239 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit e82ef3eb7589db1b44cb5965aad05233b9af05b6 +Subproject commit 653632393754738554606e2dd50056a0ce9de154 From a195161b37b453aa8406649ea9d71353cb9be1a5 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 1 Feb 2017 14:18:17 +0300 Subject: [PATCH 56/60] Better syntax for `no public releas` --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d68c21..d005b492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ #### Back-end * Fix compiling server, if `PRODUCT_VERSION` and `BUILD_NUMBER` variables are not defined -## 4.2.6 - No public release +## 4.2.6 +### No public release ## 4.2.5 ### Fixes From eb86e0e550ba3ebc518a4673821581e481e74b69 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 6 Feb 2017 11:46:58 +0300 Subject: [PATCH 57/60] Add 4.2.8 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d005b492..d6066cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change log +## 4.2.8 +### Fixes +#### Spreadsheet Editor +* Fix entering symbols with diacritical sign (bug #33908) +* Fix horizontal scroll by trackpad (bug #27197) + +#### Plugins +* Allow interface customization using plugins + +#### Back-end +* Minor fixes for logging and status codes + ## 4.2.7 ### Fixes ### All Editors From c458b4b2858f6086808bbdfaf93883dab1a8d5a7 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 6 Feb 2017 13:48:18 +0300 Subject: [PATCH 58/60] updated submodules --- sdkjs | 2 +- server | 2 +- web-apps | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdkjs b/sdkjs index ab2e14fc..e9dadc80 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit ab2e14fcd3f6ad3b30bbc4ea8c8437e9f2bf2098 +Subproject commit e9dadc8020693f817c76a3aa93936f06fac72431 diff --git a/server b/server index f1e4992c..2f0b0272 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit f1e4992cb5f5ea579aebed49b02f72628981dd25 +Subproject commit 2f0b027219b94fef2098adf5e57d02af76a4ff4c diff --git a/web-apps b/web-apps index 65363239..dabdfddb 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit 653632393754738554606e2dd50056a0ce9de154 +Subproject commit dabdfddbd2be14724d0b5dacb6b39970fec9358f From 9593a5ef3230aec3b2d571dbb545d3b091a7ea2d Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 10 Feb 2017 11:55:37 +0300 Subject: [PATCH 59/60] Add 4.2.9 changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6066cdc..584a2f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change log +## 4.2.9 +### New Features +#### Spreadsheet Editor +* Polish languages for formulas + +### Fixes +#### Spreadsheet Editor +* Fix wrong order of elements in equations (bug #34029) + ## 4.2.8 ### Fixes #### Spreadsheet Editor From a7ba0b3ec1f280d64651a59c7ea7b973011aa799 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Tue, 14 Feb 2017 12:25:51 +0300 Subject: [PATCH 60/60] updated submodules --- sdkjs | 2 +- web-apps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdkjs b/sdkjs index e9dadc80..7d76845f 160000 --- a/sdkjs +++ b/sdkjs @@ -1 +1 @@ -Subproject commit e9dadc8020693f817c76a3aa93936f06fac72431 +Subproject commit 7d76845fad5fac158630d5519dbebf53528a0515 diff --git a/web-apps b/web-apps index dabdfddb..5f3342c5 160000 --- a/web-apps +++ b/web-apps @@ -1 +1 @@ -Subproject commit dabdfddbd2be14724d0b5dacb6b39970fec9358f +Subproject commit 5f3342c53ed97759d5425cfec888f14fdd674eec