addons-server/apps/files
Matt Basta 48146b9673 Update file viewer sort order
We sort alphabetically now (with directories first) because we're
using the storage API, which returns directories and files separately.

In other news, hooray for more storage API coverage!
2012-10-29 15:57:12 -07:00
..
fixtures/files Bug 772982: Prefer explicit em:type over type detection in zamboni (matches behavior of the validator) 2012-08-28 14:17:48 -07:00
sql
templates/files Bug 776008: File viewer updates for Jetpack add-ons: 2012-08-24 14:27:35 -07:00
tests Update file viewer sort order 2012-10-29 15:57:12 -07:00
__init__.py
admin.py
cron.py
decorators.py Add file viewer to Marketplace (bug 784200) 2012-10-29 14:48:07 -07:00
helpers.py Don't fail when file name isn't mocked out. 2012-10-29 15:49:38 -07:00
models.py Bug 701719: Give theme jars .xpi extension so that they have application/x-xpinstall on download and on disk. 2012-10-22 16:03:03 -07:00
tasks.py Use storage API for nearly everything. (bug 749349) 2012-07-12 16:55:47 -05:00
urls.py Fixed Django deprecation warning for urls imports 2012-09-07 17:00:53 -07:00
utils.py Let's name packaged apps with a .zip extension 2012-09-27 16:32:08 -07:00
views.py