index
:
server/parabolaweb
archweb
archweb-generic
lukeshu/netboot
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
views
/
display.py
Age
Commit message (
Expand
)
Author
2013-04-16
Various minor code cleanups and fixes
release_2013-04-16
Dan McGee
2013-04-16
Add shortcut for HEAD requests on slower views
Dan McGee
2013-04-13
Show replacments for package if it has been removed
Dan McGee
2013-02-16
Make page a query string parameter on package search
Dan McGee
2013-01-23
Use more modern verison of string template formatting
Dan McGee
2013-01-23
Use querysets for calls to get_object_or_404(Package)
Dan McGee
2013-01-13
Use content_type and not mimetype on HttpResponse()
Dan McGee
2012-10-26
Extract some common architecture grabbing logic
Dan McGee
2012-07-31
Revert "Fall back to 410 Gone for package files view as well"
release_2012-07-31
Dan McGee
2012-07-31
Reuse removed template for packages with multiple replacements
Dan McGee
2012-07-31
Add package details redirect for package replacements
Dan McGee
2012-07-31
Rework package details dispatch code
Dan McGee
2012-07-24
Replace deprecated direct_to_template() with render() shortcut
Dan McGee
2012-07-23
Fall back to 410 Gone for package files view as well
Dan McGee
2012-07-23
Ensure package files JS can support corner cases
Dan McGee
2012-07-23
Remove files list AJAX conditionals
Dan McGee
2012-07-23
Add '410 Gone' support for packages moved out of repositories
Dan McGee
2012-07-21
Split details/display package views into new module
Dan McGee