summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-06Drop old base64-ed PGP signature columnDan McGee
We've moved onto bytes only now. Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-06Move signature data from base64 string to bytes typeDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-06Add new `signature_bytes` field on package modelDan 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-06Bump requirements versions for Django 1.6Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
PendingDeprecationWarning: commit_on_success is deprecated in favor of atomic. Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-06Django 1.6 upgrade, deprecation cleanupDan 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-06Django 1.6 upgrade, deprecation cleanupDan 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-06Django 1.6 upgrade, deprecation cleanupDan McGee
PendingDeprecationWarning: `queryset` method should be renamed `get_queryset` Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-06Fix parsing of depends with both epoch and descriptionDan 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-04Remove "Unofficial" from Beginners' Guide linkDario 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-27Bump requirementsrelease_2013-10-27Dan McGee
2013-09-30Proper support for revoked signaturesDan 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-30Bump jsmin requirements versionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-09-30Bump to latest Django security releaseDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-08-26fix parenthesis in the ifOmar Vega Ramos
2013-08-26Fix links related to issue #369Omar Vega Ramos
2013-08-26templates/packages/details.html: blacklist Arch repos, instead of whitelist ↵Luke Shumaker
Parabola
2013-08-26Fix typosLuke Shumaker
2013-08-26Remove flag as outdate links to packages from archOmar Vega Ramos
2013-08-12Bump South requirements.txt versionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-07-18fix the download page redirect for new djangoLuke Shumaker
2013-07-16fix bad mergeLuke Shumaker
2013-07-16fix package_extras.py:scm_linkLuke Shumaker
2013-07-15reduce differences in the package details pageLuke Shumaker
2013-07-15fix bad merge thingsLuke Shumaker
2013-07-15revert generated filesLuke Shumaker
2013-07-15Merge branch 'archweb-generic'Luke Shumaker
2013-07-15revert generated files, to make merging easierLuke Shumaker
2013-07-14update the description on the main pageLuke Shumaker
2013-07-14add Makefiles to generate the brandingLuke Shumaker
2013-07-14Merge branch 'archweb-generic2'Luke Shumaker
Conflicts: Makefile templates/public/index.html
2013-07-14run `make` to update js filesLuke Shumaker
2013-07-14add copyright header to mirrors/static/mirror_status.jsLuke Shumaker
2013-07-14Add Makefiles to download .js files, and generate .min.js files.Luke Shumaker
2013-07-14run 'make'Luke Shumaker
2013-07-14common.mk: use closure-compiler, but preserve headersLuke Shumaker
2013-07-14js makefilesLuke Shumaker
2013-07-14parabola brandingLuke Shumaker
2013-07-14Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-07-13Fix completion percentage calculation in mirror statusDan McGee
We sometimes record a duration even on a failed fetch attempt, such as if we get an HTTP 404. However, we never record a last_sync value on a failed fetch. Use this field instead to sum up the total number of successful checks. Signed-off-by: Dan McGee <dan@archlinux.org>
2013-07-13Update memcached version requirementrelease_2013-07-13Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-07-13Use the unicode char representation of &nbsp;Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-07-13Bump psycopg2 requirements versionDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-07-13Show alternate email on mirror details pageDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2013-07-13Move simple feeds templates directly into feed classesDan McGee
No need to call out to the template engine to format... nothing at all. Just fetch the attribute directly and save the render step. Signed-off-by: Dan McGee <dan@archlinux.org>
2013-06-23Merge branch 'archweb-generic2'Luke Shumaker
2013-06-23Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-06-20Re-enable caching for somewhat expensive mirror status queryDan McGee
This should be a small enough chunk of data that it isn't super expensive to put into and pull out of memcached. Signed-off-by: Dan McGee <dan@archlinux.org>
2013-06-20Add link to release listing page from public indexDan McGee
We didn't link this page from anywhere so it was hard to find. Also add it to the sitemap so it gets indexed. Signed-off-by: Dan McGee <dan@archlinux.org>
2013-06-14Add PGP signature signer and signee indexesDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>