@saltcorn/server 0.9.0-beta.0 → 0.9.0-beta.2
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 +49 -3
- package/auth/routes.js +15 -19
- package/help/Extra state formula.tmd +62 -0
- package/help/Field views.tmd +22 -0
- package/help/Table formula constraint.tmd +6 -4
- package/help/View patterns.tmd +35 -0
- package/help/Where formula.tmd +30 -0
- package/help/index.js +19 -10
- package/load_plugins.js +4 -2
- package/locales/da.json +709 -709
- package/locales/de.json +1049 -1049
- package/locales/en.json +13 -3
- 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 +49 -14
- package/public/saltcorn.css +14 -0
- package/public/saltcorn.js +17 -4
- package/routes/admin.js +130 -19
- package/routes/menu.js +1 -1
- package/routes/plugins.js +186 -36
- package/routes/tables.js +4 -3
- package/routes/viewedit.js +8 -1
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",
|
|
@@ -1250,5 +1250,15 @@
|
|
|
1250
1250
|
"New user view": "New user view",
|
|
1251
1251
|
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "A view to show to new users, to finalise registration (if Edit) or as a welcome view",
|
|
1252
1252
|
"View decoration": "View decoration",
|
|
1253
|
-
"Title formula": "Title formula"
|
|
1254
|
-
|
|
1253
|
+
"Title formula": "Title formula",
|
|
1254
|
+
"Show if true": "Show if true",
|
|
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
|
+
}
|