Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-22 | mv README{,.md} && ln -s README{.md,} | Luke Shumaker | |
2013-11-29 | re-write the /https page | Luke Shumaker | |
2013-11-28 | Merge tag 'release_2013-11-25' into archweb-generic | Luke Shumaker | |
Django 1.6 upgrade and other changes Conflicts: templates/news/list.html templates/public/index.html | |||
2013-11-28 | Merge tag 'release_2013-11-25' into archweb-generic | Luke Shumaker | |
Django 1.6 upgrade and other changes Conflicts: templates/news/list.html templates/public/index.html | |||
2013-11-28 | Merge tag 'release_2013-10-27' into archweb-generic | Luke Shumaker | |
Dependency updates and fix for key revokes | |||
2013-11-25 | Merge branch 'cleaned-reqdby'release_2013-11-25 | Dan McGee | |
2013-11-25 | Merge branch 'django-1.6' | Dan McGee | |
2013-11-25 | Merge branch 'retro' | Dan McGee | |
2013-11-14 | oops, fix CSS mistake | Luke Shumaker | |
2013-11-14 | archnavbar.css: move the highlight code to here | Luke Shumaker | |
2013-11-14 | Merge branch 'master-nomake' of ↵ | Luke Shumaker | |
https://projects.parabolagnulinux.org/parabolaweb into master-nomake | |||
2013-11-14 | fix archnavbar.css, include it from archweb.css to be DRY | Luke Shumaker | |
2013-11-11 | Add 2012 and 2013 retro sites | Dan McGee | |
From our friends over at web.archive.org again, thanks! Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-11 | Filtered requiredby list for non-primary depends | Dan McGee | |
For something like gambas3 which has a makedepend on postgresql, we end up getting every single split package listed in the required by list for postgresql. This is a bit crazy and unnecessary, so slim it down a bit when possible by using a slightly crazy groupby function and some smarts in our get_requiredby function. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-08 | Ensure user has a profile created when they go to edit it | Dan McGee | |
Use get_or_create, even though it leaves a bad taste in my mouth. The first user created won't have a profile becuase Django doesn't create one for users created at the command line, causing an exception when the user goes to edit it. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Drop old base64-ed PGP signature column | Dan McGee | |
We've moved onto bytes only now. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Move signature data from base64 string to bytes type | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Add new `signature_bytes` field on package model | Dan McGee | |
Now that we have a BinaryField option in Django 1.6, put it to use. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Bump requirements versions for Django 1.6 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | Dan McGee | |
PendingDeprecationWarning: commit_on_success is deprecated in favor of atomic. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | Dan McGee | |
PendingDeprecationWarning: 'The `cycle` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the `future` tag library to start using the new behavior. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | Dan McGee | |
PendingDeprecationWarning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form needs updating Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | Dan McGee | |
PendingDeprecationWarning: `queryset` method should be renamed `get_queryset` Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-06 | Fix parsing of depends with both epoch and description | Dan McGee | |
Not a common case, but one we can and should support and hasn't been noticed up until this point. That pesky colon! Fixes FS#37477. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-11-04 | Remove "Unofficial" from Beginners' Guide link | Dario Giovannetti | |
Also avoid internal redirect to the Installation Guide article. Fixes FS#36111. Dan: remove "Official" from install guide link text as well to match wiki page name. | |||
2013-10-27 | Bump requirementsrelease_2013-10-27 | Dan McGee | |
2013-09-30 | Proper support for revoked signatures | Dan McGee | |
The 'valid' column wasn't quite right. Add a new 'revoked' column that works similar to the one we have on keys and use it instead, properly parsing the output from `gpg` signature data and looking for the magic prefix string. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-09-30 | Bump jsmin requirements version | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-09-30 | Bump to latest Django security release | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-08-26 | fix parenthesis in the if | Omar Vega Ramos | |
2013-08-26 | Fix links related to issue #369 | Omar Vega Ramos | |
2013-08-26 | templates/packages/details.html: blacklist Arch repos, instead of whitelist ↵ | Luke Shumaker | |
Parabola | |||
2013-08-26 | Fix typos | Luke Shumaker | |
2013-08-26 | Remove flag as outdate links to packages from arch | Omar Vega Ramos | |
2013-08-12 | Bump South requirements.txt version | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2013-07-18 | fix the download page redirect for new django | Luke Shumaker | |
2013-07-16 | fix bad merge | Luke Shumaker | |
2013-07-16 | fix package_extras.py:scm_link | Luke Shumaker | |
2013-07-15 | reduce differences in the package details page | Luke Shumaker | |
2013-07-15 | fix bad merge things | Luke Shumaker | |
2013-07-15 | revert generated files | Luke Shumaker | |
2013-07-15 | Merge branch 'archweb-generic' | Luke Shumaker | |
2013-07-15 | revert generated files, to make merging easier | Luke Shumaker | |
2013-07-14 | update the description on the main page | Luke Shumaker | |
2013-07-14 | add Makefiles to generate the branding | Luke Shumaker | |
2013-07-14 | Merge branch 'archweb-generic2' | Luke Shumaker | |
Conflicts: Makefile templates/public/index.html | |||
2013-07-14 | run `make` to update js files | Luke Shumaker | |
2013-07-14 | add copyright header to mirrors/static/mirror_status.js | Luke Shumaker | |
2013-07-14 | Add Makefiles to download .js files, and generate .min.js files. | Luke Shumaker | |
2013-07-14 | run 'make' | Luke Shumaker | |