Scott Lovegrove
2435a48763
Update provider xml for multicategory support
2015-12-23 16:48:21 +00:00
Scott Lovegrove
1ea16ca4b1
Initial pull of blogger categories
2015-12-23 16:33:05 +00:00
Martin Woodward
6513744938
Merge pull request #231 from kathweaver/master
...
Added test plans
2015-12-23 16:00:51 +00:00
Kathleen Weaver
1f4bd85cb6
Update observeFileTab.md
2015-12-23 09:07:20 -06:00
Kathleen Weaver
a9e0e44ab2
Update observeOpenProgram.md
2015-12-23 09:07:01 -06:00
Kathleen Weaver
8ef1f151f3
Update observeOpenProgram.md
2015-12-23 09:06:47 -06:00
Kathleen Weaver
f48a010fba
Update observeFileTab.md
2015-12-23 09:06:10 -06:00
Kathleen Weaver
fc94186b2a
Added test plans
...
Added test plans for File Tab, Insert Tab and for observing the program
which it first opens.
2015-12-23 09:03:44 -06:00
Igal Tabachnik
9c36a30d40
Preventing making the document 'dirty' during initialization. This fixes #65
2015-12-23 14:49:32 +02:00
Bruce Bowyer-Smyth
52664e2928
Spell check wrapper added to AboutForm
2015-12-23 19:55:36 +10:00
Martin Woodward
895d750928
Lowercase TestPlan folder
2015-12-23 09:10:29 +00:00
Martin Woodward
59efc85f6b
Merge pull request #220 from Gordon-Beeming/FixBase64ImageDownload
...
added code to not attempt to download base64 embeded images
2015-12-23 08:12:26 +00:00
Martin Woodward
445c4963da
Merge pull request #212 from Gordon-Beeming/NullRefFix
...
Null ref fix
2015-12-22 21:33:53 +00:00
Will Duff
747e0881cc
Merge pull request #222 from ScottIsAFool/ArgumentNullException
...
Issue #221 - Make sure a null list isn't used.
2015-12-22 13:26:09 -08:00
Scott Lovegrove
d767189246
Revert method declaration change
...
Don't change code needlessly, naughty Scott
2015-12-22 20:48:59 +00:00
Scott Lovegrove
5ccb56d754
Make sure a null list isn't used.
2015-12-22 20:46:41 +00:00
Gordon Beeming
97fa46561b
added code to not attempt to download base64 embeded images
2015-12-22 22:08:07 +02:00
Gordon Beeming
cacddcea93
ctrl + K + D
2015-12-22 13:16:39 +02:00
Gordon Beeming
197eb32494
merged in root
2015-12-22 12:54:24 +02:00
Gordon Beeming
494c4295c3
Fixing a null reference exception I was getting when running OLW
2015-12-22 12:42:22 +02:00
Bruce Bowyer-Smyth
474494ddf3
Window platform spell checker
2015-12-22 20:27:17 +10:00
Bruce Bowyer-Smyth
d16b3e3af6
Resurrect spelling project
2015-12-22 20:27:16 +10:00
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
Mark Downie
6867a092bd
Changed to a move operation (rather than a copy).
2015-12-21 22:41:08 -05:00
Mark Downie
244529c105
Correct exception when you hit apply.
...
Give the use the option to move any existing draft posts to the new folder location.
2015-12-21 22:39:47 -05: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