Commit History

Author SHA1 Message Date
  euromark 9ababa2c56 Use ISO standard for time format. 12 years ago
  euromark 95325a6599 Simplify method and remove param weirdness. 12 years ago
  euromark 97a8eca4be harden method signatures 12 years ago
  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 years ago
  mark_story 40bf52118d Merge remote-tracking branch 'origin/2.5' into 3.0 12 years ago
  mark_story ad62e779c8 Separate default templates and runtime templates. 12 years ago
  AD7six 34a4dfa95f settings -> config 12 years ago
  Mark Story ad1fa6ae69 Merge pull request #3061 from bcrowe/3.0-src-ver 12 years ago
  mark_story 91216dc4c3 Merge remote-tracking branch 'origin/2.5' into 3.0-hidden-field-fixes 12 years ago
  Bryan Crowe 042bd19776 Use semantic version for test cases since doc block 12 years ago
  Jose Lorenzo Rodriguez b83bea9669 More work towards marking entities with their source 12 years ago
  José Lorenzo Rodríguez d20beed0e7 Merge pull request #2992 from markstory/3.0-form-create-templates 12 years ago
  Christian Winther 6f913249be Merge pull request #2982 from ADmad/3.0-helper-inline 12 years ago
  ADmad 2ebf1d123f Allow specifying option 'block' => true to get same funtionality as `inline` => false for helpers. 12 years ago
  Mark Story b07ed689a8 Fix template files not being usable with FormHelper::create() 12 years ago
  Mark Story dbe809b3f8 Add a way to reset templates on the FormHelper. 12 years ago
  Mark Story 31003389b9 Add templates option to create(). 12 years ago
  Mark Story e54ffbc335 Merge pull request #2980 from ADmad/3.0-form-idprefix 12 years ago
  Mark Story 9201375dd1 Add missing coverage for attributes with secure(). 12 years ago
  Mark Story 0b8569fea1 Remove parameter that does nothing. 12 years ago
  Mark Story 63b2dd401e Add date type to FormHelper. 12 years ago
  Mark Story 2eb552fa65 Add time() to FormHelper. 12 years ago
  ADmad 5df6c15310 Remove deprecated "inline" option from helpers. 12 years ago
  ADmad 3084a020d2 Implement id prefixing for radio and multicheckbox widgets. 12 years ago
  ADmad 78c8b3ef70 Add ID attribute prefixing feature. 12 years ago
  ADmad 7fe1db5da0 Remove FormHelper:create() options relating to ajax forms. 12 years ago
  Jose Lorenzo Rodriguez 47c6a5c5a1 Adding test to show how to nest inputs inside labels 12 years ago
  José Lorenzo Rodríguez 101098e575 Merge pull request #2958 from cakephp/3.0-form-cleanup 12 years ago
  Mark Story 15c56d2e6d Fix failing tests. 12 years ago
  José Lorenzo Rodríguez f3ccd7fcc7 Merge pull request #2944 from markstory/3.0-form-inputs 12 years ago