Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | More validation fixups | Dan McGee | |
Random stupids in our HTML, this should be a little better at least. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Touch up the depends and requiredby display in package details | Dan McGee | |
This started out as a validation fix for the W3 validator: we had some <ul/> elements that ended up on that page with no inner <li/> elements, so it was invalid markup. I then realized we don't need to call the methods multiple times so use the 'with' template tag. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Fix up doctype header as recommended by w3 validator | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Handle empty pkgdesc and url a bit better | Dan 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-31 | Make bugs link more useful | Dan 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-31 | Fix up the packages search pagerelease_2010-01-31 | Dan 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-30 | Update beginners' guide naming | Dan McGee | |
FS#17287. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Make the copyright year always be right | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Update download page to match the kernel on the current ISO image | Pierre Schmitz | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Modify dev menu to also be top to bottom | Dan 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-30 | Modify menu items order to be from top to bottom | Ismael 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-30 | Upgrade jQuery to 1.4.1 | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Add Costa Rica IRC channel | Aaron Griffin | |
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-11-17 | added #archlinux-gaelic channel, sorted list | Andrea Scarpino | |
2009-11-10 | Fix highlighting on main site tabs | Dan 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-09 | updated packages template files from code of pub | Ismael Carnales | |
2009-11-09 | update packages detail template with code from pub | Ismael Carnales | |
also added user restrictions | |||
2009-11-09 | added missing packages views from archweb_pub | Ismael Carnales | |
2009-11-09 | updated news list template | Ismael Carnales | |
- added title - added permission checks | |||
2009-11-09 | added mirrors app from archweb_pub | Ismael Carnales | |
2009-11-09 | added feeds from archweb_pub | Ismael Carnales | |
2009-11-09 | made every public view return a RequestContext | Ismael 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-09 | changed landing view | Ismael 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-09 | updated base template to use menu from archweb_pub base template | Ismael Carnales | |
2009-11-09 | "imported" public app files from archweb_pub | Ismael Carnales | |
2009-10-18 | Correct link to WebSVN | Thomas Bächler | |
2009-10-17 | Port 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-15 | Add a basic mirror view for the dev site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-09-11 | Fix community links. | Dusty Phillips | |
2009-08-18 | Apparently you couldn't view the packages page if the user wasn't logged ↵ | Dusty Phillips | |
into the admin. | |||
2009-08-12 | merge fix | Dusty Phillips | |
2009-08-10 | Add a page to aid Aaron in user creation. | Dusty Phillips | |
2009-05-24 | Mark news as safe so people can enter HTML. | Dusty Phillips | |
2009-05-04 | DOH | Dusty Phillips | |
2009-05-04 | Fix link to packages in todo lists. | Dusty Phillips | |
2009-04-13 | FS#11325. Add a 'Target Repo' column to the signoffs page. | Dusty Phillips | |
2009-04-13 | Aaron says maintainer column isn't necessary (FS#11325) | Dusty Phillips | |
2009-02-07 | Remove unneeded link for the dev site | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-01-30 | Add package count to the top of the search table. | Dusty Phillips | |
2009-01-18 | Apparently its not available on https. Bad Dan. | Dusty Phillips | |
2009-01-18 | Add Dan's stats page to the dev menu. | Dusty Phillips | |
2009-01-16 | Make the dashboard stats collapsed by default. | Dusty Phillips | |
2009-01-16 | Copyright infringement | Dusty Phillips | |
2009-01-01 | fix my flagged packages urls. | Dusty Phillips | |
2009-01-01 | display the license field on package descriptions | Dusty Phillips | |
2008-11-11 | proper columns on my flagged packages. | Dusty Phillips | |
2008-10-30 | only show dev toolbar if user is logged in | Dusty Phillips | |
2008-10-12 | drop seeveral unnecessary templates | Dusty Phillips | |
2008-10-11 | drop some extra media (may have to restore) | Dusty Phillips | |
2008-10-11 | drop jquery dependency | Dusty Phillips | |