I've found one use case, that wasn't covered by initial plan.
- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Mar 25 2019
Mar 21 2019
Jan 23 2019
Jan 11 2019
Dec 20 2018
Dec 19 2018
Dec 9 2018
Nov 15 2018
- Installation is possible only with PHP v.7 because of "random_int" function, used in added code.
Nov 13 2018
Removed test file.
Fixed API difference causing a notice (and non-working cache), when attempting to get several keys at once using get method.
Nov 12 2018
This must be perception issue with that specific icon and fact, that it has own transparent margins that aren't aligned. Below I've attached 2 images to demonstrate the issue:
- Updated demo data of "default" and "simple" themes to make them searchable immediately after installation.
- Improved trimming logic, when combining content block data to end up in less trailing spaces.
- Fixed notice during search about missing PageContent field of categories.
Nov 9 2018
Fixed Firefox icon alignment issues on large (>10 rows) grids
Nov 8 2018
Not reopening, but test plan have issues:
Test plan requested updates:
- cover auto-usage of Memcached on PHP 7+, when Memcache is configured to be used
- cover usage of new caching backend (all public methods via corresponding kApplication facade methods (e.g. MemcachedCacheHandler::add maps to kApplication::addCache and so on)
I'm not able to test any further, because all data set to cache will auto-expire immediately.
Nov 7 2018
Nov 1 2018
Test plan requested updates:
Oct 30 2018
Oct 29 2018
Oct 26 2018
No matter how I try to follow test plan I'm get getting pages used in test:
Test plan not updated to cover searching through large amount of text.
You're only testing new code, but existing code isn't tested. The test plan should also cover, that shipping limitations are applied correctly.
Oct 25 2018
Also the test plan doesn't cover a glimpse of what's actually being checked in code. To test what you've done you need to manually change values of corresponding setting via ini_set (to cover each if/else created) before calling new code from startup.php to assert that result is desired number of bytes.
Also update test plan to cover cases, when we're searching last word in large text (more then 65 KB).
Sep 27 2018
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.
Sep 21 2018
Sep 19 2018
The inline comments with NOTE: battle against malformed dates entered by user line above them are actually UX discovered issues, that weren't part of original task, but without fixing them user would be as confused as now thinking that date entered in incorrect format is actually working as filter, when it's not.
Sep 12 2018
May 16 2018
May 15 2018
Please also separate test plan into smaller fragments to ease testing. One test plan per each In-Portal module would be great.
Apr 30 2018
After discussing with reviewer figured out, that test plan needs to be changed to test, that correct Styles dropdown works in all themes and not advanced theme only.
Apr 26 2018
Apr 25 2018
Apr 23 2018
Apr 20 2018
In Firefox checkbox table cell height is slightly larger (by 0.23 px) then data row height resulting in visible vertical checkbox column offset for grids with 10+ rows. Needs to be addressed via CSS somehow.
