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.
- Queries
- All Stories
- Search
- Advanced Search
Feed All Stories
All Stories
All Stories
Nov 8 2018
Nov 8 2018
Nov 8 2018, 4:26 AM · Restricted Project
Nov 8 2018, 4:25 AM · Restricted Project
Nov 8 2018, 1:45 AM · Restricted Project
Nov 7 2018
Nov 7 2018
Nov 7 2018, 7:11 AM · Restricted Project
Nov 7 2018, 4:59 AM · Restricted Project
Nov 5 2018
Nov 5 2018
Made requested code fixes. TODO - test plan changes.
Nov 5 2018, 4:55 AM · Restricted Project
Nov 1 2018
Nov 1 2018
Test plan requested updates:
Nov 1 2018, 6:39 AM · Restricted Project
alex added a project to D351: INP-1750 - Support PHP Memcached extension for caching: Restricted Project.
Nov 1 2018, 6:20 AM · Restricted Project
Nov 1 2018, 4:06 AM · Restricted Project
Nov 1 2018, 3:53 AM · Restricted Project
ci added a comment to rINP16633: Fixes INP-1721 - Correct math for detecting allowed file size during upload.
Build #161 finished with FAILURE status: http://ci.in-portal.org/job/in-portal-52x/161/
alex added "INP-1721" JIRA issue(s) to rINP16633: Fixes INP-1721 - Correct math for detecting allowed file size during upload.
alex committed rINP16633: Fixes INP-1721 - Correct math for detecting allowed file size during upload.
Fixes INP-1721 - Correct math for detecting allowed file size during upload
alex added a project to D348: MINC-195 Don't use "break" during shipping quote aggregation: Restricted Project.
Nov 1 2018, 3:40 AM · Restricted Project
Nov 1 2018, 3:40 AM · Restricted Project
Oct 31 2018
Oct 31 2018
Oct 31 2018, 6:17 AM · Restricted Project
erik accepted D352: INP-1752 - Update sub-class method signatures to match overridden methods in parent class.
Oct 31 2018, 5:53 AM · Restricted Project
Oct 30 2018
Oct 30 2018
alex added a project to D350: INP-1751 - Use PHP5-style constructor names only in LibChart library code: Restricted Project.
Oct 30 2018, 11:05 AM · Restricted Project
alex added a project to D352: INP-1752 - Update sub-class method signatures to match overridden methods in parent class: Restricted Project.
Oct 30 2018, 11:04 AM · Restricted Project
alex created D352: INP-1752 - Update sub-class method signatures to match overridden methods in parent class.
Oct 30 2018, 11:04 AM · Restricted Project
Oct 30 2018, 10:59 AM · Restricted Project
Oct 29 2018
Oct 29 2018
Oct 29 2018, 8:32 AM · Restricted Project
Condition moved one level up.
Oct 29 2018, 6:13 AM · Restricted Project
Oct 29 2018, 6:08 AM · Restricted Project
Oct 26 2018
Oct 26 2018
Harbormaster failed remote builds in B892: Diff 872 for D343: INP-1744 Make page content blocks searcheable!
Oct 26 2018, 10:11 AM · Restricted Project
Added missing phrase translation.
Oct 26 2018, 10:11 AM · Restricted Project
No matter how I try to follow test plan I'm get getting pages used in test:
Oct 26 2018, 8:44 AM · Restricted Project
Oct 26 2018, 8:25 AM · Restricted Project
Oct 26 2018, 8:20 AM · Restricted Project
Oct 26 2018, 8:19 AM · Restricted Project
Test plan not updated to cover searching through large amount of text.
Oct 26 2018, 7:54 AM · Restricted Project
GROUP_CONCAT usage replaced with concatenation on php level.
Oct 26 2018, 6:46 AM · Restricted Project
Harbormaster failed remote builds in B891: Diff 871 for D343: INP-1744 Make page content blocks searcheable!
Oct 26 2018, 6:46 AM · Restricted Project
Oct 26 2018, 6:40 AM · Restricted Project
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 26 2018, 4:21 AM · Restricted Project
alex updated the test plan for D349: INP-1721 Correct math for detecting allowed file size during upload.
alex updated the test plan for D349: INP-1721 Correct math for detecting allowed file size during upload.
Oct 25 2018
Oct 25 2018
erik updated the diff for D349: INP-1721 Correct math for detecting allowed file size during upload.
Improvement for calculations result caching
erik updated the test plan for D349: INP-1721 Correct math for detecting allowed file size during upload.
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.
alex requested changes to D349: INP-1721 Correct math for detecting allowed file size during upload.
Also update test plan to cover cases, when we're searching last word in large text (more then 65 KB).
Oct 25 2018, 3:48 AM · Restricted Project
Oct 25 2018, 3:47 AM · Restricted Project
Oct 24 2018
Oct 24 2018
Oct 24 2018, 11:06 AM · Restricted Project
Sep 27 2018
Sep 27 2018
erik added a comment to D243: INP-1571 Form field validation should account for array-like field values.
No, this error is not related to current task changes.
alex added a comment to D243: INP-1571 Form field validation should account for array-like field values.
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 27 2018, 7:11 AM · Restricted Project
erik added a comment to D243: INP-1571 Form field validation should account for array-like field values.
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.
erik updated the diff for D243: INP-1571 Form field validation should account for array-like field values.
Done refactoring.
alex requested changes to D243: INP-1571 Form field validation should account for array-like field values.
alex updated the test plan for D243: INP-1571 Form field validation should account for array-like field values.
Sep 21 2018
Sep 21 2018
Sep 21 2018, 6:00 AM · Restricted Project
Fixed bug in recursive call parameter.
Sep 21 2018, 5:54 AM · Restricted Project
alex updated the test plan for D269: INP-1645 - Create categories during theme scan based on their location in SMS.
Sep 21 2018, 2:48 AM · Restricted Project
Sep 21 2018, 2:39 AM · Restricted Project
Sep 20 2018
Sep 20 2018
Sep 20 2018, 6:04 AM · Restricted Project
Sep 19 2018
Sep 19 2018
Sep 19 2018, 6:00 AM · Restricted Project
Sep 19 2018, 5:46 AM · Restricted Project
Sep 19 2018, 5:35 AM · Restricted Project
Made filter out all records when incorrect date entered.
Sep 19 2018, 5:31 AM · Restricted Project
alex added a project to D347: INP-1749 - Load all content blocks of a page with a single database query: Restricted Project.
Sep 19 2018, 4:52 AM · Restricted Project
Sep 19 2018, 4:52 AM · Restricted Project
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 19 2018, 3:19 AM · Restricted Project
Sep 19 2018, 3:18 AM · Restricted Project
alex added a project to D346: INP-1746 Correct time parsing in date range filter: Restricted Project.
Sep 19 2018, 2:09 AM · Restricted Project
Sep 18 2018
Sep 18 2018
Sep 18 2018, 4:04 AM · Restricted Project
Sep 18 2018, 4:03 AM · Restricted Project
Sep 17 2018
Sep 17 2018
Sep 17 2018, 1:44 PM · Restricted Project
Sep 17 2018, 1:41 PM · Restricted Project
Sep 12 2018
Sep 12 2018
alex added a project to D345: INP-1748 - Follow location, when generating static version of Maintenance Page: Restricted Project.
Sep 12 2018, 7:39 AM · Restricted Project
alex updated the test plan for D345: INP-1748 - Follow location, when generating static version of Maintenance Page.
Sep 12 2018, 7:38 AM · Restricted Project
Sep 12 2018, 7:37 AM · Restricted Project
May 16 2018
May 16 2018
alex updated the test plan for D344: INP-1745 Connect "Modified" and "ModifiedById" fields to Links.
alex updated the test plan for D344: INP-1745 Connect "Modified" and "ModifiedById" fields to Links.
Made "Modified By" username output in place of e-mail in the edit forms.
erik updated the test plan for D344: INP-1745 Connect "Modified" and "ModifiedById" fields to Links.
Changed "Modified" output on topic edit form.
erik updated the test plan for D344: INP-1745 Connect "Modified" and "ModifiedById" fields to Links.
erik updated the test plan for D344: INP-1745 Connect "Modified" and "ModifiedById" fields to Links.
erik updated the test plan for D344: INP-1745 Connect "Modified" and "ModifiedById" fields to Links.
May 15 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.
- Fixed phrase module.
- Fixed CS errors.
May 11 2018
May 11 2018
May 11 2018, 9:17 AM · Restricted Project
add charset parameter to html_entity_decode in \PageHelper::makeSearchable
May 11 2018, 7:42 AM · Restricted Project
May 11 2018, 7:38 AM · Restricted Project
May 11 2018, 6:06 AM · Restricted Project
May 11 2018, 6:05 AM · Restricted Project
Requested changes
May 11 2018, 6:01 AM · Restricted Project
May 11 2018, 5:06 AM · Restricted Project
May 11 2018, 4:20 AM · Restricted Project
May 11 2018, 4:16 AM · Restricted Project
May 2 2018
May 2 2018
Tested - this change does not affect CKEditor style dropdown in the other themes (default, simple). While testing, cms.css was changed to have width 300px. In the advanced theme dropdown become about square (300x300), and dropdowns in the other themes (default, simple) has no changes.
May 2 2018, 5:36 AM · Restricted Project
Apr 30 2018
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 30 2018, 7:28 AM · Restricted Project