@saltcorn/server 0.9.0-beta.1 → 0.9.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app.js +58 -6
- package/auth/routes.js +16 -20
- package/errors.js +15 -4
- package/help/Actions.tmd +9 -0
- package/help/Extra state formula.tmd +62 -0
- package/help/Field views.tmd +22 -0
- package/help/JavaScript action code.tmd +161 -0
- package/help/Table formula constraint.tmd +2 -0
- package/help/View patterns.tmd +35 -0
- package/help/Where formula.tmd +30 -0
- package/help/index.js +11 -5
- package/locales/da.json +709 -709
- package/locales/de.json +1049 -1049
- package/locales/en.json +18 -2
- package/locales/pl.json +1155 -1155
- package/locales/ru.json +1101 -1101
- package/locales/si.json +1196 -1196
- package/locales/uk.json +1168 -1168
- package/locales/zh.json +886 -886
- package/package.json +10 -9
- package/public/saltcorn-builder.css +4 -0
- package/public/saltcorn-common.js +69 -9
- package/public/saltcorn.js +29 -3
- package/routes/actions.js +17 -7
- package/routes/admin.js +19 -4
- package/routes/fields.js +15 -3
- package/routes/menu.js +1 -1
- package/routes/packs.js +134 -9
- package/routes/page.js +1 -0
- package/routes/pageedit.js +9 -2
- package/routes/plugins.js +186 -36
- package/routes/sync.js +4 -1
- package/routes/tables.js +4 -3
- package/routes/viewedit.js +21 -1
- package/tests/admin.test.js +2 -2
- package/tests/sync.test.js +140 -6
- package/tests/viewedit.test.js +244 -1
- package/wrapper.js +6 -3
package/locales/en.json
CHANGED
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"Reset": "Reset",
|
|
705
705
|
"Generate": "Generate",
|
|
706
706
|
"URL after delete": "URL after delete",
|
|
707
|
-
"
|
|
707
|
+
"Track table data changes over time": "Track table data changes over time",
|
|
708
708
|
"Description allows you to give more information about the table": "Description allows you to give more information about the table",
|
|
709
709
|
"Description allows you to give more information about the view.": "Description allows you to give more information about the view.",
|
|
710
710
|
"Description allows to give more information about field": "Description of field allows to give more information about field",
|
|
@@ -1252,5 +1252,21 @@
|
|
|
1252
1252
|
"View decoration": "View decoration",
|
|
1253
1253
|
"Title formula": "Title formula",
|
|
1254
1254
|
"Show if true": "Show if true",
|
|
1255
|
-
"Formula. Leave blank to always show": "Formula. Leave blank to always show"
|
|
1255
|
+
"Formula. Leave blank to always show": "Formula. Leave blank to always show",
|
|
1256
|
+
"Popup width": "Popup width",
|
|
1257
|
+
"Show an icon in the title bar to indicate when form data is being saved": "Show an icon in the title bar to indicate when form data is being saved",
|
|
1258
|
+
"install a different version": "install a different version",
|
|
1259
|
+
"%s versions": "%s versions",
|
|
1260
|
+
"Close": "Close",
|
|
1261
|
+
"Module up-to-date": "Module up-to-date",
|
|
1262
|
+
"Module '%s' not found": "Module '%s' not found",
|
|
1263
|
+
"Module %s not found": "Module %s not found",
|
|
1264
|
+
"Include Event Logs": "Include Event Logs",
|
|
1265
|
+
"Backup with event logs": "Backup with event logs",
|
|
1266
|
+
"Initially open": "Initially open",
|
|
1267
|
+
"Not a valid pack": "Not a valid pack",
|
|
1268
|
+
"Pack file": "Pack file",
|
|
1269
|
+
"Upload a pack file": "Upload a pack file",
|
|
1270
|
+
"No menu": "No menu",
|
|
1271
|
+
"Omit the menu from this page": "Omit the menu from this page"
|
|
1256
1272
|
}
|