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

422 Коммитов

Автор SHA1 Сообщение Дата
washort 5b663c09ca Merge pull request #1319 from washort/885475
Remove unneeded cron jobs (bug 885475)
2013-11-13 13:20:05 -08:00
Allen Short 2f31540bd7 Remove unneeded cron jobs (bug 885475) 2013-11-13 13:18:11 -08:00
Kris Maglione 9a664e5807 Fix deletion of collections, and users who own said collections, which have votes. 2013-11-01 11:15:53 -07:00
Rob Hudson a6ee4b4a45 Remove deprecated `verify_exists` from URL fields. 2013-10-02 11:56:39 -07:00
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 3c6dc9f9e8 More ES plugin avoidance when told to not use plugins (bug 889764) 2013-07-03 08:28:34 -07:00
Allen Short 77bbadc61a Reverting "use celery's task dependency management to chain and parallelize reindexing. (bug 867289)"
Reverting "some missed celery calls"

This reverts commits 3d91a0ae13 and
164d41e4b6.
2013-06-14 15:20:30 -07:00
Rob Hudson a891d2ba6c Separate queries for better mysql performance (bug 861224) 2013-06-14 10:31:57 -07:00
Allen Short 3d91a0ae13 some missed celery calls 2013-06-10 09:46:06 -07:00
Allen Short 164d41e4b6 use celery's task dependency management to chain and parallelize reindexing. (bug 867289) 2013-06-07 14:42:39 -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
Rob Hudson 94d3657e5b fixed broken test 2013-04-16 09:48:04 -07:00
Chuck Harmston c58bdb4bc1 Move acl imports from method scope to module scope (bug 858287) 2013-04-08 13:39:06 -05:00
Chuck Harmston d5eb273767 Refactor acl.check_ownership to prevent imports of Addon and Collection models (bug 858287) 2013-04-08 11:07:40 -05:00
Rob Hudson b0ec85ff39 Fixed a few more fixture errors 2013-04-05 16:32:27 -07:00
Chris Van e9d71d0138 add translations.fields.save_signal back in for CollectionAddon (bug 858125) 2013-04-04 14:37:03 -07:00
Chris Van 76c4cfe2e5 allow themes to show up in collection creation/management autocomplete add-on suggestions (bug 857300) 2013-04-03 22:46:24 -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
Andy McKay 22ded2295c move to explicit signals (bug 821773) 2013-04-01 13:50:38 -07:00
Kris Maglione db32318e43 Fix bandwagon tests to expect redirect rather than 403 when visiting a private collection. 2013-03-26 17:30:46 -07:00
Chris Van 76a5932f38 Merge pull request #690 from kmaglione/collection-login
Redirect unauthenticated users to login page when trying to access priva...
2013-03-26 16:11:58 -07:00
Chris Van 2096d804f2 fix amo bandwagon test 2013-03-25 11:54:35 -07:00
Chris Van f3db530d0f speed up abuse, applications, and bandwagon tests 2013-03-24 23:36:17 -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 ceb0e50436 remove duplicated bandwagon tests 2013-03-22 16:33:35 -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 f9f3abce90 Removing the cake (bug 747570) 2013-02-04 11:08:27 -08:00
Chris Van 7bc7451651 rename Personas to Themes on AMO (bug 822486) 2013-01-08 16:33:50 -08:00
Rob Hudson 7ee75c9f2d Added offline re-indexing option (bug 763722) 2012-10-23 20:56:06 +02:00
Wraithan (Chris McDonald) 28f608d067 remove no-redis waffle (Bug 771593) 2012-09-28 12:48:39 -07:00
Rob Hudson b2bcc2fccf Added 403 handlers (bug 584442) 2012-09-21 11:27:11 -07:00
Rob Hudson 513b51599f Fixed Django deprecation warning for urls imports 2012-09-07 17:00:53 -07:00
Matt Basta cb91d9ca0e Fix for icon-related tests on amo 2012-08-31 13:28:32 -07:00
Kumar McMillan 9079e7d17a Fix more dodgy uses of redirect() (bug 787258) 2012-08-31 11:54:54 -05:00
Andy McKay 24389c0959 add in fixtures 2012-08-23 11:39:44 -07:00
Chris Van d8844359f9 filter apps by region on Home, Category Landing, Category Browse, Site Search, Search Suggestions (bug there-is-none, but bug 764033 is relevant) 2012-08-13 17:23:55 -07:00
Allen Short 1445ecdda6 Use storage API for nearly everything. (bug 749349)
This patch changes a bunch of code to use the storage API. With these
changes, AMO and mkt unit tests pass using S3 as the backend.

A notable behaviour change is that files passed to the validator are
copied to a local temp directory from storage before validation.
2012-07-12 16:55:47 -05:00
Allen Short 18a7611706 Add flag for restricting users. (bug 753995) 2012-06-11 07:36:46 -05:00
Chris Van 143955191e fix tiny collection author names (bug 749176) 2012-05-17 10:13:06 -07:00
Wil Clouser 13d81e7187 remove old cron job; bug 750510 2012-05-11 10:41:53 -07:00
Rob Hudson 67ae54ddce Fixture cleanup in preparation for Django 1.4 upgrade. 2012-04-30 14:32:31 -07:00
Kumar McMillan caec7a2e42 Use storage API for everything * (bug 721572)
Includes: XPI uploads, addon icons, collection icons, personas
* It does not include the file viewer
2012-04-23 06:38:51 -07:00
Chris Van 891086eb0e list persona authors on personas collection detail page (bug 736150) 2012-04-19 14:50:33 -07:00
Andy McKay 2cc495c3a6 Revert "making it up because @cvan said so"
This reverts commit 6ed21a49d2.
2012-04-19 14:32:41 -07:00
Andy McKay 6ed21a49d2 making it up because @cvan said so 2012-04-19 14:28:29 -07:00
Wil Clouser 350dd17e10 remove (unused, I hope) CollectionAddonRecommendation. Table removed in
separate migration
2012-04-12 21:01:41 -07:00