Jeff Balogh
a8c292adcf
use the remora name for the other flag (bug 583870)
2010-08-02 15:34:50 -07:00
Ian Bicking
a84f18d6ca
Remove the automatic filtering out of dates with 0000-00-00
...
This filter was causing the queries to not use the most appropriate index with MySQL, slowing down queries significantly.
When queried from Python 0000-00-00 is returned as None. There might be a roundtrip problem if that None is put back into the database (NULL is not allowed on the date field). But all existing queries are date-specific, so these dates shouldn't show up, and updates are not currently done from Python or this application.
2010-08-02 16:27:44 -05:00
Jeff Balogh
bcf930290e
download sources for the versions page (bug 572848)
2010-08-02 13:41:41 -07:00
Jeff Balogh
3ac9c6844b
more slave lag avoidance (bug 583367)
2010-08-02 11:37:42 -07:00
Jeff Balogh
14f091a56c
link to the zamboni reviews page
2010-07-30 18:18:47 -07:00
Jeff Balogh
1dad49dbfc
pass around using to avoid slave lag
2010-07-30 18:06:33 -07:00
Wil Clouser
56d264fb0d
Add a PIL test for resize_icon
2010-07-30 17:18:25 -07:00
Jeff Balogh
54bafd3234
avoid slave lag since we call update after a write (bug 583367)
2010-07-30 17:07:56 -07:00
Jeff Balogh
6fde55b9f4
only count the latest reviews for public display (bug 583343)
2010-07-30 16:46:21 -07:00
Jeff Balogh
2a97e379ce
include grouped ratings in addon_review_aggregates
2010-07-30 16:19:42 -07:00
Jeff Balogh
1d57159bec
make sure we have work to do
2010-07-30 16:05:51 -07:00
Wil Clouser
23d286dfee
Add flush urls to Addon, bug 583121
2010-07-30 13:43:36 -07:00
Jeff Balogh
c1ebf781f9
use /login?to= instead of next= (bug 583117)
...
Bonus: login_required plays nice with HTTP if you like that.
2010-07-30 13:32:29 -07:00
Matt Claypotch
ced819210e
Bug 578227, re-ordered error display
2010-07-30 13:31:33 -07:00
Matt Claypotch
af05efd987
Bug 578227, review forms are hella pretty now!
2010-07-30 13:01:21 -07:00
Jeff Balogh
af3954eeba
make sure we have urls to flush
2010-07-30 01:38:47 -07:00
Jeff Balogh
59360aea6f
make the fast_current_version query way faster (bug 583122)
2010-07-29 18:43:12 -07:00
Jeff Balogh
17698c65fc
check for current_version updates every minute (bug 583122)
2010-07-29 17:24:20 -07:00
Wil Clouser
a1e2c2c6e8
update locale
2010-07-29 17:08:30 -07:00
Jeff Balogh
6dfd5a9fba
Merge branch 'review-fixes'
2010-07-29 15:32:06 -07:00
Jeff Balogh
3f0efc510a
click on the review to close the report popup (bug 577379)
2010-07-29 15:27:02 -07:00
Jeff Balogh
f37926d93a
make sure we get input for Other flags (bug 577381)
2010-07-29 15:27:02 -07:00
Jeff Balogh
37346be070
don't allow duplicate replies (bug 582883)
2010-07-29 15:27:02 -07:00
Jeff Balogh
335db350df
if we get a double reply, treat it as an edit (bug 582883)
2010-07-29 15:27:02 -07:00
Jeff Balogh
f4dd63e32b
ajax review editing + testing
2010-07-29 15:26:57 -07:00
Wil Clouser
d4b07a3ded
update locale
2010-07-29 13:35:15 -07:00
Wil Clouser
fc41c7a7c8
Use Unicode with CSVs; bug 580459
2010-07-28 19:20:19 -07:00
Matt Claypotch
f0277ba561
Bug 576648, styled grouped ratings
2010-07-28 17:53:30 -07:00
Jeff Balogh
6d4a5f3dc2
allow posting reviews and replies (bug 557879)
2010-07-28 17:51:04 -07:00
Jeff Balogh
3f3ad88d98
Merge branch 'collections'
2010-07-28 17:48:36 -07:00
Jeff Balogh
0a43175850
collection permission check + view stats
2010-07-28 17:26:54 -07:00
Jeff Balogh
f2752b7856
top tags for collection pages (bug 574291)
2010-07-28 17:26:53 -07:00
Jeff Balogh
7c85d3cbee
fake endpoint for Tag.get_url_path()
2010-07-28 17:26:53 -07:00
Jeff Balogh
4d428430f7
enable other collections by author (bug 574291)
2010-07-28 17:26:53 -07:00
Jeff Balogh
51b2ca52f8
use a grid if a collection has only personas (bug 574291)
2010-07-28 17:26:53 -07:00
Jeff Balogh
3ece628919
task for updating collection metadata
2010-07-28 17:26:53 -07:00
Jeff Balogh
02f92c9f4a
Addon.objects.valid_q returns a Q object for finding valid add-ons
2010-07-28 17:26:51 -07:00
Jeff Balogh
9d8422aca9
let personas be shown in listings (bug 574291)
2010-07-28 17:08:11 -07:00
Jeff Balogh
39e7d1585c
include personas and listed add-ons in appversions
2010-07-28 16:09:09 -07:00
Dave Dash
5f92bf55b7
Comment out PIL dependencies.
2010-07-28 15:55:33 -07:00
Dave Dash
6814dda013
Comment out PIL dependencies.
2010-07-28 15:42:01 -07:00
Dave Dash
3fec546902
bug 574271, Add collection
2010-07-28 15:16:04 -07:00
Sam Keen
d0560d67ca
tweaks/fixes as per jbalogh's comments b02fd (bug 581203)
2010-07-28 14:57:23 -07:00
Sam Keen
24642bf528
tweaks/fixes as per jbalogh's comments b02fd (bug 581203)
2010-07-28 14:56:26 -07:00
Wil Clouser
d13ba92e50
Fix a stats crash when there is no data, bug 580330
2010-07-28 14:28:17 -07:00
Sam Keen
b02fd6fa5c
migrate tags/top bug(581203)
2010-07-28 12:20:29 -07:00
Sam Keen
b8a1b1381b
migrate tags/top bug(581203)
2010-07-28 12:18:21 -07:00
Wil Clouser
a75e981066
don't cache our version check query
2010-07-28 10:28:43 -07:00
Jeff Balogh
2ad7eae2e2
run update_versions every 20 minutes; it goes pretty fast
2010-07-27 19:02:23 -07:00
Jeff Balogh
b9953c9cff
make sure version updates are safe
2010-07-27 18:21:40 -07:00