From 48f5679ee4e73b2af56cbf43fad892529e543ea9 Mon Sep 17 00:00:00 2001
From: wbudic
Date: Sat, 21 Aug 2021 23:41:02 +1000
Subject: [PATCH] Updated for release.
---
Current Development Check List.md | 17 +++++++++--------
README.md | 16 +++++++++++++++-
htdocs/cgi-bin/main.cgi | 3 ++-
3 files changed, 26 insertions(+), 10 deletions(-)
diff --git a/Current Development Check List.md b/Current Development Check List.md
index dfbe74c..62b5d95 100644
--- a/Current Development Check List.md
+++ b/Current Development Check List.md
@@ -4,15 +4,15 @@
## Life Log Application Development
-### New Development
+### New Development v.2.3+
-* Interaction - When editing an existing log entry, it needs confirmation, if it isn't a copy (now button wasn't pressed), before overwriting.
- * Like, Warning! - Existing entry has been changed, are you sure do you want to overwrite it?
-* Configuration needs to be updated, to use CNF 2.2, for system reset, etc.
+* ✔ Interaction - When editing an existing log entry, it needs confirmation, if it isn't a copy (now button wasn't pressed), before overwriting.
+ * i.e, Warning! - Existing entry has been changed, are you sure do you want to overwrite it?
+* ✔ Configuration needs to be updated, to use CNF 2.2, for system reset, etc.
* Config file "Data Fix* reset of settings updated to properly revert to factory defaults.
* We need to also display stats for log file of the web server.
* Maybe provide an rotational purge on config page access. i.e. if line count is over 1000, purge to tail -n 1000.
- * This sure an config file setting. i.e. <<1000>>>
+ * - This sure an config file setting. i.e. <<1000>>>
* ✔ Backup/Restore made various db engine aware and compatible. As the data is the same.
* The data is the same, Structure, binary data and password handling is different, engine dependant.
* ✔ Fix themes. Themes don't display and set consistently the pages throughout.
@@ -28,7 +28,7 @@
* ✔ JS - Event, on expense sum in log numbers found at beginning of lines.
* ✔ Update to CNF v.2.2, branch to $RELEASE_VER = 2.3, Earth Stage initial.
-#### Not Urgent New Development ( In Planning
+#### Not Urgent New Development ( In Planning/Suggestions )
* Plugins
* Perl files enabled by being including them in main.cnf file under the <>> list, and placed in the plugins directory.
@@ -188,14 +188,15 @@ between 2018-08-22 04:13:55 **Moon Stable** production release and this
### v.1.6 and less
-* $CUR_MTH_SVIEW - Start view page is for current month, and the sticky set.
+* ✔ $CUR_MTH_SVIEW - Start view page is for current month, and the sticky set.
* ✔ Some System settings to be stored in session. As these are known even before logon.
* i.e. $SESSN_EXPR, $RELEASE_VER, $TIME_ZONE, $LOG_PATH
* ✔ Various system setups, not dealing well with $ENV{'home'} in multi perl environment, releases.
## Urgent FIXES and Known Issuses
-* CVS Export and Import has not been implemented for RTF type log entries.
+* ✔ CVS Export and Import has not been implemented for RTF type log entries.
+ * CVS feature has been made obsolete, it shouldn't be used.
* ✔ Expired sessions, swallow submits into void.
* ✔ Dynamic toggle of page sections, interaction fixed, bettered.
diff --git a/README.md b/README.md
index c006df0..a3ec6d7 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,27 @@ Written in Perl, easy to implement and modify.
Latest stable version is **2.4** in **SUN** stage.
+## What is new in this release?
+
+* Can be now installed further to an PostgresSQL Database System.
+ * Backups/Restore fully integrated, between SQLite and PostgresSQL.
+* Bettered user Interaction.
+ * i.e. amount if blank will apply the mini calculator if it detects numbers in log. At the begging of lines.
+* Updated Configuration (to CNFParser v.2.2) and Statistics pages.
+ * Added several options and tweaks.
+ * Minor Data structure and migration adopted.
+* Themes have been upgraded.
+* RTF note taking revisited and tested.
+
+
## PC Requirements
* Any Operating System
* Processor 1.2+ GHZ or better, 2+ cores.
* Only 2 GB+ physical.
-Setup is requiring some Perl knowledge to install and enable, and tweak this application. The main application sources are located in the ../htdocs/cgi-bin directory.
+Setup is requiring some Perl/Admin knowledge to install and enable, and tweak this application. The main application sources are located in the ../htdocs/cgi-bin directory.
+Instructions are provided.
### Quick Setup
diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi
index 387d591..e1c9257 100755
--- a/htdocs/cgi-bin/main.cgi
+++ b/htdocs/cgi-bin/main.cgi
@@ -1522,7 +1522,8 @@ return qq(
Explicitly tag an URL in the log entry.
Required if using in log IMG or FRM tags.
Otherwise link appears as plain text.
-
+
+ <iframe .....</iframe> - Experimental html embedding, useful for youtube shared videos.
Log Page Particulars
↟ or ↡ - Jump links to top or bottom of page respectivelly.
--
2.34.1