]> lifelog.hopto.org Git - LifeLog.git/commitdiff
sticky entries, added to development.
authorMetabox <redacted>
Tue, 1 Oct 2019 04:34:25 +0000 (14:34 +1000)
committerMetabox <redacted>
Tue, 1 Oct 2019 04:34:25 +0000 (14:34 +1000)
Current Development Check List.md
htdocs/cgi-bin/login_ctr.cgi

index 0ddbef237969bc12fbdad6e1fb16d0c134d8ae9e..1ae2758f1f52ac8cbe8ac3966082180c532eb5fa 100644 (file)
@@ -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
 >&#10004; Deletion of log, deletes the document.
 
 ## Bugs
+* Bug - 07, Editing and RTF entry, Dosen't strip the attached html to view in place.
 * &#10004; Bug - 06, Invalid Time 00. Javascript error thrown, when 00am used.
 * &#10004; Bug - 05, CRLF and apostrophe replacement not working.
 * &#10004; Bug - 04, Local not picked up properly on current date.
index 9a43ab828d7fa9f86ce8acf8f3e85ddea2927e91..dd5e54450ac7016733cf324b7e7e3e64312fbc96 100755 (executable)
@@ -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);
         );