/[drupal]/contributions/modules/wlw_blogapi/wlw_blogapi.module
ViewVC logotype

Log of /contributions/modules/wlw_blogapi/wlw_blogapi.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.16.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 16 20:01:52 2009 UTC (7 days, 13 hours ago) by jrglasgow
Branch: DRUPAL-6--1
Changes since 1.16.2.8: +2 -1 lines
Diff to previous 1.16.2.8 , to branch point 1.16
added items are automatically expanded in the menu system

Revision 1.16.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 17:43:49 2009 UTC (2 months, 2 weeks ago) by jrglasgow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-7
Changes since 1.16.2.7: +26 -1 lines
Diff to previous 1.16.2.7 , to branch point 1.16
added a validation hook - hook_wlw_blogapi_user_authenticate to allow third party authenticatin modules that provide Drupal authentication to work with WLW Blogapi.

Revision 1.16.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 2 17:19:49 2009 UTC (2 months, 3 weeks ago) by jrglasgow
Branch: DRUPAL-6--1
Changes since 1.16.2.6: +7 -9 lines
Diff to previous 1.16.2.6 , to branch point 1.16
#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.

Revision 1.16.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 2 17:05:36 2009 UTC (2 months, 3 weeks ago) by jrglasgow
Branch: DRUPAL-6--1
Changes since 1.16.2.5: +2 -2 lines
Diff to previous 1.16.2.5 , to branch point 1.16
#566418 by bkraegelin: Fixed wrong table in SELECT.

Revision 1.16.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 22:38:13 2009 UTC (2 months, 4 weeks ago) by jrglasgow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-6
Changes since 1.16.2.4: +14 -3 lines
Diff to previous 1.16.2.4 , to branch point 1.16
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.

Revision 1.16.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 17:55:32 2009 UTC (3 months ago) by jrglasgow
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.16.2.3: +0 -11 lines
Diff to previous 1.16.2.3 , to branch point 1.16
removed a bunch of old, commented out code

Revision 1.16.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 17:48:57 2009 UTC (3 months ago) by jrglasgow
Branch: DRUPAL-6--1
Changes since 1.16.2.2: +24 -5 lines
Diff to previous 1.16.2.2 , to branch point 1.16
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

Revision 1.16.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 16:47:25 2009 UTC (3 months ago) by jrglasgow
Branch: DRUPAL-6--1
Changes since 1.16.2.1: +23 -16 lines
Diff to previous 1.16.2.1 , to branch point 1.16
the directories that the file attachemnts, and inserted pictures goes into is now
configurable from the wlwl admin settings page

Revision 1.16.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 7 16:12:49 2009 UTC (3 months, 2 weeks ago) by jrglasgow
Branch: DRUPAL-6--1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#346159 by bkraegelin - made change suggested in comment 2

Revision 1.16.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 23:39:21 2009 UTC (8 months, 3 weeks ago) by jrglasgow
Branch: DRUPAL-5
Changes since 1.16.4.1: +2 -2 lines
Diff to previous 1.16.4.1 , to branch point 1.16
added semicolon to search string when replacing '<p>&nbsp</p>' with ''

Revision 1.16.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 07:55:09 2009 UTC (10 months ago) by jrglasgow
Branch: DRUPAL-5
Changes since 1.16: +44 -39 lines
Diff to previous 1.16
#362352 by CSCharabaruk - initial backport to D5

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 06:31:46 2009 UTC (10 months, 2 weeks ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.15: +6 -2 lines
Diff to previous 1.15
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

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 02:22:40 2008 UTC (11 months, 2 weeks ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-3
Changes since 1.14: +11 -3 lines
Diff to previous 1.14
#344864 by fusianasan: add better support for detecting site styles

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 19:08:27 2008 UTC (13 months, 1 week ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-2
Changes since 1.13: +42 -19 lines
Diff to previous 1.13
#309010 - added ability to choose which menu the new posts go to on a per node type basis.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 19:48:12 2008 UTC (13 months, 2 weeks ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-1
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
commented out a couple of watchdog debug commands that are no longer necessary

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 19:36:00 2008 UTC (13 months, 2 weeks ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.11: +25 -4 lines
Diff to previous 1.11
if there is a vacabulary assigned to the node type that allows free tagging: categories added in WLW will be added to this vocabulary

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 19:12:21 2008 UTC (13 months, 2 weeks ago) by jrglasgow
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
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.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 16:33:24 2008 UTC (13 months, 3 weeks ago) by jrglasgow
Branch: MAIN
Changes since 1.9: +97 -31 lines
Diff to previous 1.9
remove use of excerpt as url_alias, enable slug and url alias.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 00:19:11 2008 UTC (14 months, 1 week ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-beta4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
fixed problem in the admin settings form where I was setting variable wlw_blogapi_menu and setting as the default variable wlw_blogapi_menus

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 16:02:10 2008 UTC (14 months, 1 week ago) by jrglasgow
Branch: MAIN
Changes since 1.7: +13 -5 lines
Diff to previous 1.7
#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

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 05:44:33 2008 UTC (14 months, 1 week ago) by jrglasgow
Branch: MAIN
Changes since 1.6: +7 -13 lines
Diff to previous 1.6
removed extraneous watchdog calls that were used in debugging

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 00:23:51 2008 UTC (14 months, 1 week ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-beta3
Changes since 1.5: +49 -9 lines
Diff to previous 1.5
added support for auto menu addition, and auto addition of url-alias from Excerpt field

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 20:48:02 2008 UTC (14 months, 1 week ago) by jrglasgow
Branch: MAIN
Changes since 1.4: +14 -2 lines
Diff to previous 1.4
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

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 19:01:41 2008 UTC (14 months, 2 weeks ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-beta-2
Changes since 1.3: +10 -4 lines
Diff to previous 1.3
So WLW claims to give the date in ISO8601 format, they don't quite, they give the time in UTC but don't declare the time zone, I hard coded in the TZ for them

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 18:32:52 2008 UTC (14 months, 2 weeks ago) by jrglasgow
Branch: MAIN
Changes since 1.2: +19 -7 lines
Diff to previous 1.2
added function _wlw_blogapi_filter_extra_code() to add and edit functions to filter out html tags that will add extra white space, i.e. empty paragraph tags and paragraph tags with only a &nbsp; in it.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 18:14:53 2008 UTC (14 months, 2 weeks ago) by jrglasgow
Branch: MAIN
Changes since 1.1: +10 -5 lines
Diff to previous 1.1
In WLW you can 'Split a Post', very similar in Drupal to adding the '<!--break-->' tag. In the previous incarnation the BlogAPI module interpreted this split and inserted an '<!--extended-->' tag. this has been fixed.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 17:24:57 2008 UTC (14 months, 2 weeks ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-beta
Initial commit of wlw_blogapi module. the Drupal 6 instalce of blogapi.module breaks compatability with Windows Live Writer, which worked great with Drupal 5. This is a direct port of the blogapi module from the Drupal 5

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2