mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 13:36:02 +03:00
[PR #347] [MERGED] use separate constant for VENDOR_PATH #789
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#789
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/347
Author: @kroky
Created: 5/29/2019
Status: ✅ Merged
Merged: 6/5/2019
Merged by: @jasonmunro
Base:
master← Head:feature/vendor-path📝 Commits (2)
e84ad7buse separate constant for VENDOR_PATH to allow customizing of the vendor directory location3c4cfdeadd missing VENDOR_PATH constant to tests📊 Changes
6 files changed (+8 additions, -6 deletions)
View changed files
📝
index.php(+1 -0)📝
lib/framework.php(+1 -1)📝
modules/2fa/modules.php(+2 -2)📝
modules/core/message_functions.php(+2 -2)📝
modules/smtp/modules.php(+1 -1)📝
tests/phpunit/bootstrap.php(+1 -0)📄 Description
We are storing vendor files in Tiki in a few places and already have the Cypht dependencies installed, so I just needed to make the vendor path configurable by this straightforward update. Hope it makes sense!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.