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

961 Коммитов

Автор SHA1 Сообщение Дата
Stuart Colville 56e13ae47d Replace -moz-calc for mobile and fallback for legacy disco pane 2017-02-09 12:43:52 +00:00
Potch 9ff5cf3870 Update addons logo to be symmetric (#4627)
* Update addons logo to be symmetric
* Fix that fill color
* Fix signed-out logo too
* Remove errant newline
2017-02-08 11:12:39 +00:00
Christopher Grebs c410270ba6 Merge pull request #4608 from gregglind/shield-study-9
Static Page for shield_study_9 "Get Synced"
2017-02-07 18:11:05 +01:00
Gregg Lind 066877c44e Static Page for shield_study_9 "Get Synced" 2017-02-07 10:58:17 -06:00
Christopher Grebs bfd72b3737 Make sure we only support file-syntax aliases for SyntaxHighlighter that are installed.
Fixes #4552
2017-02-07 11:31:56 +01:00
Andrew Williamson 8626b188e0 change resume link to go to request_review so statuses are set correctly (#4542) 2017-02-02 17:08:44 +00:00
Stuart Colville 4d5a8c361a Merge pull request #4569 from muffinresearch/overload-django-ngettext-js
Fallback to en translations if no translation supplied for plural
2017-02-02 15:28:48 +00:00
Stuart Colville 33e767394a Fallback to en translations if no translation supplied for plural 2017-02-02 15:01:12 +00:00
Stuart Colville 6395bf070a Merge pull request #4544 from muffinresearch/fix-spaceship-position
Fix spaceship position
2017-02-01 09:17:42 +00:00
Stuart Colville 20920cb4ea Fix spaceship position 2017-01-31 17:51:08 +00:00
Andrew Williamson fda6a9c157 devhub in issues rtl reported the fix should this (#4539) 2017-01-31 14:08:58 +00:00
Andrew Williamson 4d0ac71bb3 Make version upload process cancellable at the details step. (#4486) 2017-01-30 13:11:38 +00:00
Christopher Grebs 8f8ed163bb Fix overall width of the BlogPosts list in case a title is too long. (#4485)
* Fix overall width of the BlogPosts list in case a title is too long.

* Fix spacing by setting max-width and enforce space-between.

* Add margin to properly break responsively.
2017-01-27 16:37:43 +01:00
Christopher Grebs 1d44d347ce Unify link colors for visited and hover effects. (#4473)
* Unify link colors for visited and hover effects.
* Separate link and button styles, make them more distinct and add underline to hover.

Fixes #4274
2017-01-25 13:05:42 +01:00
Andrew Williamson 12cee508e6 allowed two activity reply forms on one page; added link to open latest version. (#4461) 2017-01-25 11:27:44 +00:00
Christopher Grebs 0b4a15a0ce fix function casing 2017-01-25 12:09:13 +01:00
Christopher Grebs 3186cebbf8 Don't make version-status span look like a link on hover. 2017-01-25 12:01:04 +01:00
Christopher Grebs e18722cc3d Separate link and button styles, make them more distinct and add underline to hover. 2017-01-25 11:55:52 +01:00
Christopher Grebs d052886603 Remove duplicate text-decoration, forgot this one. 2017-01-25 11:18:55 +01:00
Christopher Grebs 009e7c8a59 Fix duplicate .link call 2017-01-25 11:17:48 +01:00
Christopher Grebs 0402948bd5 Unify link colors for visited and hover effects.
Fixes #4274
2017-01-25 11:08:50 +01:00
Christopher Grebs 03e2dd8021 Align items in version-details on baseline 2017-01-25 07:52:32 +01:00
Andrew Williamson ee93d5cffd reference the less file in new-landing/base instead of the post-less css output (#4466) 2017-01-24 17:04:30 +00:00
Christopher Grebs b889b07077 Merge pull request #4448 from mozilla/bugfix/4418-devhub-fix-rtl-last-updated
Fix last updated in RTL.
2017-01-24 16:22:12 +01:00
Christopher Grebs 75d11dc66d Fix last updated in RTL.
Fixes #4418
2017-01-24 15:41:48 +01:00
Andrew Williamson c318ae3559 Add tooltips to channel tags shown in devhub (#4447) 2017-01-24 11:19:47 +00:00
Christopher Grebs 74f0ca236e Fix recent add-ons if it contains a persona. (#4452)
* Fix recent add-ons if it contains a persona.

Fixes #4283

* Fix flake8
2017-01-23 22:10:43 +01:00
Christopher Grebs e5fc1b02df Merge pull request #4454 from mozilla/bugfix/4451-fix-footer-margin-bottom
Fix devhub footer margin-bottom.
2017-01-23 22:10:09 +01:00
Christopher Grebs fd72dc6b50 Fix footer margin-bottom.
Fixes #4451
2017-01-23 18:47:15 +01:00
Christopher Grebs ae61cf5dc3 Fix blank space in navigation for logged in view.
The problem here is that the content below the navigation is not
responsive and has a min-width of @grid-max (960px) but the navigation
shrinks according to the view-port.

This adds a min-width to the navigation for the logged in view.

Fixes #4425
2017-01-23 16:56:59 +01:00
Christopher Grebs 6926dceda4 Add register button to navigation.
Doesn't add a button to our navigation since we have the sign-in link
twice on the page already and we don't want sign-in link in the
navigation currently.

Fixes #4397
2017-01-19 09:43:08 +01:00
Christopher Grebs 33d4785ab7 Merge pull request #4337 from mozilla/bugfix/4287-fix-signedin-scrollbars
Fix scrollbar issues for signed-in views.
2017-01-18 19:22:22 +01:00
Christopher Grebs 06fde35e48 Fix rendering of add-on name and 'edit listing' link on RTL. (#4329)
* Fix rendering of add-on name and 'edit listing' link on RTL.

Fixes #4320

* Add more margin to the add-on icon on rtl
2017-01-18 16:04:23 +01:00
Christopher Grebs 5bacf1d59b Fix scrollbar issues for signed-in views.
This re-enables horizontal overflow for our 'My Addons' view again.

Fixes #4287
2017-01-18 14:53:32 +01:00
Christopher Grebs b620aff9c7 Merge pull request #4307 from mozilla/feature/4291-add-language-switcher
Implement language switcher.
2017-01-18 14:27:42 +01:00
Christopher Grebs f30616a85a Revert "Update restyle.less (#4266)"
This reverts commit 6cbc938a0f.

We ran into a regression with various additions to the .addon-header.
Let's fix this in a different way.
2017-01-17 18:40:38 +01:00
SaminRK 6cbc938a0f Update restyle.less (#4266)
fixes #2440
2017-01-17 17:39:27 +01:00
Atique Ahmed Ziad 1853f6736d Fixed layout issue of "Learn How" button in Dev Hub page
Fixes #4308
2017-01-17 13:00:21 +06:00
Christopher Grebs cd6d959310 Implement language switcher.
Unfortunately this now means including 'common' javascript stuff. I
chose to do that instead of just loading the footer-relevant stuff since
I think that all common stuff is usually already in the users cache
anyway.

Fixes #4291
2017-01-16 16:47:16 +01:00
Christopher Grebs 1ec7dbdc18 Merge pull request #4293 from mozilla/bugfix/4243-fix-my-addons-rtl
Fix styles on RTL languages.
2017-01-16 15:21:29 +01:00
Christopher Grebs 31e937e6b7 Fix styles on RTL languages.
Fixes #4243
2017-01-16 13:44:32 +01:00
Christopher Grebs 74e5e1d272 Add separate 'Sign Out' link to navigation, link user profile.
Fixes #4288
2017-01-13 18:02:20 +01:00
Christopher Grebs b95b8972ca [DevHub Landing] Implement My Addons List and What's New Box (#4263)
* Implement my addons list.
* Implement "What's new" box, unify class names.
* Optimize images
* Implement addon version and channel details, stylelint.
* add min-width of @grid-max

... and other smaller changes along the way.

Fixes #4051, Fixes #4052, Fixes #3853, Fixes #3852, Fixes #4269
2017-01-12 21:35:25 +01:00
Christopher Grebs 236c8ee826 Implement review comments.
* fix click events in whats new box
* extract color codes
* add min-width of @grid-max

... and other smaller changes.
2017-01-12 20:18:48 +01:00
Christopher Grebs 50d16c3aba Implement addon version and channel details, stylelint. 2017-01-12 17:36:58 +01:00
Christopher Grebs 4889d028df Optimize images 2017-01-12 05:14:25 +01:00
Christopher Grebs 2d7ea6c837 Implement "What's new" box, unify class names.
Fixes #3825, Fixes #4052
2017-01-12 05:06:14 +01:00
tofumatt ☕️ 185bc7d425 Merge pull request #4256 from atiqueahmedziad/bdelete
Remove breadcrumbs code from AMO
2017-01-11 20:13:34 +00:00
tofumatt ☕️ 3cfb06ce62 Merge pull request #4264 from atiqueahmedziad/nonecollection
Fix message troubles when adding an add-on to a collection
2017-01-11 19:54:16 +00:00
atiqueahmedziad 0b3fa8706a Fix message troubles when adding an add-on to a collection (fixes #3593) 2017-01-12 01:39:08 +06:00
Christopher Grebs 300f881644 WIP: Implement my addons list.
Refs #3853
2017-01-11 19:31:52 +01:00
Stuart Colville 749ab2d3fd Fix stats display RTL 2017-01-11 16:03:31 +00:00
Stuart Colville de94461312 Fix RTL and other assorted tweaks 2017-01-11 12:46:58 +00:00
atiqueahmedziad 03dc6c26e4 Remove breadcrumbs code from AMO 2017-01-11 15:57:53 +06:00
Stuart Colville 580bc015ab Fix whitespace 2017-01-10 18:16:36 +00:00
Stuart Colville f49f862aad Fix stats nav wrapping for non-en locales 2017-01-10 12:04:02 +00:00
Piyush Rungta c277a146f2 setting width to truncate long words (fixes #3935) 2017-01-09 21:28:25 +05:30
Christopher Grebs 14ea35e6f4 [New Devhub Landing] Implement Footer (#4242)
* Implement footer, fixes #3851
* Remove paddings from content boxes, it's not needed anymore.

We now calculate the width based on border-box (width + padding) so this
is leading to wrong widths. Also it appears it's not really needed
anymore on desktop since we are wrapping everything with a max-width
anyway.

* Fix font weight for content > li
* Add links, mark strings as translatable
2017-01-09 13:28:21 +01:00
Christopher Grebs 9312c64968 [New Devhub Landing] Fix spacing in navigation. (#4241) 2017-01-09 12:12:16 +01:00
Stuart Colville 0552cf1b47 Merge pull request #4239 from muffinresearch/add-ladder-image
Add ladder image and refactor backgrounds
2017-01-09 09:53:11 +00:00
Stuart Colville 99928cb34e Add ladder image and refactor backgrounds 2017-01-09 09:36:30 +00:00
Stuart Colville 344851cebb Merge pull request #4238 from muffinresearch/optimise-png-and-svg
Squash png + svg in static/img/developers/new-landing
2017-01-06 21:11:40 +00:00
Stuart Colville a43c00673c Squash png + svg in static/img/developers/new-landing 2017-01-06 18:25:58 +00:00
Christopher Grebs 90ea5a6558 Remove delay-file-viewer flag, remove async file extraction, improve file-viewer consistency (#4218)
Remove delay-file-viewer flag and remove async file extraction from backend.

The frontend still supports it, I didn't want to touch untested code
tbh.

Fixes #4203, refs #3579

* Properly lock FileViewer on multiple extractions, more vigilant file deletion.
* Actually show extraction errors in the file-viewer.
  Currently the view would stay completely blank if there are any errors.
* Make locking more reliable, add some tests.
* Remove needless test, reverse lock return values, review comments.
* Add comment about notification-box
* Add comment about race-condition.
2017-01-06 17:55:32 +01:00
Stuart Colville 3e717c515f Add addon and evolution callout 2017-01-06 12:13:23 +00:00
Stuart Colville 3679c83bcc Fix fonts 404 (Fixes #4222) 2017-01-05 16:10:56 +00:00
Stuart Colville 7232f8e263 Add background to header and update padding 2017-01-05 12:46:29 +00:00
Stuart Colville 8ad46e20d5 Add publish my addon block 2017-01-05 09:24:15 +00:00
Christopher Grebs b4e06a08ca Add 'My Add-ons' section for new developers. (#4212)
* Add 'My Add-ons' section for new developers.

Refs #4051
2017-01-04 21:31:42 +01:00
Stuart Colville 990f8930c4 Add port-chrome-ext section 2017-01-04 16:33:21 +00:00
Christopher Grebs 9a76552b6f Implement tools section, small refactoring to make responsive positioning easier.
Fixes #4054

* Smaller cleanup, split separate components into their own less files.
* Add less in-browser capabilities again
2017-01-04 11:09:46 +01:00
Sailesh Choyal 110c054cf9 Override Download button underline
Removed the underline from the Download button
2016-12-20 11:33:00 +05:30
Christopher Grebs 5f4af7b2ac Implement 'Latest News' section, fixes #4053
* Reorder some things, wrap devhub content for better flex styling.
* Show blog post section only for logged-out users.
* Fix style, https link and improve 'read more' link text.
2016-11-28 09:10:25 +01:00
Christopher Grebs e9d8b25cd3 Merge pull request #4067 from mozilla/feature/4050-navigation-desktop
Finalize navigation for desktop
2016-11-24 20:36:32 +01:00
Christopher Grebs 1c11dac644 Finalize navigation and header section for desktop, minor fixes along the way.
* Simplify authentication switch, move overview sections to new components template.
 * Add 'Add-on Developer Hub' text, restructure logo a bit
 * Implement more responsive text in navigation
 * Unify logo sizing, avoid cropping
 * Make text translatable

Fixes #4050
2016-11-24 20:03:06 +01:00
Andrew Williamson 477406e944 Merge pull request #4045 from eviljeff/i3471-update-addon-visibility-box
Tinker with addon status box layout and copy on version list page
2016-11-23 16:32:51 +00:00
Christopher Grebs 22ea96e2ec [DevHub Landing] Add logged-in state for mobile navigation.
Fixes #4027

* Show avatar only for larger screen devices (might need some adjustments later..)
2016-11-23 15:48:47 +01:00
Andrew Williamson 0ac44d42c6 Tinker with addon status box layout and copy on version list page 2016-11-22 14:53:13 +00:00
Andreas Wagner 857e09f6d8 Delete unused files viewer highlighter brushes 2016-11-22 14:33:31 +01:00
Andreas Wagner 55b4fbe08f Merge pull request #4036 from wagnerand/file-viewer-highlight
Fix file viewer highlight
2016-11-22 13:54:23 +01:00
Andreas Wagner 5154cbac05 Fix file viewer highlight 2016-11-22 00:51:28 +01:00
Andrew Williamson 0b8401beb9 New File upload flow in the same style as the new version and new addon. 2016-11-20 17:04:25 +00:00
Christopher Grebs 667e0912ae Implement mobile navigation for new devhub landing pages.
* Add basic infrastructure, configure fonts
* First version of navigation and section header.

Fixes #3849 (Navigation)
Fixes #3850 (Customize Firefox Section)
2016-11-18 15:53:27 +01:00
Andreas Wagner 665abc02d3 Update syntaxhighligher 2016-11-17 17:56:54 +01:00
Christopher Grebs 6ba4205e57 Merge pull request #3991 from merike/patch-1
Reviews number in the required add-ons section is hard to read #2606
2016-11-17 07:41:51 +01:00
Andrew Williamson 5698e661ec Merge pull request #4005 from eviljeff/i3471-update-addon-visibility-box
Update addon details box for channels
2016-11-15 16:49:36 +00:00
Marco Bonardo 21653ae9aa Shield Study 8 (Search) Static Pages (#4002)
* Shield Study 8 (Search) Static Pages

Consent Page for Shield Study 8 - Search.

See: https://bugzilla.mozilla.org/show_bug.cgi?id=1312949 for tracking.
2016-11-15 17:23:27 +01:00
Andrew Williamson ad6cfe0fea Update addon details box for channels - best guess 2016-11-15 15:37:49 +00:00
Merike Sell e8e0b48090 Reviews number in the required add-ons section is hard to read #2606
I looked into it as part of Hactoberfest but never got to sending a pull request. So giving it a go now :)
2016-11-13 22:30:14 +02:00
Andrew Williamson 17be820e11 already did the visibility box so may as well fix up the delete section too 2016-11-10 14:51:08 +00:00
Andrew Williamson c394984ee4 show channel tags on version list page 2016-11-10 14:51:08 +00:00
Andrew Williamson 4b46b39506 Replace inline new version dialog with upload flow a-la new addon (#3940) 2016-11-09 17:58:15 +00:00
Michael Kelly 8e7e772f2c Add consent page for the Security Advisor SHIELD study. 2016-11-08 05:40:34 -08:00
tspurway a89684358c Consent page for Shield study 7 - Activity Stream
See tracking bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1301166
2016-11-07 18:28:04 -05:00
euleram cabab41882 Update "Use original" link alignment on avatar picker (fixes #3835) 2016-10-21 18:33:36 -05:00
Stuart Colville bcfdaf3681 Fix display of search results count in webkit 2016-10-21 16:05:31 +01:00
Stuart Colville 7c6933115e Improve font colors, shadows and legibility 2016-10-21 15:28:40 +01:00
Stuart Colville fd51922a80 Move test-pilot promo styles 2016-10-20 15:23:12 +01:00
Stuart Colville 7b9f7c3aad Fix bubble background shining through 2016-10-20 14:36:26 +01:00
Stuart Colville 4a8f2d6e23 Fix test-pilot text across locales
* Move + transform background to fix RTL
2016-10-20 13:44:41 +01:00
Mark Striemer 9df7718a03 Remove remaining FxA migration (supports #3049) (#3771) 2016-10-18 12:55:39 -05:00
Rob Wu 7b7542e8b9 Return browserVersion '' by default instead of 0
If detection succeeds, browserVersion is a string.
If it fails (e.g. because the user agent does not match any of the
supported user agents), then browserVersion is 0.

The problem with this is that code that assumes browserVersion to be a
string throws. For example, the `VersionCompare.compareVersions` method
assumes that the input is a string and calls `split` on its parameter.
When used with `z.browserVersion`, it throws in unsupported browsers.
For example, when a Firefox add-on listing is viewed in Chrome, the user
reviews do not appear because of the above error.

An empty string ('') is falsey just like `0`, so if there is any code
that uses `!z.browserVersion`, it still works.
2016-10-17 18:33:15 +02:00
tofumatt ☕️ e88912551f Merge pull request #3699 from vijeth-aradhya/master
Fix #3683 and fix #3651
2016-10-14 10:31:57 +01:00
Andrew Williamson df7b455edd New listed and unlisted addon flow (#3697) 2016-10-13 16:45:34 +01:00
Stuart Colville 25fbabe81c Reduce test-pilot promo font-size to fit text in de locale 2016-10-12 13:18:27 +01:00
tofumatt ☕️ bc776d279b Merge pull request #3716 from atiqueahmedziad/rtlstar
Fix rating stars for RTL when hovering over them (fixes #3592)
2016-10-11 14:00:15 +01:00
Christopher Grebs 8b456db13e Remove some more leftovers of target="_blank" in our code. (#3719)
None of these should pose any problems but it's better to be safe
than sorry.

Fixes Bug 1260455
2016-10-11 13:56:43 +02:00
atiqueahmedziad af42e54ccc Fix rating stars for RTL when hovering over them (fixes #3592) 2016-10-11 13:26:13 +06:00
tofumatt ☕️ 0c6739b886 Merge pull request #3703 from tsl143/I3645
Fixes #3645
2016-10-10 14:38:23 +01:00
trishul 5fd17a32cf Fixes #3645 2016-10-09 22:08:53 +05:30
atiqueahmedziad 5543aabf32 Fix icon from search suggestion in collection for RTL (fixes #3694) 2016-10-09 12:08:24 +06:00
vijeth-aradhya a6c1f564e9 Fixes #3683 and #3651 : Reduced margin to 0px from 137px 2016-10-07 21:45:45 +05:30
Andrew Williamson 9ec236a3d5 Fully reviewed|approved to just Approved; Nominated to Awaiting Review; (#3652)
Nomination queue to New Addons; Pending Updates queue to Updates.
2016-10-04 11:41:34 +01:00
Matthew Riley MacPherson 9f75d41f24 Add test pilot promo (close #3615) 2016-10-03 17:47:02 +01:00
Andrew Williamson 42b82a57c1 bye bye preliminary - editors (#3594) 2016-09-28 12:06:11 +01:00
atiqueahmedziad 83fad868f2 Fix firefox logo alignment in RTL (fixes #3590) 2016-09-27 20:14:35 +06:00
tofumatt ☕️ 48086857cf Merge pull request #3606 from atiqueahmedziad/titles
Fix RTL issue on titles in promo box section
2016-09-26 19:57:38 +01:00
tofumatt ☕️ 270c6e117a Merge pull request #3608 from atiqueahmedziad/headercss
Fix RTL issue for homepage header (Fixes #3590)
2016-09-26 19:57:12 +01:00
atiqueahmedziad f595d579c8 Fix view all button alignment in RTL (Fixes #3591) 2016-09-26 11:28:16 +06:00
atiqueahmedziad cf43846196 Fix RTL issue for homepage header (Fixes #3590) 2016-09-26 11:11:04 +06:00
atiqueahmedziad 1638951d31 Fix RTL issue on titles in promo box section (Fixes #3595) 2016-09-26 10:31:44 +06:00
Stuart Colville 21ac1f7565 Merge pull request #3512 from atiqueahmedziad/rtlcss
Fix RTL display issue on 'Create a New Theme' banner (Fixes #3509)
2016-09-21 20:11:09 +01:00
atiqueahmedziad 33afb2e731 Fix RTL display issue on 'Create a New Theme' banner (Fixes #3509) 2016-09-22 00:39:51 +06:00
Christopher Grebs dd8f7145d8 Merge pull request #3532 from mozilla/feature/3061-error-on-webext-downgrade
Show an error for webext -> legacy downgrades.
2016-09-20 17:20:57 +02:00
Christopher Grebs bc5a30c9e3 Add missing test-warning-important.png icon. 2016-09-20 16:42:54 +02:00
tofumatt ☕️ 7bb3ee33f0 Merge pull request #3543 from atiqueahmedziad/themed
Fixes issue #2396 and #3537
2016-09-20 11:44:01 +01:00
tofumatt ☕️ 5731dc9e30 Merge pull request #3535 from tsl143/I3513
Fixes #3513
2016-09-20 11:42:30 +01:00
trishul c5372d4c0f Fixed #3513 2016-09-19 23:10:56 +05:30
Andrew Williamson 188f480b04 Add review reply textarea to devhub (#3539) 2016-09-19 18:22:40 +01:00
atiqueahmedziad 7a7a17d7d2 fix '+' sign in install button on experimental addons in RTL (fixes #2396) 2016-09-18 21:14:04 +06:00
atiqueahmedziad a5a03547f8 Fix theme detail page layout in RTL (Fixes #3537) 2016-09-18 17:03:15 +06:00
atiqueahmedziad bc0696ae04 Cute Editor Tools menu for every language (fixes #3171) 2016-09-16 05:58:35 +06:00
tofumatt ☕️ ac051aa668 Merge pull request #3511 from atiqueahmedziad/managecss
Fix RTL issues #2394, #2395, and #2396
2016-09-15 22:41:59 +01:00
Christopher Grebs d0ef38ce0d Warn developers on upgrading to a WebExtension.
Fixes #3082

* Move ValidationAnnotator.find_previous_version to separate function to allow reusage.
* Annotate validation results in case of an webextension upgrade.
* Insert explicit validation message, e.g to for the API, add tests.
2016-09-15 13:54:51 +02:00
Andrew Williamson f73d224ff6 Merge pull request #3494 from eviljeff/i3088-clean-up-preliminary-review
bye bye preliminary - devhub
2016-09-15 12:16:51 +01:00
atiqueahmedziad e3965f5252 fix Other languages drop-down in RTL (fixes #2395) 2016-09-14 18:05:21 +06:00
atiqueahmedziad 363ba45cfb fix '+' in install button in RTL (fixes #2396) 2016-09-14 17:59:07 +06:00
atiqueahmedziad 0c06984ec5 Fix manage button display issue in RTL (fixes #2394) 2016-09-14 17:53:47 +06:00
Christopher Grebs 9daa7d5592 Merge pull request #3507 from mozilla/bugfix/898-cannot-transfoer-ownership-themes
Fix needlessly disabled save button for theme ownership transfer.
2016-09-14 12:45:19 +02:00
tofumatt ☕️ 59b2c61d75 Merge pull request #3475 from tsl143/I3437
Fixes - issue #3437
2016-09-14 10:47:15 +01:00
Christopher Grebs 7d6070451e Fix needlessly disabled save button for theme ownership transfer.
Also make sure the toggle stays toggled after clicking "Save"
so that the user can see the error message.

This got probably broken in 24d85149d3

Fixes #898
2016-09-14 07:56:26 +02:00
atiqueahmedziad f94bdc631a Fix menu drop-down display issue in RTL
fixes issue #2397
2016-09-14 00:55:08 +06:00
atiqueahmedziad e585b687ac Fix Complete Themes link display issues in RTL
fixes issue #2393
2016-09-14 00:50:08 +06:00
Andrew Williamson 5d37a9c1c6 bye bye preliminary - devhub 2016-09-13 17:18:19 +01:00
Andrew Williamson a138cced28 Add new message indicator to review history for messages since last reply. 2016-09-12 13:30:34 +01:00
trishul ce36c11a63 Fixes - issue #3437 2016-09-11 23:06:52 +05:30
Andrew Williamson 693669834f Merge pull request #3446 from eviljeff/i3392-fix-review-history-layout
add work-break too for stupidly long words in reviews.
2016-09-08 14:53:38 +01:00
Andrew Williamson a8a34d4dcc add work-break too for stupidly long words in reviews. 2016-09-08 14:05:11 +01:00
Victor Ng 8711d5bcaa added Context Graph Shield experiment 2016-09-07 16:13:32 -04:00
Surya Prashanth a2977f38be Fixes #3258 long author names breaks themes layout 2016-09-07 15:13:49 +05:30
tofumatt ☕️ 20199debc8 Merge pull request #3423 from atiqueahmedziad/scroll
Fix scroll bar in themes
2016-09-06 15:35:06 +01:00
Andrew Williamson 78ae8abb83 Merge pull request #3422 from eviljeff/i3392-fix-review-history-layout
Stop long review lines breaking the layout.
2016-09-06 14:56:07 +01:00
Andrew Williamson 01f1ebe1a6 Stop long review lines breaking the layout. 2016-09-06 14:18:59 +01:00
atiqueahmedziad 53b3e2659b Fix scroll bar in themes 2016-09-06 19:16:38 +06:00
atiqueahmedziad d6a00b6396 Fixed confusing message and install button in version list 2016-09-06 18:49:10 +06:00
Andy McKay fc04b6c5c7 remove submission bits 2016-08-31 16:32:05 -07:00
Andrew Williamson f8617295fc Move review history to version list page; load on demand via API. 2016-08-30 13:20:28 +01:00
Atique Ahmed Ziad d36878bce3 Fix the layout for featured add-ons section at hover 2016-08-28 00:04:32 +06:00
Mathieu Pillard 1f897ad525 Remove outdated, useless nightly / beta attributes & settings 2016-08-19 16:02:43 +02:00
Gregg Lind 7ac55770c6 Fix #3271 Shield Study 4 'Site Enhance' 2016-08-16 14:11:59 -05:00
tofumatt ☕️ bd9148e4c5 Merge pull request #3260 from mozilla/fix-incompat-featured-3250
Fix incompatible featured add-on hover (close #3250)
2016-08-12 14:02:15 +01:00
Matthew Riley MacPherson 0091accc63 Restore proper padding to incompatible notice (close #3264) 2016-08-12 13:10:27 +01:00
Matthew Riley MacPherson c2f99a70a6 Fix incompatible featured add-on hover (close #3250) 2016-08-11 17:30:25 +01:00
tofumatt ☕️ 5fe7ba70f4 Merge pull request #3247 from mozilla/bottom-margin-3242
Increase padding (fix #3242)
2016-08-10 14:55:05 +01:00
tofumatt ☕️ e44ebf9bd8 Merge pull request #3246 from mozilla/fix-theme-padding-3243
Fix persona padding in artist page (Fix #3243)
2016-08-10 14:54:51 +01:00
Matthew Riley MacPherson 0fb77bcc8b Fix persona padding in artist page (Fix #3243) 2016-08-10 14:33:15 +01:00
Matthew Riley MacPherson 05f60247f9 Increase padding (fix #3242) 2016-08-10 13:30:59 +01:00
Matthew Riley MacPherson ded06692ae Attach search box in RTL (Fix #2184) 2016-08-10 12:56:39 +01:00
Matthew Riley MacPherson a8ba25010a Attach search arrow (fix #2184) 2016-08-09 19:14:45 +01:00
Mark Striemer 8fcda27c4e Include some copy on the log in page to explain the process (#3236)
Fixes mozilla/addons#180
2016-08-09 12:23:17 -05:00
Matthew Riley MacPherson b60826aaa0 Fix jump in incompatible buttons (fix #3203) 2016-08-09 12:56:40 +01:00
Matthew Riley MacPherson e9a7dff724 Fix hover for incompatible add-on (fix #3203) 2016-08-05 19:41:28 +01:00
Matthew Riley MacPherson 225804c580 Adjust rating/user count styles
* fixes #2275
* fixes #3221
2016-08-05 15:01:43 +01:00
Matthew Riley MacPherson a837597148 Restore author/ratings to themes (fix #2275) 2016-08-04 02:24:10 +01:00
Mathieu Pillard b1ab28d1b0 Remove 'No Restart' label, instead show 'Requires Restart' where necessary
The no_restart boolean field on File is kept as-is for now to avoid
a migration.
2016-07-29 15:34:02 +02:00
Mark Striemer 787ab77232 Fix FxA login from URLs with unicode (#3179) (fixes #1709) 2016-07-27 16:07:52 -05:00
Christopher Grebs d84690ebb2 Fix #3124 shield study 3: firefox guide study 1 (#3176) 2016-07-26 21:02:01 +02:00
Mark Striemer a9bd1fd9e1 Waffle FxA migration (fixes #3048) (#3103) 2016-07-20 11:44:54 -05:00
Surya Prashanth c8d1e68db7 Fixes #2818 long author name breaking section 2016-07-20 11:49:20 +05:30
Matthew Riley MacPherson 670b05605c Don't fall back to storage for platform/appversion
Fixes #3104
2016-07-19 13:56:06 +01:00
ka7 a6b707331f some trivial spelling fixes (#3107)
some trivial spelling fixes
2016-07-16 19:54:30 +02:00
Mark Striemer 8b652ad8af Remove fxa-auth waffle (fixes #3081) (#3062) 2016-07-13 10:46:14 -05:00
tofumatt ☕️ 3abe7dc7ef Merge pull request #3033 from atiqueahmedziad/categories
Add Categories title for Themes categories section
2016-07-05 17:49:25 +01:00
atiqueahmedziad fd85e48326 Add Categories title for Themes categories section 2016-07-05 14:17:41 +06:00
Atique Ahmed Ziad d16ee17cf3 "More by artist" section is aligned with "More <<Category>> Themes"
Probably fixes issue #2736
2016-06-30 00:58:38 -07:00
Lavish 1bf868b8d6 Fixed Issue: #2717: Minor UI issue in statistics pages 2016-06-28 01:07:15 +05:30
Matthew Riley MacPherson a1b74466aa Accept CRX uploads to AMO (fix #2726) 2016-06-27 18:44:15 +01:00
Andy McKay 4fd3e23981 don't show min - max if its undefined 2016-06-24 13:35:59 -07:00
Mathieu Pillard 0f88216c78 Remove django-moz-header entirely
We were not using it for much anymore, only a couple css rules and
a few lines in templates.
2016-06-23 16:52:19 +02:00
Lavish 6a49621e60 Fixed Issue: #1771 Remove the t-shirt form 2016-06-22 21:05:14 +05:30
Mathieu Pillard 4061677459 Merge pull request #2866 from diox/remove-unused-marketplace-images
Remove unused Marketplace images/styles
2016-06-09 11:38:26 +02:00
Mathieu Pillard 9401f9f3e2 Remove unused Marketplace images/styles 2016-06-08 12:10:29 +02:00
Mathieu Pillard 23dd285d00 Expose Addon e10s status in the devhub (fix #2773) 2016-06-07 18:08:37 +02:00
Andreas Wagner fe62e320c5 Fix file tree when accessing binary files 2016-06-05 00:29:38 +02:00
Andreas Wagner 2fa9b62e04 Correctly style tooltips in devhub 2016-06-03 18:16:26 +02:00
Andrew Williamson b5f6f4472a Merge pull request #2813 from eviljeff/i2749-limit-locked-review-pages
Limits how many reviews an editor can 'lock' to 3
2016-06-01 15:27:33 +01:00
Andrew Williamson 71dd9d7b60 Limits how many reviews an editor can 'lock' to 3 2016-06-01 12:00:45 +01:00
Christopher Grebs 6895453bb8 Show info message to report any errors if validation was run by addons-linter. (#2809)
* Show info message to report any errors if validation was run by addons-linter.

Fixes #2627.
2016-05-31 14:37:41 +02:00
Andy McKay d177aad76f remove add-on icon 2016-05-30 16:46:49 -07:00
Matthew Riley MacPherson 97c40ab5a2 Accept ZIP file format for uploads (fix #2727) 2016-05-30 15:51:53 -04:00