-# 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
* 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.
An open source application.
-<center>Sun Stage v.1.8 - 2020</center>
+<center>Life Log - Sun Stable Stage v.1.8 (2020)</center>
-# 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.
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.

### 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.
*
$xcatselected = $hshCats{$prm_xc};
my $n = 16 - length($xcatselected);
$xcatselected =~ s/^(.*)/' ' 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};
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;