1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/luckysheet_ynh.git synced 2024-09-03 19:36:21 +02:00

Small fixes

This commit is contained in:
ericgaspar 2020-09-29 17:53:42 +02:00
parent 02353ac31a
commit edb0f6ae1b
No known key found for this signature in database
GPG key ID: 574F281483054D44
9 changed files with 43 additions and 43 deletions

View file

@ -25,7 +25,7 @@ Luckysheet is an online spreadsheet that is powerful, simple to configure, and c
## Documentation ## Documentation
* Official documentation: https://mengshukeji.github.io/LuckysheetDocs/ * Official documentation: https://mengshukeji.github.io/LuckysheetDocs/guide/
* YunoHost documentation: * YunoHost documentation:
## YunoHost specific features ## YunoHost specific features

View file

@ -26,7 +26,7 @@ Luckysheet est une feuille de calcul en ligne, puissante, simple à configurer e
## Documentation ## Documentation
* Documentation officielle : https://mengshukeji.github.io/LuckysheetDocs/ * Documentation officielle : https://mengshukeji.github.io/LuckysheetDocs/guide/
* Documentation YunoHost : * Documentation YunoHost :
## Caractéristiques spécifiques YunoHost ## Caractéristiques spécifiques YunoHost

View file

@ -23,17 +23,17 @@ export default {
fullscreenmode: true, //Whether it is full-screen mode. In non-full-screen mode, the mark box will not be forced to be selected. fullscreenmode: true, //Whether it is full-screen mode. In non-full-screen mode, the mark box will not be forced to be selected.
devicePixelRatio: window.devicePixelRatio, //Equipment ratio, the larger the ratio, the higher the sub-standard rate of the table devicePixelRatio: window.devicePixelRatio, //Equipment ratio, the larger the ratio, the higher the sub-standard rate of the table
allowEdit: true, //Whether to allow front-end editing allowEdit: true, //Whether to allow front-end editing
loadUrl: "", // Configure the address of loadUrl. Luckysheet will request form data through Ajax. By default, all data in the sheet data with status 1 will be loaded, and the rest of the sheets will load all fields except the data field. loadUrl: "", //Configure the address of loadUrl. Luckysheet will request form data through Ajax. By default, all data in the sheet data with status 1 will be loaded, and the rest of the sheets will load all fields except the data field.
loadSheetUrl: "", //Configure the address of loadSheetUrl, the parameters are gridKey (table primary key) and index (sheet primary key collection, the format is [1,2,3]), the returned data is the sheet data field data collection loadSheetUrl: "", //Configure the address of loadSheetUrl, the parameters are gridKey (table primary key) and index (sheet primary key collection, the format is [1,2,3]), the returned data is the sheet data field data collection
gridKey: "", // Table unique identifier gridKey: "", //Table unique identifier
updateUrl: "", //Update address of table data updateUrl: "", //Update address of table data
updateImageUrl: "", //Update address of thumbnail updateImageUrl: "", //Update address of thumbnail
allowUpdate: false, //Whether to allow background updates after editing allowUpdate: false, //Whether to allow background updates after editing
functionButton: "", //右上角功能按钮,例如'<button id="" class="btn btn-primary" style="padding:3px 6px;font-size: 12px;margin-right: 10px;">下载</button> <button id="" class="btn btn-primary btn-danger" style=" padding:3px 6px; font-size: 12px; margin-right: 10px;">分享</button> <button id="luckysheet-share-btn-title" class="btn btn-primary btn-danger" style=" padding:3px 6px; font-size: 12px; margin-right: 10px;">秀数据</button>' functionButton: "", //右上角功能按钮,例如'<button id="" class="btn btn-primary" style="padding:3px 6px;font-size: 12px;margin-right: 10px;">下载</button> <button id="" class="btn btn-primary btn-danger" style=" padding:3px 6px; font-size: 12px; margin-right: 10px;">分享</button> <button id="luckysheet-share-btn-title" class="btn btn-primary btn-danger" style=" padding:3px 6px; font-size: 12px; margin-right: 10px;">秀数据</button>'
showConfigWindowResize: true, //The configuration of the chart and pivot table will pop up on the right side, set whether the table will automatically indent after popping up showConfigWindowResize: true, //The configuration of the chart and pivot table will pop up on the right side, set whether the table will automatically indent after popping up
enableAddRow: true,//Allow additional rows enableAddRow: true, //Allow additional rows
enableAddCol: true,//Allow adding columns enableAddCol: true, //Allow adding columns
enablePage: false,//Allow to load next page enablePage: false, //Allow to load next page
autoFormatw: false, //Automatically format numbers exceeding 4 digits into hundreds of millions of formats Example: true or "true" or "TRUE" autoFormatw: false, //Automatically format numbers exceeding 4 digits into hundreds of millions of formats Example: true or "true" or "TRUE"
accuracy: undefined, //Set the exact number of digits of the transmitted value, n digits after the decimal point. The parameter is a number or a string of numbers, for example: "0" or 0 accuracy: undefined, //Set the exact number of digits of the transmitted value, n digits after the decimal point. The parameter is a number or a string of numbers, for example: "0" or 0
pageInfo:{ pageInfo:{
@ -47,8 +47,8 @@ export default {
"pageUrl":"", "pageUrl":"",
}, },
editMode: false, //Is it in edit mode editMode: false, //Is it in edit mode
chartConfigChange: null,//Custom method for triggering chart update in chart plugin chartConfigChange: null, //Custom method for triggering chart update in chart plugin
beforeCreateDom: null,//Method before table creation beforeCreateDom: null, //Method before table creation
fireMousedown: null, //Cell data drill down fireMousedown: null, //Cell data drill down
lang: 'en', //language lang: 'en', //language
plugins: [], //plugins, e.g. ['chart'] plugins: [], //plugins, e.g. ['chart']

View file

@ -58,4 +58,4 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_print_info --message="Backup script completed for $app. (YunoHost will then actually copy those files to the archive)." ynh_print_info --message="Backup script completed for Luckysheet. (YunoHost will then actually copy those files to the archive)."

View file

@ -33,7 +33,7 @@ port=$(ynh_app_setting_get --app=$app --key=port)
#================================================= #=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
#================================================= #=================================================
ynh_script_progression --message="Backing up $app before changing its URL (may take a while)..." --weight=1 ynh_script_progression --message="Backing up Luckysheet before changing its URL (may take a while)..." --weight=1
# Backup the current version of the app # Backup the current version of the app
ynh_backup_before_upgrade ynh_backup_before_upgrade
@ -122,4 +122,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Change of URL completed for $app" --last ynh_script_progression --message="Change of URL completed for Luckysheet" --last

View file

@ -80,9 +80,9 @@ ynh_setup_source --dest_dir=$final_path
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION
#================================================= #=================================================
ynh_script_progression --message="Configuring Nginx web server..." --weight=2 ynh_script_progression --message="Configuring NGINX web server..." --weight=2
# Create a dedicated nginx config # Create a dedicated NGINX config
ynh_add_nginx_config ynh_add_nginx_config
#================================================= #=================================================
@ -98,7 +98,7 @@ ynh_system_user_create --username=$app --home_dir=$final_path
#============================================== #==============================================
# INSTALL HEDGEDOC # INSTALL HEDGEDOC
#============================================== #==============================================
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=240 ynh_script_progression --message="Building Luckysheet... (this will take some time and resources!)" --weight=20
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
@ -171,4 +171,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Installation of $app completed" --last ynh_script_progression --message="Installation of Luckysheet completed" --last

View file

@ -26,10 +26,10 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
# REMOVE SERVICE INTEGRATION IN YUNOHOST # REMOVE SERVICE INTEGRATION IN YUNOHOST
#================================================= #=================================================
# Remove the service from the list of services known by Yunohost (added from `yunohost service add`) # Remove the service from the list of services known by YunoHost (added from `yunohost service add`)
if ynh_exec_warn_less yunohost service status $app >/dev/null if ynh_exec_warn_less yunohost service status $app >/dev/null
then then
ynh_script_progression --message="Removing $app service..." --weight=1 ynh_script_progression --message="Removing Luckysheet service..." --weight=1
yunohost service remove $app yunohost service remove $app
fi fi
@ -51,7 +51,7 @@ ynh_remove_nodejs
#================================================= #=================================================
# REMOVE APP MAIN DIR # REMOVE APP MAIN DIR
#================================================= #=================================================
ynh_script_progression --message="Removing app main directory..." --weight=6 ynh_script_progression --message="Removing Luckysheet main directory..." --weight=6
# Remove the app directory securely # Remove the app directory securely
ynh_secure_remove --file="$final_path" ynh_secure_remove --file="$final_path"
@ -78,4 +78,4 @@ ynh_system_user_delete --username=$app
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Removal of $app completed" --last ynh_script_progression --message="Removal of Luckysheet completed" --last

View file

@ -52,7 +52,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#================================================= #=================================================
# RESTORE THE APP MAIN DIR # RESTORE THE APP MAIN DIR
#================================================= #=================================================
ynh_script_progression --message="Restoring the app main directory..." --weight=60 ynh_script_progression --message="Restoring Luckysheet main directory..." --weight=60
ynh_restore_file --origin_path="$final_path" ynh_restore_file --origin_path="$final_path"
@ -117,4 +117,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Restoration completed for $app" --last ynh_script_progression --message="Restoration completed for Luckysheet" --last

View file

@ -32,7 +32,7 @@ upgrade_type=$(ynh_check_app_version_changed)
#================================================= #=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
#================================================= #=================================================
ynh_script_progression --message="Backing up $app before upgrading (may take a while)..." --weight=120 ynh_script_progression --message="Backing up Luckysheet before upgrading (may take a while)..." --weight=120
# Backup the current version of the app # Backup the current version of the app
ynh_backup_before_upgrade ynh_backup_before_upgrade
@ -98,7 +98,7 @@ ynh_system_user_create --username=$app
#============================================== #==============================================
if [ "$upgrade_type" == "UPGRADE_APP" ] if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=160 ynh_script_progression --message="Building Luckysheet... (this will take some time and resources!)" --weight=160
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
@ -154,4 +154,4 @@ ynh_systemd_action --service_name=nginx --action=reload
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression --message="Upgrade of $app completed" --last ynh_script_progression --message="Upgrade of Luckysheet completed" --last