summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-17Update news e-mail templaterelease_2017-05-17Angel Velasquez1-1/+1
Add missing quotes on the body.
2017-05-17Fix reporead_inotify commandAngel Velasquez1-8/+9
It was broken since the migration to Django 1.8, also some pep8 modifications were done in order to improve the code quality
2017-05-17Merge pull request #13 from jelly/upgrade_djangoAngel Velásquez29-228/+210
[RFC] Upgrade django
2017-05-02templates: fix extranous comma in listingsJelle van der Waa3-5/+5
2017-05-02Remove the last piece of django-jinja existanceJelle van der Waa4-68/+0
2017-05-02Remove deprecated TEMPLATE_DEBUGJelle van der Waa2-2/+1
2017-05-02mirrors: rename .jinja to htmlJelle van der Waa2-1/+1
2017-05-02Remove unused jinja2.pyJelle van der Waa1-71/+0
2017-05-02templates: port files to django templateJelle van der Waa2-1/+1
2017-05-02port templates/packages to pure djangoJelle van der Waa9-53/+130
2017-05-02reporead: transaction.set_dirty callJelle van der Waa1-1/+2
2017-05-02sitemap: port jinja templates to djangoJelle van der Waa3-5/+5
Port the .jinja templates to pure django templates
2017-05-02Port mirrors to pure django templateJelle van der Waa8-49/+93
2017-05-02Dump debug loader for nowJelle van der Waa1-8/+1
2017-05-02Cleanup remove old TEMPLATE_ stuffJelle van der Waa1-38/+10
2017-05-02Update to django 1.8Jelle van der Waa2-18/+53
Update django, djang-jinja version. Use TEMPLATES = [] to configure the django templates etc. since the old way will be obsolete.
2017-05-01Merge pull request #15 from jelly/pylintAngel Velásquez4-12/+12
Fix a couple of pylint warnings
2017-05-01Merge pull request #16 from jelly/README_SMTP_serverAngel Velásquez1-0/+10
Describe the setup steps for a debug SMTP server
2017-05-01Describe the setup steps for a debug SMTP serverJelle van der Waa1-0/+10
An test setup SMTP server can be used to test actions which require a mail to be sent, for example user creation.
2017-05-01rematch_developers: fix logging not lazyJelle van der Waa1-2/+2
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01devel.forms: remove unused variable valJelle van der Waa1-1/+1
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01pgp_import: remove unused importJelle van der Waa1-1/+1
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01devel.reports: remove unused importsJelle van der Waa1-1/+1
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01devel.reports: remove unused argumentsJelle van der Waa1-7/+7
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01Merge pull request #11 from jelly/travisciAngel Velásquez2-1/+22
Add travisci file
2017-05-01Add travisci fileJelle van der Waa1-0/+8
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-05-01settings: pass when local_settings can't be importedJelle van der Waa1-1/+14
Continue when local_settings can't be imported for an easier test setup. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-04-18Merge pull request #14 from jelly/code_tags_instead_backticksAngel Velásquez1-2/+2
Use code tags instead of backticks
2017-04-18Merge pull request #12 from jelly/newrelicAngel Velásquez2-233/+0
remove unused newrelic
2017-04-17Use code tags instead of backticksJelle van der Waa1-2/+2
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-04-17remove unused newrelicJelle van der Waa2-233/+0
New Relic is not used in production. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-04-03Merge pull request #8 from thurstylark/masterAngel Velásquez1-1/+1
Define BOOTIF in extrabootoptions
2017-04-03Merge pull request #10 from archlinux/fix-iso-nameAngel Velásquez2-3/+3
Use x86_64 instead of dual postfix for ISO image names
2017-04-03Merge pull request #7 from grazzolini/news2emailAngel Velásquez4-0/+36
News2email
2017-04-02Use x86_64 instead of dual postfix for ISO image namesPierre Schmitz2-3/+3
Fixes FS#53524 and FS#53520
2017-03-20Define BOOTIF in extrabootoptionsDavid Thurstenson1-1/+1
Since this script sets 'ip=dhcp' by default, archiso_pxe_common will fail if more than one network interface exists, and at least one interface cannot be configured by dhcp. Setting BOOTIF will define which interface that archiso_pxe_common should configure, and will cause it to ignore the rest. Fixes https://bugs.archlinux.org/task/50448
2017-03-20news/views: Send e-mail to arch-announce on news creationGiancarlo Razzolini1-0/+12
When send_announce is True, we send an e-mail to the arch-announce mail list, containing the content of the news and the URL (slug to it).
2017-03-20templates/news: Correct the site url on the template.Giancarlo Razzolini1-1/+1
2017-03-20news: Add send_announce to the modelGiancarlo Razzolini2-0/+21
Added a new send_announce boolean that controls if an e-mail containing the announce will or not be sent.
2017-03-20templates/news: Add a email template for use in the announce.Giancarlo Razzolini1-0/+3
2017-03-07Merge pull request #6 from brain0/workingrelease_2017-03-13Angel Velásquez8-21/+18
Update netboot images and disable i686 support
2017-03-07Merge pull request #5 from syui/fontAngel Velásquez3-0/+198
Change navbar image to font
2017-03-05netboot: Do not reset mirrorurlThomas Bächler1-1/+0
This allows setting a custom default mirror with a custom ipxe script.
2017-03-05netboot: Disable i686 supportThomas Bächler2-20/+18
2017-03-05Update the ipxe binariesThomas Bächler6-0/+0
ipxe is updated to git revision 30f96c9f and the startcom root certificate is no longer trusted.
2017-03-03Add: svg image, etcsyui3-0/+198
2017-02-22Fix empty mirror list when mirror status is usedFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-02-17Remove scored based mirrorlist sortingFlorian Pritz3-5/+6
Users may use the returned mirror list as-is without sorting it themselves. This may lead to the first mirror in the list being overloaded. Prevent this by not returning a sorted list. References: https://lists.archlinux.org/pipermail/arch-dev-public/2017-January/028681.html Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-02-17Added arch security tracker to navbarLevente Polyak1-0/+1
Signed-off-by: Morten Linderud <morten@linderud.pw> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2017-01-02reporead: Check if package exists in other repo before adoptingrelease_2017-01-02Johannes Löthberg1-10/+12
Auto-adoption should only happen on new packages, so rebuilds of orphaned packages pushed to staging shouldn't cause them to be adopted. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>