[PR #41] [MERGED] Extracted Menu from ClonOS #58

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

📋 Pull Request Information

Original PR: https://github.com/clonos/control-pane/pull/41
Author: @bozhinov
Created: 2/23/2021
Status: Merged
Merged: 2/23/2021
Merged by: @olevole

Base: masterHead: master


📝 Commits (10+)

📊 Changes

30 files changed (+323 additions, -188 deletions)

View changed files

📝 php/clonos.php (+92 -96)
📝 php/config.php (+5 -3)
📝 php/db.php (+13 -6)
php/locale.php (+31 -0)
📝 php/menu.php (+29 -28)
php/utils.php (+17 -0)
public/curl2.php (+17 -0)
📝 public/dialogs/k8s-new.php (+6 -2)
📝 public/index.php (+23 -20)
📝 public/js/clonos.js (+48 -2)
📝 public/pages/authkey/a.json.php (+1 -1)
📝 public/pages/bases/a.json.php (+2 -2)
📝 public/pages/bhyvevms/a.json.php (+2 -2)
📝 public/pages/imported/a.json.php (+1 -1)
📝 public/pages/instance_jail/a.json.php (+6 -4)
📝 public/pages/instance_jail/helpers.php (+3 -1)
📝 public/pages/jailscontainers/a.json.php (+2 -2)
📝 public/pages/jailscontainers/helpers.json.php (+2 -2)
📝 public/pages/k8s/k8slist.table (+2 -2)
📝 public/pages/k8s/ru.index.php (+6 -0)

...and 10 more files

📄 Description

Somehow a bunch of code from the previous commit was not merged
this pull adds that code

Also:

  • Menu class no longer under ClonOS
  • Lang code extracted to a separate class

🔄 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/clonos/control-pane/pull/41 **Author:** [@bozhinov](https://github.com/bozhinov) **Created:** 2/23/2021 **Status:** ✅ Merged **Merged:** 2/23/2021 **Merged by:** [@olevole](https://github.com/olevole) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`3413646`](https://github.com/clonos/control-pane/commit/34136468c77060fb2a10a9360517afabb0ed407b) * Fixes - [`c5b1466`](https://github.com/clonos/control-pane/commit/c5b1466d0b6431d02339cde920f5cb4212fe1c39) * Refactored more scripts - [`499ea23`](https://github.com/clonos/control-pane/commit/499ea23721693e34cf6e28fa882239a67a976860) * Refactored more scripts - [`f72514a`](https://github.com/clonos/control-pane/commit/f72514a643a74b592f0b5666a0e592391a79a68e) * Some more refactoring - [`fbf5af6`](https://github.com/clonos/control-pane/commit/fbf5af655c47b74389175488354c5e270822ad17) * fixed includes - [`161e5b4`](https://github.com/clonos/control-pane/commit/161e5b4f18e86194fe05d148105fb3f4454dc48b) * Merge with parent - [`d10a544`](https://github.com/clonos/control-pane/commit/d10a544c4fe805b42263994bb41f5a525394791c) * Merged with master - [`ac0c401`](https://github.com/clonos/control-pane/commit/ac0c401938c75b373799537c39e26e8c151247fb) * Menu class does not depend on ClonOS - [`781d53d`](https://github.com/clonos/control-pane/commit/781d53d1cd906604873f06a2e03d8ff9812c26f0) * fixes - [`11fade7`](https://github.com/clonos/control-pane/commit/11fade70ef96a3305ac98ba972c3fdf0662cfc77) * Missed from refactoring pull ### 📊 Changes **30 files changed** (+323 additions, -188 deletions) <details> <summary>View changed files</summary> 📝 `php/clonos.php` (+92 -96) 📝 `php/config.php` (+5 -3) 📝 `php/db.php` (+13 -6) ➕ `php/locale.php` (+31 -0) 📝 `php/menu.php` (+29 -28) ➕ `php/utils.php` (+17 -0) ➕ `public/curl2.php` (+17 -0) 📝 `public/dialogs/k8s-new.php` (+6 -2) 📝 `public/index.php` (+23 -20) 📝 `public/js/clonos.js` (+48 -2) 📝 `public/pages/authkey/a.json.php` (+1 -1) 📝 `public/pages/bases/a.json.php` (+2 -2) 📝 `public/pages/bhyvevms/a.json.php` (+2 -2) 📝 `public/pages/imported/a.json.php` (+1 -1) 📝 `public/pages/instance_jail/a.json.php` (+6 -4) 📝 `public/pages/instance_jail/helpers.php` (+3 -1) 📝 `public/pages/jailscontainers/a.json.php` (+2 -2) 📝 `public/pages/jailscontainers/helpers.json.php` (+2 -2) 📝 `public/pages/k8s/k8slist.table` (+2 -2) 📝 `public/pages/k8s/ru.index.php` (+6 -0) _...and 10 more files_ </details> ### 📄 Description Somehow a bunch of code from the previous commit was not merged this pull adds that code Also: - Menu class no longer under ClonOS - Lang code extracted to a separate class --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:21:33 +03:00
Sign in to join this conversation.
No labels
pull-request
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/control-pane#58
No description provided.