.. |
fixtures/stats
|
unique slugs for everyone
|
2010-12-08 18:56:57 -08:00 |
management
|
This is a squash of Ian's 5 commits:
|
2010-09-29 15:38:19 -07:00 |
templates/stats
|
move license link to template
|
2010-12-16 16:19:14 -08:00 |
tests
|
change csv header (bug 564544)
|
2010-11-18 13:45:25 -08:00 |
__init__.py
|
models for update_counts and download_counts
|
2010-02-04 14:01:42 -08:00 |
cron.py
|
Fix a bug where stats wouldn't be calculated for requested dates; bug 605519
|
2010-11-04 14:16:22 -07:00 |
db.py
|
upgrade to latest django (bug 612467)
|
2010-11-19 10:39:34 -08:00 |
decorators.py
|
Allow cross site access to stats data; bug 501060
|
2010-11-04 14:16:22 -07:00 |
helpers.py
|
Bug 601485, l10n stats moar
|
2010-10-04 16:44:31 -07:00 |
models.py
|
mirror addons models definition (bug 626545)
|
2011-01-18 15:53:30 +00:00 |
tasks.py
|
@task needs **kw (bug 627608)
|
2011-01-24 11:47:15 -08:00 |
unicode_csv.py
|
Use Unicode with CSVs; bug 580459
|
2010-07-28 19:20:19 -07:00 |
urls.py
|
removing inline JS, adding more local caching
|
2010-06-23 16:15:16 -07:00 |
utils.py
|
Fix a stats crash when there is no data, bug 580330
|
2010-07-28 14:28:17 -07:00 |
views.py
|
don't evaluate querysets until the request cycle (bug 625735)
|
2011-01-14 13:25:42 -08:00 |