Releases for Windows Live Writer BlogAPI
wlw_blogapi 6.x-1.7
First released: September 9, 2009 - 17:46
Size: 15.86 KB
md5_file hash: 891026666e3d290093b6f53f79c07497
Last updated: September 9, 2009 - 17:52
Changes since DRUPAL-6--1-6:
- #566418 by bkraegelin: Fixed wrong table in SELECT.
- #371400 by mcload: Fixed Windows Live Writer BlogAPI Error.
When the server has E_NOTICE turned on every little thing like checking the value of an uninitialized variable throws a notice.The is especially harmful when the expected result for the page request is to be parsed by a program that is not very good at ignoring notices that break the expected syntax of the XML it is expecting to receive.
The module was checking the value of a couple of possibly uninitialized variables in this function and causing notices to be thrown.
I have changed the function to use the empty() function which
empty() is the opposite of (boolean) var, except that no warning is generated when the variable is not set.
FYI - production site should never have E_NOTICE set.
- added a validation hook - hook_wlw_blogapi_user_authenticate to allow third party authenticatin modules that provide Drupal authentication to work with WLW Blogapi.
wlw_blogapi 6.x-1.6
First released: August 31, 2009 - 14:32
Size: 15.68 KB
md5_file hash: 08db2ca74edbe533cf33d2371ee725b5
Last updated: August 31, 2009 - 14:36
Changes since DRUPAL-6--1-5:
- added additional permissions for the admin settings page:
"manage menus and content types for wlw"
"manage wlw file upload settings"
we realized that with the one setting that anyone with the permission
"administer content with blog api" could change the settings, which poses a
security risk if they changed the setting to allow themselves to upload a
php script and execute.
wlw_blogapi 6.x-1.5
First released: August 24, 2009 - 18:00
Size: 15.62 KB
md5_file hash: dc29dfb20e3057560c576de3ec58d608
Last updated: August 24, 2009 - 18:07
Changes since DRUPAL-6--1-4:
- #346159 by bkraegelin - made change suggested in comment 2
- the directories that the file attachemnts, and inserted pictures goes into is now
configurable from the wlw admin settings page - in the custom files directory setting you can now user !user_id and
!user_name as tokens for the uid and the user's name - removed a bunch of old, commented out code
wlw_blogapi 6.x-1.x-dev
First released: January 22, 2009 - 07:59
Size: 15.85 KB
md5_file hash: a7b4a54c2e255d24114633f3b480e339
Last updated: November 6, 2009 - 12:26
Development snapshot
wlw_blogapi 5.x-1.x-dev
First released: January 22, 2009 - 07:58
Size: 15.64 KB
md5_file hash: a3ca618cf5b9696531cbdabda7555dd3
Last updated: March 4, 2009 - 00:24
Changes since DRUPAL-6--1-4:
- #362352 by CSCharabaruk - initial backport to D5
wlw_blogapi 6.x-1.4
First released: January 6, 2009 - 06:34
Size: 15.54 KB
md5_file hash: 6b73104e58a7c5e19f4d3ee0e0e1707d
Last updated: January 6, 2009 - 06:35
Changes since DRUPAL-6--1-3:
- When tags are heirarchical(sp) WLW submits the tag for the post as 'term/subterm' where term is the root for subterm. This fix will parse the terms and only submit the last subterm
wlw_blogapi 6.x-1.3
First released: December 10, 2008 - 02:25
Size: 15.48 KB
md5_file hash: 1f1208de13e860aacbbdd5e7e8a69c69
Last updated: December 10, 2008 - 02:30
Changes since DRUPAL-6--1-2:
- fixed update_6002
- #344864 by fusianasan: add better support for detecting site styles
wlw_blogapi 6.x-1.2
First released: October 16, 2008 - 19:17
Size: 15.4 KB
md5_file hash: 7fc9f5395a93b11ab3a0ca0f9b4cae7c
Last updated: October 16, 2008 - 19:20
Changes since DRUPAL-6--1-1:
- #309010 - added ability to choose which menu the new posts go to on a per node type basis.
- updated update function to also delete the old menu setting variable
wlw_blogapi 6.x-1.1
First released: October 6, 2008 - 19:49
Size: 15.14 KB
md5_file hash: 38fab0428b0f69466e04acb24c09975f
Last updated: October 6, 2008 - 19:50
Changes since DRUPAL-6--1-0-beta4:
- remove use of excerpt as url_alias, enable slug and url alias.
- html entities were escapes when titles were submitted by WLW. Actually they were doubly escaped. I adjusted the wlwmanifest.xml file to disallow html in titles, so titles are in plaintext, this is preferable.
- if there is a vacabulary assigned to the node type that allows free tagging: categories added in WLW will be added to this vocabulary
- commented out a couple of watchdog debug commands that are no longer necessary
wlw_blogapi 6.x-1.0
First released: October 6, 2008 - 19:47
Size: 15.14 KB
md5_file hash: dc0a49ae0ab7fd1963aebed8c7dbf62b
Last updated: October 6, 2008 - 19:50
Changes since DRUPAL-6--1-0-beta4:
- remove use of excerpt as url_alias, enable slug and url alias.
- html entities were escapes when titles were submitted by WLW. Actually they were doubly escaped. I adjusted the wlwmanifest.xml file to disallow html in titles, so titles are in plaintext, this is preferable.
- if there is a vacabulary assigned to the node type that allows free tagging: categories added in WLW will be added to this vocabulary
wlw_blogapi 6.x-1.0-beta4
First released: September 17, 2008 - 00:26
Size: 14.44 KB
md5_file hash: bf965b0a44462b0d0f4247441035c7fc
Last updated: September 17, 2008 - 00:30
Changes since DRUPAL-6--1-0-beta3:
- removed extraneous watchdog calls that were used in debugging
- #308996 - since some modules assume that the user is logged in in their hook_nodeapi() wlw_blogapi has to set the global variable, not just set the variable in the local scope just for the wlw_blogapi_blogger_edit_post() or wlw_blogapi_blogger_new_post() functions
- fixed problem in the admin settings form where I was setting variable wlw_blogapi_menu and setting as the default variable wlw_blogapi_menus
wlw_blogapi 6.x-1.0-beta3
First released: September 16, 2008 - 00:36
Size: 14.42 KB
md5_file hash: fc9569e67762013529827c2a245817c2
Last updated: September 16, 2008 - 00:41
Changes:
- added support for auto menu addition
- and auto addition of url-alias from Excerpt field
- if the keywords field is set we set the nodewords variable, if the nodewords (Meta Tags) module is installed this will take the keywords submitted and set those as the meta tags
wlw_blogapi 6.x-1.0-beta2
First released: September 5, 2008 - 19:04
Size: 13.8 KB
md5_file hash: 80dbe39b40ad49af279f63b5a042e36c
Last updated: September 5, 2008 - 19:05
Fixed some bugs reported by the sponsor Tribute Media. See CVS commit messages for details.
wlw_blogapi 6.x-1.0-beta
First released: September 5, 2008 - 17:33
Size: 13.29 KB
md5_file hash: ac460966346b21b91aecd8b2cd033dec
Last updated: September 5, 2008 - 17:35
initial release.
