-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Ticket #1498 - Conflict detection and resolution + use wp.editPost instead of metaWeblog.editPost #10
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
Closed
Closed
Ticket #1498 - Conflict detection and resolution + use wp.editPost instead of metaWeblog.editPost #10
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7b51e5e
Merge branch 'release/3.6.1'
koke 7a80135
Merge branch 'release/3.6.2'
koke bea2667
Merge branch 'release/3.6.3'
koke 3ecab4c
add date_modified_gmt field to Post and Page models - used for confli…
maxme 75f1bf1
Conflict detection on AbstractPost upload
maxme d06d19b
new subview: RevisionView
maxme 6eef078
minor additions to models Page and Post (set .author to wp_author_dis…
maxme 162bc36
init a _RevisionSelector_ draft for iPhone
maxme 9633989
plug the conflict detector and revision browser in EditPostViewContro…
maxme c9afd0a
- "Use" revision button works
maxme 3afd286
improve RevisionView styling
maxme 7092c53
fix pageControl flickering
maxme 1905319
present RevisionSelector as a modal view instead of pushing it in nav…
maxme 3dc73ee
Cleaning, add comments and marks
maxme b6c9b12
change background from sidebar_bg to dark gray
maxme c72396d
do a wp.editPost request with _if_not_modified_since_ option to check…
maxme ce0c67c
Use wp.editPost directly to check for a conflict
maxme 3971e3c
plug alternative conflict detection in EditPostViewController
maxme b3cdf12
create new CoreData model (v.12) and set it as current - (and rollbac…
maxme 80d49a8
cleanup
maxme d1d94cd
replace metaWeblog.editPost with wp.editPost
maxme dda912c
- add an activity indicator and refactor updateLayout
maxme 34051d3
plug RevisionSelector in PostsViewController
maxme e5dd9c2
Merge branch 'develop' into ticket-1498-wp.editPost
maxme d4336d0
fix merge error
maxme 428ae79
Merge branch 'develop' of https://github.com/wordpress-mobile/WordPre…
maxme fa6160b
use terms_names field to post Categories and Tags using wp.editPost
maxme 5ece688
set AbstractPostRemoteStatusSync after wp.editPost->wp.getPost
maxme c12c696
hide Pager in RevisionSelector when pageNumber <= 1
maxme e232397
delete unused revisions when RevisionSelector is canceled
maxme b11bb12
use wp.newPost instead of metaWeblog.newPost
maxme b5876bb
new core data model version (v.13) and custom PostToPost class to mig…
maxme File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it's going to break for existing installs: Local drafts will turn into conflicts and synced posts will turn into local drafts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migration is done in commit b5876bb