mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[PR #562] [CLOSED] Remove legacy templates #1223
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#1223
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/562
Author: @jdcaballerov
Created: 12/2/2020
Status: ❌ Closed
Base:
v0.5.0← Head:remove-legacy-templates📝 Commits (6)
69897f6Hotfix public page search8ac7a76Fix num_links missing in public index367b12bReplace legacy templates for django templates7f39702Delete legacy/ foldera1fba98Remove write_html_main_index107c062Update README adding submodules setup📊 Changes
20 files changed (+118 additions, -329 deletions)
View changed files
📝
README.md(+2 -0)📝
archivebox/core/views.py(+7 -1)📝
archivebox/index/html.py(+14 -50)📝
archivebox/themes/default/core/snapshot_list.html(+21 -34)📝
archivebox/themes/default/link_details.html(+43 -43)📝
archivebox/themes/default/main_index.html(+2 -21)📝
archivebox/themes/default/main_index_minimal.html(+7 -3)➕
archivebox/themes/default/main_index_row.html(+22 -0)➖
archivebox/themes/legacy/favicon.ico(+0 -0)➖
archivebox/themes/legacy/robots.txt(+0 -2)➖
archivebox/themes/legacy/static/archive.png(+0 -0)➖
archivebox/themes/legacy/static/bootstrap.min.css(+0 -6)➖
archivebox/themes/legacy/static/external.png(+0 -0)➖
archivebox/themes/legacy/static/jquery.dataTables.min.css(+0 -1)➖
archivebox/themes/legacy/static/jquery.dataTables.min.js(+0 -166)➖
archivebox/themes/legacy/static/jquery.min.js(+0 -2)➖
archivebox/themes/legacy/static/sort_asc.png(+0 -0)➖
archivebox/themes/legacy/static/sort_both.png(+0 -0)➖
archivebox/themes/legacy/static/sort_desc.png(+0 -0)➖
archivebox/themes/legacy/static/spinner.gif(+0 -0)📄 Description
Summary
Removes and replaces legacy templates with django templates
Related issues
Changes these areas
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.