]> lifelog.hopto.org Git - LifeLog.git/commitdiff
upd
authorWill Budic <redacted>
Wed, 8 Jan 2020 08:37:01 +0000 (19:37 +1100)
committerWill Budic <redacted>
Wed, 8 Jan 2020 08:37:01 +0000 (19:37 +1100)
Current Development Check List.md
startDevWebServer.sh

index 121d584c4a8a6e64fe1c86c3bf6838a8e92baea9..cd93ade3f35a3f8f4223f46beb62f00342edc5e4 100644 (file)
@@ -48,9 +48,13 @@ This version is not compatible in data structure to prior versions. Data migrati
 ## Bugs
 
 ### v. 1.7 Encountered/Fixed
-* Bug 14 Subpages pages links to main, restart main page session counter, making main page fully usable.
-    * Not really a bug. These pages simply need to inherit the counter, and jump user to login screen if expired.
-    * Possible workaround is to allow only subpage display for an pre established amount of time, before login user off.
+* Issue 14 Subpages pages links to main, restart main page session counter, making the main page fully usable.
+    * Not really a bug. Session will expire but time remaining will be displayed wrong on the main page.
+    * All subpages need either to inherit the counter, and jump user to the login screen if expired.
+    * Or update main pages timer countdown. Which is not possible if browsers back button is pressed.
+    * Pressing back button brings the page display to initial time it was loaded from.
+    * This has been now marked as an complex issue. Not worth much spending time on. LifeLong is not an banking app.
+
 * &#10004; Bug 13 - Migrated old data, linking to wrong id, db fix in config page seems to fix this.
 * &#10004; Bug 12 - Invalid login only shows db error.
 
index d64d1541ceb8df75c2512e5625dfa59d5493203a..1c36d8e8c60a0c32e9b964d7865448d820b3b5fe 100755 (executable)
@@ -1,10 +1,10 @@
-#!/bin/bash                                                                                        
+#!/bin/bash
 
 DIR="/home/will/dev/LifeLog"
 
 if [ ! -d "$DIR/log" ]; then
-   mkdir "$DIR/log"
+    mkdir "$DIR/log"
 fi
 cd $DIR
 cd /home/will/dev/LifeLog
-thttpd -C thttpd.conf
+thttpd -C thttpd.conf &