- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Jan 20 2017
Restoring manual fixes (from original patch), that were done after automatic fixes.
Replaying fix after In-Portal 5.2.2-B1 release.
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 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.
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
Jan 3 2017
Also issues with Test Plan:
Existing code changes are fine, but here are few additions:
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.
Dec 27 2016
Dec 26 2016
Dec 22 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 7 2016
Dec 6 2016
Haven't tested code yet, but here are needed corrections.
Dec 5 2016
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