[Codeigniter-users] form_errorでバグ_?

Back to archive index

Kenji Suzuki kenji****@gmail*****
2011年 5月 18日 (水) 20:10:05 JST


Kenji です。


On Wed, 18 May 2011 19:53:31 +0900
前田 <kms.m****@gmail*****> wrote:

> 前田です。
> お知らせいただきありがとうございます。
> 
> 公式HP(http://codeigniter.jp/user_guide_ja/installation
> /downloads.html) には、いつ公開されるのでしょうか?

2.0.2 の日本語は公開予定はありません。リリースをスキップします。

経緯は、
http://sourceforge.jp/projects/codeigniter/lists/archive/users/2011-April/002424.html
http://sourceforge.jp/projects/codeigniter/lists/archive/users/2011-May/002434.html
を参照願います。

必要な場合は、bitbucket <https://bitbucket.org/codeigniter_jp/ci-ja> から r2574 
を取得していただければユーザガイドの翻訳は完了してます。

また、それに
http://sourceforge.jp/projects/codeigniter/lists/archive/users/2011-April/002424.html
の差分を摘要していただければ、2.0.2 相当の日本語版になります。


// Kenji


> (2011/05/16 9:54), Kenji Suzuki wrote:
> > Kenji です。
> >
> >
> > On Mon, 16 May 2011 09:43:44 +0900
> > 前田 <kms.m****@gmail*****> wrote:
> >
> >> ありがとうございます。
> >> 前田です。
> >>
> >>
> >> 確認できました。
> >>
> >> form_validation_lang.phpは、appapplication側でも良いのですね。
> >>
> >> でも、これは「バグ」では、ないのですか?
> > バグですね。
> >
> > 2.0.2 で修正されてます。
> > https://bitbucket.org/ellislab/codeigniter-reactor/changeset/2ea3692e5cb4
> >
> >
> > // Kenji
> >
> >
> >> テキストエリアの改行がWindows上だと倍になるのもあるようですね。
> >  
> >> (2011/05/13 17:58), 宮川 貴子 wrote:
> >>> こんにちわ NEKOGETです。
> >>>
> >>>
> >>> language/japanese/form_validation_lang.phpの中に
> >>> $lang['greater_than']	があるか、確認してみてください。
> >>> 無いなら、それが原因だと思います。
> >>>
> >>>
> >>>
> >>>
> >>> On 2011/05/13, at 17:36, 前田 wrote:
> >>>
> >>>> お尋ねします。
> >>>> どうか、ご教授ください。
> >>>>
> >>>> Codeigniter 2.0.1で、
> >>>> Unable to access an error message corresponding to your field name.
> >>>> という、エラーがでました。
> >>>>
> >>>> バリデーションで、
> >>>> 'withdraw' => array(
> >>>>   array(
> >>>>         'field'   => 'ownWithdrawalReason',
> >>>>         'label'   => '退会理由',
> >>>>         'rules'   =>
> >>>> 'trim|required|min_length[1]|max_length[1]|numeric|greater_than[0]'
> >>>>      )
> >>>> ),
> >>>> と設定して、
> >>>>
> >>>> ビュー側を、
> >>>>  <selectname="ownWithdrawalReason">
> >>>>    <option value='0' selected="selected">退会理由を選択</option>
> >>>>    <option value='1'>理由1</option>
> >>>>    <option value='2'>理由2</option>
> >>>>    <option value='3'>理由3</option>
> >>>>    <option value='4'>理由4</option>
> >>>>    <option value='5'>理由5</option>
> >>>>    <option value='6'>理由6</option>
> >>>>  </select></td></tr>
> >>>>
> >>>> としています。
> >>>>
> >>>> コントローラ側では、
> >>>>
> >>>> if ($this->form_validation->run('withdraw') === FALSE){
> >>>>   $this->load->view('/withdraw_confirm');
> >>>> }
> >>>>
> >>>> としているのですが、”0”を選択すると、”退会理由”のエラー文言がでません。
> >>>> 「Unable to access an error message corresponding to your field name.」
> >>>> と、出てしまいます。
> >>>>
> >>>> これは、バグですか?
> >>>>
> >>>> ----
> >>>> 前田
> >>>>
> >>>> _______________________________________________
> >>>> Codeigniter-users mailing list
> >>>> Codei****@lists*****
> >>>> http://lists.sourceforge.jp/mailman/listinfo/codeigniter-users
> >>> _______________________________________________
> >>> Codeigniter-users mailing list
> >>> Codei****@lists*****
> >>> http://lists.sourceforge.jp/mailman/listinfo/codeigniter-users
> >>
> >> -- 
> >> ----
> >> 前田 政彦
> >>
> >> _______________________________________________
> >> Codeigniter-users mailing list
> >> Codei****@lists*****
> >> http://lists.sourceforge.jp/mailman/listinfo/codeigniter-users
> > _______________________________________________
> > Codeigniter-users mailing list
> > Codei****@lists*****
> > http://lists.sourceforge.jp/mailman/listinfo/codeigniter-users
> 
> 
> -- 
> ----
> 前田 政彦
> 




Codeigniter-users メーリングリストの案内
Back to archive index