mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #453] [CLOSED] major refactoring of django views #4184
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#4184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/453
Author: @apkallum
Created: 8/20/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
7ae0001new public view derived from django49279a2no files count in public viewe67f11asearch view inherits from modified public view94ff93fadd icons to new public view93622fdensure results have icons796c4b0add public add view + toggle settingb46dcb3unify public archive view307a2f6factor out a base.html template8d5f7d7no more oldhome, cbvs uniform across views35c4520remove reference to old home📊 Changes
10 files changed (+511 additions, -99 deletions)
View changed files
📝
archivebox/config/__init__.py(+1 -0)📝
archivebox/core/admin.py(+2 -28)📝
archivebox/core/urls.py(+3 -3)➕
archivebox/core/utils.py(+36 -0)📝
archivebox/core/views.py(+72 -24)📝
archivebox/themes/admin/base.html(+0 -1)📝
archivebox/themes/default/add_links.html(+8 -43)➕
archivebox/themes/default/base.html(+286 -0)➕
archivebox/themes/default/core/snapshot_list.html(+64 -0)➕
archivebox/themes/default/static/add.css(+39 -0)📄 Description
Summary
New public index derived from Django db.
Changes these areas
Roadmap Goals
Going to 0.5 and deriving all indexes from Django db.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.