[PR #21] [CLOSED] [WIP] Git ready #30

Closed
opened 2026-01-24 11:41:18 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/web-doc-editor/pull/21
Author: @saundefined
Created: 4/1/2021
Status: Closed

Base: masterHead: feat-git


📝 Commits (10+)

  • 4578af4 feat(git): Start git migration
  • 751c61e feat(git): Start git migration
  • 409df16 feat(git): Start git migration
  • da0ea5e feat(git): Add Grunt
  • 5d1a8f7 feat(git): Add Grunt
  • f3e3bc4 feat(git): Add Grunt
  • 140ca5b feat(git): Add Grunt
  • cc3f46a Merge branch 'master' into feat-git
  • f66b5f6 feat(git): Grunt ready
  • c4ae582 Replace references to git.php.net

📊 Changes

40 files changed (+808 additions, -28802 deletions)

View changed files

📝 .gitignore (+6 -0)
Gruntfile.js (+93 -0)
📝 README.md (+3 -3)
composer.json (+13 -0)
composer.lock (+254 -0)
📝 index.php (+0 -216)
📝 install/doc-editor.sql (+4 -4)
📝 js/locale/ar.js (+1 -1)
📝 js/locale/es.js (+1 -1)
📝 js/locale/fr.js (+1 -1)
📝 js/locale/ja.js (+1 -1)
📝 js/locale/ru.js (+1 -1)
📝 js/locale/uk.js (+1 -1)
js/login-all-debug.js (+0 -1075)
js/login-all.js (+0 -1)
📝 js/login.js (+2 -213)
js/main-all-debug.js (+0 -26791)
js/main-all.js (+0 -99)
📝 js/main.js (+0 -2)
📝 js/ui/cmp/About.js (+1 -1)

...and 20 more files

📄 Description

Done:

  • Update data from git
  • Show diff
  • Add grunt to build assets and don't store in git

To do:

  • Don't check all en-tree every time, only changes from last checked commit
  • Remove commit action
  • How to apply patch instructions

🔄 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/php/web-doc-editor/pull/21 **Author:** [@saundefined](https://github.com/saundefined) **Created:** 4/1/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat-git` --- ### 📝 Commits (10+) - [`4578af4`](https://github.com/php/web-doc-editor/commit/4578af46b87602392661bb21a970e60471c019e7) feat(git): Start git migration - [`751c61e`](https://github.com/php/web-doc-editor/commit/751c61ed5ff2562ec2f5b9745c158a788bd0bde9) feat(git): Start git migration - [`409df16`](https://github.com/php/web-doc-editor/commit/409df167006c3550e8bec3beaa4be66e80184a4f) feat(git): Start git migration - [`da0ea5e`](https://github.com/php/web-doc-editor/commit/da0ea5e0d6ab1b66cd9050026f053207deb3a238) feat(git): Add Grunt - [`5d1a8f7`](https://github.com/php/web-doc-editor/commit/5d1a8f7d04d51c0eeccd547d2ceea6bdb05f1465) feat(git): Add Grunt - [`f3e3bc4`](https://github.com/php/web-doc-editor/commit/f3e3bc46825d5b818fabb394fa4217625013793a) feat(git): Add Grunt - [`140ca5b`](https://github.com/php/web-doc-editor/commit/140ca5bd4ed29c68cac4adf25611ee01fab202d3) feat(git): Add Grunt - [`cc3f46a`](https://github.com/php/web-doc-editor/commit/cc3f46a28fedb705e1287dc4424016ef307c4d4f) Merge branch 'master' into feat-git - [`f66b5f6`](https://github.com/php/web-doc-editor/commit/f66b5f6375c8e21e43702ab42987d2440fbc33de) feat(git): Grunt ready - [`c4ae582`](https://github.com/php/web-doc-editor/commit/c4ae58274d7120dc381702e02261a85d7ad78937) Replace references to git.php.net ### 📊 Changes **40 files changed** (+808 additions, -28802 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+6 -0) ➕ `Gruntfile.js` (+93 -0) 📝 `README.md` (+3 -3) ➕ `composer.json` (+13 -0) ➕ `composer.lock` (+254 -0) 📝 `index.php` (+0 -216) 📝 `install/doc-editor.sql` (+4 -4) 📝 `js/locale/ar.js` (+1 -1) 📝 `js/locale/es.js` (+1 -1) 📝 `js/locale/fr.js` (+1 -1) 📝 `js/locale/ja.js` (+1 -1) 📝 `js/locale/ru.js` (+1 -1) 📝 `js/locale/uk.js` (+1 -1) ➖ `js/login-all-debug.js` (+0 -1075) ➖ `js/login-all.js` (+0 -1) 📝 `js/login.js` (+2 -213) ➖ `js/main-all-debug.js` (+0 -26791) ➖ `js/main-all.js` (+0 -99) 📝 `js/main.js` (+0 -2) 📝 `js/ui/cmp/About.js` (+1 -1) _...and 20 more files_ </details> ### 📄 Description Done: - [x] Update data from git - [x] Show diff - [x] Add [grunt](https://gruntjs.com/) to build assets and don't store in git To do: - [ ] Don't check all en-tree every time, only changes from last checked commit - [ ] Remove commit action - [ ] How to apply patch instructions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:41:18 +01:00
admin closed this issue 2026-01-24 11:41:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/web-doc-editor#30