- 24 Mar, 2012 1 commit
-
-
Dan McGee authored
Until Django 1.3, the functions include(), patterns() and url() plus handler404, handler500 were located in a django.conf.urls.defaults module. In Django 1.4, they live in django.conf.urls. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 13 Feb, 2012 1 commit
-
-
Dan McGee authored
These would cause page errors if passed anything not in the ASCII character set. This change allows for packages to have names composed of any Unicode characters, not just those in the ASCII set. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 28 Jan, 2012 1 commit
-
-
Dan McGee authored
Fixes FS#28106, where we couldn't view packages with names containing the '@' symbol. Rather than whitelist things, switch to a blacklist of only a space and slash character. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 11 Nov, 2011 1 commit
-
-
Dan McGee authored
This allows access to the same data (and even a bit more) from the signoffs overview page in a machine-friendly way. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 04 Nov, 2011 1 commit
-
-
Dan McGee authored
This allows the criteria and other information about certain signoffs to be overridden as necessary. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 03 Nov, 2011 1 commit
-
-
Dan McGee authored
Add a new 'SignoffSpecification' model which will capture metadata regarding a specific package if it differs from the norm- e.g. more or less than 2 required signoffs, is known to be bad, a comment from the maintainer, etc. The groundwork is laid here; much of this will still need to be wired up in the future. Enhance the view with a lot more JS prettiness and add revoking of signoffs. The signoff page can be filtered and the links and all the fun stuff are totally dynamic now. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 06 Jul, 2011 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 15 Jun, 2011 2 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
These are retrieved by adding 'json/' to the normal package details or files view. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 18 Apr, 2011 1 commit
-
-
Dan McGee authored
Now that multiple packages get marked out of date whenever this form is processed, have the page and email itself reflect this fact. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 15 Apr, 2011 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 23 Feb, 2011 2 commits
-
-
Dan McGee authored
Add a column of checkboxes to each table, enclose the whole thing in a form, and add a super-simple delete view that takes a list of IDs and removes them from the database. The delete_packagerelation permission is required to be able to delete relations. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
For now it is read only. Display a few tables of various ways of detecting stale package relations. These include inactive users, pkgbase values that no longer exist, and users that are listed as maintainers that don't have the proper permissions for that package anymore. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 20 Jan, 2011 1 commit
-
-
Dan McGee authored
This allows the exact opposite of the 'flag' option as presented to the end user, especially helpful for split packages. The original single unflag package option is also still available. Implements FS#22520. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 18 Jan, 2011 1 commit
-
-
Dan McGee authored
This makes the signoffs page a heck of a lot more usable as you can go through and click a bunch at once without waiting for the rather slow page to reload. Hopefully the first step to bringing life back into this part of the site. Signed-off-by:
Dan McGee <dan@archlinux.org>
-
- 13 Dec, 2010 2 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Dan McGee authored
Things are a bit cleaner now. Signed-off-by:
Dan McGee <dan@archlinux.org>
-