Test plan is all right. But, beyond this patch, exists SQL error when doing "View Chart" for "By Product" and "By Section" cases. Problematic SQL is like
- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Mar 4 2021
Mar 3 2021
Feb 23 2021
Feb 19 2021
Cant test this - do not have macOS
Aug 27 2020
Aug 17 2020
Can't test - have PHP 7.2.19 only
I have no php 7.4 on VM to test/review this.
Apr 14 2020
Tested - got 0 and 1 codes, as planned.
Mar 26 2020
Mar 11 2020
Mar 9 2020
In the run_event. php first line must be commented to make test plan possible.
Got JS alert "Copying operation in Temporary tables has failed. Please contact website administrator." If this is popup about concurrent Save attempt - then accepted.
Feb 19 2020
Jan 17 2020
Oct 17 2019
Aug 6 2019
Jul 12 2019
Jun 27 2019
Changed test plan to use image helper.
Jun 26 2019
Jun 25 2019
Jun 19 2019
Combined error messages.
Jun 18 2019
Fixed thrown exceprion messages.
Jun 14 2019
Jun 7 2019
Removed excessive (array) typecast.
Jun 6 2019
Fixed logic.
Jun 5 2019
May 31 2019
May 27 2019
Tested, working fine, but needs corrections in the test plan.
- Some additional table must be in the master DB, not in slave DB.
- in the tools/run_event.php line #15, which blocks script's test part execution, must be commented:
May 21 2019
May 13 2019
Apr 26 2019
Tested, in both cases got wrong code 255 (not 0 and not 1 )
Apr 25 2019
Part 1 - general logging - tested. No issues found. Waiting for part 2 and part 3 of the test plan.
Happens fatal error in the line
Mar 27 2019
Jan 11 2019
Added fallback to DB cache when Memcache is not available.
Dec 19 2018
Changed SQL expression formatting
Improved SQL expression formatting, updated test plan.
Dec 18 2018
Nov 16 2018
Nov 15 2018
- Installation is possible only with PHP v.7 because of "random_int" function, used in added code.
- After installation with PHP v.7.2 new "SecurityHmacKey" and "SecurityEncryptionKey" settings were added normally, but test.php resulting in exception: -
Nov 14 2018
Nov 12 2018
- I do not understand where is improvement. I see, that before icon was 1 pixel over checkox. Now it is 1 pixel under checkbox, and I do not see any issue related to row count in "before" case
Nov 8 2018
Nov 7 2018
Nov 5 2018
Made requested code fixes. TODO - test plan changes.
Oct 31 2018
Oct 30 2018
Oct 29 2018
Condition moved one level up.
Oct 26 2018
Added missing phrase translation.
GROUP_CONCAT usage replaced with concatenation on php level.
Oct 25 2018
Improvement for calculations result caching
Oct 24 2018
Sep 27 2018
No, this error is not related to current task changes.
No strlen error in debugger from changed ValidateRange method. 'FirstName' test value detected as invalid in other validation method (ValidateType) and not passed to ValidateRange method.
Done refactoring.
Sep 21 2018
Fixed bug in recursive call parameter.