Hi, Today I added TOURNEY_START event in poker-network monitor: https://gna.org/bugs/index.php?15482 http://svn.gna.org/viewcvs/pokersource/?rev=6434&view=rev
I added in pokersocial hardcoded event list: changeset: 62:8914806087a0 user: Johan Euphrosine <[email protected]> date: Thu Feb 25 19:20:36 2010 +0100 files: pokersocial/monitor.py tests/test.py description: add TOURNEY_START event Refs z2#83 But I've been unable to merge chandan changes, because I don't know where to pull them: http://drupal-dev.pokersource.info/z2/changeset/134035102737f8dcd0511a865d484b889d0f9fa2 I've added basic support for permalink in tourney details in pokersocial: http://drupal-dev.pokersource.info/z2/changeset/9d717310a073b962bdac277208d8af1ce27f4a3a Add overrided table.templates.rank for being able to redirect the user to the tourney details after clicking the 'out of tournament: ranking' dialog link: http://drupal-kez.pokersource.info/pb_jpoker/skin/table.html#poker_03_tourney_end http://drupal-dev.pokersource.info/z2/changeset/4f67571da798 To correct the lobby redirection after the tourney is ended, the following patch would be needed in os_poker: diff -r be446a9e9ff5 modules/os_poker/js/os_poker.toolkit.js --- a/modules/os_poker/js/os_poker.toolkit.js Thu Feb 25 14:40:49 2010 +0100 +++ b/modules/os_poker/js/os_poker.toolkit.js Thu Feb 25 19:39:51 2010 +0100 @@ -25,7 +25,7 @@ { var location = os_poker_site_root(); if (typeof Drupal.settings.os_poker.language == 'object') { - location += '&q=' + Drupal.settings.os_poker.language.language; + location += '?q=' + Drupal.settings.os_poker.language.language; } document.location = location; } Please note that it also correct a regression in the quit/lobby button. drupal-demo has been updated with latest changeset, a localy build package for python-pokernetwork and poker-network. Only the previously mentionned os_poker patch is missing. I've been able to play a sitngo 2 and click the ranking dialog link to be redirect on the tourney details: http://drupal-demo.pokersource.info/drupal6/?q=de#tourney_serial=1320 -- Johan Euphrosine <[email protected]> Development and services around Free Software http://www.aminche.com/
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
