From bdaf8db5e64c3e6b48f8f18d34ec8df1e532eb68 Mon Sep 17 00:00:00 2001 From: wbudic Date: Sat, 3 Apr 2021 11:15:31 +1100 Subject: [PATCH] upd. --- Current Development Check List.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Current Development Check List.md b/Current Development Check List.md index f32b20d..2970e73 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -25,7 +25,7 @@ ``` * Migration from SQLite to Server SQL script provided. - * This one will use the new config settings in main.cnf to migrate log data from and SQLite local db file. + * This one will use the new config settings in main.cnf to migrate log data from and SQLite local db file. * Global view overrides. These get generated in the db if set on logon. And used instead of the normal view. * Overrides must always show todays log entries, regardless of criteria. * VIEW_OVERRIDE_SYSLOGS={0/1}, anon if set 1-true, will hide older than today system logs. Doesn't affect category and keywords searches/views. @@ -34,6 +34,7 @@ * i.e. < DATE('now','start of month', '-2 month')">>>, will show only logs from current last two months. * i.e. <>>, same as setting <>>. * Page section plugins. + * Appears and is rendered in page section, via dynamic loading, json rendered html, server side in real time. * Configured in main.cnf. * Accessed via side menu to appear. * Default is to link to documentation, and about page. -- 2.34.1