]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Bug 22, reported, started trouble shooting on it.
authorWill Budic <redacted>
Fri, 8 May 2020 06:57:29 +0000 (16:57 +1000)
committerWill Budic <redacted>
Fri, 8 May 2020 06:57:29 +0000 (16:57 +1000)
Current Development Check List.md
htdocs/cgi-bin/main.cgi

index 8f4581e94f3f786438a7a6b8511064b7601ab45d..8252a0472a2c1a06e846e382277964e7d3cb034d 100644 (file)
@@ -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.
+* &#10004; Introduce a new column header background colour.
 * &#10004; 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.
 * &#10004 Bug 20 - Autologin bypasses, wanted new alias login (on logoff).
 
 ### v. 1.8 Encountered/Fixed
index cf08907f85aa7032028f9633f18cd88fd2c6bbcb..a84e39b27e17413cd2b494a7bba91c4a925259cf 100755 (executable)
@@ -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);