[PR #521] [CLOSED] Checking changes... #5666

Closed
opened 2026-02-05 10:13:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/521
Author: @AbijeetP
Created: 9/21/2017
Status: Closed

Base: releaseHead: release


📝 Commits (1)

📊 Changes

120 files changed (+2882 additions, -1660 deletions)

View changed files

📝 .gitignore (+2 -3)
app/Comment.php (+96 -0)
📝 app/Http/Controllers/Auth/RegisterController.php (+7 -9)
app/Http/Controllers/CommentController.php (+99 -0)
📝 app/Http/Controllers/PageController.php (+2 -2)
📝 app/Page.php (+4 -0)
app/Repos/CommentRepo.php (+105 -0)
📝 app/Services/PermissionService.php (+1 -1)
📝 database/factories/ModelFactory.php (+10 -0)
database/migrations/2017_08_01_130541_create_comments_table.php (+66 -0)
📝 database/seeds/DummyContentSeeder.php (+4 -1)
📝 gulpfile.js (+2 -0)
📝 package.json (+4 -2)
public/fonts/roboto-mono-v4-latin-regular.woff (+0 -0)
public/fonts/roboto-mono-v4-latin-regular.woff2 (+0 -0)
public/fonts/roboto-v15-cyrillic_latin-100.woff (+0 -0)
public/fonts/roboto-v15-cyrillic_latin-100.woff2 (+0 -0)
public/fonts/roboto-v15-cyrillic_latin-100italic.woff (+0 -0)
public/fonts/roboto-v15-cyrillic_latin-100italic.woff2 (+0 -0)
public/fonts/roboto-v15-cyrillic_latin-300.woff (+0 -0)

...and 80 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/BookStackApp/BookStack/pull/521 **Author:** [@AbijeetP](https://github.com/AbijeetP) **Created:** 9/21/2017 **Status:** ❌ Closed **Base:** `release` ← **Head:** `release` --- ### 📝 Commits (1) - [`0c2ec27`](https://github.com/BookStackApp/BookStack/commit/0c2ec279bbed8938e089599ca19cb37997dd1740) a ### 📊 Changes **120 files changed** (+2882 additions, -1660 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -3) ➕ `app/Comment.php` (+96 -0) 📝 `app/Http/Controllers/Auth/RegisterController.php` (+7 -9) ➕ `app/Http/Controllers/CommentController.php` (+99 -0) 📝 `app/Http/Controllers/PageController.php` (+2 -2) 📝 `app/Page.php` (+4 -0) ➕ `app/Repos/CommentRepo.php` (+105 -0) 📝 `app/Services/PermissionService.php` (+1 -1) 📝 `database/factories/ModelFactory.php` (+10 -0) ➕ `database/migrations/2017_08_01_130541_create_comments_table.php` (+66 -0) 📝 `database/seeds/DummyContentSeeder.php` (+4 -1) 📝 `gulpfile.js` (+2 -0) 📝 `package.json` (+4 -2) ➖ `public/fonts/roboto-mono-v4-latin-regular.woff` (+0 -0) ➖ `public/fonts/roboto-mono-v4-latin-regular.woff2` (+0 -0) ➖ `public/fonts/roboto-v15-cyrillic_latin-100.woff` (+0 -0) ➖ `public/fonts/roboto-v15-cyrillic_latin-100.woff2` (+0 -0) ➖ `public/fonts/roboto-v15-cyrillic_latin-100italic.woff` (+0 -0) ➖ `public/fonts/roboto-v15-cyrillic_latin-100italic.woff2` (+0 -0) ➖ `public/fonts/roboto-v15-cyrillic_latin-300.woff` (+0 -0) _...and 80 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>
OVERLORD added the pull-request label 2026-02-05 10:13:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5666