summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2010-01-31Fix up doctype header as recommended by w3 validatorDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Handle empty pkgdesc and url a bit betterDan McGee
Put an actual NULL in the database and handle it for both display and import. Also add a migration to clean up any bad data we currently have in there. Fixes FS#17144. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Make bugs link more usefulDan McGee
Link directly to the right project in Flyspray instead of whatever the user looked at last. Fixes FS#13166. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Fix up the packages search pagerelease_2010-01-31Dan McGee
* Don't show checkboxes for non-authenticated users * Fix up the adopt buttons to not be a table row * Fix the form which didn't have a closing tag Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Update beginners' guide namingDan McGee
FS#17287. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Make the copyright year always be rightDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Update download page to match the kernel on the current ISO imagePierre Schmitz
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Modify dev menu to also be top to bottomDan McGee
Just as commit 5faf6566 did for the main menu items, do the same for the dev menu. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Modify menu items order to be from top to bottomIsmael Carnales
The menu was rendered bottom to top in the html because the elements were floated to the right. This caused text browsers visitors (no CSS rendering) to see the menu backwards. I've modified the menu order and made the items float to the left so the menu is correctly rendered in text browsers. Signed-off-by: Ismael Carnales <icarnales@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Upgrade jQuery to 1.4.1Dan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Add Costa Rica IRC channelAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-17added #archlinux-gaelic channel, sorted listAndrea Scarpino
2009-11-10Fix highlighting on main site tabsDan McGee
We should always highlight 'Home' when on the Django site. The sole exception is the download page which has its own special place. Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-09updated packages template files from code of pubIsmael Carnales
2009-11-09update packages detail template with code from pubIsmael Carnales
also added user restrictions
2009-11-09added missing packages views from archweb_pubIsmael Carnales
2009-11-09updated news list templateIsmael Carnales
- added title - added permission checks
2009-11-09added mirrors app from archweb_pubIsmael Carnales
2009-11-09added feeds from archweb_pubIsmael Carnales
2009-11-09made every public view return a RequestContextIsmael Carnales
RequestContexts are needed to check if the user is logged in NOTE: Generic views as direct_to_template and object_list always return a request context, so is good to use them :) Later will add a render_template shortcut that adds the RequestContext automatically
2009-11-09changed landing viewIsmael Carnales
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images
2009-11-09updated base template to use menu from archweb_pub base templateIsmael Carnales
2009-11-09"imported" public app files from archweb_pubIsmael Carnales
2009-10-18Correct link to WebSVNThomas Bächler
2009-10-17Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to ↵Thomas Bächler
archweb_dev. This is the original commit message by Dan: "Make package SVN links always work This should clean up the links for all varieties of things- different arches (including any), different repos (community and community-testing), and split packages. All of the logic is in one place now and any further changes should be made to the method on the package object."
2009-09-15Add a basic mirror view for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-09-11Fix community links.Dusty Phillips
2009-08-18Apparently you couldn't view the packages page if the user wasn't logged ↵Dusty Phillips
into the admin.
2009-08-12merge fixDusty Phillips
2009-08-10Add a page to aid Aaron in user creation.Dusty Phillips
2009-05-24Mark news as safe so people can enter HTML.Dusty Phillips
2009-05-04DOHDusty Phillips
2009-05-04Fix link to packages in todo lists.Dusty Phillips
2009-04-13FS#11325. Add a 'Target Repo' column to the signoffs page.Dusty Phillips
2009-04-13Aaron says maintainer column isn't necessary (FS#11325)Dusty Phillips
2009-02-07Remove unneeded link for the dev siteDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-01-30Add package count to the top of the search table.Dusty Phillips
2009-01-18Apparently its not available on https. Bad Dan.Dusty Phillips
2009-01-18Add Dan's stats page to the dev menu.Dusty Phillips
2009-01-16Make the dashboard stats collapsed by default.Dusty Phillips
2009-01-16Copyright infringementDusty Phillips
2009-01-01fix my flagged packages urls.Dusty Phillips
2009-01-01display the license field on package descriptionsDusty Phillips
2008-11-11proper columns on my flagged packages.Dusty Phillips
2008-10-30only show dev toolbar if user is logged inDusty Phillips
2008-10-12drop seeveral unnecessary templatesDusty Phillips
2008-10-11drop some extra media (may have to restore)Dusty Phillips
2008-10-11drop jquery dependencyDusty Phillips
2008-10-11simplify both look and code for dashboardDusty Phillips
2008-10-10fix broken maintainer packages linksDusty Phillips