mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[PR #45] Template engine PoC #59
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#59
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/clonos/control-pane/pull/45
Author: @bozhinov
Created: 2/26/2021
Status: 🔄 Open
Base:
master← Head:extract_html📝 Commits (10+)
0cb2343* PoCf856b52* Almost thereb869f30* No need to translate it here46ea044* Moved locale under tplb414689* Code cleanup0c89d12* Merged Tpl and Localec27a422* unify namingc64a9bb* Prevent direct calls to upload/download0f1c29b* Code cleanupe563bc0* done📊 Changes
17 files changed (+769 additions, -363 deletions)
View changed files
➕
cache/.empty(+0 -0)➕
php/Parser.php(+309 -0)➕
php/Tpl.php(+131 -0)📝
php/clonos.php(+29 -37)📝
php/config.php(+1 -0)➖
php/locale.php(+0 -25)➕
php/localization.php(+25 -0)➖
php/menu.php(+0 -91)📝
public/css/styles.css(+2 -2)📝
public/dialogs/system-login.php(+2 -2)📝
public/download.php(+31 -30)📝
public/index.php(+56 -159)📝
public/js/clonos.js(+1 -1)📝
public/json.php(+13 -14)📝
public/upload.php(+11 -2)➕
templates/index.1.html(+41 -0)➕
templates/index.2.html(+117 -0)📄 Description
Things to consider:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.