[PR #853] [MERGED] Tiki integration: refactoring environment & autoload import in framework.php to support tiki usage #1094

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

📋 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: masterHead: 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.php file.

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

  • Modified paths, including the 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.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/853 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 1/10/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `tiki-cypht-integration` --- ### 📝 Commits (1) - [`e0d66c7`](https://github.com/cypht-org/cypht/commit/e0d66c79f5c6a5101ad2ab96e3fe04888dbf117e) [FIX] Tiki integration: refactoring environment & autoload import in framework.php to support tiki usage ### 📊 Changes **4 files changed** (+22 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `index.php` (+8 -0) 📝 `lib/environment.php` (+13 -11) 📝 `lib/framework.php` (+0 -2) 📝 `scripts/config_gen.php` (+1 -0) </details> ### 📄 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.php` file. 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 - Modified paths, including the `require_once VENDOR_PATH . 'autoload.php'` statement, to align with Tiki's integration needs. --- **GitLab Merge Request:** [Link to GitLab Merge Request](https://gitlab.com/tikiwiki/tiki/-/merge_requests/4239) --- <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:12 +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#1094
No description provided.