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 |
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 |
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 |
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 | 15.86 KB | ce7340543e80d3e9f0e6c42faf26c9f4 |
Development snapshot
wlw_blogapi 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| wlw_blogapi-5.x-1.x-dev.tar.gz | 15.64 KB | a3ca618cf5b9696531cbdabda7555dd3 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
initial release.
