Download & Extend

Releases for Windows Live Writer BlogAPI

wlw_blogapi 6.x-1.7

Download Size md5 hash
wlw_blogapi-6.x-1.7.tar.gz 15.86 KB 891026666e3d290093b6f53f79c07497
wlw_blogapi-6.x-1.7.zip 17.01 KB c741d3abb59e8065a0a201d5a6acd2a8
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.7

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.6.tar.gz 15.68 KB 08db2ca74edbe533cf33d2371ee725b5
wlw_blogapi-6.x-1.6.zip 16.83 KB 413dde6b669736e8907e8dbccf589e64
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.6

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.5.tar.gz 15.62 KB dc29dfb20e3057560c576de3ec58d608
wlw_blogapi-6.x-1.5.zip 16.76 KB e3cd6ecb76a691ebdcf165475147ac97
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.5

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.x-dev.tar.gz 16.25 KB 6438f3f55e87bf95f93ff8c1ef03a029
wlw_blogapi-6.x-1.x-dev.zip 17.12 KB ad1804b229aaa3bd4e3cba99e9670c6a
Last updated: February 25, 2011 - 07:58
Development snapshot from branch: 6.x-1.x

Release notes

Development snapshot

wlw_blogapi 5.x-1.x-dev

Download Size md5 hash
wlw_blogapi-5.x-1.x-dev.tar.gz 15.78 KB 80f8ffb8b9b1b521e6aaf0d7ce1ca3d9
wlw_blogapi-5.x-1.x-dev.zip 16.63 KB 516f3085d55bb30e9e709cae5b51c132
Last updated: February 25, 2011 - 07:58
Development snapshot from branch: 5.x-1.x

Release notes

Changes since DRUPAL-6--1-4:

  • #362352 by CSCharabaruk - initial backport to D5

wlw_blogapi 6.x-1.4

Download Size md5 hash
wlw_blogapi-6.x-1.4.tar.gz 15.54 KB 6b73104e58a7c5e19f4d3ee0e0e1707d
wlw_blogapi-6.x-1.4.zip 16.69 KB 73539ce3e9119442b7f37e31119b3fd8
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.4

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.3.tar.gz 15.48 KB 1f1208de13e860aacbbdd5e7e8a69c69
wlw_blogapi-6.x-1.3.zip 16.63 KB 94f563ce0dffb26338750b59da1a84e2
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.3

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.2.tar.gz 15.4 KB 7fc9f5395a93b11ab3a0ca0f9b4cae7c
wlw_blogapi-6.x-1.2.zip 16.56 KB b2cad8c20756ff46296cc2104a8fd690
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.2

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.1.tar.gz 15.14 KB 38fab0428b0f69466e04acb24c09975f
wlw_blogapi-6.x-1.1.zip 16.2 KB dfa1f5e373fbeb8e7c36caf909d38976
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.1

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.0.tar.gz 15.14 KB dc0a49ae0ab7fd1963aebed8c7dbf62b
wlw_blogapi-6.x-1.0.zip 16.2 KB 7a09417a8f6addb38c0a523d28cbf218
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.0

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.0-beta4.tar.gz 14.44 KB bf965b0a44462b0d0f4247441035c7fc
wlw_blogapi-6.x-1.0-beta4.zip 15.5 KB ec455d2b435f0586858707e42184aefc
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.0-beta4

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.0-beta3.tar.gz 14.42 KB fc9569e67762013529827c2a245817c2
wlw_blogapi-6.x-1.0-beta3.zip 15.48 KB 2e190d1ff7e18f8b201ba1b8e6fdbc7f
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.0-beta3

Release notes

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

Download Size md5 hash
wlw_blogapi-6.x-1.0-beta2.tar.gz 13.8 KB 80dbe39b40ad49af279f63b5a042e36c
wlw_blogapi-6.x-1.0-beta2.zip 14.77 KB 8f52155ad429e276a704a2905476d59e
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.0-beta2

Release notes

Fixed some bugs reported by the sponsor Tribute Media. See CVS commit messages for details.

wlw_blogapi 6.x-1.0-beta

Download Size md5 hash
wlw_blogapi-6.x-1.0-beta.tar.gz 13.29 KB ac460966346b21b91aecd8b2cd033dec
wlw_blogapi-6.x-1.0-beta.zip 14.29 KB 7825be88e44749018734dc86e01545f7
Last updated: December 25, 2010 - 00:12
Official release from tag: 6.x-1.0-beta

Release notes

initial release.

Subscribe with RSS Syndicate content