Improved SQL expression formatting, updated test plan.
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Dec 19 2018
Dec 18 2018
Dec 9 2018
Build #164 finished with FAILURE status: http://ci.in-portal.org/job/in-portal-52x/164/
Nov 16 2018
Nov 15 2018
- Installation is possible only with PHP v.7 because of "random_int" function, used in added code.
- 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 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:
- 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
- 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
Remove unneded changes from grid_blocks.tpl
Fixed Firefox icon alignment issues on large (>10 rows) grids
Nov 8 2018
Changes for all modules
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 5 2018
Made requested code fixes. TODO - test plan changes.
Nov 1 2018
Test plan requested updates:
Build #161 finished with FAILURE status: http://ci.in-portal.org/job/in-portal-52x/161/
Oct 31 2018
Oct 30 2018
Oct 29 2018
Condition moved one level up.
Oct 26 2018
Added missing phrase translation.
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.
GROUP_CONCAT usage replaced with concatenation on php level.
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
Improvement for calculations result caching
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).
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.
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.