mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[PR #853] [MERGED] Tiki integration: refactoring environment & autoload import in framework.php to support tiki usage #1094
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#1094
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/853
Author: @Shadow243
Created: 12/23/2023
Status: ✅ Merged
Merged: 1/10/2024
Merged by: @kroky
Base:
master← Head:tiki-cypht-integration📝 Commits (1)
e0d66c7[FIX] Tiki integration: refactoring environment & autoload import in framework.php to support tiki usage📊 Changes
4 files changed (+22 additions, -13 deletions)
View changed files
📝
index.php(+8 -0)📝
lib/environment.php(+13 -11)📝
lib/framework.php(+0 -2)📝
scripts/config_gen.php(+1 -0)📄 Description
Description
This pull request includes small adjustments to the Cypht integration to facilitate seamless integration with Tiki. The changes primarily involve accommodating differences in the environment, such as the path for requiring the
autoload.phpfile.Specifically, the adjustments ensure compatibility with Tiki's structure, where the path to the autoload file needs to be adapted to Tiki's requirements.
Changes
require_once VENDOR_PATH . 'autoload.php'statement, to align with Tiki's integration needs.GitLab Merge Request: Link to GitLab Merge Request
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.