* Alias -> pass -> backup password. Information required.
* Application log needed in the background for System based logs.
* New CNF Development.
- * Migration is currently hard to maintain and data export and import is wrongly reliant to CVS.
+ * ✔ Migration is currently hard to maintain and data export and import is wrongly reliant to CVS.
+ * ✔ Anons to be enabled.
* CVS imports/exports are to be made obsolete in the future. It is not safe.
- * This will be savailable via command line.
+ * This will be still available via command line.
* RTF Documents header lister page, to provide for, new log entry assignment, deletion, edits.
* There isnt and shouldn't be a full relationship to docs. Hence new log entries can link to existing, docs.
* ✔Use the pages cat_list meta data elements for dealing with categories in java scripts.
## Urgent FIXES and Known Issuses
-* Expired sessions, swallow submits into void.
+* ✔ Expired sessions, swallow submits into void.
* CVS Export and Import has not been implemented for RTF type log entries.
-✔ Dynamic toggle of page sections, interaction fixed, bettered.
+* ✔ Dynamic toggle of page sections, interaction fixed, bettered.
## Planned New Possible Features of Minor Relevance
elsif ($prm_vc && $prm_vc != $prm_xc) {
if ($stmD) {
- $sqlVWL = $stmS . $stmD . " AND ID_CAT='" . $prm_vc . "'" . $stmE;
+ $sqlVWL = $stmS . $stmD . " AND ID_CAT=" . $prm_vc . $stmE;
}
else {
$sqlVWL = $stmS . " ID_CAT=" . $prm_vc . ";" . $stmE;