[PR #498] [MERGED] Reset factory option for Setting #851

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/498
Author: @Revisto
Created: 7/11/2021
Status: Merged
Merged: 7/13/2021
Merged by: @jasonmunro

Base: masterHead: setting-reset-factory


📝 Commits (6)

  • a22e492 add translations for "Factory Reset" word
  • 94d6da4 create reset_factory function
  • 8573717 create reset factory handler module
  • d2e46ae add factory reset output handler module
  • 8765a49 add reset factory handler and output
  • a9e88d4 add css classes for factory reset button

📊 Changes

19 files changed (+101 additions, -0 deletions)

View changed files

📝 language/az.php (+1 -0)
📝 language/de.php (+1 -0)
📝 language/en.php (+1 -0)
📝 language/es.php (+1 -0)
📝 language/et.php (+1 -0)
📝 language/fr.php (+1 -0)
📝 language/hu.php (+1 -0)
📝 language/id.php (+1 -0)
📝 language/it.php (+1 -0)
📝 language/ja.php (+1 -0)
📝 language/nl.php (+1 -0)
📝 language/pt-BR.php (+1 -0)
📝 language/ro.php (+1 -0)
📝 language/ru.php (+1 -0)
📝 lib/config.php (+48 -0)
📝 modules/core/handler_modules.php (+20 -0)
📝 modules/core/output_modules.php (+15 -0)
📝 modules/core/setup.php (+2 -0)
📝 modules/core/site.css (+2 -0)

📄 Description

Hello, I am Revisto from WikiSuite company.
I did this task which was related to this issue. I made a reset factory button on the site setting page.
image


🔄 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/498 **Author:** [@Revisto](https://github.com/Revisto) **Created:** 7/11/2021 **Status:** ✅ Merged **Merged:** 7/13/2021 **Merged by:** [@jasonmunro](https://github.com/jasonmunro) **Base:** `master` ← **Head:** `setting-reset-factory` --- ### 📝 Commits (6) - [`a22e492`](https://github.com/cypht-org/cypht/commit/a22e492be863c7d1517b95e8a7c2cb7d6007b640) add translations for "Factory Reset" word - [`94d6da4`](https://github.com/cypht-org/cypht/commit/94d6da491dcd189521cf740d3938844ab47e001b) create reset_factory function - [`8573717`](https://github.com/cypht-org/cypht/commit/85737172d674fafd6c509e9471fdfcf3b182d16b) create reset factory handler module - [`d2e46ae`](https://github.com/cypht-org/cypht/commit/d2e46aeaa61aa7cc09f2da7ceb7f3b0cd49afe2e) add factory reset output handler module - [`8765a49`](https://github.com/cypht-org/cypht/commit/8765a49593d6b9dbdaafa61057f202d1e7d7be7d) add reset factory handler and output - [`a9e88d4`](https://github.com/cypht-org/cypht/commit/a9e88d45e908e2c3eea2215e4826a056f0f49d4c) add css classes for factory reset button ### 📊 Changes **19 files changed** (+101 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `language/az.php` (+1 -0) 📝 `language/de.php` (+1 -0) 📝 `language/en.php` (+1 -0) 📝 `language/es.php` (+1 -0) 📝 `language/et.php` (+1 -0) 📝 `language/fr.php` (+1 -0) 📝 `language/hu.php` (+1 -0) 📝 `language/id.php` (+1 -0) 📝 `language/it.php` (+1 -0) 📝 `language/ja.php` (+1 -0) 📝 `language/nl.php` (+1 -0) 📝 `language/pt-BR.php` (+1 -0) 📝 `language/ro.php` (+1 -0) 📝 `language/ru.php` (+1 -0) 📝 `lib/config.php` (+48 -0) 📝 `modules/core/handler_modules.php` (+20 -0) 📝 `modules/core/output_modules.php` (+15 -0) 📝 `modules/core/setup.php` (+2 -0) 📝 `modules/core/site.css` (+2 -0) </details> ### 📄 Description Hello, I am Revisto from WikiSuite company. I did this [task](https://avan.tech/item35517-Cypht-admin-panel-Indicate-if-default-value-or-not-like-Tiki) which was related to this [issue](https://github.com/jasonmunro/cypht/issues/399). I made a reset factory button on the site setting page. ![image](https://user-images.githubusercontent.com/60847212/125207629-84787c00-e2a2-11eb-9082-94d1f9cb8e34.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:36:25 +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#851
No description provided.