Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-16 | Merge branch 'archweb-generic' | Luke Shumaker | |
2015-04-16 | Merge tag 'release_2015-04-13' into archweb-generic | Luke Shumaker | |
Fix up 'None' display in places | |||
2015-04-16 | Whoops, I left trusted-user-fellows in staff_groups.json. | Luke Shumaker | |
2015-04-16 | Fix my redirect views. | Luke Shumaker | |
2015-04-16 | Merge branch 'archweb-generic' | Luke Shumaker | |
2015-04-16 | Fix missing single-quote | Luke Shumaker | |
2015-04-16 | Merge branch 'archweb-generic' | 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 branch 'archweb-generic' | Luke Shumaker | |
2015-04-16 | Merge tag 'release_2015-01-13' into archweb-generic | Luke Shumaker | |
Version bumps and minor fixes | |||
2015-04-16 | Merge branch 'archweb-generic' | Luke Shumaker | |
2015-04-16 | groups.json: Fiddle with formatting to make merging better | Luke Shumaker | |
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 | Merge branch 'archweb-generic' | Luke Shumaker | |
2015-04-15 | Redirect several URLs at the router level. | Luke Shumaker | |
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 | Fix issues with Makefile | Luke Shumaker | |
- the entries in generated .gitignore's had prefixes - because sitestatic/logos/ was empty, it got removed; teach Makefile to create it | |||
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 branch 'master-nomake' | Luke Shumaker | |
2015-04-15 | Merge branch 'archweb-generic' into master-nomake | Luke Shumaker | |
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-14 | Replace usage of parabolagnulinux.org with parabola.nu, also | Luke Shumaker | |
replace repo.parabola.nu/isos/ with /iso/, in settings.py | |||
2015-04-13 | Merge branch 'archweb-generic' into master-nomake | Luke Shumaker | |
# Conflicts: # local_settings.py.example | |||
2015-04-13 | Merge tag 'release_2014-10-21' into archweb-generic | Luke Shumaker | |
More tweaks and changes | |||
2015-04-13 | Merge branch 'archweb-generic' into master-nomake | Luke Shumaker | |
# Conflicts: # public/views.py | |||
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 | Merge branch 'archweb-generic' into master-nomake | Luke Shumaker | |
2015-04-13 | Catch an instance of "Arch Linux" in packages/details.html | Luke Shumaker | |
2015-04-13 | Merge tag 'release_2014-10-19' into archweb-generic | Luke Shumaker | |
Jinja2 switch for some templates, exact matches in package search # Conflicts: # templates/packages/search.html | |||
2015-04-13 | Merge tag 'release_2014-10-19' into archweb-generic | Luke Shumaker | |
Jinja2 switch for some templates, exact matches in package search | |||
2015-04-13 | Add JSON-LD search engine configuration | Dan 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-13 | Use UTF-8 copyright sign; save a few bytes | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-12 | Force minimum last modified date for package files pages in sitemap | Dan 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-12 | Add true parameter to Jinja2 default filter | Dan 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-07 | Fix URL details page when checks don't have locations | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-02 | The usual requirements bumping | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-04-02 | Update to latest django-countries | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-03-20 | Turn off real user/JavaScript NewRelic monitoring | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-03-20 | Update newrelic configuration to more recent template | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-03-15 | More dependency version bumps | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-03-15 | FS#44192 fix dead link to ftp.archlinux.org | Dan McGee | |
Use the new sources.archlinux.org domain instead. Signed-off-by: Dan McGee <dan@archlinux.org> |