Commit Graph

126 Commits

Author SHA1 Message Date
Will Duff 3494995b1f Update version.txt 2015-12-22 00:44:00 -08:00
Will Duff 3670728585 Merge pull request #200 from ScottIsAFool/Fix-MoveAdjacentToElement-Error
Issue #188 - Fix MoveAdjacentToElement Error
2015-12-22 00:41:37 -08:00
Scott Lovegrove 4269238c23 Remove original null check 2015-12-22 08:30:49 +00:00
Scott Lovegrove 561e7523a5 Double && 2015-12-22 08:22:39 +00:00
Scott Lovegrove 99eda4f734 Merge pull request #211 from willduff/issue26
Issue #26 - OLW won't open local drafts or published posts, throws an UnauthorizedAccessException
2015-12-22 08:19:55 +00:00
Will Duff c29d9fb2a8 Merge pull request #210 from willduff/google-blogger
Issue #170 - The remote server returned an error: (403) Forbidden.
2015-12-22 00:19:49 -08:00
Scott Lovegrove e9d3b65731 Add additional null check 2015-12-22 08:08:40 +00:00
Will Duff 9664d6646c Merge pull request #194 from demortes/master
Issue #66 - Fix MultiSite Wordpress over SSL
2015-12-21 23:57:27 -08:00
Will Duff dcc5d6bbfb Creating a FileStream over a directory doesn't work very well
The root cause here is that we accidentally made a breaking change when
we removed the spell checking logic. We changed the
CONTEXT_DICTIONARY_FILE constant from "context.tlx" to string.Empty.
That means in the WriteSpellingContextDictionary() and
ReadSpellingContextDictionary() methods, we were resolving a dictionary
path as Path.Combine(SpellingContextDirectory, string.Empty); and then
tried to create a FileStream on a directory. The fix here is simple,
just change the dictionary filename back to "context.tlx".
2015-12-21 22:40:22 -08:00
Will Duff 5f0f110df6 Merge remote-tracking branch 'refs/remotes/OpenLiveWriter/master' 2015-12-21 22:37:54 -08:00
Will Duff 3163252f91 Merge pull request #199 from ScottIsAFool/Refresh-Blog-List
Issue #174 - Refresh the list of blogs when one is removed/added
2015-12-21 21:41:22 -08:00
Will Duff d589ecd9a5 Merge remote-tracking branch 'upstream/master' into google-blogger 2015-12-21 20:55:03 -08:00
Will Duff 24f180d268 Guard against HTTP 403 error code when calling Picasa API directly
The OAuth access token expires quickly (every hour) and we get an HTTP
403 error code when we attempt to call a Picasa API with an expired
access token. The BloggerService class provided by the Google API Client
library for .NET takes care of automatically refreshing the access token
when calling the Blogger API. This is not true of our Picasa
integration, which features direct HTTP requests to the Picasa API
endpoint, so I've added code to catch the HTTP 403 error code and force
refresh the access token.
2015-12-21 20:54:22 -08:00
Robert Standefer 9756bf1ea9 Merge pull request #193 from kathweaver/master
Created Initial Test Plan documents
2015-12-21 16:22:31 -08:00
Kathleen Weaver 56ef55cd3f Update TestProcedures.md 2015-12-21 16:43:57 -06:00
Kathleen Weaver 74863a8af5 Create TestProcedures.md 2015-12-21 11:07:37 -06:00
Scott Lovegrove a3130d5b71 Added a null check before calling 2015-12-21 00:07:04 +00:00
Scott Lovegrove f670c3a20d Register for WeblogListChanged event 2015-12-21 00:03:47 +00:00
Kevin Dethlefs 7a0976d3f8 Fixed peer-reveiewed comments, such as:
in GetUserBlogs(), I had a return statement on the inner loop, not after
all blogs were added to list.
Verified that the proper XML RPC URL was saved, so as to not confuse
blogs using the same multisite installation.
Adjusted the exception thrown to mark the proper call method.
2015-12-20 17:15:59 -06:00
Kathleen Weaver 66b247f38e Update InstallAsNew.md
Changed header to reflect correct test.
2015-12-20 17:07:43 -06:00
Kathleen Weaver 9358e930ca Update InstallAsNew.md
Move results to correct column
2015-12-20 17:07:05 -06:00
Kathleen Weaver 24f52d5bbf Update InstallAsUpdate.md
Move results to correct column
2015-12-20 17:04:54 -06:00
Kathleen Weaver f9faa691a9 Rename InstallAsNew to InstallAsNew.md 2015-12-20 17:04:03 -06:00
Kathleen Weaver cfb4b1203e Rename InstallAsUpdate to InstallAsUpdate.md 2015-12-20 17:03:38 -06:00
Will Duff 8ab8c9b796 Merge pull request #184 from rkttu/master
pass command line arguments through run.cmd
2015-12-20 14:42:04 -08:00
Will Duff c862f22e1d Merge pull request #189 from ScottIsAFool/Update-Build-Docs-for-Local-Blogger-Build
Update build docs for local blogger build
2015-12-20 13:58:55 -08:00
Scott Lovegrove e3a7e8982c Corrected file name 2015-12-20 17:36:10 +00:00
Kevin Dethlefs 5a7ba1d8f3 Overridden the GetUsersBlogs() function to support MultiSite Wordpress. Calling XML RPC wp.getUsersBlogs instead of blogger.getUsersBlogs, which seems to return an empty XML set, causing multisite to cause issues with Open Live Writer. 2015-12-20 05:21:43 -06:00
Kathleen Weaver 7705836bd1 Create InstallAsNew 2015-12-20 01:42:50 -06:00
Kathleen Weaver 6862366b82 Merge pull request #1 from kathweaver/kathweaver-patch-1
Create InstallAsUpdate
2015-12-20 01:38:30 -06:00
Kathleen Weaver 8d9de65368 Create InstallAsUpdate 2015-12-20 01:34:49 -06:00
Scott Lovegrove a5c3ab9f3b Update url references 2015-12-20 00:42:27 +00:00
Scott Lovegrove 053760f5f3 Added images 2015-12-20 00:36:14 +00:00
Scott Lovegrove b30b1b1a2a Added initial steps 2015-12-20 00:32:08 +00:00
Jung Hyun, Nam d3794b240b pass command line arguments through run.cmd 2015-12-20 01:15:23 +09:00
Martin Woodward 1bbd48e17c Merge pull request #167 from martinwoodward/roundtrip-blogger-labels
Roundtrip Blogger labels
2015-12-18 22:16:26 +00:00
Martin Woodward 3951206cd7 Merge pull request #68 from lucaslra/TabOrderAdjustment
SharePoint Connection Tab Index Adjustment
2015-12-17 21:12:21 +00:00
Martin Woodward 5ae1794366 Roundtrip labels 2015-12-17 17:39:26 +00:00
Martin Woodward ce597b19e2 Merge pull request #159 from martinwoodward/add-contrib
Add contributor guidance file
2015-12-17 17:10:44 +00:00
Martin Woodward 580e16b068 Add contributor guidance file 2015-12-17 17:09:59 +00:00
Will Duff f93ff6e285 Merge pull request #164 from martinwoodward/enable-blogger-labels
Enable creation of blogger labels
2015-12-17 09:08:29 -08:00
Martin Woodward d942d0aee5 Enable creation of blogger labels 2015-12-17 16:52:09 +00:00
Scott Lovegrove ae7eedf12c Merge pull request #163 from martinwoodward/add-blogger-split-post
Add split post capability to GoogleBloggerV3Client
2015-12-17 16:25:27 +00:00
Martin Woodward 32a76232f7 Add split post capability 2015-12-17 15:57:50 +00:00
Martin Woodward 96b67a4063 Merge pull request #75 from gep13/ChocolateyPackage
Adding basic creation of Chocolatey Package
2015-12-17 09:40:37 +00:00
Scott Lovegrove 9138234442 Merge pull request #149 from jlcard/patch-1
Update README.md
2015-12-17 00:46:15 +00:00
Will Duff 4c2845e890 Bump version again due to bad Blogger client ID 2015-12-16 16:19:22 -08:00
Will Duff 77c6b43af9 Bump version to force Google Blogger nightly to stable 2015-12-16 15:57:20 -08:00
jlcard 27ec4434db Update README.md
Replace OLW reference for correct WLW instead
2015-12-16 13:53:58 -08:00
Will Duff 78012caf8f Merge pull request #101 from willduff/google-blogger
Issue #5 - Convert Google Blogger ClientLogin to OAuth 2.0
2015-12-16 09:38:05 -08:00