Commit History

Author SHA1 Message Date
  mark_story de0062de77 Merge branch 'master' into 2.5 12 years ago
  mark_story f23d811ff5 Use the form action URL in generated form hashes. 12 years ago
  Jose Lorenzo Rodriguez 343d3279b9 Merge branch 'master' into 2.5 12 years ago
  euromark 0d09a54033 more missing doc block tags added 12 years ago
  mark_story 8acb75425d Merge branch 'master' into 2.5 12 years ago
  mark_story f12b272758 Fix a few flaky/bad attribute matchers. 12 years ago
  mark_story afc8587949 Merge branch 'master' into 2.5 12 years ago
  mark_story ee895a8bb1 Add form attribute to hidden inputs when present. 12 years ago
  mark_story 5544fcc4c2 Merge branch 'master' into 2.5 12 years ago
  ADmad a707709e1d Added test for FormHelper::radio(). 12 years ago
  mark_story 0f584c0e8b Merge branch 'master' into 2.5 12 years ago
  mark_story 0776b87214 Fix postLink() & postButton() with nested data. 12 years ago
  jalbertocr 35f152b333 Make sure a datetime instance is valid to avoid fatal errors. 12 years ago
  mark_story 3433f4a1f0 Clean up changes code standards and tests. 12 years ago
  Jonas b32deed4aa changed FormHelper::secure() and FormHelper::end() to support attributes in the hidden CSRF-protection tags that are being generated for SecurityComponent to allow specification of additional html attributes like HTML5s "form" attribute. This allows separation of Form instantiation/controls and form data - for instance within html tables 12 years ago
  mark_story be8ebfc005 Merge branch 'master' into 2.5 12 years ago
  AD7six adc0bf3ded BC fix for checkbox ids 12 years ago
  mark_story 605351d0c9 Allow empty values in checkboxes. 12 years ago
  Walter Nasich 43604f64d5 Rendering a proper value for html5 attribute 'step' 12 years ago
  mark_story 75dd2ff1fb Merge branch 'master' into 2.5 12 years ago
  mark_story f25e84f4fb Don't select year 0 when there are all 0's. 12 years ago
  mark_story 3cee3b0e99 Merge branch 'master' into 2.5 12 years ago
  Mark Story 1cb7e4f0ff Merge pull request #1635 from dereuromark/master-dom-ids 12 years ago
  euromark b392254c92 fix cs 12 years ago
  mark_story 7e5c0f7185 Merge branch 'master' into 2.5 12 years ago
  mark_story 5bddc477a3 Fix incorrectly handled time values around 12:00:00 12 years ago
  mark_story 30e139412d Fix input type inference when type=>checkbox 12 years ago
  euromark 8ebf004450 Also make DOM ids for radio element values unique. 12 years ago
  euromark 587a04ab84 prevent possible XSS attack via form helper selects and unescaped output. 12 years ago
  euromark aae0f762dd Collision free approach to resolve the DOM ID issue in a clean way. Fix to generation of ids for multiple checkboxes. Resolves ticket 4064. 12 years ago