From 11b5420efd65a5b98702e76e08d5dd0904b6113f Mon Sep 17 00:00:00 2001 From: Will Budic Date: Mon, 11 May 2020 19:25:54 +1000 Subject: [PATCH] minors --- Current Development Check List.md | 9 ++++----- README.md | 8 +++----- htdocs/cgi-bin/main.cgi | 2 +- htdocs/cgi-bin/wsrc/main.js | 4 ---- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/Current Development Check List.md b/Current Development Check List.md index 2f6a716..b24b4e3 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -1,11 +1,10 @@ -# Branch Development LifeLog in Perl +# Branch Development Life Log in Perl *This page lists current development and issues being worked on in the LifeLog app. Being in the **Sun** stage, means there is a production environment. And usable, used. When, the project reaches **Earth** stage. It will be at its final specification. No data structures or major new features can be added or requested anymore. Only bug fixes, enhancements and efficiency fixes, if any at the **Earth** stage.* This version is not compatible in data structure to prior versions. Data migration is required, to transfer previous data (see ../dbLifeLog/main.cnf). - -## LifeLog Development +## Life Log Development ### v.1.8 SUN STABLE Encountered @@ -87,7 +86,7 @@ This version is not compatible in data structure to prior versions. Data migrati * In this mode settings page is disabled. And can be enabled only by System Admin. * Provide About button and info. -## LifeLog RTF Documents using Quill Javascript RTF API +## Life Log RTF Documents using Quill Javascript RTF API * Deal with export/import of RTF Documents. @@ -142,4 +141,4 @@ This version is not compatible in data structure to prior versions. Data migrati An open source application. -
Sun Stage v.1.8 - 2020
+
Life Log - Sun Stable Stage v.1.8 (2020)
diff --git a/README.md b/README.md index 7bbefb3..36953c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# LifeLog - +# Life Log Web Application that keeps an everyday CGI accessible log of database entries of various categories. Preferably on a small inexpensive server connected to your local network. @@ -10,8 +9,7 @@ Latest version is **1.8 release** in **Sun** stable stage, requiring some Perl https://www.sqlite.org/index.html database is required to run this web application. Note this isn't a full on blown database server requirment, that runs in your background and uses your computers resources. - -## New in v.1.8 +## New in v.1.8 * Automated install module script **`./install_modules.sh `** * Has Secure Backup/Restore. Providing accurate full data restore and merging with existing for live databases. @@ -42,5 +40,5 @@ https://www.sqlite.org/index.html database is required to run this web applicati ![Sample](VS-on-METABOX-34.png) ### Notice -*Important SQLite update arraived, 19-Jun-2019. Full with security patches, on buffer over., Denial of Service attacks. Use this version onwards. If placing this application on the internet. +*Important SQLite update arrived, 19-Jun-2019. Full with security patches, on buffer over., Denial of Service attacks. Use this version onwards. If placing this application on the internet. * diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index dcea65d..728dc2d 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -900,7 +900,7 @@ _TXT $xcatselected = $hshCats{$prm_xc}; my $n = 16 - length($xcatselected); $xcatselected =~ s/^(.*)/' ' x $n . $1/e; - $tdivxc = 'Excludes:'.$xcls.''; + $tdivxc = 'Excludes:'.$xcls.''; } elsif($prm_xc){ $xcatselected = $hshCats{$prm_xc}; diff --git a/htdocs/cgi-bin/wsrc/main.js b/htdocs/cgi-bin/wsrc/main.js index 8394917..bf5f63c 100644 --- a/htdocs/cgi-bin/wsrc/main.js +++ b/htdocs/cgi-bin/wsrc/main.js @@ -2,10 +2,6 @@ Programed by: Will Budic Open Source License -> https://choosealicense.com/licenses/isc/ */ -//TODO This mapping is not really necassary twice. Data objects should be mapped not strings. -// -//var _CATS_DESC_MAP = new Map(); -//var _CATS_NAME_MAP = new Map(); var MNU_SCROLLING = false; var QUILL, QUILL_PNL; -- 2.34.1