-
Windows Live Writer BlogAPI: February 25, 2011 2:09
Commit 4afd1be on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Windows Live Writer BlogAPI: February 25, 2011 2:09
Commit 0969569 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Windows Live Writer BlogAPI: February 25, 2011 2:09
Commit db66f65 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
#742468 by allan1015: Fixed WLW cannot download stye/theme for pages, but can for stories.
-
added items are automatically expanded in the menu system
-
#620920 by Kars-T | jrglasgow: Added Remove blog module dependency.
-
added a validation hook - hook_wlw_blogapi_user_authenticate to allow third party authenticatin modules that provide Drupal authentication to work with WLW Blogapi.
-
#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 <a href="http://us3.php.net/manual/en/function.empty.php">empty()</a> function which <blockquote> empty() is the opposite of (boolean) var, except that no warning is generated when the variable is not set. </blockquote> FYI - production site should never have E_NOTICE set.
-
#566418 by bkraegelin: Fixed wrong table in SELECT.
-
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.