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

273 Коммитов

Автор SHA1 Сообщение Дата
Rob Hudson 513b51599f Fixed Django deprecation warning for urls imports 2012-09-07 17:00:53 -07:00
Andy McKay 054cd94a46 cleanup redirect 2012-08-30 16:51:57 -07:00
Allen Short 73df5393f8 Flag reviews containing URLs (bug 568458) 2012-08-30 14:53:58 -07:00
Chris Van cf4f5327bc use _lazy everywhere for form labels 2012-08-12 22:10:54 -07:00
Chris Van cfc50e509f use fake mail everywhere when SEND_REAL_EMAIL=False (bug 768916) 2012-07-20 13:20:59 -07:00
Kevin Ngo 24903c76b7 Revert "Revert "pass dl-src/user client data to install/contrib/ratings (bug
757266, 763697, 756660)"" and fix migration
2012-07-20 12:53:26 -07:00
Chris Van ae8ddce31d Revert "pass dl-src/user client data to install/contrib/ratings (bug 757266, 763697, 756660)"
This reverts commit a32b7c3c4d.
2012-07-20 01:58:44 -07:00
Kevin Ngo a32b7c3c4d pass dl-src/user client data to install/contrib/ratings (bug 757266, 763697, 756660) 2012-07-19 19:49:51 -07:00
Matt Basta 4a3b04e7b9 Don't put listing RSS feed on review detail page. (bug 582881) 2012-07-19 14:38:23 -07:00
Matt Basta ea727d9601 amo doesn't require ratings like marmo, so ignore them if they're None.
Fixes unstable tests.
2012-07-18 18:29:13 -07:00
Matt Basta 7b2d3e810d Update ratings and review counts on AMO, too 2012-07-18 17:53:10 -07:00
Wraithan (Chris McDonald) 3af2dabbcc safe_key is not needed for groupedratings 2012-07-18 16:34:48 -07:00
Wraithan (Chris McDonald) f67a5ea0c2 changed GroupedRating to properly repopulate 2012-07-18 16:28:16 -07:00
Matt Basta f1b25e2cb5 Reviews in mkt shouldn't create new reviews on edit (bug 769286) 2012-07-17 15:08:03 -07:00
Chris Van 6cec9535e2 fix AttributeError traceback upon saving new review: Spam.add (bug 771706) 2012-07-13 17:46:35 -07:00
Kevin Ngo 19242f0492 add rss feeds for ratings per app (bug 755925) 2012-07-13 15:04:17 -07:00
Chris Van a4b3203383 allow developers to reply to reviews - and add validation to review editing (bug 756656) 2012-07-03 17:04:22 -07:00
Wraithan (Chris McDonald) 2d62d91e41 reorder imports so they are alphabetized 2012-07-03 13:32:37 -07:00
Allen Short f0813d5cf5 replace redis with memcache for Spam/GroupedRating 2012-07-02 15:21:49 -07:00
Chris Van 711ee86837 fix fixture for AMO reviews 2012-06-14 17:12:08 -07:00
Chris Van dd4689b29b fix fixture for review tests (bug lame) 2012-06-14 16:15:13 -07:00
Chris Van c9329b75b4 allow reviews to be deleted (bug 763779) 2012-06-14 02:49:37 -07:00
Allen Short 18a7611706 Add flag for restricting users. (bug 753995) 2012-06-11 07:36:46 -05:00
Chris Van d4eecf585d make reviews listing page pretty for mobile 2012-06-11 12:06:31 -07:00
Gregory Koberger f2a8860850 Show add-on ratings and image on Google 2012-05-24 17:20:07 -07:00
Chris Van a605dd61e5 allow people to submit app ratings (bug 755567) 2012-05-18 13:18:00 -07:00
Chris Van f74b1e15d5 remove user review feed tests for marketplace 2012-05-02 12:30:06 -07:00
Rob Hudson 67ae54ddce Fixture cleanup in preparation for Django 1.4 upgrade. 2012-04-30 14:32:31 -07:00
Wil Clouser 78037c1dfb fix up some stragglers 2012-04-12 21:01:41 -07:00
Wil Clouser ebb8cf4dea remove users.(first|last|nick)name. migration in separate commit 2012-04-12 21:01:41 -07:00
Wil Clouser cc62cd6905 remove users.sandboxshown; migration in another commit 2012-04-12 21:01:41 -07:00
Rob Hudson 3caca10d89 Updated EditAnyAddon permission (bug 685382)
Admin:EditAnyAddon -> Addons:Edit
2012-03-19 16:26:32 -07:00
Rob Hudson 891957d536 Updated edit user permissions (bug 685382)
Admin:EditAnyUser -> Users:Edit

Currently not part of any group. The Admin "*:*" group is the only one
that will pass this check.
2012-03-19 14:56:23 -07:00
Rob Hudson f54b83305e Updated spam permission (bug 685382)
Admin:BattleSpam -> Spam:Flag

Currently this isn't added to any groups, and may change according to
bug 725370.
2012-03-19 14:44:48 -07:00
Chris Van 74adb68e15 move 'apps/webapps' app to 'mkt/webapps' (bug 733126) 2012-03-13 15:29:16 -07:00
Andy McKay 1e3ab487ac cope with missing review 2012-03-08 10:28:59 -08:00
Rob Hudson 6f990a5a70 Cleaned up review delete code (bug 732098)
This adds the delete review link to the review list page, and also
cleans up review delete permission check to be in one spot and
consistent.
2012-03-07 11:09:15 -08:00
Andy McKay bff516fe58 add in some fields on to some forms 2012-03-06 10:41:21 -08:00
Rob Hudson 564389ff4a Updated permission for reviews (bug 731908)
Editors:DeleteReview is now Reviews:Edit
2012-03-01 11:58:19 -08:00
Wil Clouser eca97180ac Let users delete their own reviews. Bug 585664 2012-03-01 09:29:03 -08:00
Davor Spasovski edd4d3a476 rating microdata (bug 709643) 2012-02-29 20:14:00 -08:00
Davor Spasovski 1decaeb84c fixed rating data to aggregateRating (bug 709643) 2012-02-24 16:30:52 -08:00
Chris Van 7f20770217 fix feeds test 2012-02-18 11:48:19 -08:00
Rob Hudson cf5c146d88 Revamped permissions around editors (bug 685382)
The following permissions are being migrated:

  Editors.* -> Addons:Review
  Editors:Apps -> Apps:Review
  Editors:ReviewPersonas -> Personas:Review
2012-02-14 14:01:14 -08:00
Gregory Koberger dad468014d Switch # to "permalink" to avoid confusion 2012-01-25 15:59:44 -08:00
Vaidik Kapoor bf97714654 individual delete links for every review on user profiles page for admins/editors (bug 645239) 2012-01-18 15:36:43 -08:00
Davor Spasovski ca77e4e03c added rating metadata on 'stars' detailed filter (bug 709643) 2011-12-19 23:50:56 -08:00
Wil Clouser e56634460a Improve label on button; bug 696691 2011-12-13 22:28:15 -08:00
Chris Van c5d2ff197a put all admin tools in admin nav (bug 595792) 2011-12-13 16:42:45 -08:00
Chris Van 7a6a150832 fix typo in test 2011-12-12 21:51:41 -08:00