[PR #1158] [MERGED] Fix default_settings configured from .env file #1307

Closed
opened 2026-02-25 21:37:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1158
Author: @Shadow243
Created: 8/11/2024
Status: Merged
Merged: 9/9/2024
Merged by: @kroky

Base: masterHead: fix-default-timezone


📝 Commits (2)

  • 9e3035c Fix default_timezone configured from .env file
  • 974c801 Fix default_settings configured from .env file

📊 Changes

35 files changed (+596 additions, -403 deletions)

View changed files

📝 .env.example (+10 -1)
📝 config/app.php (+107 -37)
📝 index.php (+4 -3)
📝 lib/config.php (+2 -2)
📝 lib/environment.php (+53 -4)
📝 lib/modules_exec.php (+2 -2)
📝 modules/advanced_search/modules.php (+1 -1)
📝 modules/contacts/modules.php (+1 -1)
📝 modules/core/functions.php (+1 -0)
📝 modules/core/handler_modules.php (+43 -30)
📝 modules/core/message_list_functions.php (+19 -19)
📝 modules/core/output_modules.php (+62 -56)
📝 modules/core/site.js (+18 -71)
📝 modules/feeds/modules.php (+21 -21)
📝 modules/github/modules.php (+15 -15)
📝 modules/imap/functions.php (+2 -2)
📝 modules/imap/handler_modules.php (+21 -21)
📝 modules/imap/output_modules.php (+21 -18)
📝 modules/imap_folders/modules.php (+4 -4)
📝 modules/inline_message/modules.php (+14 -10)

...and 15 more files

📄 Description

Time zone and language variables defined in the .env file are not set by default by the application.

Related issue: https://github.com/YunoHost-Apps/cypht_ynh/pull/69#issuecomment-2124295348


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1158 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 8/11/2024 **Status:** ✅ Merged **Merged:** 9/9/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `fix-default-timezone` --- ### 📝 Commits (2) - [`9e3035c`](https://github.com/cypht-org/cypht/commit/9e3035cf13ad59892fe038be2f71b61f131a0839) Fix default_timezone configured from .env file - [`974c801`](https://github.com/cypht-org/cypht/commit/974c8012e3857a891ce3714e677c23ba08c26a22) Fix default_settings configured from .env file ### 📊 Changes **35 files changed** (+596 additions, -403 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+10 -1) 📝 `config/app.php` (+107 -37) 📝 `index.php` (+4 -3) 📝 `lib/config.php` (+2 -2) 📝 `lib/environment.php` (+53 -4) 📝 `lib/modules_exec.php` (+2 -2) 📝 `modules/advanced_search/modules.php` (+1 -1) 📝 `modules/contacts/modules.php` (+1 -1) 📝 `modules/core/functions.php` (+1 -0) 📝 `modules/core/handler_modules.php` (+43 -30) 📝 `modules/core/message_list_functions.php` (+19 -19) 📝 `modules/core/output_modules.php` (+62 -56) 📝 `modules/core/site.js` (+18 -71) 📝 `modules/feeds/modules.php` (+21 -21) 📝 `modules/github/modules.php` (+15 -15) 📝 `modules/imap/functions.php` (+2 -2) 📝 `modules/imap/handler_modules.php` (+21 -21) 📝 `modules/imap/output_modules.php` (+21 -18) 📝 `modules/imap_folders/modules.php` (+4 -4) 📝 `modules/inline_message/modules.php` (+14 -10) _...and 15 more files_ </details> ### 📄 Description Time zone and language variables defined in the .env file are not set by default by the application. Related issue: [https://github.com/YunoHost-Apps/cypht_ynh/pull/69#issuecomment-2124295348](https://github.com/YunoHost-Apps/cypht_ynh/pull/69#issuecomment-2124295348) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1307
No description provided.