From: Will Budic Date: Fri, 8 May 2020 06:57:29 +0000 (+1000) Subject: Bug 22, reported, started trouble shooting on it. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=9a16908b43516474f5a7eadf646580240488fc46;p=LifeLog.git Bug 22, reported, started trouble shooting on it. --- diff --git a/Current Development Check List.md b/Current Development Check List.md index 8f4581e..8252a04 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -9,7 +9,7 @@ This version is not compatible in data structure to prior versions. Data migrati ### v.1.8 SUN STABLE -* Introduce a new column header background colour. +* ✔ Introduce a new column header background colour. * ✔ Autologin bypasses actual wanted login. * This is bug 20. @@ -93,7 +93,8 @@ This version is not compatible in data structure to prior versions. Data migrati ## Bugs ### v. 1.9 Encountered/Fixed - +* Bug 22 - Delete selection of entries not working after a while, db fix in config page required. +* Bug 21 - Income sum for year in stats is displayed wrong. * ✔ Bug 20 - Autologin bypasses, wanted new alias login (on logoff). ### v. 1.8 Encountered/Fixed diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index cf08907..a84e39b 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -84,9 +84,6 @@ my $lang = Date::Language->new(Settings::language()); my $today = DateTime->now; $today -> set_time_zone(Settings::timezone()); -#Excludes can be now be set as permanent to page view excluded, visible if view searched. -#http://localhost:8080/cgi-bin/main.cgi?vc=0&category=0&xc=0&idx_cat_x=0&v_from=&v_to=&keywords=&srch_reset=0 - if(!$prm_vc && &Settings::keepExcludes){ if($prm_xc_lst){ &Settings::configProperty($db, 201, '^EXCLUDES', $prm_xc_lst);