mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #823] [MERGED] Switch cypht config hm3.* to dotenv #1072
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1072
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/823
Author: @Shadow243
Created: 11/10/2023
Status: ✅ Merged
Merged: 12/14/2023
Merged by: @kroky
Base:
master← Head:symfony-dotenv📝 Commits (5)
7ca5deaReplacing hm3.* by dotenv9d7e69bhm3.ini replaced with dotenv and tested, need to update comment and phpunit23ef7cdcomment updated and phpunit tests updated6007f80All module .ini syntax changed to app config - either .php config files or .env filesd6ca0c0Update .env file to default values from hm3.sample.ini & update INSTALL file📊 Changes
59 files changed (+2229 additions, -330 deletions)
View changed files
➕
.env.dist(+178 -0)📝
.gitignore(+1 -0)📝
INSTALL(+20 -34)📝
composer.json(+2 -1)📝
composer.lock(+72 -1)➕
config/2fa.php(+36 -0)➕
config/app.php(+1299 -0)➕
config/carddav.php(+22 -0)➕
config/database.php(+67 -0)➕
config/dynamic_login.php(+57 -0)➕
config/ldap.php(+73 -0)➕
config/services.php(+84 -0)➕
config/themes.php(+23 -0)📝
index.php(+1 -5)📝
lib/config.php(+5 -10)📝
lib/db.php(+10 -8)📝
lib/dispatch.php(+1 -1)➕
lib/environment.php(+139 -0)📝
lib/framework.php(+15 -9)➖
modules/2fa/2fa.ini(+0 -26)...and 39 more files
📄 Description
Task Description: Integrate Symfony Dotenv Package into Cypht Project
Details:
In response to GitHub Issue #813, the Symfony Dotenv package has been added to the Cypht project. This integration is part of an effort to standardize the handling of environment variables across different projects, including Cypht, Tiki, and Tiki Manager.
Next Steps:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.