Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | fix stupid mistake | Luke Shumaker | |
2013-04-23 | tweak | Luke Shumaker | |
2013-04-21 | use a BRANDING_OSEARCH_TAGS for templates/packages/opensearch.xml | Luke Shumaker | |
2013-04-21 | add BUGTRACKER_URL | Luke Shumaker | |
2013-04-20 | add MAILMAN_BASE_URL to abstract mailing list links | Luke Shumaker | |
2013-04-19 | Abstract ArchWiki URLs and references. | Luke Shumaker | |
Notable things: * Standardize on "ArchWiki", instead of also having "Arch Wiki", via BRANDING_WIKINAME * Link to the article "Install_Guide" instead of "Official_Arch_Linux_Install_Guide", it's a redirect anyway. * On the download page, it assumes the that the version is just appended to the URL for the wiki link. * For the wiki RSS link, It now uses "/${title}?feed=rss" instead of "?title=${title}&feed=rss". | |||
2013-03-27 | Add a context processor so BRANDING_* works in templaces | Luke Shumaker | |
2010-09-22 | Get secure/unsecure checking actually working | Dan McGee | |
We need a bit more, like actually having something relevant in the RequestContext object, in order for this to all work. Instead of putting the full request in just populate a 'secure' key with a boolean value indicating whether the request is secure. Signed-off-by: Dan McGee <dan@archlinux.org> |