summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12-27Reword the default description for the "Support Staff" group to sayLuke Shumaker
"GNU/Linux" instead of "Linux".
2015-11-04revert the last commitLuke Shumaker
2015-11-04add paypal donate buttonLuke Shumaker
2015-09-29Add Fundația Ceata as Parabola's fiscal sponsorAndré Fabian Silva Delgado
2015-08-13Fix bug in MakefileLuke Shumaker
2015-08-13remove no-longer-used Makefile helpersLuke Shumaker
2015-08-13Merge branch 'archweb-generic'Luke Shumaker
2015-08-13Makefile: cleanupLuke Shumaker
Get the correct versions of UglifyJS and Closure Compiler. Also, generate the RSS icons.
2015-08-06Merge branch 'archweb-generic'Luke Shumaker
# Conflicts: # public/tests.py # templates/base.html
2015-08-05Merge branch 'archweb' into archweb-genericLuke Shumaker
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-17I can't intercept /people/* urlsLuke Shumaker
2015-04-16Merge branch 'archweb-generic'Luke Shumaker
2015-04-16Merge tag 'release_2015-04-13' into archweb-genericLuke Shumaker
Fix up 'None' display in places
2015-04-16Whoops, I left trusted-user-fellows in staff_groups.json.Luke Shumaker
2015-04-16Fix my redirect views.Luke Shumaker
2015-04-16Merge branch 'archweb-generic'Luke Shumaker
2015-04-16Fix missing single-quoteLuke Shumaker
2015-04-16Merge branch 'archweb-generic'Luke Shumaker
2015-04-16Update 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-16Merge branch 'archweb-generic'Luke Shumaker
2015-04-16Merge tag 'release_2015-01-13' into archweb-genericLuke Shumaker
Version bumps and minor fixes
2015-04-16Merge branch 'archweb-generic'Luke Shumaker
2015-04-16groups.json: Fiddle with formatting to make merging betterLuke Shumaker
2015-04-16Mention staff_groups.json in README.BRANDINGLuke Shumaker
2015-04-15Fix a case of "Arch Linux" that slipped in in 88a457f1cLuke Shumaker
2015-04-15Merge tag 'release_2014-12-08' into archweb-genericLuke Shumaker
Minor fixes and package updates
2015-04-15Merge tag 'release_2014-11-08.2' into archweb-genericLuke Shumaker
Todolist pagination and sitemap, news sitemap
2015-04-15Merge tag 'release_2014-11-08' into archweb-genericLuke Shumaker
Mirror status and details switch to Jinja2
2015-04-15Merge branch 'archweb-generic'Luke Shumaker
2015-04-15Redirect several URLs at the router level.Luke Shumaker
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-15Merge tag 'release_2014-11-02' into archweb-genericLuke Shumaker
Staff groups
2015-04-15Fix issues with MakefileLuke Shumaker
- the entries in generated .gitignore's had prefixes - because sitestatic/logos/ was empty, it got removed; teach Makefile to create it
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-15Merge branch 'master-nomake'Luke Shumaker
2015-04-15Merge branch 'archweb-generic' into master-nomakeLuke Shumaker
2015-04-15Merge tag 'release_2014-10-28' into archweb-genericLuke Shumaker
Fix django_countries issues
2015-04-15Merge tag 'release_2014-10-23' into archweb-genericLuke Shumaker
2015-04-15Merge branch 'mkjs' into archweb-genericLuke Shumaker
2015-04-15Add 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-14Replace usage of parabolagnulinux.org with parabola.nu, alsoLuke Shumaker
replace repo.parabola.nu/isos/ with /iso/, in settings.py
2015-04-13Merge branch 'archweb-generic' into master-nomakeLuke Shumaker
# Conflicts: # local_settings.py.example