Replaying fix after In-Portal 5.2.2-B1 release.
- Queries
- All Stories
- Search
- Advanced Search
All Stories
Jan 20 2017
Fixing cases, when error that should be logged wasn't logged and vice versa.
Fixing implementation issue, that caused Template File field to be validated only on category type change.
Forgot to post test plan originally. Posted now and can be tested for real.
Jan 19 2017
Fixing plan:
Jan 13 2017
Jan 11 2017
There were much of SQL errors like
Warning: SQL Error: #1146 - Table 'dev_inportal_51x.inp_SystemLog' doesn't exist. SQL: INSERT INTO inp_SystemLog (LogUniqueId,LogMessage,LogLevel,LogCode,LogType,LogHostname,LogRequestSource,LogRequestURI,LogUserId,IpAddress,LogSessionKey,LogProcessId,LogUserData,LogNotificationStatus,LogInterface,LogSourceFilename,LogSourceFileLine,LogBacktrace,LogMemoryUsed,LogTimestamp,LogDate) VALUES ('799111288','Table \'dev_inportal_51x.inp_Languages\' doesn\'t exist','4','1146','2','erik.office.intechnic.com','1','/SVN/5.2.x/core/install.php','-2','94.30.191.24','0','4492','SELECT LanguageId, IF(AdminInterfaceLang, \"Admin\", \"Front\") AS LanguageKey\n FROM inp_Languages\n WHERE (AdminInterfaceLang = 1 OR PrimaryLang = 1) AND (Enabled = 1)','0','2','/home/sites/dev/web/SVN/5.2.x/core/kernel/application.php','556','a:30:{i:0;a:6:{s:4:\"file\";s:57:\"/home/sites/dev/web/SVN/5.2.x/core/kernel/application.php\";s:4:\"line\";i:556;s:8:\"function\";s:6:\"GetCol\";s:5:\"c #517751288 in /home/sites/dev/web/SVN/5.2.x/core/kernel/utility/logger.php on line
while upgrading from 5.1.x to 5.2.x.
There were much of SQL errors like
Jan 10 2017
I wasn't planning to send this one out for review, but arc diff --update did that automatically.
Reconsidered relations between root user and permission system:
Jan 9 2017
Jan 7 2017
I wasn't planning to send this one out for review, but arc diff --update did that automatically.
Don't consider installation-specific code, that checks for root user as permission-related code.
I wasn't planning to send this one out for review, but arc diff --update did that automatically.
Override kApplication::Run and kApplication::Done methods in ConsoleApplication class to perform CLI-specific actions.
I wasn't planning to send this one out for review, but arc diff --update did that automatically.
Removed composer.lock file, that was added by accident.
Rebuilt against current 5.3.x code. Fixed some CS issues along the way.
Jan 5 2017
Removed debugging code.
Changed additional_title_render_as block to be rendering as table cell.
Jan 4 2017
Test plan must be fixed. "Enable Debug Mode in /system/debug.php file" must be added somewhere between Part 2 and Part 3. Otherwise at Part 3 Debug Mode is disabled and confirmation about appearance of notices is not possible - notices does not appear.
Tasted also on https://www.browserstack.com (IE8 part)
Jan 3 2017
Also issues with Test Plan:
Existing code changes are fine, but here are few additions:
Jan 2 2017
Requested changes
Jan 1 2017
Rolling back accidental function to method replacements in non-changed code.
Dec 29 2016
Dec 28 2016
That won't do unfortunately. You need to test in real browser, not just a compatibility mode.
Tested all with IE10. Tested with IE8, as browser mode of IE10 (through IE8 mode selection in developer tools).
Dec 27 2016
Dec 26 2016
Build #41 finished with UNSTABLE status: http://ci.in-portal.org/job/in-portal-53x/41/
Dec 23 2016
Dec 22 2016
Dec 21 2016
Dec 20 2016
Please test.
Fixing No Permission error, when pressing Edit Content button while being logged-in by non-root user.
When trying to edit content when non-root user is logged-in to the Admin Console getting No Permission error for c:OnStoreSelected event.
Dec 19 2016
Dec 8 2016
Dec 7 2016
Today made all necessary changes locally, started writing additions to the test plan.
Dec 6 2016
Haven't tested code yet, but here are needed corrections.
Today only re-applied differential patch and re-installed local version of 5.3.x In-Portal with this patch.
Patch rebuilt for 5.2.x version.
Dec 5 2016
Today looks that made all necessary changes, but not full-tested yet. Left part of tests planned on next day.
Dec 4 2016
Recreating patch to avoid conflicts during applying.
Dec 2 2016
My bad. I haven't noticed, that:
- there should be a TD in additional_title_render_as element itself
- there should be a TABLE/TR around rendering of additional_title_render_as element
Rebuilt in In-Portal 5.2.x.
Not confirmed test Part2, in Admin Console, item N4 "in heading: parent section icon and name, and on next row extra heading text". In fact, extra heading text is on top, section header - next line after extra heading text - in reverse order from defined in test plan.
Nov 30 2016
Fixed CS errors.