[PR #1274] [MERGED] Show banner and hints to upgrade when ArchiveBox is out of date #4385

Closed
opened 2026-03-15 01:41:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1274
Author: @benmuth
Created: 11/23/2023
Status: Merged
Merged: 12/19/2023
Merged by: @pirate

Base: devHead: version-banner


📝 Commits (10+)

  • 7599dbb Add notification about upgrade to admin page
  • a3fd8a8 Move version banner logic from JS to Python
  • ba4342d Add CLI hints to add and schedule jobs
  • 8616cd7 Fix typos, formatting, and variable declarations
  • 4ae35c8 Update archivebox/config.py
  • 25d7f3e Parse without regex and change 'let' to 'const'
  • a2b11b6 Remove version comparison function
  • 14f10a0 Merge branch 'dev' into version-banner
  • 480eff5 Update urls.py
  • 168cdac rename VERSION_RELEASES to VERSIONS_AVAILABLE

📊 Changes

4 files changed (+126 additions, -6 deletions)

View changed files

📝 archivebox/config.py (+60 -4)
📝 archivebox/core/urls.py (+4 -1)
📝 archivebox/main.py (+7 -0)
📝 archivebox/templates/admin/base.html (+55 -1)

📄 Description

Summary

  • adds a dismissable banner notifying admin users about newly available versions of ArchiveBox
  • adds hints to upgrade to add and schedule jobs in the CLI

Related issues

#696

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 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/1274 **Author:** [@benmuth](https://github.com/benmuth) **Created:** 11/23/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `version-banner` --- ### 📝 Commits (10+) - [`7599dbb`](https://github.com/ArchiveBox/ArchiveBox/commit/7599dbb79df040e273fd1eaa0e96de5d365ff5f5) Add notification about upgrade to admin page - [`a3fd8a8`](https://github.com/ArchiveBox/ArchiveBox/commit/a3fd8a8ecd2412bc4bd102f042214fbec6cec348) Move version banner logic from JS to Python - [`ba4342d`](https://github.com/ArchiveBox/ArchiveBox/commit/ba4342dadf9d026b2baaea9b51819af540f40215) Add CLI hints to add and schedule jobs - [`8616cd7`](https://github.com/ArchiveBox/ArchiveBox/commit/8616cd758a04dbf2c13b5a113983a017a75061c4) Fix typos, formatting, and variable declarations - [`4ae35c8`](https://github.com/ArchiveBox/ArchiveBox/commit/4ae35c86f274e22b13f27ad89db675bf78e2d7b5) Update archivebox/config.py - [`25d7f3e`](https://github.com/ArchiveBox/ArchiveBox/commit/25d7f3ed1c5442811f771fba89a3f0be52468916) Parse without regex and change 'let' to 'const' - [`a2b11b6`](https://github.com/ArchiveBox/ArchiveBox/commit/a2b11b696d871db6112a74f27a777eefb69f3fc5) Remove version comparison function - [`14f10a0`](https://github.com/ArchiveBox/ArchiveBox/commit/14f10a04610732c831772453506ecd092ac32cc3) Merge branch 'dev' into version-banner - [`480eff5`](https://github.com/ArchiveBox/ArchiveBox/commit/480eff52db6dc0f9e6c8c2a0109b6a48a38bc474) Update urls.py - [`168cdac`](https://github.com/ArchiveBox/ArchiveBox/commit/168cdac2c4acc36a99598c0f8e0ef90587764561) rename VERSION_RELEASES to VERSIONS_AVAILABLE ### 📊 Changes **4 files changed** (+126 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/config.py` (+60 -4) 📝 `archivebox/core/urls.py` (+4 -1) 📝 `archivebox/main.py` (+7 -0) 📝 `archivebox/templates/admin/base.html` (+55 -1) </details> ### 📄 Description <!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. --> # Summary - adds a dismissable banner notifying admin users about newly available versions of ArchiveBox - adds hints to upgrade to add and schedule jobs in the CLI <!--e.g. This PR fixes ABC or adds the ability to do XYZ...--> # Related issues #696 <!-- e.g. #123 or Roadmap goal # https://github.com/pirate/ArchiveBox/wiki/Roadmap --> # Changes these areas - [ ] Bugfixes - [x] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:41:45 +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#4385
No description provided.