-
Notifications
You must be signed in to change notification settings - Fork 827
Setup upgrade 1.6.3: Set all langs to lowercase #1232
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
Setup upgrade 1.6.3: Set all langs to lowercase #1232
Conversation
Only if next version have the language folders become lowercase Because previous versions (<= v1.6.2) language set with UCfirst in database and need upgrade
|
Get an error like: Unable to load the requested language file: language/French/ip_lang.php Reason: When user are logged in before call & complete setup, On next login, session return old params. Need destroy session to be set by new params from database (Here for langs)
Model checked & verified, all languages in db (user & settings) become to lowercase after update applied. But after setup completed and login, old session data are not modified, Fixed by this push ;) Note:This is probably what happened with #1148 Fun fact:If in next version the language folder become to |
…t` branch for version 1.6.3 (InvoicePlane#1247) Prepare for 1.6.3 and 1.7.0 --------- Co-authored-by: Thomas Ingles <[email protected]>
This reverts commit aa59269.
Description
Setup upgrade
language
's of database to lowercaseMotivation and Context
Solve a problem if language folders changed to lowercase
Why? see discussion of PR #1230
Pull Request Checklist
Issue Type (Please check one or more)