- 24 Mar, 2012 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 08 Mar, 2012 2 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Add a meta tag for all search results pages past the first. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 19 Oct, 2011 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 27 Aug, 2011 1 commit
-
-
Dan McGee authored
Addresses FS#25732. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 16 Aug, 2011 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 10 Aug, 2011 1 commit
-
-
Dan McGee authored
This replaces a lot of boilerplate we had everywhere, and makes sure things like the title are consistent across all links. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 15 Mar, 2011 1 commit
-
-
Dan McGee authored
We were silently eating errors and just showing a normal package list if the form didn't validate. Rather than do that, make sure we return no packages at all and display the form errors back to the user in a sane fashion. Adjust the validation methods on the 'limit' parameter so any integer is acceptable. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 13 Mar, 2011 1 commit
-
-
Dan McGee authored
Add a full_version property method to our package object that does the version formatting, and switch all templates displaying package versions over to this new method. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 08 Mar, 2011 1 commit
-
-
Dan McGee authored
When implementing search for multiple architectures or repositories, I didn't update this method to accomidate the new query parameters. Clean it up a bit by not appending/stripping the leading '?' anywhere but in the template itself, and ensure we can handle multiple of any parameter passed in. Fixes FS#23180. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 03 Mar, 2011 1 commit
-
-
Dan McGee authored
Rather than use user.is_authenticated, rely on certain permissions being set for the user. This allows us to open up the developer side and not assume everyone is a package maintainer. Allow all logged-in users to still view todo lists, but don't show the complete/incomplete links (only the text) unless they are allowed to mess with todo lists. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 04 Dec, 2010 1 commit
-
-
Dan McGee authored
This exposes something we added a while back, and has been shown elsewhere, but will now be available for everyone to see. Also change the default search order to just be by pkgname; we don't need to do a multi-column search by default. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 29 Oct, 2010 2 commits
-
-
Dan McGee authored
Now that the wiki is HTTPS for the most part, we should skip the redirects and link directly. Also switch some www links for mailman resources to the mailman subdomain. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 14 Sep, 2010 1 commit
-
-
Dan McGee authored
Set up a default DATE_FORMAT in settings.py and use it everywhere we do the '|date' template filter rather than hardcoding the value in the template. This also fixes a regression with news date/time now that we changed the field to store both date and time. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 08 Sep, 2010 1 commit
-
-
Dan McGee authored
And also add the new style class we will need so the search form retains the prior look, now that we are using this style elsewhere. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 13 Aug, 2010 1 commit
-
-
Dan McGee authored
It sounded like the date had to match exactly which wasn't true, so clarify the label on the form field. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 04 Aug, 2010 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 25 Jul, 2010 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 06 Jul, 2010 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 02 Jul, 2010 1 commit
-
-
Dan McGee authored
This text also includes a link to search the AUR for the same keywords. This implements FS#19904. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 21 Jun, 2010 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 20 Jun, 2010 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 05 Jun, 2010 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 31 May, 2010 1 commit
-
-
Dan McGee authored
We had 'style=' instead of 'class=' here, making the highlight disappear. Fix it and things will work again. Fixes FS#19652. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 26 May, 2010 1 commit
-
-
Dan McGee authored
Get this working by doing some class business with CSS in order to highlight the correct tab. I had to add some stuff to a variety of pages but it should be working correctly now. Addresses FS#19591. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 17 May, 2010 1 commit
-
-
Thayer Williams authored
* moved non-tabular data out of tables * added tbody for pretty printing * form accessibility * descriptive href titles throughout * code cleanup (removing unnecessary line breaks, styling, etc.) * renamed page to Package Database * add descriptive text to bottom of database pages Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 27 Mar, 2010 1 commit
-
-
Dan McGee authored
This is an attempt to fix our long-standing problems dealing with maintainer information. Move the actual maintainer information off of the package model into a PackageRelation object, which has some flexibility to later represent more than just maintainership. This solves multiple problems: * If a package gets accidentally deleted, so did the maintainer info * Testing packages have always shown up as orphans * With split packages, it was easy to miss some of the sub-packages This commit does not include the deletion of the original maintainer column; that will come at a later time when I feel more confident that the data was migrated correctly. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 09 Feb, 2010 1 commit
-
-
Dan McGee authored
This way we can skip the redirect to HTTPS on the real site that is not necessary by any means, and it works out for the best. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 01 Feb, 2010 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 31 Jan, 2010 2 commits
-
-
Dan McGee authored
Random stupids in our HTML, this should be a little better at least. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
* 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>
-
- 10 Nov, 2009 1 commit
-
-
Ismael Carnales authored
-
- 18 Aug, 2009 1 commit
-
-
Dusty Phillips authored
-
- 30 Jan, 2009 1 commit
-
-
Dusty Phillips authored
-
- 10 Oct, 2008 1 commit
-
-
Dusty Phillips authored
-
- 07 Oct, 2008 4 commits
-
-
Dusty Phillips authored
-
Dusty Phillips authored
-
Dusty Phillips authored
-
Dusty Phillips authored
-