Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-01-13 | Bump to latest Django 1.7.x release | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-01-11 | Bump to latest pyinotify version | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-01-03 | Add lower bounds for bad compression report | Dan McGee | |
Packages smaller than 25 KiB shouldn't really come into play here; this was meant to show huge packages spending too much time on compression. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2015-01-03 | Update several requirements | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-17 | Fix thinko in leaving old code behind in keys_json | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-11 | Don't blow up if lastsync file wasn't correctly fetched | Dan McGee | |
Instead, pass None value in which is handled accordingly. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-08 | Fix issue with memcache being unable to pickle new QS | Dan McGee | |
When we changed the query here, things got a little weird and we could no longer pickle. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-08 | Upgrade to python-markdown 2.5.2 | Dan McGee | |
safe_mode is now deprecated, so adjust things accordingly. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-02 | Don't suggest FTP mirror for DB download | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-02 | Fix fixture dependency problem in README data loading | Dan McGee | |
django.core.serializers.base.DeserializationError: Problem installing fixture '.../devel/fixtures/staff_groups.json': Group matching query does not exist. Alphabetical ordering bit us here. Stop cheating in the README and spell out the fixtures in an order that should work. Noticed-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-02 | Make dev stats section look better when loading | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-02 | Filter maintainer list on developer dashboard | Dan McGee | |
Thank Johannes for this one. Only reason I didn't take his patches is for consistency with the way we were already doing this on the master keys page. Noticed-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-02 | Filter maintainer list on packages page by allowed repos | Dan McGee | |
We do this elsewhere on the master keys page, so do the same thing here. Noticed-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-02 | Fix filtering of minor versions on differences page | Dan McGee | |
This has been broken for a long time; looks like it happened when we switched over to using our standard details tag and no longer emit a <span/> element unconditionally. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-12-01 | Update to latest django-jinja release | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Add paginator template for todolists | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Add a todolists sitemap | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Paginate the todolist listing page | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Minor news listing tweaks | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Add a news-specific sitemap | Dan McGee | |
This follows the spec at https://support.google.com/news/publisher/answer/74288?hl=en#tagdefinitions Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Convert sitemap.xml template to Jinja2 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2014-11-08 | Override default sitemap.xml template | Dan McGee | |
The Django one uses the spaceless tag, which isn't all that useful when we are gzipping the response anyway. Remove it to make generation a tad faster. Signed-off-by: Dan McGee <dan@archlinux.org> |