[PR #1151] [CLOSED] Added Import Book page #5779

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1151
Author: @Jujhar
Created: 11/30/2018
Status: Closed

Base: masterHead: import-xml


📝 Commits (2)

  • ff65ef5 add base import page skeleton
  • fdd97b1 -a Generic import. Evernote and wiki import. Styling and validation. Localization

📊 Changes

23 files changed (+223 additions, -10 deletions)

View changed files

📝 app/Entities/Repos/EntityRepo.php (+27 -0)
📝 app/Http/Controllers/BookController.php (+118 -0)
📝 resources/lang/ar/entities.php (+1 -0)
📝 resources/lang/de/entities.php (+1 -0)
📝 resources/lang/en/entities.php (+2 -1)
📝 resources/lang/es/entities.php (+1 -0)
📝 resources/lang/es_AR/entities.php (+1 -0)
���� resources/lang/fr/entities.php (+2 -1)
📝 resources/lang/it/entities.php (+2 -1)
📝 resources/lang/ja/entities.php (+1 -0)
📝 resources/lang/kr/entities.php (+2 -1)
📝 resources/lang/nl/entities.php (+1 -0)
📝 resources/lang/pl/entities.php (+2 -1)
📝 resources/lang/pt_BR/entities.php (+2 -1)
📝 resources/lang/ru/entities.php (+1 -0)
📝 resources/lang/sk/entities.php (+1 -0)
📝 resources/lang/sv/entities.php (+2 -1)
📝 resources/lang/zh_CN/entities.php (+1 -0)
📝 resources/lang/zh_TW/entities.php (+1 -0)
📝 resources/views/books/create.blade.php (+2 -1)

...and 3 more files

📄 Description

Setup very basic import system that imports a book and creates a new page.
Does not work with phpdoc2 as they do not export to a single xml.

Addresses #149


🔄 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/1151 **Author:** [@Jujhar](https://github.com/Jujhar) **Created:** 11/30/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `import-xml` --- ### 📝 Commits (2) - [`ff65ef5`](https://github.com/BookStackApp/BookStack/commit/ff65ef5c6c3f3a354afff07a9406c1862cf48957) add base import page skeleton - [`fdd97b1`](https://github.com/BookStackApp/BookStack/commit/fdd97b15573fa07d93372dd0a29997f5112a6b7e) -a Generic import. Evernote and wiki import. Styling and validation. Localization ### 📊 Changes **23 files changed** (+223 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app/Entities/Repos/EntityRepo.php` (+27 -0) 📝 `app/Http/Controllers/BookController.php` (+118 -0) 📝 `resources/lang/ar/entities.php` (+1 -0) 📝 `resources/lang/de/entities.php` (+1 -0) 📝 `resources/lang/en/entities.php` (+2 -1) 📝 `resources/lang/es/entities.php` (+1 -0) 📝 `resources/lang/es_AR/entities.php` (+1 -0) ���� `resources/lang/fr/entities.php` (+2 -1) 📝 `resources/lang/it/entities.php` (+2 -1) 📝 `resources/lang/ja/entities.php` (+1 -0) 📝 `resources/lang/kr/entities.php` (+2 -1) 📝 `resources/lang/nl/entities.php` (+1 -0) 📝 `resources/lang/pl/entities.php` (+2 -1) 📝 `resources/lang/pt_BR/entities.php` (+2 -1) 📝 `resources/lang/ru/entities.php` (+1 -0) 📝 `resources/lang/sk/entities.php` (+1 -0) 📝 `resources/lang/sv/entities.php` (+2 -1) 📝 `resources/lang/zh_CN/entities.php` (+1 -0) 📝 `resources/lang/zh_TW/entities.php` (+1 -0) 📝 `resources/views/books/create.blade.php` (+2 -1) _...and 3 more files_ </details> ### 📄 Description Setup very basic import system that imports a book and creates a new page. Does not work with phpdoc2 as they do not export to a single xml. Addresses #149 --- <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:16:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5779