]> lifelog.hopto.org Git - LifeLog.git/commitdiff
minors
authorWill Budic <redacted>
Mon, 11 May 2020 09:25:54 +0000 (19:25 +1000)
committerWill Budic <redacted>
Mon, 11 May 2020 09:25:54 +0000 (19:25 +1000)
Current Development Check List.md
README.md
htdocs/cgi-bin/main.cgi
htdocs/cgi-bin/wsrc/main.js

index 2f6a71641a36606629ef7f11322f5efe78cdc511..b24b4e3198d387bfbe9b282cc47d9893042828b4 100644 (file)
@@ -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.
 
-<center>Sun Stage v.1.8 - 2020</center>
+<center>Life Log - Sun Stable Stage v.1.8 (2020)</center>
index 7bbefb3e3f6aa40dd86ddf3bd604f53f3683a4ae..36953c4005287d9fef89ae9213e3f34d3d083b8d 100644 (file)
--- 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.
 *
index dcea65d3117860a4ddcd9492a9e5f71d746cae0b..728dc2d550ec4bd4e5ebb4c6d508d17ce9869d08 100755 (executable)
@@ -900,7 +900,7 @@ _TXT
         $xcatselected = $hshCats{$prm_xc};
         my $n = 16 - length($xcatselected);
         $xcatselected =~ s/^(.*)/'&nbsp;' x $n . $1/e;
-        $tdivxc = '<td id="divxc_lbl" align="right">Excludes:</td><td align="left" id="lst">'.$xcls.'</td>';
+        $tdivxc = '<td id="divxc_lbl" align="right">Excludes:</td><td align="left" id="divxc">'.$xcls.'</td>';
     }
     elsif($prm_xc){
         $xcatselected = $hshCats{$prm_xc};
index 839491785066f662e45bcf845ea931a1a6138fed..bf5f63c33fbf18d38a3497e31c2c44916a602bf1 100644 (file)
@@ -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;