David Gardiner
a25c622726
Add unit tests for InsertTable
...
Using NUnit 3 and ApprovalTests
2016-02-28 22:07:39 +10:30
David Gardiner
926e8f4177
Add 'percent' label to resources
2016-02-28 09:19:39 +10:30
David Gardiner
9a0bc2e367
Extract designer code to Designer.cs files
2016-02-28 09:19:38 +10:30
David Gardiner
357f885b5e
Table percent widths and no widths
...
Radio buttons for pixels and percent
2016-02-28 09:19:35 +10:30
Kathleen Weaver
dfac2abe83
Changed OpenLiveWriter to Open Live Writer
2016-02-25 16:15:30 -06:00
Scott Lovegrove
266235baa9
Merge pull request #380 from kathweaver/ChangeWording#377
...
Resolve issue #377
2016-02-24 20:38:26 +00:00
Scott Lovegrove
173ca2985f
Merge pull request #391 from NenoLoje/users/nenoloje/fix-publishpostdisplaybug
...
Fix for issue #388 to handle Mnemonics correctly.
2016-02-24 20:37:42 +00:00
Scott Lovegrove
7831270d71
Merge pull request #390 from NenoLoje/users/nenoloje/improve-filtercategoriesbycontains
...
Improved categories filter textbox filtering
2016-02-24 20:37:00 +00:00
NenoLoje
dea5603bb6
Fix for issue #388 to handle Mnemonics correctly.
2016-02-20 20:33:18 +00:00
NenoLoje
72a0d7db16
Using case-insensitive version of String.IndexOf instead of String.StartsWith to filter categories list.
2016-02-20 20:13:37 +00:00
Kathleen Weaver
afa9a226e6
Added Build Instructions to README
2016-02-19 19:40:51 -06:00
kathweaver
b0223e2e8e
Resolve issue #377
...
Changed wording on option to reflect what actually happens
2016-02-19 14:27:59 -06:00
Scott Lovegrove
641cb46602
Merge pull request #117 from poppastring/users/poppastring/blogpostfolder
...
Made the "Drafts and Posts folder" configurable via the options page.…
2016-02-19 16:33:07 +00:00
Scott Lovegrove
746c7afc5f
Merge pull request #361 from kathweaver/pull117
...
Test Plan for #117
2016-02-19 16:19:00 +00:00
Will Duff
6936444f26
Update version.txt
2016-02-13 15:29:26 -06:00
Will Duff
e53b05bfea
Merge pull request #358 from willduff/issue262
...
Issue #224 - Google Blogger scheduled post is scheduled at the wrong time
2016-02-13 15:06:33 -06:00
Mark Downie
09d2e0ecee
Merge to a folder with existing wpost files
...
This allows for copying files to a new folder where the file name
matches. This update will create a new file name as follows:
"test.wpost"
becomes...
test_Copy.wpost"
2016-02-11 23:46:28 -05:00
Mark Downie
925f225661
Merge remote-tracking branch 'refs/remotes/OpenLiveWriter/master' into users/poppastring/blogpostfolder
2016-02-11 18:59:30 -05:00
Will Duff
5c8bcd9206
Merge pull request #371 from willduff/issue247
...
Issue #247 - Support loading more than 500 Google Blogger posts
2016-02-10 08:24:46 -08:00
Martin Woodward
e1a350b014
Merge pull request #372 from martinwoodward/switch-build
...
Update build badge to point to .NET Foundation account
2016-02-10 14:42:17 +00:00
Martin Woodward
6790765b58
Update build to point to .NET Foundation account
2016-02-10 14:25:06 +00:00
Will Duff
0f02261650
Update version.txt
2016-02-09 22:57:54 -08:00
Will Duff
49dd8a6dd3
Support loading more than 500 Google Blogger posts
...
The Google Blogger v3 API has a limit to return only 500 items per
request. Each Blogger response returns a `NextPageToken` to get the next
500 items, so I added support to loop and download all posts and pages,
or stop early at a given maximum. You can see this by going to *File* >
*Open recent post* and then selecting a Google Blogger blog.
2016-02-09 22:19:20 -08:00
Mark Downie
d38b8fcf3c
JumpList refresh
...
Ensure that the jump list is refreshed when you hit save based on the
new folder location.
2016-02-10 00:03:39 -05:00
Scott Lovegrove
29088574d5
Merge pull request #367 from willduff/issue298
...
Issue #298 - Show drafts and scheduled posts and pages for Google Blogger
2016-02-09 13:54:25 +00:00
Will Duff
8c4a816b39
Show drafts and scheduled posts and pages for Google Blogger
...
We weren't including the correct API parameters to request drafts and
scheduled posts from Google Blogger. When getting the list of posts and
pages, we need to do 2-3 requests with different parameters and combine
the results. For getting individual posts and pages, we had to specify
view permissions in the request.
2016-02-08 23:58:28 -08:00
Scott Lovegrove
bab8675910
Merge pull request #252 from jannavarro/master
...
Both the controller and postPropertiesForm needs to know that changes…
2016-02-07 17:39:07 +00:00
Will Duff
5b11233282
Merge branch 'master' of https://github.com/OpenLiveWriter/OpenLiveWriter into issue262
2016-02-06 17:13:16 -08:00
Will Duff
b95317bf2d
Use local time instead of UTC time
2016-02-06 17:03:40 -08:00
Mark Downie
bb1b84f549
Updated to avoid invalid cast exception thrown.
2016-01-31 18:12:13 -05:00
Mark Downie
2fa7c67263
List of recent updated posts was pointing to the old folder
...
The problem was that the list of files recently worked on was cached and
not based on the new folder that was updated in option.
I was working on a more OO method but got tangled in a bunch of
reference issues.
I did find an existing method for updating the list recent files it
does rely on the relationship between Forms, Controls and Parent
objects.
2016-01-31 15:40:01 -05:00
kathweaver
9d9a81124d
Finished testplan for post location change
2016-01-28 21:32:29 -06:00
kathweaver
2d23d6e2c9
Created Testplan for Posts and Drafts Folder
...
Still in progress.
2016-01-26 10:25:30 -06:00
kathweaver
0fc38e7b68
Changed Preference Image
...
Change Preference to match changes
2016-01-26 10:09:23 -06:00
kathweaver
d38c802a1b
Merge branch 'master' of https://github.com/kathweaver/OpenLiveWriter
2016-01-26 09:58:46 -06:00
Mark Downie
4c12f672ee
Merge remote-tracking branch 'refs/remotes/OpenLiveWriter/master' into users/poppastring/blogpostfolder
2016-01-25 22:39:30 -05:00
Mark Downie
6e87cab069
Merge pull request #1 from ScottIsAFool/users/poppastring/blogpostfolder
...
Made changes I suggested in original PR (via @ScottIsAFool )
2016-01-25 22:25:32 -05:00
Scott Lovegrove
03668bc020
Open the folder browser where the current location is.
2016-01-24 12:58:16 +00:00
Scott Lovegrove
f5633a88e4
Make sure that when the directory change happens, any open posts save to the correct location.
2016-01-24 12:55:44 +00:00
Scott Lovegrove
a1949d6fcb
Merge pull request #328 from kathweaver/VideoDialogBoxTest
...
Added Video Tests Plans
2016-01-24 12:31:38 +00:00
Kathleen Weaver
611b12d41b
Added Video Tests Plans
...
While I know that the video isn't working correctly, the test plans were
created by observing the original Live Writer behavior.
2016-01-24 06:23:16 -06:00
Scott Lovegrove
6b2d2a079b
Merge branch 'master' into users/poppastring/blogpostfolder
2016-01-24 12:04:50 +00:00
Scott Lovegrove
9406f3015e
Merge pull request #304 from kathweaver/OptionsDialogBox
...
Optionsdialogbox
2016-01-24 08:49:22 +00:00
kathweaver
fa0d3e266c
Merge remote-tracking branch 'refs/remotes/OpenLiveWriter/master'
2016-01-23 18:59:00 -06:00
Scott Lovegrove
5591bc8e34
Merge pull request #322 from kathweaver/Add-testplans-for-add-blog-accounts
...
Add testplans for add blog accounts
2016-01-23 20:06:20 +00:00
Will Duff
cf21ddf61d
Merge branch 'ScottIsAFool-Blogger-Categories'
2016-01-22 08:33:55 -08:00
Will Duff
abbccecbc6
Merge pull request #234 from ScottIsAFool/Blogger-Categories
2016-01-22 08:31:36 -08:00
Will Duff
61612fbc2e
Merge OpenLiveWriter/master
2016-01-22 08:21:44 -08:00
Will Duff
b293feecc7
Merge branch 'ScottIsAFool-Blogger-Categories'
2016-01-22 08:11:30 -08:00
Scott Lovegrove
63370f9a16
Merge pull request #324 from ScottIsAFool/bug/323
...
Fix ArgumentNullException
2016-01-21 10:22:18 +00:00