Граф коммитов

69 Коммитов

Автор SHA1 Сообщение Дата
Jeff Balogh 59360aea6f make the fast_current_version query way faster (bug 583122) 2010-07-29 18:43:12 -07:00
Jeff Balogh 6d4a5f3dc2 allow posting reviews and replies (bug 557879) 2010-07-28 17:51:04 -07:00
Jeff Balogh 4d428430f7 enable other collections by author (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
chenba 26fd705c61 Bug 574276: Implemented the nickname blacklist.
- added the BlacklistedNickname model to the users app
 - updated the user registration form to check for blacklisted nicknames
 - admin add form for blacklisted nicknames
 - tests
2010-07-26 14:03:44 -07:00
Jeff Balogh de5e325f69 collection votes (bug 574286) 2010-07-22 16:37:06 -07:00
Jeff Balogh 91fd548b3f forgot a semicolon in my sql 2010-07-22 09:04:46 -07:00
Jeff Balogh 0ae4521e0d new collection pages, redirects from old pages (bug 574272) 2010-07-21 16:50:47 -07:00
Jeff Balogh d7aed6dab3 slugs for collections (bug 574270) 2010-07-21 16:50:08 -07:00
Jeff Balogh 947b596246 pull all the creatured ids to avoid repeated calls 2010-07-20 16:26:03 -07:00
Dave Dash f32b1ff7ef bug 574278, Migrate collection permissions.
First collection user is author.  Remaining collection users are Role=1.

lol
2010-07-20 09:58:15 -07:00
Alex Buchanan ae81a7c368 bug 578087, kill fxcup 2010-07-15 11:45:56 -07:00
Jeff Balogh de620dbbff (addon_id, date) index for download_counts 2010-06-24 11:48:23 -07:00
Jeff Balogh 4dadc1d980 denormalize reviews.is_latest and reviews.prev_count for easy queries 2010-06-23 15:02:37 -07:00
Jeff Balogh 5bcfae3945 make reviews.version optional, attach an addon id 2010-06-23 14:59:38 -07:00
Dave Dash 80dd076d99 bug 569742, move stats tasks to tasks.py
This will make cron.py just list the cron jobs, and tasks list all tasks
regardless of whether they are used in cron.

This also adds a new task to update total_contributions... I did this out of
order otherwise it would have been two commits.  This task can be called via
cron or whenever Contributions is updated.
2010-06-22 12:44:51 -07:00
Jeff Balogh 086a7a4278 hit an index for personas by this author 2010-06-15 12:17:52 -07:00
Jeff Balogh 7dc2225d04 index on collections.subscribers 2010-06-10 12:46:11 -07:00
Jeff Balogh 8e953ccd95 better index for addons_categories 2010-06-10 12:46:11 -07:00
Jeff Balogh 83fcf3db5b indexes for popular sorts and lookups 2010-06-09 11:42:05 -07:00
Wil Clouser cfb5d44043 Make personas pages faster by adding indexes 2010-06-01 10:35:14 -07:00
abuchanan f0c542be09 FxCup: average fans. other minor fixes (e.g. css) 2010-05-27 19:10:40 -07:00
Wil Clouser a01a17f350 Adding theme validation migration; bug 539064 2010-05-24 20:33:56 -07:00
Dave Dash 2a13f5c00b add current_version field to addons table 2010-05-24 12:41:14 -07:00
Jeff Balogh cdfcd74e5b adding creatured download source (bug 560576) 2010-05-24 11:34:04 -07:00
Dave Dash 674446063b Trim existing whitespace. 2010-05-20 09:33:45 -07:00
Wil Clouser c4c579fa45 Add download sources; bug 565399 2010-05-12 19:26:17 -07:00
Dave Dash 00c2016626 bug 562667, Adding ids to a few collection_ models 2010-05-11 16:25:29 -07:00
Jeff Balogh dc2823932c embiggen the auth_user fields (bug 564364) 2010-05-07 14:34:39 -07:00
Jeff Balogh d5d4ce907c discovery pane feature management 2010-05-04 22:58:08 -07:00
Jeff Balogh f5185a10e8 collection tokens anonymously link a collection to a user 2010-05-04 09:58:43 -07:00
Jeff Balogh 077d866e9c add recommended_collection and addon_index fields 2010-05-04 09:58:43 -07:00
Jeff Balogh 983a2f45e0 add an ordering column to addons_collections 2010-05-04 09:58:43 -07:00
Jeff Balogh 6133cf5cb5 add a uuid automatically, remove unused fields 2010-05-04 09:58:43 -07:00
Jeff Balogh 6f7d29582b track appsupport through celery 2010-04-27 15:48:43 -07:00
Jeff Balogh 91bf852e7e save subscription events from paypal (bug 560893) 2010-04-22 16:42:19 -07:00
Wil Clouser 6421dd5427 Add ryf cron job; bug 560753 2010-04-22 16:34:32 -07:00
Wil Clouser d620e0eae1 Add jetpack flag; bug 59188 2010-04-20 08:31:31 -07:00
Jeff Balogh f08ba1d769 index on personas.persona_id 2010-04-14 11:39:42 -07:00
Jeff Balogh 8c756c5511 make sure these fields are never null 2010-04-07 10:57:32 -07:00
Fred Wenzel 4bd2a1eb76 added migration for new licenses (bug 556633) 2010-04-06 08:27:38 +02:00
Jeff Balogh 1c567ffe13 adding new fields to Personas 2010-04-01 15:30:36 -07:00
Jeff Balogh 045337ecff use created instead of modified for last_updated (bug 550948) 2010-03-30 13:54:00 -07:00
Scott McCammon 6062b35381 migration for contribution thankyou notes, bug 543638 2010-03-16 22:13:43 -07:00
Fred Wenzel cfb000eada migration 16 contained a dupe of migration 15. 2010-03-10 10:18:55 +01:00
Dave Dash db1782e572 Adding autoincrimenting ids where Django expects them. 2010-03-09 14:56:15 -08:00
Ian Bicking e822252017 Make the settings work when there's no port, and fix up the path manipulation 2010-03-09 10:06:26 -08:00
Jeff Balogh 6f9e2e20f4 normalize migration numbers 2010-03-05 11:06:15 -08:00
Fred Wenzel 95cde4082b tag list and test 2010-03-05 09:57:14 +01:00
Jeff Balogh 314315bd26 support this add-on helper 2010-03-04 18:29:56 -08:00