コミット履歴

作者 SHA1 メッセージ 日付
  mark_story 6b796b77dc Move test from FormHelper into SelectBox widget test. 11 年 前
  mark_story e12e44debd Expand test for FormHelper. 11 年 前
  ADmad f97ddb13ce Remove param $confirmMessage. 11 年 前
  mark_story 1b4ec6684c Add tests for datetime container type. 12 年 前
  mark_story 61c41758f9 Add conditional container templates. 12 年 前
  mark_story ad0c941277 Rename groupContainer to inputContainer 12 年 前
  Jose Lorenzo Rodriguez 945b51fb09 Merge branch '3.0' into issue-3573 12 年 前
  mark_story f646faef5d Merge remote-tracking branch 'origin/2.6' into 3.0 12 年 前
  mark_story 550f2671d1 Add another test for secure option + datetime fields. 12 年 前
  mark_story 64e63371b4 Fix datetime fields not being secured. 12 年 前
  mark_story 3bba1ebd0a Merge remote-tracking branch 'origin/2.6' into 3.0 12 年 前
  Andy Dawson 2946cc3b07 Merge pull request #3437 from AD7six/3.0-form-inputs-split 12 年 前
  mark_story 8c34697b98 Fix coding standards errors. 12 年 前
  mark_story e1a2436e13 Merge remote-tracking branch 'origin/2.6' into 3.0 12 年 前
  AD7six c2f8abf64f split up the inputs function 12 年 前
  AD7six ddcbcae7c0 add a test that the "blacklist" does something 12 年 前
  AD7six c37e37099a test corrections 12 年 前
  mark_story 449f60798c Merge remote-tracking branch 'origin/2.6' into 3.0 12 年 前
  ADmad 42b4c9e914 Add test for FormHelper::input() for hidden field. 12 年 前
  mark_story 292d7e81cd Fix overzealous array cast in multiCheckbox. 12 年 前
  mark_story 58c0b1487d Add tests for non array versions of options. 12 年 前
  mark_story f7703db14c Fix radio() being called incorrectly by input(). 12 年 前
  mark_story 31ddeb8c3a Hours should not include leading 0s. 12 年 前
  mark_story d35bed2543 Always use date('H') to check hour values. 12 年 前
  Mark Story 2005cb7441 Merge pull request #3309 from dereuromark/3.0-time 12 年 前
  euromark 9ababa2c56 Use ISO standard for time format. 12 年 前
  euromark b1897f5b45 Adjust doc blocks according to convention. 12 年 前
  euromark 95325a6599 Simplify method and remove param weirdness. 12 年 前
  euromark 97a8eca4be harden method signatures 12 年 前
  Sam a6f8533aad Default view options are no longer stored in Controller and passed to View on construction by the Controller. Instead, added additional $options parameter to View::__construct(). $options will only be passed on if explicitly set on the Controller and only for specific View options. stting view options on Controller is maintained for BWC. 12 年 前