]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Further added items.
authorwbudic <redacted>
Sun, 12 Dec 2021 13:00:49 +0000 (00:00 +1100)
committerwbudic <redacted>
Sun, 12 Dec 2021 13:00:49 +0000 (00:00 +1100)
Current Development Check List.md

index 396ec95f07040291b2eb0d6ee9864a3e5aaf7b13..6fde31acb1451007d1676bf898fb014be8f1ec10 100644 (file)
@@ -6,11 +6,15 @@
 
 ### New Development v.2.3+
 
+* [ ] Module installation script should check, on main.cnf and on perl soundness and compatibility.
+  * Should check and display autonomes that contain expected defaults changed or disabled in configuration. i.e AUTO_LOGIN or DBI_MULTI_USER_DB
+  * A trouble_shoot_configuration.pl should  be available to perform this, and be independently available from the main directory.
 * [ ] Process actions.
   * Configured in main.cnf, to import perl action to execute, in parallel of returning pages.
   * Action programable are on login, logout, row. 
-    * Where the row action processed is pushed back to browser on each main.cgi page call, logout action is pushed back to login_ctr.cgi page.  
-    ```
+    * Where the row action processed is pushed back to browser on each main.cgi page call, logout action is pushed back to login_ctr.cgi page. 
+
+    ```html
       # Separate process actions to execute in parallel.
       <<ACTION$$<login>actions/reminders.pl>>
       <<ACTION$$<row>actions/log.pl>>