commit
cc1821136a
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Change log
|
||||
## 5.1.1
|
||||
### All Editors
|
||||
*
|
||||
|
||||
### Document Editor
|
||||
*
|
||||
|
||||
### Spreadsheet Editor
|
||||
*
|
||||
|
||||
### Presentation Editor
|
||||
*
|
|
@ -1413,7 +1413,7 @@ define([
|
|||
documentHolder.pmiFilterCells.setVisible(iscellmenu && !iscelledit && !internaleditor);
|
||||
documentHolder.pmiReapply.setVisible((iscellmenu||isallmenu) && !iscelledit && !internaleditor);
|
||||
documentHolder.ssMenu.items[12].setVisible((iscellmenu||isallmenu||isinsparkline) && !iscelledit);
|
||||
documentHolder.pmiInsFunction.setVisible(iscellmenu);
|
||||
documentHolder.pmiInsFunction.setVisible(iscellmenu && !iscelledit);
|
||||
documentHolder.pmiAddNamedRange.setVisible(iscellmenu && !iscelledit && !internaleditor);
|
||||
|
||||
if (isintable) {
|
||||
|
@ -1443,7 +1443,7 @@ define([
|
|||
documentHolder.ssMenu.items[17].setVisible(iscellmenu && !iscelledit && this.permissions.canCoAuthoring && this.permissions.canComments);
|
||||
documentHolder.pmiAddComment.setVisible(iscellmenu && !iscelledit && this.permissions.canCoAuthoring && this.permissions.canComments);
|
||||
/** coauthoring end **/
|
||||
documentHolder.pmiCellMenuSeparator.setVisible(iscellmenu || isrowmenu || iscolmenu || isallmenu);
|
||||
documentHolder.pmiCellMenuSeparator.setVisible(iscellmenu && !iscelledit || isrowmenu || iscolmenu || isallmenu);
|
||||
documentHolder.pmiEntireHide.isrowmenu = isrowmenu;
|
||||
documentHolder.pmiEntireShow.isrowmenu = isrowmenu;
|
||||
|
||||
|
|
|
@ -3006,7 +3006,7 @@ define([
|
|||
},
|
||||
|
||||
applyFormulaSettings: function() {
|
||||
if (this.toolbar.rendered) {
|
||||
if (this.toolbar.btnInsertFormula.rendered) {
|
||||
var formulas = this.toolbar.btnInsertFormula.menu.items;
|
||||
for (var i=0; i<Math.min(4,formulas.length); i++) {
|
||||
formulas[i].setCaption(this.api.asc_getFormulaLocaleName(formulas[i].value));
|
||||
|
|
|
@ -602,6 +602,7 @@ define([
|
|||
data : [
|
||||
{ value: 'en', displayValue: this.txtEn, exampleValue: this.txtExampleEn },
|
||||
{ value: 'de', displayValue: this.txtDe, exampleValue: this.txtExampleDe },
|
||||
{ value: 'es', displayValue: this.txtEs, exampleValue: this.txtExampleEs },
|
||||
{ value: 'ru', displayValue: this.txtRu, exampleValue: this.txtExampleRu },
|
||||
{ value: 'pl', displayValue: this.txtPl, exampleValue: this.txtExamplePl }
|
||||
]
|
||||
|
@ -807,10 +808,12 @@ define([
|
|||
txtDe: 'Deutsch',
|
||||
txtRu: 'Russian',
|
||||
txtPl: 'Polish',
|
||||
txtEs: 'Spanish',
|
||||
txtExampleEn: ' SUM; MIN; MAX; COUNT',
|
||||
txtExampleDe: ' SUMME; MIN; MAX; ANZAHL',
|
||||
txtExampleRu: ' СУММ; МИН; МАКС; СЧЁТ',
|
||||
txtExamplePl: ' SUMA; MIN; MAX; ILE.LICZB',
|
||||
txtExampleEs: ' SUMA; MIN; MAX; CALCULAR',
|
||||
strFuncLocale: 'Formula Language',
|
||||
strFuncLocaleEx: 'Example: SUM; MIN; MAX; COUNT',
|
||||
strRegSettings: 'Regional Settings',
|
||||
|
|
|
@ -1216,6 +1216,7 @@
|
|||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Centimeter",
|
||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Deutsch",
|
||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "English",
|
||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Spanish",
|
||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Inch",
|
||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Commenting Display",
|
||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "as OS X",
|
||||
|
|
|
@ -322,7 +322,9 @@ module.exports = function(grunt) {
|
|||
files: packageFile['mobile']['copy']['index-page']
|
||||
},
|
||||
'images-app': {
|
||||
files: packageFile['mobile']['copy']['images-app']
|
||||
files:[]
|
||||
.concat(packageFile['mobile']['copy']['images-app'])
|
||||
.concat(packageFile['mobile']['copy']['images-common'])
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "common",
|
||||
"version": "4.3.0",
|
||||
"build": 32,
|
||||
"build": 35,
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"sdk": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "documenteditor",
|
||||
"version": "4.3.0",
|
||||
"build": 1143,
|
||||
"build": 1146,
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"main": {
|
||||
|
@ -337,6 +337,14 @@
|
|||
"src": "**",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
|
||||
}
|
||||
],
|
||||
"images-common": [
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/mobile/resources/img/",
|
||||
"src": "**",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/mobile/resources/img/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "presentationeditor",
|
||||
"version": "4.3.0",
|
||||
"build": 778,
|
||||
"build": 780,
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"main": {
|
||||
|
@ -346,6 +346,14 @@
|
|||
"src": "**",
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
|
||||
}
|
||||
],
|
||||
"images-common": [
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/mobile/resources/img/",
|
||||
"src": "**",
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/mobile/resources/img/"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "spreadsheeteditor",
|
||||
"version": "4.3.0",
|
||||
"build": 881,
|
||||
"build": 884,
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"main": {
|
||||
|
@ -354,6 +354,14 @@
|
|||
"src": "**",
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/"
|
||||
}
|
||||
],
|
||||
"images-common": [
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/mobile/resources/img/about",
|
||||
"src": "**",
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/mobile/resources/img/about"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue