-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade legacy modSessionHandler class references in settings #16379
Upgrade legacy modSessionHandler class references in settings #16379
Conversation
Codecov ReportBase: 17.96% // Head: 17.96% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## 3.0.x #16379 +/- ##
============================================
- Coverage 17.96% 17.96% -0.01%
Complexity 10437 10437
============================================
Files 561 561
Lines 39040 39041 +1
============================================
Hits 7013 7013
- Misses 32027 32028 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This pull request has been mentioned on MODX Community. There might be relevant details there: |
After approving I came across two lexicons that use revolution/core/lexicon/en/setting.inc.php Lines 632 to 636 in f068263
|
* Upgrade legacy modSessionHandler class references in settings * Update related lexicons with FQCN
What does it do?
Upgrades legacy references to
modSessionHandler
in system and context settings toMODX\Revolution\modSessionHandler
Why is it needed?
Sites upgraded from 2.x still had the legacy
modSessionHandler
class referenced in thesession_handler_class
setting.How to test
Find a 2.x site with
session_handler_class
set tomodSessionHandler
, upgrade it to 3.0.4-dev, and confirm that the value is updated toMODX\Revolution\modSessionHandler
Related issue(s)/PR(s)
n/a