Allen Short
5107d662dd
explicitly cache counts for collection listings (bug 912484)
2013-09-25 09:20:54 -07:00
Mathieu Pillard
3f44e85e0f
Replace all '.uncached' calls by '.objects.no_cache()' (bug 913010)
...
uncached is generic and therefore wrong everytime we have soft
deletion or when there is model inheritance involved.
It's better to remove it and use the regular objects manager with
a no_cache() added to disable cache-machine.
2013-09-10 13:54:49 +02:00
Rob Hudson
a891d2ba6c
Separate queries for better mysql performance (bug 861224)
2013-06-14 10:31:57 -07:00
Chris Van
10d57e8ac1
add comment for bug 866454
2013-05-09 10:29:03 -07:00
Chris Van
1b49e1074c
evaluate list of addons before we addon_to_dict them (bug 866454)
2013-05-08 16:29:10 -07:00
Chris Van
b9c626be9f
let /user/me/ be /user/<request.amo_user.username>/ on AMO (bug 856871)
2013-04-03 22:24:54 -07:00
Kris Maglione
56d7a5ef09
Redirect unauthenticated users to login page when trying to access private collections.
2013-03-23 16:42:29 -07:00
Chris Van
ca260a85c4
support /collections/mine/favorites/format:json (bug 848178)
2013-03-22 15:20:25 -07:00
Chris Van
a630af36d9
return theme data in creatured JSON - used for featured themes (bug 846631)
2013-03-20 15:02:54 -07:00
Chris Van
341731cbca
remove all mentions of Add-on Collector (bug 841125)
2013-02-13 13:10:12 -08:00
Rob Hudson
b2bcc2fccf
Added 403 handlers (bug 584442)
2012-09-21 11:27:11 -07:00
Kumar McMillan
9079e7d17a
Fix more dodgy uses of redirect() (bug 787258)
2012-08-31 11:54:54 -05:00
Allen Short
18a7611706
Add flag for restricting users. (bug 753995)
2012-06-11 07:36:46 -05:00
Rob Hudson
7e0fdbd61d
Added "Collections:Edit" rule and perm checking (bug 685382)
2012-04-11 11:11:07 -07:00
Kumar McMillan
62b9717ee9
Fix unicode coercion in UserProfile (bug 734927)
2012-03-12 13:16:16 -05:00
Kumar McMillan
f3b3e029bc
Allow non-ascii in bandwagon logging (bug 734927)
2012-03-12 12:29:47 -05:00
Chris Van
de7b98a617
highlight "Collections I've Made" sidebar nav link for only my collections (bug 723041)
2012-02-07 16:26:55 -08:00
Chris Van
d6237e11fb
modify json_view decorator to use our l10n-friendly encoder
2012-02-01 15:04:57 -08:00
Matt Claypotch
167f30c599
using a more succinct query for addons in collections json view
2012-02-01 14:02:44 -08:00
Matt Claypotch
eba7155849
added a translation-friendly json_view (bug 722925)
2012-02-01 13:10:00 -08:00
Matt Claypotch
0e2fb5fa72
added JSON view of collections (bug 641637)
2012-02-01 13:10:00 -08:00
Chris Van
0a7cf73da9
show "View Statistics" link for add-on authors on collections details pages (bug 722571)
2012-01-30 17:12:24 -08:00
Vaidik Kapoor
64c5df6893
update confirmations for different collection tabs are consistent (bug 594232)
2012-01-24 13:13:29 -08:00
Chris Van
37692ab42b
add Recently Popular to collections sort options (bug 681059)
2011-09-02 01:00:41 -07:00
Chris Van
f702d23aea
ship /collections
2011-08-26 09:56:13 -07:00
Chris Van
62e2e24da0
breadcrumb checks
2011-08-26 09:42:24 -07:00
Chris Van
7e2bf5a623
new collections download sources
2011-08-26 01:12:42 -07:00
Chris Van
e9136ece7f
addressing collections flignotes
2011-08-25 00:17:17 -07:00
Chris Van
d6e703bf57
add sort by Name for collections filtering (bug 681838)
2011-08-24 18:35:37 -07:00
Chris Van
90564f24c2
new advanced listing sort style and options for collections (bug 681056)
2011-08-24 17:53:37 -07:00
Chris Van
9b6eb31e17
remove rating sort option for collections (bug 676579)
2011-08-24 11:03:59 -07:00
Chris Van
04fde7b7be
add collections RSS feed (bug 681060)
2011-08-24 10:50:30 -07:00
Chris Van
f70023642e
impala collections listing pages
2011-07-19 11:20:25 -07:00
Andy McKay
6f38b34e32
show collection updated and scroll up so people can see it (bug 652984)
2011-06-15 13:10:02 -07:00
Jeff Balogh
a5b7122fcd
populating the site_nav (bug 646699)
2011-03-31 12:50:20 -07:00
Dave Dash
c3b991a4d6
bug 634315, collections edit redirects
2011-02-17 09:05:46 -08:00
Matt Claypotch
5a9a2acc33
Disabling mobile bandwagon for the time being
2011-02-14 17:13:29 -08:00
Jeff Balogh
d5e598a1fe
change the imports to mobility
2011-02-03 14:54:32 -08:00
Jeff Balogh
0bd9d9e869
moving mobile middleware to a new app
2011-02-01 20:48:55 -08:00
Jeff Balogh
e54a83f61c
mobile collection listing (bug 627509)
2011-02-01 11:00:09 -08:00
Jeff Balogh
0da3aed2bc
beware of lazy objects returning unexpected types
2010-12-15 09:17:42 -08:00
Dave Dash
4bb9602b67
ActivityLog items:
...
CREATE_ADDON
EDIT_PROPERTIES
EDIT_DESCRIPTIONS
EDIT_CONTRIBUTIONS
ADD_VERSION
EDIT_VERSION
DELETE_VERSION
TODO notes are in place for items that aren't logged.
2010-11-12 14:06:45 -08:00
Matt Claypotch
2fd4bd4bff
Bug 593420, add better error handling to collection add popup
2010-09-24 16:54:34 -07:00
Wil Clouser
1aac03df49
Don't mark messages safe by default
2010-09-09 14:39:16 -07:00
Gregory Koberger
d8ebe4a5ab
A few more updates to the Remove Icon update
2010-09-03 15:41:16 -07:00
Gregory Koberger
a1d6b3c463
Added remove link for collection icon (bug 592430)
...
aka my foray into python
2010-09-03 14:45:37 -07:00
Jeff Balogh
0af82fe265
context managers for hitting master and turning off caching
2010-09-03 11:40:49 -07:00
Jeff Balogh
a4f4992517
beware of slave lag and all that jazz
2010-09-02 21:55:17 -07:00
Jeff Balogh
2149dd13c5
feeds for collections (bug 593086)
2010-09-02 13:03:29 -07:00
Jeff Balogh
6e3339d31a
/following is private, show all collections (bug 593101)
2010-09-02 12:13:50 -07:00