Releases for Windows Live Writer BlogAPI

wlw_blogapi 6.x-1.7

jrglasgow - September 9, 2009 - 17:46
Download Size md5 hash
wlw_blogapi-6.x-1.7.tar.gz 15.86 KB 891026666e3d290093b6f53f79c07497
Official release from CVS tag: DRUPAL-6--1-7
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

jrglasgow - August 31, 2009 - 14:32
Download Size md5 hash
wlw_blogapi-6.x-1.6.tar.gz 15.68 KB 08db2ca74edbe533cf33d2371ee725b5
Official release from CVS tag: DRUPAL-6--1-6
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

jrglasgow - August 24, 2009 - 18:00
Download Size md5 hash
wlw_blogapi-6.x-1.5.tar.gz 15.62 KB dc29dfb20e3057560c576de3ec58d608
Official release from CVS tag: DRUPAL-6--1-5
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

jrglasgow - January 22, 2009 - 07:59
Download Size md5 hash
wlw_blogapi-6.x-1.x-dev.tar.gz 15.86 KB ce7340543e80d3e9f0e6c42faf26c9f4
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: November 17, 2009 - 00:24

Development snapshot

wlw_blogapi 5.x-1.x-dev

jrglasgow - January 22, 2009 - 07:58
Download Size md5 hash
wlw_blogapi-5.x-1.x-dev.tar.gz 15.64 KB a3ca618cf5b9696531cbdabda7555dd3
Nightly development snapshot from CVS branch: DRUPAL-5
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

jrglasgow - January 6, 2009 - 06:34
Download Size md5 hash
wlw_blogapi-6.x-1.4.tar.gz 15.54 KB 6b73104e58a7c5e19f4d3ee0e0e1707d
Official release from CVS tag: DRUPAL-6--1-4
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

jrglasgow - December 10, 2008 - 02:25
Download Size md5 hash
wlw_blogapi-6.x-1.3.tar.gz 15.48 KB 1f1208de13e860aacbbdd5e7e8a69c69
Official release from CVS tag: DRUPAL-6--1-3
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

jrglasgow - October 16, 2008 - 19:17
Download Size md5 hash
wlw_blogapi-6.x-1.2.tar.gz 15.4 KB 7fc9f5395a93b11ab3a0ca0f9b4cae7c
Official release from CVS tag: DRUPAL-6--1-2
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

jrglasgow - October 6, 2008 - 19:49
Download Size md5 hash
wlw_blogapi-6.x-1.1.tar.gz 15.14 KB 38fab0428b0f69466e04acb24c09975f
Official release from CVS tag: DRUPAL-6--1-1
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

jrglasgow - October 6, 2008 - 19:47
Download Size md5 hash
wlw_blogapi-6.x-1.0.tar.gz 15.14 KB dc0a49ae0ab7fd1963aebed8c7dbf62b
Official release from CVS tag: DRUPAL-6--1-0
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

jrglasgow - September 17, 2008 - 00:26
Download Size md5 hash
wlw_blogapi-6.x-1.0-beta4.tar.gz 14.44 KB bf965b0a44462b0d0f4247441035c7fc
Official release from CVS tag: DRUPAL-6--1-0-beta4
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

jrglasgow - September 16, 2008 - 00:36
Download Size md5 hash
wlw_blogapi-6.x-1.0-beta3.tar.gz 14.42 KB fc9569e67762013529827c2a245817c2
Official release from CVS tag: DRUPAL-6--1-0-beta3
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

jrglasgow - September 5, 2008 - 19:04
Download Size md5 hash
wlw_blogapi-6.x-1.0-beta2.tar.gz 13.8 KB 80dbe39b40ad49af279f63b5a042e36c
Official release from CVS tag: DRUPAL-6--1-0-beta-2
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

jrglasgow - September 5, 2008 - 17:33
Download Size md5 hash
wlw_blogapi-6.x-1.0-beta.tar.gz 13.29 KB ac460966346b21b91aecd8b2cd033dec
Official release from CVS tag: DRUPAL-6--1-0-beta
Last updated: September 5, 2008 - 17:35

initial release.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.