From 0186876ae96dfe7a4288679d10dc9a533169ac37 Mon Sep 17 00:00:00 2001 From: Metabox Date: Tue, 1 Oct 2019 14:34:25 +1000 Subject: [PATCH] sticky entries, added to development. --- Current Development Check List.md | 4 +++- htdocs/cgi-bin/login_ctr.cgi | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Current Development Check List.md b/Current Development Check List.md index 0ddbef2..1ae2758 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -5,7 +5,8 @@ This version is not compatible in data structure to prior versions. Data migration is required, to transfer previous data (see ../dbLifeLog/main.cnf). ## LifeLog - +* Implement sticky log entries. +* $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 @@ -71,6 +72,7 @@ This version is not compatible in data structure to prior versions. Data migrati >✔ Deletion of log, deletes the document. ## Bugs +* Bug - 07, Editing and RTF entry, Dosen't strip the attached html to view in place. * ✔ Bug - 06, Invalid Time 00. Javascript error thrown, when 00am used. * ✔ Bug - 05, CRLF and apostrophe replacement not working. * ✔ Bug - 04, Local not picked up properly on current date. diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 9a43ab8..dd5e544 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -190,7 +190,7 @@ try{ AMOUNT INTEGER DEFAULT 0, AFLAG TINY DEFAULT 0, RTF BOOL DEFAULT 0, - STICKY; + STICKY BOOL DEFAULT 0; ); CREATE INDEX idx_log_dates ON LOG (DATE); ); -- 2.34.1