- Queries
- All Stories
- Search
- Advanced Search
All Stories
Oct 20 2024
Oct 19 2024
Oct 16 2024
Oct 15 2024
Please retest (the test plan was improved).
Cosmetic comment fixes.
Fix for an exception on the configuration section for the "root" user.
When root opens a configuration section an exception is thrown:
Exception: Permission section not specified for prefix conf in ...\core\kernel\utility\event.php on line 439
Oct 8 2024
Updated test plan.
The test plan doesn't include the removal of the Add permission for the Labels & Phrases section.
Not passed test plan part
Oct 3 2024
Fixed fatal error on system setting saving for the root user.
Test by plan is passed, but, to have Groups section visible, with root user go to Configuration->Users-General section, press Save button - and got "Exception: Permission section not specified for prefix conf in w:\SVN\5.2.x\core\kernel\utility\event.php on line 439"
Aug 16 2024
Aug 5 2024
System log errors exists, but, seems, not related to the current patch. Equal errors count with patch and without patch.
Aug 2 2024
Aug 1 2024
Jul 31 2024
Jul 29 2024
Tested by using PHPStorm+XDebug with breakpoint in the SessionStorage::RemoveFromData method. Before patch applying SQL, that removes the priority_deleted session variable was executed. After patch applying SQL, that removes the priority_deleted session variable was not executed, because SessionSet property is set to false.
Removed excessive session update statement, that happens after it's creation.