Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let users without blogs to sign in #343

Closed
maxme opened this issue Nov 22, 2013 · 0 comments · Fixed by #469
Closed

Let users without blogs to sign in #343

maxme opened this issue Nov 22, 2013 · 0 comments · Fixed by #469
Assignees

Comments

@maxme
Copy link
Contributor

maxme commented Nov 22, 2013

Currently, wpcom users without blogs are redirected to the "Create a new blog" view and can't just login and "browse" reader.

@ghost ghost assigned maxme Dec 13, 2013
nbradbury added a commit that referenced this issue Dec 16, 2013
…-blog

Fix #343 - Let wpcom user without blog to sign in with limited access
maxme added a commit that referenced this issue Apr 12, 2016
72933eb Merge pull request #343 from wordpress-mobile/feature/290-optimistic-upload-progress
24a391e Merge branch 'develop' into feature/290-optimistic-upload-progress
96eebb0 Merge commit '52910dd0664cf2031a6a1c78f3cb1b170a4eeff9' into issue/editor-p-to-div-update
fe5df26 Merge branch 'develop' into issue/editor-p-to-div-update
31f8844 Use optimistic progress updates for retried media uploads
8726f0d Turn off automated 'optimistic' progress updates for failed media
8a535e7 Reset progress to 0% when media uploads fail
299e9e9 Moved progress setting for media retries to the ZSSEditor
98dbf21 Send 'optimistic' automatic progress updates until 15% for media uploads
f673a1a Don't update media upload progress bar beyond 90%
abfa1fe Use setProgressOnMedia in EditorFragment
2f058ac s/imageUri/mediaUri/
65913c8 Added a media option to the demo app simulating an image upload over a slow connection
3e61e04 Replaced the setProgressOnImage/Video methods with the more generic setProgressOnMedia
159585b Merge branch 'develop' into feature/290-optimistic-upload-progress
06e6da8 Merge pull request #3931 from wordpress-mobile/issue/fix-placeholder-title-in-french
e5c8bc9 Updating to gradle 2.0
bdfee87 Updating to rc3
3ea4753 Escape quotes on translated strings when calling execJavaScriptFromString
6861416 Move progress bar initialization inside the insertLocal methods
ac2575e Merge commit 'c5b98a88c01551e8dbf44366072607d364ec01dd' into develop
d6f1313 Updating the rest of the modules to buildToolsVersion 23.0.3
4361ec9 Merge commit '4c9324cf1eee00b66c76e0d5a917c86e1293a845' into develop
04edf05 Add missing classes for images inserted from media library - also fix a bug with undefined alt text
f83361a Add missing attributes for uploaded images
1c031dd update to android-gradle-2.0.0-rc1
ef46180 Merge commit 'c6efe0a9190244d40e64300efc9cca56ae5acd5c' into develop
964aee7 Merge branch 'develop' into issue/120editor-initial-focus
f78081f Merge commit '9b0b5fab24db9f435b278ad0b9e77d5895135700' into develop
16ca267 Merge pull request #3897 from wordpress-mobile/issue/260editor-clear-failed-images-on-upload
53c5e25 Null check getParentRangeOfFocusedNode/setRange in onMutationObserved - in case editor is not in focus
a023df0 Show the software keyboard once the DOM has loaded
1eb8e1e Focus on the title field when opening posts
76e050d New EditorFragment method to removeAllFailedMediaUploads()
3e91458 New JS function ZSSEditor.removeAllFailedMediaUploads
b4e2d18 Merge pull request #3896 from wordpress-mobile/issue/300editor-broken-images-after-upload-2
9ae4bbc remove debug logs
7d792ab Use remoteurl in the link wrapper
180d3ad Merge branch 'develop' into issue/300editor-broken-images-after-upload-2
4a38ef6 Merge branch 'develop' into issue/297editor-backspace-media
4f2f7cb update to com.android.tools.build:gradle:2.0.0-beta7
d826f94 Merge branch 'develop' into issue/297editor-backspace-media
dccdc76 Merge commit '8db246f15ce6f4d2c7f7f7ec51c68b87e9a66c2f' into develop
fee3247 Changed MutationObserver handling to check if the WebView supports it, rather than rely on API levels
8812a3d Refactor: grouped mutation observation methods together
a6d25a8 Refactored DOM element mutation listening, delegating everything to one trackNodeForMutation method
a6a0236 Changed MutationObserver behavior to track individual media nodes instead of each contenteditable div
2340c5c Moved failed media methods to the generic media method group
63e0210 Parse for failed media when returning from HTML to visual mode
26159ed Track DOMNodeRemoved events when parsing for failed media
284411a Fixed a variable name error in ZSSEditor.removeImage
403b61c On API<19, use DOMNodeRemoved events to track media deletions (instead of the unsupported MutationObserver used for newer APIs)
9652b4c Merge branch 'develop' into issue/297editor-backspace-media
49a5029 Merge pull request #3804 from wordpress-mobile/issue/enable-editor-debug-mode
848a974 Consume KEYCODE_VOLUME_UP event when debug print is called
764c6ee broken retries
17efb8f Merge branch 'issue/enable-editor-debug-mode' into issue/300editor-broken-images-after-upload-2
44da980 use a remoteUrl attribute to avoid seeing broken image if download failed
baec233 remove debug action bar button and log raw html when volume up button is pressed
329ebf3 fix function call errors
bf4771c Add back image swapping onError
6bc0d4b fix wordpress-mobile/WordPress-Editor-Android#300: Retry download onError after an upload
0aef278 add missing comment
0f369d0 Updated gradle to 2.0.0-beta6
7269fbb Fixes an issue where manually deleting uploading/failed media will cause the caret to disappear
f2d0a44 Notify native through a callback whenever uploading/failed media are manually deleted
0ccc419 catch a common JS exception
42f3a10 Merge branch 'develop' into issue/288editor-log-js-errors-in-crashlytics
60a7ec7 fix wordpress-mobile/WordPress-Editor-Android#288: new EditorWebViewAbstract.ErrorListener used to forward JS errors to Crashlytics
cc87834 Keep the format bar disabled on rotation when the title field is in focus
7039d9d Rely on ZSSEditor to flag uploads as completed in native-side checks
88d5ae1 Added null checking for MediaType onMediaUploadFailed
6a6081b Wait until the ZSSEditor has replaced the local media with remote before marking it as completed
2e8d1f5 Strip any trailing &nbsp; when returning the title

git-subtree-dir: libs/editor
git-subtree-split: 72933eb1e06055b5852f011ad4980c47e24d578f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant