Allen Short
0c580fcdba
give reasons for all 4xx API responses (bug 855817)
2013-06-25 19:04:09 -07:00
Allen Short
f5eef5e4b3
move code, docs for API submission flow (bug 861319)
2013-06-25 19:04:09 -07:00
Rob Hudson
c9542a1f10
Performed summary-ectomy (bug 862603)
2013-06-25 11:41:17 -07:00
Chris Van
e83198abf2
add swagga to buchets in submission flow (bug 875005)
2013-06-25 11:27:33 -07:00
Rob Hudson
f1a7a398ce
Validate and save packaged app origin (bug 878101, 878103)
2013-06-24 17:45:20 -07:00
Mathieu Pillard
45dfe7a17a
Make features profile changes trigger re-review (bug 862449)
2013-06-19 11:47:00 +02:00
Chris Van
892d0eaafb
show minifest and requested permissions in Reviewer Tools (bug 881880)
2013-06-18 15:09:33 -07:00
Mathieu Pillard
3faa9a2df5
Add developer_name column to Version and update its content from manifest
2013-06-12 13:09:48 +02:00
Andy McKay
aebc901abd
make price currency depend upon region, carrier and provider (bug 878323)
2013-06-11 16:44:53 -07:00
Andy McKay
cd1d872ea2
convert switch to flag so we can whitelist (bug 879453)
2013-06-07 17:21:46 -07:00
Rob Hudson
d845b7e84d
Auto-create AppFeatures when app version created (bug 880328)
2013-06-07 11:02:45 -07:00
Matt Basta
aefbd13ac6
Better logic for packaged app platform selection (bug 879372)
2013-06-05 16:02:51 -06:00
Chuck Harmston
6aac47c4a8
Remove use of .decode() in feature listings (bug 877364)
2013-06-05 16:48:47 -05:00
Matt Basta
d9c06819c5
Add descriptions to buchets
2013-05-30 16:25:38 -07:00
Rob Hudson
087148a90a
Removed unneeded tests (bug 873600)
2013-05-20 19:44:47 -07:00
Chuck Harmston
8cfaa5ba32
Add AppFeatures to app submission and update flows (bug 858306, 862444)
2013-05-15 15:53:29 -05:00
Matt Basta
7419bc876c
Fix because Android is still fragmented (bug 871586)
...
We still differentiate between "mobile" and "tablet", so we need to
specify that.
Also, added a test.
2013-05-15 11:17:52 -07:00
Matt Basta
180f9f0b39
fix typo
2013-05-15 12:05:09 -06:00
Matt Basta
99d4a64f9b
Support for packaged apps on Android (bug 871586)
2013-05-15 11:51:36 -06:00
Rob Hudson
49437a2328
Updated ids.json to match FirefoxOS (bug 870920)
2013-05-10 16:58:38 -07:00
Rob Hudson
ef1a774403
Updated submission to save supported locales (bug 866288)
2013-04-30 16:46:54 -07:00
Allen Short
feeeea3835
save region too. clean up a couple other nits.
2013-04-26 10:04:12 -07:00
Andrew Williamson
e06058e97d
bug 859848 - check for public_waiting also when flagging for review.
2013-04-15 16:53:22 +01:00
Chris Van
5e9bfb66f9
show a nice success message after editing theme
2013-03-27 23:28:33 -07:00
Chris Van
8744231826
remove submit_theme and submit_theme_done views from mkt.submit (bug 855449)
2013-03-27 22:41:35 -07:00
Chris Van
de212ab6be
remove mkt.themes app from Marketplace (bug 855449)
2013-03-27 22:37:44 -07:00
Matt Basta
26defcbe4c
Added second half of operator shelf (bug 843647)
2013-03-27 11:17:25 -07:00
Chris Van
00b0fd0079
add L10n comment for upsell
2013-03-18 17:20:37 -07:00
Chris Van
f4968cbabf
fix test
2013-03-11 15:03:56 -07:00
Chris Van
64e47d6707
accept slug during theme submission (bug 845537)
2013-03-11 14:26:03 -07:00
Chris Van
085e11a8fb
Revert "accept slug during theme submission (bug 845537)"
...
This reverts commit ea1812a427
.
2013-03-11 11:48:01 -07:00
Chris Van
ea1812a427
accept slug during theme submission (bug 845537)
2013-03-11 11:33:45 -07:00
Alexis Métaireau
58b0eed9ec
Record user creation, app submissions and ratings.
...
Also rename "send_request" into "record_action"
and be sure to stringify everything before hashing it
2013-03-05 22:29:59 -08:00
Chris Van
d021b4c224
change submission URLs from /developers/submit/app/* to /developers/submit/ (bug 834056)
2013-02-27 20:51:40 -08:00
Chris Van
a395c1807b
make tab say "Paid / In-app" (bug 834365)
2013-02-27 13:09:05 -08:00
Matt Basta
e5e33bc1b7
Localize "Packaged" (bug 825754)
2013-02-27 10:52:13 -08:00
Rob Hudson
2d70937bc5
Bumped summary length to match webapp description spec (bug 836966)
2013-02-05 11:14:49 -08:00
Rob Hudson
9476a7fec4
Removed 'allow-packaged-app-uploads' waffle (bug 835479)
2013-02-04 14:57:20 -08:00
Rob Hudson
4f2e5264e8
Look to signed package to get file size (bug 834863)
2013-02-01 11:19:10 -08:00
Rob Hudson
ec0b8079ab
Follow SHORTER_LANGUAGES when creating app manifests (bug 835407)
...
This also fixes a bug in the translations app where we were comparing
the lowercase locale to settings.HIDDEN_LANGUAGES which (for
Marketplace) had locales of the form xx-YY. The result was no
translation saved for locales in HIDDEN_LANGUAGES. This updates them to
go through amo.utils.to_language which returns the xx-YY form. It also
switches from using settings.LANGUAGES (lowercase locales) to
settings.AMO_LANGUAGES.
2013-01-30 10:37:51 -08:00
Chris Van
d8a664bdc0
prefill support email during submission (bug 756836)
2013-01-25 11:27:19 -08:00
Rob Hudson
da1d4229d1
Moved close_to_now to TestCase.
2013-01-22 14:03:33 -08:00
Matt Basta
cb54433c45
Exclude regions which don't support payments for paid apps in submission
2013-01-17 17:15:06 -08:00
Rob Hudson
1602427f0f
Verify names are no longer unique (bug 828743)
...
This was unintentionally committed earlier in the following commits:
* fbdba002a8
* 654ece7176
2013-01-17 17:07:02 -08:00
Chris Van
894497aca6
don't mention payments after submitting a free app (bug 831654)
2013-01-16 21:54:01 -08:00
Allen Short
8ed337cc17
speed up submit tests (bug 817657)
2013-01-14 20:43:59 -08:00
Davor Spasovski
aa629f6ad8
fix screenshot size by loosening belt (bug 828081)
2013-01-14 16:18:49 -08:00
Rob Hudson
fbdba002a8
Remove ability to edit name on app submission flow (bug 824734)
2013-01-11 11:02:24 -08:00
Matt Basta
5e872c6b95
Fix for rereview flag traceback when changing device types (bug 829024)
2013-01-10 13:35:23 -08:00
Chris Van
ab5eac9c20
link to packaged apps MDN page during submission
2013-01-10 11:29:57 -08:00