Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-10-11 | simplify both look and code for dashboard | Dusty Phillips | |
2008-10-10 | fix broken maintainer packages links | Dusty Phillips | |
2008-10-10 | use standard messaging | Dusty Phillips | |
2008-10-10 | drop search/ url and just go to packages | Dusty Phillips | |
2008-10-07 | fix package details page | Dusty Phillips | |
2008-10-07 | use user messages to communicate status | Dusty Phillips | |
2008-10-07 | sort returns to first page | Dusty Phillips | |
2008-10-07 | trying to flesh out the page | Dusty Phillips | |
2008-10-07 | make sort form work | Dusty Phillips | |
2008-10-07 | make form submit some but not all values | Dusty Phillips | |
2008-10-07 | replace package search with a nonfunctional newform | Dusty Phillips | |
2008-10-07 | move validation template tage temporarily; it will be removed eventually | Dusty Phillips | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | |
2008-10-07 | use external links to avoid duplicate code between projects | Dusty Phillips | |