summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorjelle van der Waa <jelle@vdwaa.nl>2018-01-29 20:09:55 +0100
committerAngel Velásquez <angvp@archlinux.org>2018-01-29 14:09:55 -0500
commit2ff2b26aa92c8efd21090562091361924a3a9428 (patch)
tree171281f5013048c225519cf759bff030b73391ca /templates
parentf42f357fdf20d76bc5468ec227dac66cd0ca3ca8 (diff)
downloadarchweb-2ff2b26aa92c8efd21090562091361924a3a9428.tar.gz
archweb-2ff2b26aa92c8efd21090562091361924a3a9428.zip
Remove old releng feedback form (#80)
Remove the old feedback functionality for released iso's. The last submission was in 2012 and it's no longer used by the current released iso's.
Diffstat (limited to 'templates')
-rw-r--r--templates/releng/add.html27
-rw-r--r--templates/releng/release_detail.html49
-rw-r--r--templates/releng/result_list.html46
-rw-r--r--templates/releng/result_section.html28
-rw-r--r--templates/releng/results.html32
-rw-r--r--templates/releng/thanks.html15
6 files changed, 0 insertions, 197 deletions
diff --git a/templates/releng/add.html b/templates/releng/add.html
deleted file mode 100644
index d060395d..00000000
--- a/templates/releng/add.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Arch Linux - Test Result Entry{% endblock %}
-
-{% block content %}
-<div class="box">
- <h2>Arch Releng Testbuild Feedback Entry</h2>
-
- <p>This page allows you to submit feedback after testing an Arch Linux installation
- using a release engineering testbuild. Mark all the options you used during the
- installation; at the end you can specify whether everything went OK. Be
- sure to only denote a successful install after having checked the
- installation properly. Some options require you to check several things (such as
- config files), this will be mentioned alongside the option.</p>
- <p>There is also an overview of all feedback on the
- <a href="{% url 'releng-test-overview' %}">results page</a>. Once we have
- builds that are properly tested (enough successful feedback for all
- important features of the ISO or a slightly earlier ISO), we can release new
- official media.</p>
-
- <div id="releng-feedback"> <form action="" method="post">{% csrf_token %}
- {{ form.as_p }}
- <input type="submit" value="Submit" />
- </form>
- </div>
-</div>
-{% endblock %}
diff --git a/templates/releng/release_detail.html b/templates/releng/release_detail.html
deleted file mode 100644
index 11155c0c..00000000
--- a/templates/releng/release_detail.html
+++ /dev/null
@@ -1,49 +0,0 @@
-{% extends "base.html" %}
-{% load static %}
-
-{% block title %}Arch Linux - Release: {{ release.version }}{% endblock %}
-
-{% block content %}
-<div class="release box">
- <h2>{{ release.version }}</h2>
-
- <ul>
- <li><strong>Release Date:</strong> {{ release.release_date|date }}</li>
- {% if release.kernel_version %}<li><strong>Kernel Version:</strong> {{ release.kernel_version }}</li>{% endif %}
- <li><strong>Available:</strong> {{ release.available|yesno|capfirst }}</li>
- {% if release.torrent_data %}
- <li><a href="{% url 'releng-release-torrent' release.version %}"
- title="Download torrent for {{ release.version }}">
- Download via Torrent <img width="12" height="12" src="{% static "download.png" %}" alt=""/></a></li>
- <li><a href="{{ release.magnet_uri }}"
- title="Get magnet link for {{ release.version }}">
- Download via Magnet URI <img width="12" height="12" src="{% static "magnet.png" %}" alt=""/></a></li>
- {% endif %}
- {% if release.md5_sum %}<li><strong>MD5:</strong> {{ release.md5_sum }}</li>{% endif %}
- {% if release.sha1_sum %}<li><strong>SHA1:</strong> {{ release.sha1_sum }}</li>{% endif %}
- </ul>
-
- {% if release.info %}
- <h3>Release Notes</h3>
-
- <div class="article-content">{{ release.info_html }}</div>
- {% endif %}
-
- {% if release.torrent_data %}{% with release.torrent as torrent %}
- <h3>Torrent Information</h3>
-
- <ul>
- <li><strong>Comment:</strong> {{ torrent.comment }}</li>
- <li><strong>Creation Date:</strong> {{ torrent.creation_date|date:"DATETIME_FORMAT" }} UTC</li>
- <li><strong>Created By:</strong> {{ torrent.created_by }}</li>
- <li><strong>Announce URL:</strong> {{ torrent.announce }}</li>
- <li><strong>File Name:</strong> {{ torrent.file_name }}</li>
- <li><strong>File Length:</strong> {{ torrent.file_length|filesizeformat }}</li>
- <li><strong>Piece Count:</strong> {{ torrent.piece_count }} pieces</li>
- <li><strong>Piece Length:</strong> {{ torrent.piece_length|filesizeformat }}</li>
- <li><strong>Info Hash:</strong> {{ torrent.info_hash }}</li>
- <li><strong>URL List Length:</strong> {{ torrent.url_list|length }} URLs</li>
- </ul>
- {% endwith %}{% endif %}
-</div>
-{% endblock %}
diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html
deleted file mode 100644
index 281df083..00000000
--- a/templates/releng/result_list.html
+++ /dev/null
@@ -1,46 +0,0 @@
-{% extends "base.html" %}
-{% load static from staticfiles %}
-
-{% block content %}
-<div class="box">
- <h2>Results for:
- {% if option %}{{ option.verbose_name|title }}: {{ value }}{% endif %}
- {% if iso_name %}{{ iso_name|default:"" }}{% endif %}
- </h2>
-
- <p><a href="{% url 'releng-test-overview' %}">Go back to testing results</a></p>
-
- <table id="releng-result" class="results">
- <thead>
- <tr>
- <th>ISO</th>
- <th>Submitted By</th>
- <th>Date Submitted</th>
- <th>Architecture</th>
- <th>Success</th>
- </tr>
- </thead>
- <tbody>
- {% for test in test_list %}
- <tr>
- <td>{{ test.iso.name }}</td>
- <td>{{ test.user_name }}</td>
- <td>{{ test.created|date }}</td>
- <td>{{ test.architecture }}</td>
- <td><span class="success-{{ test.success|yesno }}">{{ test.success|yesno|capfirst }}</span></td>
- </tr>
- {% endfor %}
- </tbody>
- </table>
-</div>
-{% endblock %}
-
-{% block script_block %}
-{% load cdn %}{% jquery %}{% jquery_tablesorter %}
-<script type="text/javascript" src="{% static "archweb.js" %}"></script>
-<script type="text/javascript">
-$(document).ready(function() {
- $(".results:not(:has(tbody tr.empty))").tablesorter({widgets: ['zebra']});
-});
-</script>
-{% endblock %}
diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html
deleted file mode 100644
index 5e0b6f62..00000000
--- a/templates/releng/result_section.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<tr>
- <th>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</th>
- <th>Last Success</th>
- <th>Last Failure</th>
-</tr>
-{% for item in option.values %}
-<tr>
- <td>
- <a href="{% url 'releng-results-for' option.field_name item.value.pk %}">
- {{ item.value.name|lower }}
- </a>
- </td>
- <td>
- {% if item.success %}
- <a href="{% url 'releng-results-iso' item.success.pk %}">
- {{ item.success.name }}
- </a>
- {% else %}Never succeeded{% endif %}
- </td>
- <td>
- {% if item.failure %}
- <a href="{% url 'releng-results-iso' item.failure.pk %}">
- {{ item.failure.name }}
- </a>
- {% else %}Never failed{% endif %}
- </td>
-</tr>
-{% endfor %}
diff --git a/templates/releng/results.html b/templates/releng/results.html
deleted file mode 100644
index 59d8351d..00000000
--- a/templates/releng/results.html
+++ /dev/null
@@ -1,32 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Arch Linux - Release Engineering Testbuild Results{% endblock %}
-
-{% block content %}
-<div class="box">
- <h2>Release Engineering Testbuild Results</h2>
-
- <p>This is an overview showing a test results matrix of release
- engineering produced ISOs. Various options and configurations are shown
- with last success and last failure results, if known. To help improve ISO
- quality, you are encouraged to <a href="{% url 'releng-test-submit' %}">give feedback</a>
- if you have tested and used any ISOs. Both successful and failed results
- are encouraged and welcome.</p>
-
- <p>For a overview of which ISOs tested best, have a look at
- the <a href="{% url 'releng-iso-overview' %}">overview</a>.</p>
-
- <p>For more information, see the <a
- href="https://wiki.archlinux.org/index.php/DeveloperWiki:releng_testimages_feedback">documentation
- on the wiki</a>.</p>
-
- <p>All ISOs referenced on this page are available from
- <a href="{{ iso_url }}">{{ iso_url }}</a>.</p>
-
- <table>
- {% for option in options %}
- {% include "releng/result_section.html" %}
- {% endfor %}
- </table>
-</div>
-{% endblock %}
diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html
deleted file mode 100644
index 3a10b532..00000000
--- a/templates/releng/thanks.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Arch Linux - Feedback - Thanks!{% endblock %}
-
-{% block content %}
-<div class="box">
- <h2>Thanks!</h2>
- <p>Thank you for taking the time to give us this information!
- Your results have been successfully added to our database.</p>
- <p>You can now <a href="{% url 'releng-test-overview' %}">go back to the results</a>,
- <a href="{% url 'releng-test-submit' %}">give more feedback</a>, or
- have a look at the <a href="{% url 'releng-iso-overview' %}">look at
- the ISO test overview</a>.</p>
-</div>
-{% endblock %}