Π“Ρ€Π°Ρ„ ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

12616 ΠšΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Davor Spasovski 20a4a87419 rating search result alignment tweak 2012-10-31 12:26:25 -07:00
Davor Spasovski 87d2e1c11d make review stars consistent with mocks (bug 787195) 2012-10-31 12:02:26 -07:00
Allen Short f8eb5f57fb Retry manifest checking 3 times before sending to rereview queue (bug 803558) 2012-10-31 11:45:26 -07:00
Matt Basta fcf43d50aa Update lookup tool to use elasticutils
This fix prevents extra filters from being applied at the model level. Also
fixes some wonkiness.
2012-10-31 11:32:44 -07:00
Rob Hudson e37a3de88b Updated addons.models tests for webapp default_locale change. 2012-10-31 10:59:47 -07:00
Rob Hudson afd1578dfc Updated to set logged in locale if unsupported default_locale (bug 804980) 2012-10-31 09:51:22 -07:00
Jeremiah Orem a5cc1e1eb6 Serve personas images off CDN. 2012-10-31 09:37:18 -07:00
Jeremiah Orem ff472e6926 Serve addons off CDN. 2012-10-31 09:36:52 -07:00
Rob Hudson 956280fe84 Flagged addons adding device types for re-review (bug 803142) 2012-10-31 08:49:50 -07:00
Matt Basta aca5360899 Review replies should bounce to list (bug 807283)
Previously, there was code that did pseudo-POST hijacking. Not
anymore (because we have actual POST hijacking), but that means that
all of the wonky code that depended on it is going to float to the
surface.

I'm probably going to rip out a lot of code from
media/js/mkt/ratings.js later, but this should solve the issue of the
browser not leaving the modal dialog.
2012-10-31 07:57:53 -07:00
Rob Hudson a7f11a7fea Removed check.py and ipython, but unrelated to zamboni. 2012-10-30 21:21:30 -07:00
Andy McKay fa31a1f6d1 hide packaged better and check the checkbox better (bug 778882) 2012-10-30 16:25:07 -07:00
Matt Basta af184b9dcf Fix XSS vulnerability in marmo lookup tool (bug 791038) 2012-10-30 16:08:41 -07:00
Jen Fong-Adwent ccf7e63104 css tweaks; (bug fix 806541) 2012-10-30 10:48:44 -04:00
Tarek Ziade 2a6bff6a94 Merge pull request #486 from tarekziade/805236-first-index
make sure the reindexing works against a old existing index (Bug 805236)
2012-10-30 02:18:21 -07:00
Andy McKay 31dc684b57 seperate the forms a bit so versions work 2012-10-29 22:31:24 -07:00
Matt Basta bfc7cc0ead Removed "Forgot Password" link
Persona makes this link useless, so no sense in keeping it around.
2012-10-29 21:21:41 -07:00
Matt Basta b3a8404f8f Merge pull request #477 from fmarier/browserid-to-persona
Replace all old BrowserID URLs and references with the new Persona ones
2012-10-29 21:19:46 -07:00
Andy McKay b9f59e91a3 all is_packaged to be passed back in and add packaged to a few tests 2012-10-29 21:08:14 -07:00
Davor Spasovski 407ac92502 tabs.js usage and minor bug fixage 2012-10-29 17:34:58 -07:00
Matt Basta 16ce11e46d Improved validation summary
In the marketplace app validation summary, show when tests were not
run.
2012-10-29 17:34:26 -07:00
Matt Basta 7da206b31a Merge pull request #485 from kmaglione/pre-stuff
Override <pre> styles in add-on review note styles for whiny editors.
2012-10-29 17:06:14 -07:00
Andy McKay b11c7023b5 choose is no longer there 2012-10-29 16:57:15 -07:00
Andy McKay 1e89fb6fd5 merge in packaged uploads, device and payment choices to submission (bug 778882) 2012-10-29 16:42:21 -07:00
Kris Maglione 43db8a8e4d Override <pre> styles in add-on review note styles. 2012-10-29 16:29:05 -07:00
Matt Basta 48146b9673 Update file viewer sort order
We sort alphabetically now (with directories first) because we're
using the storage API, which returns directories and files separately.

In other news, hooray for more storage API coverage!
2012-10-29 15:57:12 -07:00
Matt Basta 05ca29cf1a Don't fail when file name isn't mocked out.
Poor mocking in the file viewer's helper tests causes `filename` to
sometimes not be provided.
2012-10-29 15:49:38 -07:00
Matt Basta 36d5a8a4ab Remove dinosaurs from ratings.js (bug 806380) 2012-10-29 15:41:36 -07:00
Jeremy Orem 92eb2e3e81 Update sites/dev/settings_addons.py
Test serving addons directly from CDN.
2012-10-29 15:05:21 -07:00
Matt Basta 421fa59b29 Add file viewer to Marketplace (bug 784200) 2012-10-29 14:48:07 -07:00
Jen Fong-Adwent 22eedcb2f1 Merge pull request #484 from ednapiranha/bug805214
updated text and links; (bug 805214)
2012-10-29 13:56:46 -07:00
Jen Fong-Adwent 1d84272e67 updated text and links; (bug 805214) 2012-10-29 16:33:47 -04:00
Jen Fong-Adwent e255a18bf2 fixed kerning in webkit; (bug 806015) 2012-10-29 12:45:40 -04:00
Jen Fong-Adwent 0e9fdf0363 text updates; (bug 805215) 2012-10-29 09:32:25 -04:00
Jen Fong-Adwent 8cf2839216 changed text; (bug 805221) 2012-10-29 09:21:53 -04:00
Wraithan (Chris McDonald) 8129397be5 minor upgrade to ipython 2012-10-27 18:20:01 -07:00
Matt Basta 897e4ed80b Uninclude browserid_support in devreg (bug 792795)
Everything browserid_support.js does is included in login.js.
2012-10-26 18:27:14 -07:00
Matt Basta 9b88fa9ce6 Fix for logout regression in devhub
Devhub doesn't fire fragmentloaded
2012-10-26 16:53:46 -07:00
Matt Basta beab7aa14e Bump amo-validator for SDK 1.11 2012-10-26 16:42:22 -07:00
Rob Hudson 008d8f98b9 Moved revalidation to mkt's zadmin 2012-10-26 15:32:43 -07:00
Kumar McMillan e7901781f6 Use mozilla repo for browserid after merge 2012-10-26 16:23:49 -05:00
Rob Hudson 2d83fef88b Reworded upload package messaging (bug 793896) 2012-10-26 14:20:34 -07:00
Andy McKay 41d7111034 fork django-uuidfield 2012-10-26 14:17:17 -07:00
Matt Basta 034adc79e2 Bind .logout click on fragment load (bug 804341)
If we don't do this, the logout button on the settings page won't
ever clean up the Persona state and you'll get relogged.
2012-10-26 11:58:02 -07:00
Tarek Ziade 4194ea1c8f Merge pull request #483 from tarekziade/802561-revalidate-manifest
Added zadmin page to force re-validate all manifests (Bug 802561)
2012-10-26 11:54:17 -07:00
Andy McKay 44111930ea bump uuidfield 2012-10-26 11:50:52 -07:00
Matt Basta 17b1e671f5 Prevent relogging after logout (bug 803316) 2012-10-26 11:49:53 -07:00
Rob Hudson b684e69188 PEP8 cleanup from previous commit 2012-10-26 11:43:30 -07:00
Rob Hudson 34595c7114 Fixed denormalized review fields (bug 804998, 805286) 2012-10-26 11:43:30 -07:00
Andy McKay 8d49a1d405 add ordereddict and fix certifi 2012-10-26 11:14:08 -07:00