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
Age
Commit message (
Expand
)
Author
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-31
Fix broken hidden input sort field on search form
Dan McGee
2012-07-24
Replace deprecated list_detail usage in search with class-based view
Dan McGee
2012-07-24
Replace deprecated direct_to_template() with render() shortcut
Dan McGee
2012-07-24
Remove custom utc_now() function, use django.utils.timezone.now()
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
2012-05-18
Issue redirects from non-agnostic to agnostic URLs if unambiguous
Dan McGee
2012-05-12
Use python json module directly in place of simplejson
Dan McGee
2012-05-05
Fix suggestion caching again for non-ASCII characters
release_2012-05-05
Dan McGee
2012-05-04
Fix search suggestions for invalid cache keys
Dan McGee
2012-05-02
Flagging related cleanups and improvements
release_2012-05-02
Dan McGee
2012-05-01
Add some caching to the Opensearch-related views
Dan McGee
2012-05-01
Opensearch enhancements
Dan McGee
2012-04-07
Add JSON search view
release_2012-04-07
Dan McGee
2012-04-07
Move PackageJSONEncoder into package.utils module
Dan McGee
2012-04-07
Choose an up-to-date mirror for download URLs
Dan McGee
2012-04-02
Make hidden 'name' search field match exactly
Dan McGee
2012-03-29
Return files in default order
Dan McGee
2012-03-26
Rename 'packagedepend_set' attribute to 'depends'
Dan McGee
2012-03-26
Add more info to package JSON dump
Dan McGee
2012-03-26
Bump signoffs and mirror status JSON API versions
Dan McGee
2012-03-24
Revert "Add some dev dashboard info regarding signed package count"
Dan McGee
2012-03-23
Make all datetime objects fully timezone aware
Dan McGee
2012-02-14
Require message when flagging package out of date
Dan McGee
2012-02-12
Protect urlencode calls against Unicode data
Dan McGee
2012-02-07
FlagRequest model behavior tweaks
Dan McGee
2012-02-02
Extract split_package_details() method
Dan McGee
2012-01-10
Add old version string to saved flag requests
release_2012-01-11
Dan McGee
2012-01-05
Adjust page and content caching lengths and decorators
Dan McGee
2012-01-03
Add maintainer and packager data to package JSON view
Dan McGee
2011-12-08
Store flag requests in the database
Dan McGee
2011-12-08
Multilib differences report
Dan McGee
2011-12-03
Rename files list template for consistency
Dan McGee
2011-12-03
Show files and directory count in standalone package files view
Dan McGee
2011-11-21
Better support for non-latin full names
release_2011-11-21
Dan McGee
2011-11-14
Allow population of signoff specs with SVN commit messages
Dan McGee
2011-11-11
Add pkgnames array to JSON package signoffs view
Dan McGee
2011-11-10
packages/view/search: refactor out the form parsing code
Dan McGee
2011-11-10
packages/views: split out search view
Dan McGee
2011-11-10
packages/views: move signoff-related views into separate module
Dan McGee
2011-11-10
packages/views: move flag-related views to own module
Dan McGee
2011-11-10
Move package views into subdirectory
Dan McGee