Log message #4100161

# At Username Text
# Dec 1st 2017, 13:46 hmic smarty - like twig - is for non-php programmers
# Dec 1st 2017, 13:46 casmo I suppose I didn't know better
# Dec 1st 2017, 13:46 hmic - and is still used in many shop systems today
# Dec 1st 2017, 13:46 dereuromark the main reason for now was that bake templates generate php code, and for that you need sth like this :slightly_smiling_face:
# Dec 1st 2017, 13:46 hmic why was smarty a thing back in the time?
# Dec 1st 2017, 13:45 hmic depends a lot...
# Dec 1st 2017, 13:45 casmo big, I mean "good"
# Dec 1st 2017, 13:45 casmo Back in the days I've worked several years with Smarty... But since CakePHP I do not wanna go back anymore
# Dec 1st 2017, 13:44 casmo What is a big reason to use a template engine like that?
# Dec 1st 2017, 13:19 admad bake templates do support twig templates natively now :slightly_smiling_face:
# Dec 1st 2017, 13:01 hmic you can base64 encode an image to post, you can create a form encoded version too and there are several more options
# Dec 1st 2017, 13:00 hmic kant, first check what format and how the remote api wants your data
# Dec 1st 2017, 12:38 wyrihaximus @rudy1976s no, but: https://github.com/wyrihaximus/twigview
# Dec 1st 2017, 12:36 rudy1976s does cake supports twig natively ?
# Dec 1st 2017, 12:00 unclezoot is there a style guide or a convention on labelling though?
# Dec 1st 2017, 12:00 unclezoot fair enough
# Dec 1st 2017, 11:59 dereuromark always use assoc arrays, so the latter
# Dec 1st 2017, 11:59 unclezoot hi - are there any best practices for using Configure::write to configure your plugins? e.g. if you wanted to toggle features on/off, is it best to do Configure::write('MyPlugin', ['feature1', 'feature2', ...]), or Configure::write('MyPlugin', ['feature1' => true, 'feature2' => true ...]); , or something else entirely?
# Dec 1st 2017, 11:47 kant i.e "Http\Client\Response Object Unsupported Media Type" are you familiar with this ?
# Dec 1st 2017, 11:46 kant slackebot2 i am using $http = new Client(); to post some data and i also want to post images but its giving me error
# Dec 1st 2017, 11:46 kant hi <slackebot2>
# Dec 1st 2017, 11:42 birdy247 would you expect anything in my validationDefault to be called?
# Dec 1st 2017, 11:42 birdy247 If I set validate => false
# Dec 1st 2017, 11:32 kant anyone there ?
# Dec 1st 2017, 11:29 kant I am using $http = new Client(); to update data in third party API , I want sending all data in json format how can i send the image data ?
# Dec 1st 2017, 11:09 birdy247 Presumably I need to make a new provider
# Dec 1st 2017, 11:09 birdy247 but want to make it reusable across different models
# Dec 1st 2017, 11:08 birdy247 File uploaded https://cakesf.slack.com/files/U0T295QA3/F87NSK8JD/-.php / https://slack-files.com/T053DPNCM-F87NSK8JD-2a61f83f4f
# Dec 1st 2017, 11:08 birdy247 I have made this
# Dec 1st 2017, 11:08 birdy247 I cant find in the book where t create custom validation rules
# Dec 1st 2017, 10:56 a.francazi fresh install in debug mode
# Dec 1st 2017, 10:55 a.francazi *app load really fast when i click the refresh button, but when i hit f5 or strg+r to refresh it loads much longer?
# Dec 1st 2017, 10:55 a.francazi why does my cake
# Dec 1st 2017, 10:29 rudy1976s @dereuromark thank you I will check them up
# Dec 1st 2017, 09:54 dereuromark rudy: make one and put it on the awesome list, speaking of, I think there is one you could help get there: https://github.com/FriendsOfCake/awesome-cakephp/wiki#plugins-waiting-to-be-added
# Dec 1st 2017, 09:51 rudy1976s another question: I need to use DataTable: any idea about some reliable plugin for cake 3.x ?
# Dec 1st 2017, 09:19 rudy1976s @steinkel ah ok
# Dec 1st 2017, 09:19 rudy1976s if a user own LDAP credential, after attempt to login, if there is no user on base level it should create one and then login, like actually happens when login with social
# Dec 1st 2017, 09:19 steinkel then add your authenticate object at the end of the array
# Dec 1st 2017, 09:18 rudy1976s @steinkel but I need a second level, not a replacement: I need to check if a user is authenticated on the app first and then , if requested by a configuration, authenticate using second level, like LDAP, or others
# Dec 1st 2017, 09:16 steinkel first load the plugin, then override the authenticate array using `Configure::write('Auth.authenticate', [...]);`