Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-06 | Use repo.testing flag instead of test-based checks | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-27 | files: template reuse | Dan McGee | |
Get rid of the copy/paste by including the sub-template. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-27 | Ensure our cache is correct with AJAX requests | Dan McGee | |
Since the same URLs serve two different responses based on the request being AJAX or not, we want to ensure we don't cache the wrong one and serve it up incorrectly. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-27 | Make files view AJAX if supported | Dan McGee | |
This will put the filelist inline on the package details page if using a capable browser. It should still fallback to a separate page if necessary (e.g. all those users using links on the site). Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-27 | Order the package files when viewing | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-27 | Bring package files view up to speed | Dan McGee | |
Move it away from the numeric pkgid-based view of old to the new pretty URL format. This does nothing to actually make the view show files (or even provide a link to it), but that will come in future commits. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-17 | Clean up urlencode usage even more | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-16 | More save() -> update() cleanup | Dan McGee | |
Use update() instead of for x in y: save(). Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-16 | Clean up adopt/disown logic | Dan McGee | |
We can pull the common queryset out into a local variable, as well as using the mass-update function provided on a queryset instead of resorting to iteration. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-16 | Use unicode-safe urlencode in package search | Dan McGee | |
Django already provides an implementation of urlencode that is Unicode-safe. Use it instead of our own version. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-16 | Make packages view much more efficient | Dan McGee | |
The len() call was killing performance, especially in the default click-thru case where we show the packages list without any filtering (only sorting). Also use a well-placed select_related() to further drop the query count. As noted by the TODO, there is still more that can be done here to improve performance. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-10 | Remove archweb prefix from all imports | Dan McGee | |
Unnecessary, and lets us standardize on not using it everywhere. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-02-08 | Add OpenSearch support to the site | Dan McGee | |
Implements FS#14185. It is a bit more complex than listed there as I wanted to not hardcode the URLs in the descriptor file; to do this we need to make it a template and fill some things in. We also need to serve the file using the correct mime type. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Make marking out of date actually work | Dan McGee | |
And honor the packager's notify flag, as Pierre pointed out. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Use select_related() to make a few more places more performant | Dan McGee | |
Especially when looking at packages, we always want the arch and repo. Another big hunk of changes deals with the very inefficient signoffs code. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-31 | Adjust models and views for nullable maintainer | Evangelos Foutras | |
Signed-off-by: Evangelos Foutras <foutrelis@gmail.com> [Dan: made a few other small touchups] Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-01-30 | Package search: sort maintainer list by username | Dan McGee | |
Makes it easier to find a user since we have quite a few. FS#18055. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-11-10 | added permission required to protected packages views | Ismael Carnales | |
2009-11-09 | added missing packages views code from archweb_pub | Ismael Carnales | |
2009-11-09 | added missing packages views from archweb_pub | Ismael Carnales | |
2009-11-09 | modified import paths from archweb_dev to archweb | Ismael Carnales | |
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-11 | Fix community links. | Dusty Phillips | |
2009-07-24 | Repo-based permissions when adopting packages. | Dusty Phillips | |
2009-05-04 | Fix a bug when someone accesses the update page without POSTINg adopt or ↵ | Dusty Phillips | |
disown. Probably occurred by a press of the back button. | |||
2009-04-13 | FS#11325. Add a 'Target Repo' column to the signoffs page. | Dusty Phillips | |
2008-10-11 | drop a couple completed to-dos and blank lines | Dusty Phillips | |
2008-10-11 | refactor duplicate signoff code | Dusty Phillips | |
2008-10-11 | drop some unused templatetags | Dusty Phillips | |
2008-10-10 | use RequestContext because its standard | Dusty Phillips | |
2008-10-10 | simplify package details view | Dusty Phillips | |
2008-10-07 | drop id based searching | 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 | reorder ifs | Dusty Phillips | |
2008-10-07 | fix sorting issue | Dusty Phillips | |
2008-10-07 | trying to flesh out the page | Dusty Phillips | |
2008-10-07 | fix the last update script | 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 | need better than ids for options | 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-05 | drop a bunch of unusued imports | Dusty Phillips | |
2008-10-05 | drop some unused imports | Dusty Phillips | |
2008-08-16 | #10340 Integrated Signoffs completed but untested | Dusty Phillips | |
2008-08-06 | improve the template | Dusty Phillips | |
2008-08-06 | boilerplate for new signoffs code | Dusty Phillips | |
2008-07-30 | allow anyone to adopt or disown a package | Dusty Phillips | |
2008-07-05 | #10213 make package urls be pretty cool, if not awesome | Dusty Phillips | |