[PR #347] [MERGED] use separate constant for VENDOR_PATH #789

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

📋 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: masterHead: feature/vendor-path


📝 Commits (2)

  • e84ad7b use separate constant for VENDOR_PATH to allow customizing of the vendor directory location
  • 3c4cfde add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/347 **Author:** [@kroky](https://github.com/kroky) **Created:** 5/29/2019 **Status:** ✅ Merged **Merged:** 6/5/2019 **Merged by:** [@jasonmunro](https://github.com/jasonmunro) **Base:** `master` ← **Head:** `feature/vendor-path` --- ### 📝 Commits (2) - [`e84ad7b`](https://github.com/cypht-org/cypht/commit/e84ad7b72c9d29101af5c073cb7e4d2ffec0268b) use separate constant for VENDOR_PATH to allow customizing of the vendor directory location - [`3c4cfde`](https://github.com/cypht-org/cypht/commit/3c4cfde16cbc55f36c49e240e690fdbb6d23c244) add missing VENDOR_PATH constant to tests ### 📊 Changes **6 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:14 +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#789
No description provided.