### v.2.0 SUN RC2 Encountered
-* -> RTF based view of log entries.
-* Check and test cross relese migration.
* Export to CVS button on selected logs.
* Multiple search views and their settings, should be preserved as last preset. Maybe even have name multiple ones in a dropdown.
* Multiple category assignment to be enabled, where the first selected is the primary, others put in separate cross reference table.
* Sub users list with passwords in config to be provided, with access and category, permissions settings. Default enabled permission is Event view category.
+* ✔ RTF based view of log entries.
+* ✔ Check and test cross release migration.
* ✔ Minimise Log form when in View Mode.
* ✔ Restore of backup on different version of LifeLog should fail with detecting this in provided error.
* Provided Backup/Restore Specifications, and message that restoration has been invalidated as that is an invalid backup file.
#We use js+perl, trickery to filter by amount type, as well.
if ($prm_aa >0){my $s = $prm_aa - 1;$prm_aa = " AFLAG=$s AND";}else{$prm_aa=""}
- $stmS .= " ID_RTF>0 AND" if($prm_rtf==1);
+ $stmS .= " ID_RTF>0 AND" if($prm_rtf);
if ( $rs_keys && $rs_keys ne '*' ) {
$prm_aa =~ s/AND$//g;
$sqlVWL = $stmS .$prm_aa.' '.$stmE;
}
+ elsif($prm_rtf){
+ $stmS =~ s/AND$//g;
+ $sqlVWL = $stmS.$stmE;
+ }
}
my $re_a_tag = qr/<a\s+.*?>.*<\/a>/si;
my $isInViewMode = rindex ($sqlVWL, 'PID<=') > 0 || rindex ($sqlVWL, 'ID_CAT=') > 0 || $prm_aa || rindex ($sqlVWL, 'REGEXP')>0 || $prm_rtf;
- toBuf $cgi->pre("###[Session PARAMS->isV:$isInViewMode|vc=$prm_vc|xc=$prm_xc|aa: $prm_aa|xc_lst=$prm_xc_lst|\@xc_lst=@xc_lst|keepExcludes=".&Settings::keepExcludes."] -> ".$sqlVWL) if $DEBUG;
+ toBuf $cgi->pre("###[Session PARAMS->isV:$isInViewMode|vc=$prm_vc|xc=$prm_xc|aa: $prm_aa|xc_lst=$prm_xc_lst|\@xc_lst=@xc_lst|vrtf=$prm_rtf|keepExcludes=".&Settings::keepExcludes."] -> ".$sqlVWL) if $DEBUG;
if ( $log_start > 0 ) {