summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-15Add Makefiles to download .js files, and generate .min.js files.lukeshu/to-upstream/masterLuke Shumaker
Add a Makefile to generate all of the 3rd party or minimized Javascript. 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. Get the correct versions of UglifyJS and Closure Compiler. Also, generate the RSS icons. closure-compiler.googlecode.com is gone; use the Wayback Machine.
2018-01-15JS: add copyright headers as appropriateLuke Shumaker
2018-01-15branding: Add README.BRANDINGLuke Shumaker
2018-01-15branding: Replace now-configurable strings in templatesLuke Shumaker
2018-01-15branding: (non-template code only) Use the now-configurable settings values ↵Luke Shumaker
instead of fixed strings
2018-01-15branding: Do the backend/glue work to make names and URLs configurableLuke Shumaker
2018-01-15branding: make the domain name regex configurableLuke Shumaker
This implements Dan's 2012 TODO: configurable domain/regex somewhere?
2018-01-15Allow '~' in repo namesLuke Shumaker
2018-01-15local_settings.py.example: clarify & expand commentsLuke Shumaker
2018-01-15commands/reporead: Don't fail on missing pkgdescNicolás Reynolds
(cherry picked from commit b79d9b0eeb936dd73b2724033f69189a851227e7) (cherry picked from commit c2a9b75f6299e83ffaf397713e6e77a74c5911a0)
2018-01-15Update 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):
2018-01-15archweb.wsgi: try to detect the location automaticallyLuke Shumaker
2017-01-02reporead: Check if package exists in other repo before adoptingrelease_2017-01-02Johannes Löthberg
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>
2017-01-01Remove link to Beginners' guiderelease_2017-01-01Alad Wenter
The Beginners' guide has been merged with the Installation guide. https://lists.archlinux.org/pipermail/arch-dev-public/2016-July/028140.html
2017-01-01reporead: Only try to add maintainer if none existsJohannes Löthberg
New split packages and packages added to testing add a new package to the db but with the same pkgbase, so the same package relations apply to both of them. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-10Fix auto-adoptionJohannes Löthberg
Look up the packager using the UserFinder class, and create a PackageRelation. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-08-09Merge pull request #4 from brain0/workingrelease_2016-08-09Angel Velasquez
Update ipxe images
2016-08-10Update ipxe imagesThomas Bächler
The images are updated according to the latest version in https://aur.archlinux.org/packages/ipxe-netboot
2016-08-01mirrors: api: Add ISOs information to JSON outputrelease_2016-08-01Johannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31Update missing names on AUTHORSAngel Velasquez
2016-07-31Update AUTHORS filerelease_2016-07-31Angel Velasquez
2016-07-31Add missing migration from ad0bddb209dcdb3704370ce0129babbba54e41b2Angel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31Fix typo in known_bad help textJelle van der Waa
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-07-31reporead: Auto-adopt new packages to packagerJohannes Löthberg
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-06-03Merge pull request #3 from brain0/workingrelease_2016-06-04Angel Velasquez
archweb netboot and sponsorship updates
2016-06-03Remove AirVM ads since AirVM has ended their sponsorshipThomas Bächler
2016-06-03Netboot: Disable network interface renaming by defaultThomas 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-03Add information and ipxe images for the new netboot systemThomas Bächler
2016-05-26Add netboot ipxe environment to archwebrelease_2016-05-29Angel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org> Signed-off-by: Thomas Bachler <thomas@archlinux.org>
2016-04-22Version bump of the Django version to 1.7.11release_2016-04-24Angel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2016-04-22Add link to unixstickers on the indexAngel Velasquez
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2015-12-31Allow linking to the PGP server over HTTPSEvangelos Foutras
Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
2015-12-31settings: Fix pgp.mit.edu settingJohannes 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-06-18Bump several requirementsDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Handle Django's level 3 verbosity properlyDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Catch SSL CertificateErrors and log themDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-18Silence DNS errors we see too often in productionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-06-05Revert "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-05Tweak display of todolist descriptionsDan McGee
Indent, call out, and add some borders, among other things. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-15Fix error in test where HTTP_HOST doesn't existDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-15Shore up some failing testsDan 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-15Don't blow up if we can't fetch an SVN revisionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-13Add JSON-LD search engine configurationDan McGee
Implemented as documented here: http://googlewebmastercentral.blogspot.com/2014/09/improved-sitelinks-search-box.html Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-13Use UTF-8 copyright sign; save a few bytesDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-12Force minimum last modified date for package files pages in sitemaprelease_2015-04-13Dan McGee
We fixed the embarrassing '/usr/bin/None' bug here; force Google and others to reindex these pages if possible by marking them as modified. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-12Add true parameter to Jinja2 default filterDan McGee
We need this to make it act more like the Django filter, which prints the default value not only when the variable is undefined, but also when it evaluates to being false (such as a None value). Noticed by felixonmars on packages that provided other packages; None was always showing as the comparison operator. More embarrassing is that our file lists were always showing 'None' concatenated onto all directory entries. Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-07Fix URL details page when checks don't have locationsrelease_2015-04-09Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-02The usual requirements bumpingDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-02Update to latest django-countriesDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-20Turn off real user/JavaScript NewRelic monitoringDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>