[PR #3] Git ready #4

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

📋 Pull Request Information

Original PR: https://github.com/php/web-doc-editor/pull/3
Author: @minktee
Created: 1/11/2014
Status: 🔄 Open

Base: masterHead: GIT_READY


📝 Commits (10+)

  • c456865 Init commit for git support in PHPDoE. Added simple autoload, local.*.ini settings files, GitClient and some small changes
  • e8ed1a5 merged with trunk: update ru locale
  • 3004b1d Merge branch 'master' into GIT_READY
  • 68e692c ignore local.*.ini
  • 9939126 Merge branch 'master' into GIT_READY
  • bb2fb08 Merge branch 'master' into GIT_READY
  • 8cbc93f Merge branch 'master' into GIT_READY
  • 445f9a3 fix linending
  • bc1f0b6 Merge branch 'master' into GIT_READY
  • f30745f Merge branch 'master' into GIT_READY

📊 Changes

47 files changed (+949 additions, -749 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 error_type.php (+1 -2)
📝 index.php (+3 -9)
📝 install/doc-editor.sql (+4 -4)
📝 install/firstRun.php (+6 -5)
📝 install/migration.php (+1 -4)
📝 js/locale/ar.js (+0 -4)
📝 js/locale/fr.js (+0 -2)
📝 js/main-all-debug.js (+0 -135)
📝 js/main-all.js (+1 -1)
📝 js/ui/cmp/RepositoryTree.js (+0 -11)
js/ui/task/UpdateSingleFolderTask.js (+0 -125)
📝 php/AccountManager.php (+1 -12)
📝 php/Config.php (+16 -4)
📝 php/CvsClient.php (+0 -1)
📝 php/DBConnection.php (+1 -1)
📝 php/DictionaryManager.php (+0 -1)
php/ExecStatement.php (+50 -0)
📝 php/ExtJsController.php (+8 -64)
📝 php/File.php (+2 -7)

...and 27 more files

📄 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/php/web-doc-editor/pull/3 **Author:** [@minktee](https://github.com/minktee) **Created:** 1/11/2014 **Status:** 🔄 Open **Base:** `master` ← **Head:** `GIT_READY` --- ### 📝 Commits (10+) - [`c456865`](https://github.com/php/web-doc-editor/commit/c4568653ed739eb5e114742e3d066d253fdc5538) Init commit for git support in PHPDoE. Added simple autoload, local.*.ini settings files, GitClient and some small changes - [`e8ed1a5`](https://github.com/php/web-doc-editor/commit/e8ed1a5903cbe9050a4f95ea60eaa578dcd57759) merged with trunk: update ru locale - [`3004b1d`](https://github.com/php/web-doc-editor/commit/3004b1ddb6ee64cb68f1a7905b040def2deb2e6f) Merge branch 'master' into GIT_READY - [`68e692c`](https://github.com/php/web-doc-editor/commit/68e692c1427a49d672535b56f812c263c92dddf7) ignore local.*.ini - [`9939126`](https://github.com/php/web-doc-editor/commit/993912699e63155ff4ca9bfcf495050e400eb751) Merge branch 'master' into GIT_READY - [`bb2fb08`](https://github.com/php/web-doc-editor/commit/bb2fb0879721fe6e002cfe8cadf3deea0053a087) Merge branch 'master' into GIT_READY - [`8cbc93f`](https://github.com/php/web-doc-editor/commit/8cbc93fa54861a5ae89eb9f544679ffd997b5112) Merge branch 'master' into GIT_READY - [`445f9a3`](https://github.com/php/web-doc-editor/commit/445f9a3a5335006f04836d5b21c7c1ef25ebff14) fix linending - [`bc1f0b6`](https://github.com/php/web-doc-editor/commit/bc1f0b6a747d457cafa299d0e33a13fa1ccb7ba9) Merge branch 'master' into GIT_READY - [`f30745f`](https://github.com/php/web-doc-editor/commit/f30745f1ce3563891e7678cd015413f259fe0535) Merge branch 'master' into GIT_READY ### 📊 Changes **47 files changed** (+949 additions, -749 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `error_type.php` (+1 -2) 📝 `index.php` (+3 -9) 📝 `install/doc-editor.sql` (+4 -4) 📝 `install/firstRun.php` (+6 -5) 📝 `install/migration.php` (+1 -4) 📝 `js/locale/ar.js` (+0 -4) 📝 `js/locale/fr.js` (+0 -2) 📝 `js/main-all-debug.js` (+0 -135) 📝 `js/main-all.js` (+1 -1) 📝 `js/ui/cmp/RepositoryTree.js` (+0 -11) ➖ `js/ui/task/UpdateSingleFolderTask.js` (+0 -125) 📝 `php/AccountManager.php` (+1 -12) 📝 `php/Config.php` (+16 -4) 📝 `php/CvsClient.php` (+0 -1) 📝 `php/DBConnection.php` (+1 -1) 📝 `php/DictionaryManager.php` (+0 -1) ➕ `php/ExecStatement.php` (+50 -0) 📝 `php/ExtJsController.php` (+8 -64) 📝 `php/File.php` (+2 -7) _...and 27 more files_ </details> ### 📄 Description _No description provided_ --- <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:12 +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#4