Log message #4174717

# At Username Text
# Jan 23rd 2019, 12:43 neon1024 I’d be in favour of another boxy element, perhaps in yellow saying ‘Deprecated: This class has been moved. See Command Helpers for more information’
# Jan 23rd 2019, 12:40 dereuromark after all, that namespace is deprecated anyway
# Jan 23rd 2019, 12:40 dereuromark but the link for now seems OKish
# Jan 23rd 2019, 12:40 dereuromark ^^ no kiddin
# Jan 23rd 2019, 12:38 neon1024 I think that needs a little more emphasis on them having moved house
# Jan 23rd 2019, 12:37 neon1024 Cool story bro. https://book.cakephp.org/3.0/en/console-and-shells/helpers.html
# Jan 23rd 2019, 11:46 neon1024 I thought they had to match the entity passed to the form
# Jan 23rd 2019, 11:43 dereuromark i wonder what casing u need here
# Jan 23rd 2019, 11:37 neon1024 Is your Table class called Form @dereuromark?
# Jan 23rd 2019, 11:36 neon1024 Form?
# Jan 23rd 2019, 11:17 dereuromark How do you display errors on a saveMany form? I have Form->control('Form.' . $key . '.name') fields, but the errors of the entity dont get mapped into the controls.
# Jan 23rd 2019, 11:04 scuadra Hello. I am using Cake 3.7 with this Plugin (https://github.com/Holt59/cakephp3-bootstrap-helpers) for the Forms. My problem is that when I add validation rules to my model, the FormHelper does not add required attribute to my input. How can I solve this issue?
# Jan 23rd 2019, 10:40 yannik.tschan Hi there, I'm struggling with Router::redirect in Cake 2.0 - every time I redirect from /foo/bar to /bar Cake responds with an http:// URL even if the request was on https:// - is there any config missing? By using Router::connect I get HTTPS And we'd like to redirect /bar to /bar/ - is this even possible? Router::redirect('/foo/bar', array('controller' => 'bar', 'action' => 'view'),array('status' => 301));
# Jan 23rd 2019, 09:56 slackebot1 stay in 755). Any idea ?
# Jan 23rd 2019, 09:56 jbcharron Hi there ! I have an issue with cache writing (didn't want to open an issue on GitHub because it seems related to my environment). I got the `SplFileInfo::openFile` warning, working with Docker on windows, and setting `'mask' => 0777` in my cache config doesn't solve it, as the created cache files on the container still are in 0755 mod. (And manually setting chmod 777 on the files from inside the container is not processed, as the files
# Jan 23rd 2019, 08:20 yamcomnet @daniel.upshaw 'style' => 'display:none;',
# Jan 23rd 2019, 05:50 daniel.upshaw Just ran into that stuff today lol, unlocking fields
# Jan 22nd 2019, 20:39 yamcomnet i just made style="visibility:hidden;"
# Jan 22nd 2019, 20:38 yamcomnet dont want to unlock
# Jan 22nd 2019, 20:18 edgaras.jan you can unlock some fields only https://book.cakephp.org/3.0/en/controllers/components/security.html#form-tampering-prevention
# Jan 22nd 2019, 20:09 yamcomnet i dont want to disable security component
# Jan 22nd 2019, 20:08 yamcomnet so, hidden fields cannot be altered?
# Jan 22nd 2019, 20:08 yamcomnet cake gives form tampering on hidden field. When field is not hidden no problem. Tampered field 'price-max' in POST data (expected value '' but found '1000')
# Jan 22nd 2019, 19:50 cosarara hi there! I opened https://github.com/cakephp/cakephp/issues/12920 - just wanted to say that I'm here, in case I should add info or something
# Jan 22nd 2019, 19:39 devito im assuming its more for front end framework intergration like react / angular
# Jan 22nd 2019, 19:38 devito I see in 3.7 there a bake command to generate a twig template. Are there any benifits of using twig over traditional cake ctp’s?
# Jan 22nd 2019, 19:38 jhall ok honestly I am going to redo the way it works. I was trying to mirror the client's old application but it works kinda funky
# Jan 22nd 2019, 19:36 ricksaccous feel free to post the form.ctp
# Jan 22nd 2019, 19:36 ricksaccous but yeah, that doesn't matter too much
# Jan 22nd 2019, 19:36 ricksaccous append
# Jan 22nd 2019, 19:36 ricksaccous i mean
# Jan 22nd 2019, 19:36 ricksaccous also maybe prepend id to the url rather than passing it in, up to you
# Jan 22nd 2019, 19:36 jhall yeah something went sour
# Jan 22nd 2019, 19:35 ricksaccous if you grab the whole form.serialize it should send all data in the fields individually
# Jan 22nd 2019, 19:35 jhall I'll look into deeper start piece by piece
# Jan 22nd 2019, 19:35 jhall yeah I have got something not quite right haha
# Jan 22nd 2019, 19:34 ricksaccous that looks wrong to me
# Jan 22nd 2019, 19:34 ricksaccous heh wahhh
# Jan 22nd 2019, 19:33 jhall looks like this
# Jan 22nd 2019, 19:33 slackebot1 <jhall>
# Jan 22nd 2019, 19:31 ricksaccous but yeah double checking your field names won't hurt