Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-11 | Merge branch 'archweb' into archweb-genericarchweb-generic | Luke Shumaker | |
# Conflicts: # templates/public/download.html | |||
2016-12-11 | closure-compiler.googlecode.com is gone; use the Wayback Machine. | Luke Shumaker | |
2016-08-09 | Merge pull request #4 from brain0/workingarchweb | Angel Velasquez | |
Update ipxe images | |||
2016-08-10 | Update ipxe images | Thomas Bächler | |
The images are updated according to the latest version in https://aur.archlinux.org/packages/ipxe-netboot | |||
2016-08-01 | mirrors: api: Add ISOs information to JSON output | Johannes Löthberg | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Angel Velasquez <angvp@archlinux.org> | |||
2016-07-31 | Update missing names on AUTHORS | Angel Velasquez | |
2016-07-31 | Update AUTHORS file | Angel Velasquez | |
2016-07-31 | Add missing migration from ad0bddb209dcdb3704370ce0129babbba54e41b2 | Angel Velasquez | |
Signed-off-by: Angel Velasquez <angvp@archlinux.org> | |||
2016-07-31 | Fix typo in known_bad help text | Jelle van der Waa | |
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Angel Velasquez <angvp@archlinux.org> | |||
2016-07-31 | reporead: Auto-adopt new packages to packager | Johannes Löthberg | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Angel Velasquez <angvp@archlinux.org> | |||
2016-06-03 | Merge pull request #3 from brain0/working | Angel Velasquez | |
archweb netboot and sponsorship updates | |||
2016-06-03 | Remove AirVM ads since AirVM has ended their sponsorship | Thomas Bächler | |
2016-06-03 | Netboot: Disable network interface renaming by default | Thomas Bächler | |
Current ISOs fail to start dhcpcd if network interface renaming is enabled and the interface is already up. Adding net.ifnames=0 to the command line works around this problem. | |||
2016-06-03 | Add information and ipxe images for the new netboot system | Thomas Bächler | |
2016-05-26 | Add netboot ipxe environment to archweb | Angel Velasquez | |
Signed-off-by: Angel Velasquez <angvp@archlinux.org> Signed-off-by: Thomas Bachler <thomas@archlinux.org> | |||
2016-05-17 | Merge tag 'release_2016-04-24' into archweb-generic | Luke Shumaker | |
2016-05-17 | archweb.wsgi: try to detect the location automatically | Luke Shumaker | |
2016-04-22 | Version bump of the Django version to 1.7.11 | Angel Velasquez | |
Signed-off-by: Angel Velasquez <angvp@archlinux.org> | |||
2016-04-22 | Add link to unixstickers on the index | Angel Velasquez | |
Signed-off-by: Angel Velasquez <angvp@archlinux.org> | |||
2016-01-29 | Merge branch 'archweb' into archweb-generic | Luke Shumaker | |
2015-12-31 | Allow linking to the PGP server over HTTPS | Evangelos Foutras | |
Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com> | |||
2015-12-31 | settings: Fix pgp.mit.edu setting | Johannes Löthberg | |
Links should not use the port 11371. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com> | |||
2015-08-13 | Makefile: cleanup | Luke Shumaker | |
Get the correct versions of UglifyJS and Closure Compiler. Also, generate the RSS icons. | |||
2015-08-05 | Merge branch 'archweb' into archweb-generic | Luke Shumaker | |
2015-06-18 | Bump several requirements | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-06-18 | Handle Django's level 3 verbosity properly | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-06-18 | Catch SSL CertificateErrors and log them | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-06-18 | Silence DNS errors we see too often in production | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-06-05 | Revert "Force minimum last modified date for package files pages in sitemap" | Dan McGee | |
This reverts commit 790def2f4db2afec150bab8dc842f6068fb751db. This has been out there long enough that the fallout should be fixed. Go back to just using the default date. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-06-05 | Tweak display of todolist descriptions | Dan McGee | |
Indent, call out, and add some borders, among other things. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-16 | Merge tag 'release_2015-04-13' into archweb-generic | Luke Shumaker | |
Fix up 'None' display in places | |||
2015-04-16 | Fix missing single-quote | Luke Shumaker | |
2015-04-16 | Update update_types_permissions to work with Django 1.7 and up. | Luke Shumaker | |
Django commit 00110904ac67050c639f93cfd7b5e19218b changed the signatures of update_contenttypes and create_permissions. The relevant lines from the commit are: -def update_contenttypes(app, created_models, verbosity=2, db=DEFAULT_DB_ALIAS, **kwargs): +def update_contenttypes(app_config, verbosity=2, interactive=True, db=DEFAULT_DB_ALIAS, **kwargs): -def create_permissions(app, created_models, verbosity, db=DEFAULT_DB_ALIAS, **kwargs): +def create_permissions(app_config, verbosity=22, interactive=True, db=DEFAULT_DB_ALIAS, **kwargs): | |||
2015-04-16 | Merge tag 'release_2015-01-13' into archweb-generic | Luke Shumaker | |
Version bumps and minor fixes | |||
2015-04-16 | Mention staff_groups.json in README.BRANDING | Luke Shumaker | |
2015-04-15 | Fix a case of "Arch Linux" that slipped in in 88a457f1c | Luke Shumaker | |
2015-04-15 | Merge tag 'release_2014-12-08' into archweb-generic | Luke Shumaker | |
Minor fixes and package updates | |||
2015-04-15 | Merge tag 'release_2014-11-08.2' into archweb-generic | Luke Shumaker | |
Todolist pagination and sitemap, news sitemap | |||
2015-04-15 | Merge tag 'release_2014-11-08' into archweb-generic | Luke Shumaker | |
Mirror status and details switch to Jinja2 | |||
2015-04-15 | Fix error in test where HTTP_HOST doesn't exist | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-15 | Shore up some failing tests | Dan McGee | |
We really need to add a bunch of new ones for views that have been added and/or changed, such as all the people stuff, but fix the response code here to reflect the new and current reality. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-15 | Merge tag 'release_2014-11-02' into archweb-generic | Luke Shumaker | |
Staff groups | |||
2015-04-15 | Don't blow up if we can't fetch an SVN revision | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-15 | Merge tag 'release_2014-10-28' into archweb-generic | Luke Shumaker | |
Fix django_countries issues | |||
2015-04-15 | Merge tag 'release_2014-10-23' into archweb-generic | Luke Shumaker | |
2015-04-15 | Merge branch 'mkjs' into archweb-generic | Luke Shumaker | |
2015-04-15 | Add a Makefile to generate all of the 3rd party or minimized Javascript. | Luke Shumaker | |
The goal here is to generate the files *exactly* as they are currently in the repository, which sometimes means using a specific version of a minifier or other weird things. | |||
2015-04-13 | Merge tag 'release_2014-10-21' into archweb-generic | Luke Shumaker | |
More tweaks and changes | |||
2015-04-13 | Merge tag 'release_2014-10-20' into archweb-generic | Luke Shumaker | |
A few Jinja2 fixes and some perf changes | |||
2015-04-13 | Catch an instance of "Arch Linux" in packages/details.html | Luke Shumaker | |