[PR #274] [MERGED] v0.4.3 (pre-release, bugfixes for v0.4.0) #1106

Closed
opened 2026-03-01 14:48:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/274
Author: @pirate
Created: 9/25/2019
Status: Merged
Merged: 3/27/2020
Merged by: @pirate

Base: djangoHead: v0.4.3


📝 Commits (10+)

  • 050cd9c add license to manifest
  • 2440c1c just use simple version instead of git hash
  • 7ee837c add twine to packages
  • ef77a6d add some missing fields to setup.py
  • ba21ff4 reverse the url order
  • e0489d7 bump the version
  • d398bd5 switch to pure Manifest-based package includes
  • d016f1e bump version
  • 3c3b2ee expose more django server config options
  • ca9c9ef add warning about running manage.py directly

📊 Changes

16 files changed (+212 additions, -159 deletions)

View changed files

📝 MANIFEST.in (+3 -7)
📝 Pipfile (+1 -0)
📝 Pipfile.lock (+84 -35)
📝 archivebox/VERSION (+1 -1)
📝 archivebox/config/__init__.py (+25 -4)
📝 archivebox/config/stubs.py (+8 -1)
📝 archivebox/core/settings.py (+19 -24)
📝 archivebox/core/urls.py (+6 -0)
📝 archivebox/core/views.py (+17 -1)
📝 archivebox/index/schema.py (+1 -0)
📝 archivebox/main.py (+3 -3)
📝 archivebox/manage.py (+14 -0)
📝 archivebox/themes/default/main_index.html (+1 -1)
📝 archivebox/util.py (+3 -45)
📝 etc/ArchiveBox.conf.default (+10 -3)
📝 setup.py (+16 -34)

📄 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/ArchiveBox/ArchiveBox/pull/274 **Author:** [@pirate](https://github.com/pirate) **Created:** 9/25/2019 **Status:** ✅ Merged **Merged:** 3/27/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `django` ← **Head:** `v0.4.3` --- ### 📝 Commits (10+) - [`050cd9c`](https://github.com/ArchiveBox/ArchiveBox/commit/050cd9c8616cae31e388ecb4a312e107decc1f57) add license to manifest - [`2440c1c`](https://github.com/ArchiveBox/ArchiveBox/commit/2440c1c1bf5901dc058baee0a9aeac78f2babcc8) just use simple version instead of git hash - [`7ee837c`](https://github.com/ArchiveBox/ArchiveBox/commit/7ee837c12784e196865a06ce09b84a91f1c1274d) add twine to packages - [`ef77a6d`](https://github.com/ArchiveBox/ArchiveBox/commit/ef77a6d43f69a60d4d29cc74e61833a3fd7b39c4) add some missing fields to setup.py - [`ba21ff4`](https://github.com/ArchiveBox/ArchiveBox/commit/ba21ff46f3b65809f47a5b37920cc8dbe402355d) reverse the url order - [`e0489d7`](https://github.com/ArchiveBox/ArchiveBox/commit/e0489d77e71a60f2a66d2ede9f774d8fa0eea632) bump the version - [`d398bd5`](https://github.com/ArchiveBox/ArchiveBox/commit/d398bd59b017a28fd3911e32550c5d20ec1f09c2) switch to pure Manifest-based package includes - [`d016f1e`](https://github.com/ArchiveBox/ArchiveBox/commit/d016f1efb50a6ba13b84a05754fd92e631e90346) bump version - [`3c3b2ee`](https://github.com/ArchiveBox/ArchiveBox/commit/3c3b2ee62167c499f7f2a047b9d635a28a58544a) expose more django server config options - [`ca9c9ef`](https://github.com/ArchiveBox/ArchiveBox/commit/ca9c9ef956e9ecc7e4f3b07ed6ea74cd434ebb68) add warning about running manage.py directly ### 📊 Changes **16 files changed** (+212 additions, -159 deletions) <details> <summary>View changed files</summary> 📝 `MANIFEST.in` (+3 -7) 📝 `Pipfile` (+1 -0) 📝 `Pipfile.lock` (+84 -35) 📝 `archivebox/VERSION` (+1 -1) 📝 `archivebox/config/__init__.py` (+25 -4) 📝 `archivebox/config/stubs.py` (+8 -1) 📝 `archivebox/core/settings.py` (+19 -24) 📝 `archivebox/core/urls.py` (+6 -0) 📝 `archivebox/core/views.py` (+17 -1) 📝 `archivebox/index/schema.py` (+1 -0) 📝 `archivebox/main.py` (+3 -3) 📝 `archivebox/manage.py` (+14 -0) 📝 `archivebox/themes/default/main_index.html` (+1 -1) 📝 `archivebox/util.py` (+3 -45) 📝 `etc/ArchiveBox.conf.default` (+10 -3) 📝 `setup.py` (+16 -34) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1106
No description provided.