My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Details: Show all Hide all

Last 7 days

  • Feb 06, 2010
    BlogSkeletonCloner (A plugin for cloning a blog without its contents (just a ske...) Wiki page commented on by hirotaka...@gmail.com   -   ご指摘ありがとうございます。動作確認し次第、アップデートするつもりです。
    ご指摘ありがとうございます。動作確認し次第、アップデートするつもりです。
  • Feb 04, 2010
    BlogSkeletonCloner (A plugin for cloning a blog without its contents (just a ske...) Wiki page commented on by mats...@s506.jp   -   =MT5にインストールしました。= クローンブログが、parent_id is NULLになるため、どこにも表示されません。 次の行を加えるとうまくいくようです。 BlogSkeletonCloner.pl(69): Website => $blog->parent_id,
    =MT5にインストールしました。= クローンブログが、parent_id is NULLになるため、どこにも表示されません。 次の行を加えるとうまくいくようです。 BlogSkeletonCloner.pl(69): Website => $blog->parent_id,
  • Feb 04, 2010
    BlogSkeletonCloner (A plugin for cloning a blog without its contents (just a ske...) Wiki page commented on by mats...@s506.jp   -   MT5にインストールしました。 クローンブログが、parent_id is NULLになるため、どこにも表示されません。 次の行を加えるとうまくいくようです。 BlogSkeletonCloner.pl(69): Website => $blog->parent_id,
    MT5にインストールしました。 クローンブログが、parent_id is NULLになるため、どこにも表示されません。 次の行を加えるとうまくいくようです。 BlogSkeletonCloner.pl(69): Website => $blog->parent_id,

Last 30 days

  • Jan 27, 2010
    QuasiSpamFilter_Plugin (A reference implementation of a Spam filter plugin.) Wiki page commented on by anu.eEngineers   -   Can some one help me solve a problem: I get a lot of spam mails where the sender is me and receiver is also me (eg: from: anu.eengineers@gmail.com and receiver is anu.eengineers@gmail.com. Can I have some filter that can simply block all such mails where from and To are teh same email address (not when my name is in CC or Bcc). Thanks, Anu
    Can some one help me solve a problem: I get a lot of spam mails where the sender is me and receiver is also me (eg: from: anu.eengineers@gmail.com and receiver is anu.eengineers@gmail.com. Can I have some filter that can simply block all such mails where from and To are teh same email address (not when my name is in CC or Bcc). Thanks, Anu

Older

  • Dec 11, 2009
    Minifier (A plugin for minifying CSS and JavaScript.) Wiki page commented on by Nicolas.Laplante   -   Works in MT5!
    Works in MT5!
  • Nov 22, 2009
    DuplicateEntries (A plugin for duplicating entries, pages, and templates.) Wiki page commented on by jrpatric   -   This plugin is just what I have been looking for but unfortunately it is not working for me. The "Duplicate entries" selection appears in more actions but no duplicate entry appears when I use it. I am using the latest version of MT. The plugin is in my plugins directory but it does not appear on the plugins page. I would appreciate any guidance.
    This plugin is just what I have been looking for but unfortunately it is not working for me. The "Duplicate entries" selection appears in more actions but no duplicate entry appears when I use it. I am using the latest version of MT. The plugin is in my plugins directory but it does not appear on the plugins page. I would appreciate any guidance.
  • Oct 08, 2009
    r687 (apply antony's patch.) committed by hirotaka...@gmail.com   -   apply antony's patch.
    apply antony's patch.
  • Sep 24, 2009
    DuplicateEntries (A plugin for duplicating entries, pages, and templates.) Wiki page commented on by antony.t...@mscibarra.com   -   Add the following code at line #108 to also clone ObjectAsset associations: my @obj_assets = MT::ObjectAsset->load( {object_id => $entry->id} ); foreach my $obj_asset ( @obj_assets ) { my $new_obj_asset = $obj_asset->clone({ except => { id => 1, object_id => 1 }, }); $new_obj_asset->object_id( $entry_cloned->id ); $new_obj_asset->save or return $app->error($plugin->translate('Saving objectasset failed: [_1]', $entry_cloned->errstr)); }
    Add the following code at line #108 to also clone ObjectAsset associations: my @obj_assets = MT::ObjectAsset->load( {object_id => $entry->id} ); foreach my $obj_asset ( @obj_assets ) { my $new_obj_asset = $obj_asset->clone({ except => { id => 1, object_id => 1 }, }); $new_obj_asset->object_id( $entry_cloned->id ); $new_obj_asset->save or return $app->error($plugin->translate('Saving objectasset failed: [_1]', $entry_cloned->errstr)); }
  • Sep 13, 2009
    DuplicateEntries (A plugin for duplicating entries, pages, and templates.) Wiki page commented on by s...@generis.name   -   See [http://bugs.movabletype.org/default.asp?102303 this bug] about Joerg's comment.
    See [http://bugs.movabletype.org/default.asp?102303 this bug] about Joerg's comment.
  • Sep 13, 2009
    DuplicateEntries (A plugin for duplicating entries, pages, and templates.) Wiki page commented on by hirotaka...@gmail.com   -   REPOST: If I deleted existing custom fields in mt43 and want to edit existing entries I get in trouble of the missing fields. Wondering why that happens. Does you have a solution? Regards Joerg
    REPOST: If I deleted existing custom fields in mt43 and want to edit existing entries I get in trouble of the missing fields. Wondering why that happens. Does you have a solution? Regards Joerg
  • Sep 10, 2009
    DuplicateEntries (A plugin for duplicating entries, pages, and templates.) Wiki page commented on by i...@strategie-b.de   -   Please delete the email address and won't show it on screen. Thank you!
    Please delete the email address and won't show it on screen. Thank you!
  • Sep 10, 2009
    DuplicateEntries (A plugin for duplicating entries, pages, and templates.) Wiki page commented on by i...@strategie-b.de   -   If I deleted existing custom fields in mt43 and want to edit existing entries I get in trouble of the missing fields. Wondering why that happens. Does you have a solution? Regards Joerg
    If I deleted existing custom fields in mt43 and want to edit existing entries I get in trouble of the missing fields. Wondering why that happens. Does you have a solution? Regards Joerg
  • Sep 02, 2009
    2 Wiki pages changed by hirotaka...@gmail.com   -   Revision r686 modify documents for cybozu2ical.
    Revision r686 modify documents for cybozu2ical.
  • Sep 02, 2009
    cybozu2ical-0.36.zip (cybozu2ical-0.36.zip) file uploaded by hirotaka...@gmail.com   -  
    Labels: Featured
    Labels: Featured
  • Sep 01, 2009
    r685 (Update version number.) committed by hirotaka...@gmail.com   -   Update version number.
    Update version number.
  • Aug 25, 2009
    r684 (Now can handle the case when no calendar events are found.) committed by hirotaka.ogawa   -   Now can handle the case when no calendar events are found.
    Now can handle the case when no calendar events are found.
  • Aug 24, 2009
    r683 (Now CalendarDriver::ApiCalendar and CalendarDriver::SyncCale...) committed by hirotaka.ogawa   -   Now CalendarDriver::ApiCalendar and CalendarDriver::SyncCalendar provide common parameters for generating Calendar::Events.
    Now CalendarDriver::ApiCalendar and CalendarDriver::SyncCalendar provide common parameters for generating Calendar::Events.
  • Aug 24, 2009
    issue 1 (cybouz2icalがエラーを出して停止する。) commented on by joshu...@globalbase.org   -   なるほど、どうも私のカレンダーにイベントがなにもなかったからエラーが出ていたようです。 ところでこれで気づいたのですが、サイボウズにはいろんなグループがあったり、公開してい るメンバーのカレンダーがあったりしますが、自分のカレンダーではなくこれら他人やグルー プの公開しているカレンダーを参照することは出来ないのでしょうか。ダウンロードする側の 仕組みとしてはむしろそちらの方が興味があるのですが。自分のカレンダーよりも....。
    なるほど、どうも私のカレンダーにイベントがなにもなかったからエラーが出ていたようです。 ところでこれで気づいたのですが、サイボウズにはいろんなグループがあったり、公開してい るメンバーのカレンダーがあったりしますが、自分のカレンダーではなくこれら他人やグルー プの公開しているカレンダーを参照することは出来ないのでしょうか。ダウンロードする側の 仕組みとしてはむしろそちらの方が興味があるのですが。自分のカレンダーよりも....。
  • Aug 24, 2009
    issue 1 (cybouz2icalがエラーを出して停止する。) commented on by hirotaka.ogawa   -   読み落としていました。useridは設定されているのでしたね。 もう一点確認して欲しいのは「対象となるカレンダーイベントが一つでも存在するかどうか」です。現状、エラーハンドリ ングをさぼっているので、カレンダーイベントが存在しない場合にも "Failed to get Cybozu Office 6 Calendar" という メッセージが表示されます。
    読み落としていました。useridは設定されているのでしたね。 もう一点確認して欲しいのは「対象となるカレンダーイベントが一つでも存在するかどうか」です。現状、エラーハンドリ ングをさぼっているので、カレンダーイベントが存在しない場合にも "Failed to get Cybozu Office 6 Calendar" という メッセージが表示されます。
  • Aug 24, 2009
    issue 1 (cybouz2icalがエラーを出して停止する。) Labels changed by hirotaka.ogawa   -   プルダウンで名前を選択するモードで使っている場合には、*.yamlファイルでusernameの代わりにuseridを定義してみて ください。 useridはサイボウズにログインして「ユーザー情報の詳細」あたりを見ると載っていると思います。
    Labels: Component-Docs
    プルダウンで名前を選択するモードで使っている場合には、*.yamlファイルでusernameの代わりにuseridを定義してみて ください。 useridはサイボウズにログインして「ユーザー情報の詳細」あたりを見ると載っていると思います。
    Labels: Component-Docs
  • Aug 24, 2009
    issue 1 (cybouz2icalがエラーを出して停止する。) reported by joshu...@globalbase.org   -   What steps will reproduce the problem? 1. cybozu2icalをダウンロードしインストールしました。 2. config.yamlを設定しました。 以下のような設定をしました。 cybozu_url: 使っているサイボウズのサイト calname: cy.ics userid: サイボウズの私のUID password: パスワード 3. cybozu2ical --conf /absolute/path/to/onfig.yaml を実行しましたが、以下のようなエラーが出ます。 ./cybozu2ical --conf /Users/joshua/bin/cy/config.yaml Failed to get Cybozu Office 6 Calendar at ./cybozu2ical line 288. このエラーは何でしょうか。どのように対応すればよろしいでしょうか。 What version of the product are you using? On what operating system? cybozu2ical-0.35.zip をダウンロード。 ActivePerl-5.10 を使っています。 Please provide any additional information below. 最初、cybozu_url の設定がおかしいかと思い。いろいろ関係ないURLで試してみま したが、全く存在しないURLを設定すると、 Failed to access ApiCalendar API: 404 Not Found .... とはっきりとしたエラーが出るので、おそらくURLへの接続はうまくいっているのだ と思います。次に考えられるのは認証ですが、WWWで設定アドレスをアクセスすると、 サイボウズ6 ログイン [機関名] [名前のポップアップメニュー] [パスワード入力ボックス] という画面が出ています。この認証画面に対応しているのだろうかどうなのだろう かと個人的には疑問に思っているのですが、いかがでしょうか。 (現在接続を試みているのは研究所が導入したサイボウズなので、カスタマイズし ているかもしれません。通常のサイボウズがどのような認証画面を出すのかは私は 知りません....。)
    What steps will reproduce the problem? 1. cybozu2icalをダウンロードしインストールしました。 2. config.yamlを設定しました。 以下のような設定をしました。 cybozu_url: 使っているサイボウズのサイト calname: cy.ics userid: サイボウズの私のUID password: パスワード 3. cybozu2ical --conf /absolute/path/to/onfig.yaml を実行しましたが、以下のようなエラーが出ます。 ./cybozu2ical --conf /Users/joshua/bin/cy/config.yaml Failed to get Cybozu Office 6 Calendar at ./cybozu2ical line 288. このエラーは何でしょうか。どのように対応すればよろしいでしょうか。 What version of the product are you using? On what operating system? cybozu2ical-0.35.zip をダウンロード。 ActivePerl-5.10 を使っています。 Please provide any additional information below. 最初、cybozu_url の設定がおかしいかと思い。いろいろ関係ないURLで試してみま したが、全く存在しないURLを設定すると、 Failed to access ApiCalendar API: 404 Not Found .... とはっきりとしたエラーが出るので、おそらくURLへの接続はうまくいっているのだ と思います。次に考えられるのは認証ですが、WWWで設定アドレスをアクセスすると、 サイボウズ6 ログイン [機関名] [名前のポップアップメニュー] [パスワード入力ボックス] という画面が出ています。この認証画面に対応しているのだろうかどうなのだろう かと個人的には疑問に思っているのですが、いかがでしょうか。 (現在接続を試みているのは研究所が導入したサイボウズなので、カスタマイズし ているかもしれません。通常のサイボウズがどのような認証画面を出すのかは私は 知りません....。)
  • Aug 23, 2009
    r682 (revert the path of perl interpreter.) committed by hirotaka.ogawa   -   revert the path of perl interpreter.
    revert the path of perl interpreter.
  • Aug 23, 2009
    r681 (a little fix for time_zone parameter.) committed by hirotaka.ogawa   -   a little fix for time_zone parameter.
    a little fix for time_zone parameter.
  • Aug 23, 2009
    r680 (make things more robust.) committed by hirotaka.ogawa   -   make things more robust.
    make things more robust.
  • Aug 22, 2009
    r679 (Fix for input-csv and output-csv options.) committed by hirotaka.ogawa   -   Fix for input-csv and output-csv options.
    Fix for input-csv and output-csv options.
  • Aug 16, 2009
    r678 (Add ecs_with_paproxy.) committed by hirotaka.ogawa   -   Add ecs_with_paproxy.
    Add ecs_with_paproxy.
  • Aug 08, 2009
    r677 (fix for EOL checks for SyncCalendar driver.) committed by hirotaka.ogawa   -   fix for EOL checks for SyncCalendar driver.
    fix for EOL checks for SyncCalendar driver.
  • Jul 23, 2009
    cybozu2ical-0.35.zip (cybozu2ical-0.35.zip) file uploaded by hirotaka.ogawa   -  
    Labels: Featured
    Labels: Featured
  • Jul 23, 2009
    r676 (a little change for readability.) committed by hirotaka.ogawa   -   a little change for readability.
    a little change for readability.
  • Jul 22, 2009
    r675 (code cleanup.) committed by hirotaka.ogawa   -   code cleanup.
    code cleanup.
  • Jul 21, 2009
    2 Wiki pages changed by hirotaka.ogawa   -  
  • Jul 21, 2009
    cybozu2ical-0.35.zip (cybozu2ical-0.35.zip) file uploaded by hirotaka.ogawa   -  
    Labels: Featured
    Labels: Featured
  • Jul 21, 2009
    r673 (update version number.) committed by hirotaka.ogawa   -   update version number.
    update version number.
  • Jul 21, 2009
    r672 (Fix for handling recurrent events.) committed by hirotaka.ogawa   -   Fix for handling recurrent events.
    Fix for handling recurrent events.
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 21, 2009
  • May 19, 2009
    r657 (append /blog/scripts) committed by hirotaka.ogawa   -   append /blog/scripts
    append /blog/scripts
  • May 19, 2009
    2 Wiki pages changed by hirotaka.ogawa   -  
  • May 19, 2009
 
Hosted by Google Code