[PR #2] [CLOSED] 2.1 #25

Closed
opened 2026-02-27 08:10:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/klsf/kldns/pull/2
Author: @klsf
Created: 6/6/2017
Status: Closed

Base: 2.0Head: 2.1


📝 Commits (5)

📊 Changes

19 files changed (+332 additions, -79 deletions)

View changed files

.gitattributes (+2 -0)
📝 README.md (+3 -3)
📝 application/functions.php (+9 -0)
📝 application/index/controller/Admin.php (+16 -0)
📝 application/index/controller/AdminAjax.php (+15 -13)
📝 application/index/controller/Ajax.php (+40 -11)
📝 application/index/view/admin/api.html (+10 -10)
📝 application/index/view/admin/domain_list.html (+6 -19)
📝 application/index/view/index/control.html (+23 -3)
📝 application/index/view/index/layout.html (+1 -1)
📝 assets/js/app.js (+29 -1)
📝 extend/klsf/klsfdns/AliYun.php (+26 -2)
📝 extend/klsf/klsfdns/CloudXNS.php (+26 -3)
📝 extend/klsf/klsfdns/Dns.php (+12 -2)
📝 extend/klsf/klsfdns/DnsCom.php (+29 -2)
📝 extend/klsf/klsfdns/DnsLA.php (+29 -5)
📝 extend/klsf/klsfdns/DnsPod.php (+44 -4)
📝 other/install/install.sql (+8 -0)
other/install/update.2.1.1.sql (+4 -0)

📄 Description

No description provided


🔄 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/klsf/kldns/pull/2 **Author:** [@klsf](https://github.com/klsf) **Created:** 6/6/2017 **Status:** ❌ Closed **Base:** `2.0` ← **Head:** `2.1` --- ### 📝 Commits (5) - [`8ab9f5b`](https://github.com/klsf/kldns/commit/8ab9f5b3fc98889910f5cc0aaa7a0f8a9d8178a4) 2.1.1 - [`ddf463d`](https://github.com/klsf/kldns/commit/ddf463da61a4bbbd838828147e751f4996eff407) 2.1.1 - [`b162c38`](https://github.com/klsf/kldns/commit/b162c3879605228b654ea69f93e7ffa9abe265f7) Delete a.txt - [`36acdd8`](https://github.com/klsf/kldns/commit/36acdd8feb37942d38cc0a3b76400752c00e6a35) 2.1.1 - [`cafc44d`](https://github.com/klsf/kldns/commit/cafc44d341b28c53c257491c736b761737a969e4) 2.1.1 ### 📊 Changes **19 files changed** (+332 additions, -79 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+2 -0) 📝 `README.md` (+3 -3) 📝 `application/functions.php` (+9 -0) 📝 `application/index/controller/Admin.php` (+16 -0) 📝 `application/index/controller/AdminAjax.php` (+15 -13) 📝 `application/index/controller/Ajax.php` (+40 -11) 📝 `application/index/view/admin/api.html` (+10 -10) 📝 `application/index/view/admin/domain_list.html` (+6 -19) 📝 `application/index/view/index/control.html` (+23 -3) 📝 `application/index/view/index/layout.html` (+1 -1) 📝 `assets/js/app.js` (+29 -1) 📝 `extend/klsf/klsfdns/AliYun.php` (+26 -2) 📝 `extend/klsf/klsfdns/CloudXNS.php` (+26 -3) 📝 `extend/klsf/klsfdns/Dns.php` (+12 -2) 📝 `extend/klsf/klsfdns/DnsCom.php` (+29 -2) 📝 `extend/klsf/klsfdns/DnsLA.php` (+29 -5) 📝 `extend/klsf/klsfdns/DnsPod.php` (+44 -4) 📝 `other/install/install.sql` (+8 -0) ➕ `other/install/update.2.1.1.sql` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:10:19 +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/kldns-klsf#25
No description provided.