Hi,

I fixed yesterday issue about pokeravatar test suite coverage, when
adding checks for '_' gettext function not being defined:
https://gna.org/bugs/index.php?14912

I also opened a new bug not to forget: poker-network needs poker-engine
build with fr_FR locale installed in order to run pokeravatar test
https://gna.org/bugs/?14916

I updated python-poker-network on drupal-z2 with latest version from:
http://farmpoker.pokersource.info/packaging-farm/html/index.php

I commited outstanding changes on
http://drupal-z2-07-12-2009.pokersource.info/planc

And merged them in:
http://drupal-z2.pokersource.info/planc/

Please note that
http://drupal-z2.pokersource.info/planc/jpoker-opensocial.xml
points to a local clone of latest jpoker upstream

And that:
http://drupal-z2-07-12-2009.pokersource.info/planc/jpoker-opensocial.xml
points to installed version of jpoker

I upgraded python-poker-social with latest version from:
http://opensocial.pokersource.info/

I updated drupal-z2.pokersource.info poker social installation to point
to drupal-z2.pokersource.info instead of drupal-z2.pokersource.vm.gnt
according to "HOWTO for sysadmin (bootstraping from drupal-dev virgin)"
steps of the following HOWTO:
http://drupal.pokersource.info/HOWTO.txt

I updated application_id in poker.social.xml to match the value in
drupal6.applications mysql table.

I reported a bug against python-opensocial that prevent logging if
VERBOSE > 0.
http://code.google.com/p/opensocial-python-client/issues/detail?id=31

I pulled the following ShindigIntegrator patches from
drupal-z2-07-12-2009 on drupal-z2.

changeset:   85:48091f882972
user:        r...@drupal-dev
date:        Thu Nov 26 00:30:41 2009 +0100
files:       
usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php
description:
db_url can be an array in drupal6


diff -r b9c7065f1b8a -r 48091f882972 
usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php
--- 
a/usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php
 Wed Nov 25 18:54:04 2009 +0100
+++ 
b/usr/src/ShindigIntegrator/shindig_integrator/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php
 Thu Nov 26 00:30:41 2009 +0100
@@ -13,6 +13,9 @@
 include_once(Config::get('include_path')."/bootstrap.inc");
 include_once(Config::get('include_path')."/common.inc");

+if(is_array($db_url)) {
+  $db_url = $db_url['default'];
+}
 $url_array = parse_url($db_url);
 $GLOBALS['url_array'] = $url_array;
 
include_once(Config::get('include_path')."/database.".$url_array['scheme'].".inc");

changeset:   87:8bdcbfe0090e
user:        r...@drupal-dev
date:        Thu Nov 26 11:05:34 2009 +0100
files:       
usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php
description:
db_url can be an array


diff -r 2eb40aba9185 -r 8bdcbfe0090e 
usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php
--- 
a/usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php
 Thu Nov 26 00:35:40 2009 +0100
+++ 
b/usr/src/ShindigIntegrator/shindig_integrator/shindig_files/ShindigIntegratorDbFetcher.php
 Thu Nov 26 11:05:34 2009 +0100
@@ -13,7 +13,9 @@
 include_once(Config::get('include_path')."/bootstrap.inc");
 include_once(Config::get('include_path')."/common.inc");
 
-$url_array = parse_url($db_url);
+if(is_array($db_url)) {
+  $db_url = $db_url['default'];
+}
 $GLOBALS['url_array'] = $url_array;
 
include_once(Config::get('include_path')."/database.".$url_array['scheme'].".inc");
 
Finally I've been able to sit a table on:
http://drupal-z2.pokersource.info/drupal6/

-- 
Johan Euphrosine <pro...@aminche.com>
Development and services around Free Software
http://aminche.com/

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pokersource-users mailing list
Pokersource-users@gna.org
https://mail.gna.org/listinfo/pokersource-users

Reply via email to