summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-21update README.BRANDINGLuke Shumaker
2013-04-21add BUGTRACKER_URLLuke Shumaker
2013-04-20remove /mailman from the MAILMAN_BASE_URL, use it every timeLuke Shumaker
2013-04-20todolist/views.py: use settings.BRANDING_EMAILLuke Shumaker
2013-04-20add MAILMAN_BASE_URL to abstract mailing list linksLuke Shumaker
2013-04-19Abstract ArchWiki URLs and references.Luke Shumaker
2013-04-19take out a few more instances of the Arch nameLuke Shumaker
2013-04-19manually replace more instances of the Arch nameLuke Shumaker
2013-04-19replace a bunch more instances of "Arch" in templates manuallyLuke Shumaker
2013-03-27Add a context processor so BRANDING_* works in templacesLuke Shumaker
2013-03-27find templates -type f -exec sed -i 's/\({% block title %}\)Arch Linux/\1{{ B...Luke Shumaker
2013-03-27Pull references to Arch Linux in code into BRANDING_ variables in settingsLuke Shumaker
2013-03-27Add a copyright header to sitestatic/archweb.jsLuke Shumaker
2013-03-27Allow '~' in repo namesLuke Shumaker
2013-03-27better comments in local_settings.py.exampleLuke Shumaker
2013-03-27commands/reporead: handle null valuesLuke Shumaker
2013-03-13mirrorcheck: s/if/elif/ when determining what check function to runrelease_2013-03-13Dan McGee
2013-03-12Don't check FTP + IPv6 combinationDan McGee
2013-03-11Remove function caching in packages/utilsDan McGee
2013-03-11Update home page todo lists linkDan McGee
2013-03-11Only show incomplete todolists to unauthenticated usersrelease_2013-03-11Dan McGee
2013-03-11Make todolists fully publicDan McGee
2013-03-11Add some explanatory info back to todolist index pageDan McGee
2013-03-11Sort incomplete todolists firstDan McGee
2013-03-11Remove public todolists viewDan McGee
2013-03-11Don't link to a one-element listing page from recent updatesDan McGee
2013-03-09Remove /jsi18n/ view mappingDan McGee
2013-03-07Fix IntegrityError in corner case todolist updateDan McGee
2013-03-06Don't add blank options to rsync command linerelease_2013-03-06Dan McGee
2013-03-06Teach mirrorcheck management command about check locationsDan McGee
2013-03-06Add location ID to mirror logsDan McGee
2013-03-06Add family property to mirror check locationDan McGee
2013-03-06Revert "mirrorcheck: Don't use bulk_create on sqlite3"Dan McGee
2013-03-06Add mirror CheckLocationAdminDan McGee
2013-03-06Add 'created' field to more mirror modelsDan McGee
2013-03-06Add mirror check locations modelDan McGee
2013-03-05Add link to get HTTPS-only mirrorlistDan McGee
2013-03-04Add HTTPS mirror protocol fixtureDan McGee
2013-02-28Add django.http.response:Http404 to ignored NewRelic errorsDan McGee
2013-02-27Disable more @cache_function usagerelease_2013-02-27Dan McGee
2013-02-27Remove caching on reverse_conflictsDan McGee
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee
2013-02-26Don't blow up in download template if no releases existDan McGee
2013-02-26Fix ALPM unittest to run when ALPM isn't presentDan McGee
2013-02-26Merge branch 'django-1.5'Dan McGee
2013-02-26Bump Django requirement to 1.5Dan McGee
2013-02-20Package sitemap adjustmentsDan McGee
2013-02-20Fix some fallout with moving page to query paramsDan McGee
2013-02-19Update Django versionrelease_2013-02-19Dan McGee