## LifeLog Development
### v.1.7 Encountered
+* ✔ Settings module requires subroutines for debug logging and db properties access.
+* ✔ LifeLog codebase release verion upgrade tracking and procedures with older databases.
* ✔ JS based session logout timer warning to be implemented.
* ✔ Mutli new alias access flood attack security trigger implementation.
* ✔ Debug system settings implementaiton.
## 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.
* ✔ Bug 13 - Migrated old data, linking to wrong id, db fix in config page seems to fix this.
* ✔ Bug 12 - Invalid login only shows db error.
* ✔ Bug - 04, Local not picked up properly on current date.
* ✔ Bug - 03, Keyword search not working on words as they are categorized wrongly by other dropdown in the background.
* ✔ Bug - 02, Record set paging to previous page not always working. Getting stuck.
- *This occurs on new records placed in the far past. Complex problem.
+ * This occurs on new records placed in the far past. Complex problem.
* ✔ Bug - 01, date validation for proper entered time, there is no 24 h.
***