[PR #17] [CLOSED] Added column Maintainer #24

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

📋 Pull Request Information

Original PR: https://github.com/php/web-doc-editor/pull/17
Author: @saundefined
Created: 3/13/2020
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 17b5b07 feat(ui): Added column Maintainer
  • 57e48bb feat(ui): Added column Maintainer
  • d202c27 feat(compress): Change rules to compress
  • 9e23826 Merge remote-tracking branch 'php/master'

📊 Changes

10 files changed (+580 additions, -563 deletions)

View changed files

📝 js/locale/ru.js (+1 -0)
📝 js/login-all-debug.js (+6 -3)
📝 js/main-all-debug.js (+539 -475)
📝 js/main-all.js (+14 -14)
📝 js/ui/cmp/PendingReviewGrid.js (+6 -0)
📝 php/RepositoryFetcher.php (+1 -0)
📝 scripts/utils/compress.sh (+10 -38)
📝 themes/loading-min.css (+1 -1)
📝 themes/login-all.css (+1 -1)
📝 themes/main-all.css (+1 -31)

📄 Description

  • Added column Maintainer to Files need reviewed, to see my own files in the list and not review them Screenshot 2020-07-11 at 09 54 10
  • The compression rules in compressor.sh are not duplicated and set once

🔄 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/17 **Author:** [@saundefined](https://github.com/saundefined) **Created:** 3/13/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`17b5b07`](https://github.com/php/web-doc-editor/commit/17b5b072606739b666c3b7eb83ec546b9c7e82d9) feat(ui): Added column Maintainer - [`57e48bb`](https://github.com/php/web-doc-editor/commit/57e48bb609d1e2a20855946254bcd4d20e252005) feat(ui): Added column Maintainer - [`d202c27`](https://github.com/php/web-doc-editor/commit/d202c275f8bc023fd7427ca41f6d111c1f017ff9) feat(compress): Change rules to compress - [`9e23826`](https://github.com/php/web-doc-editor/commit/9e2382690a35123f254d42d93873e8b17af41738) Merge remote-tracking branch 'php/master' ### 📊 Changes **10 files changed** (+580 additions, -563 deletions) <details> <summary>View changed files</summary> 📝 `js/locale/ru.js` (+1 -0) 📝 `js/login-all-debug.js` (+6 -3) 📝 `js/main-all-debug.js` (+539 -475) 📝 `js/main-all.js` (+14 -14) 📝 `js/ui/cmp/PendingReviewGrid.js` (+6 -0) 📝 `php/RepositoryFetcher.php` (+1 -0) 📝 `scripts/utils/compress.sh` (+10 -38) 📝 `themes/loading-min.css` (+1 -1) 📝 `themes/login-all.css` (+1 -1) 📝 `themes/main-all.css` (+1 -31) </details> ### 📄 Description - <details> <summary>Added column Maintainer to Files need reviewed, to see my own files in the list and not review them</summary> <img width="310" alt="Screenshot 2020-07-11 at 09 54 10" src="https://user-images.githubusercontent.com/4685504/87218560-bdfb6c00-c35c-11ea-8231-be6b598ae764.png"> </details> - The compression rules in `compressor.sh` are not duplicated and set once --- <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:16 +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#24