Log message #3944261

# At Username Text
# Oct 10th 2016, 07:25 hmic going to the maker fair
# Oct 10th 2016, 07:25 hmic shenzhen
# Oct 10th 2016, 07:23 visonforcoding which city will you visit?
# Oct 10th 2016, 07:22 hmic did not know theres a cake community
# Oct 10th 2016, 07:22 visonforcoding welcome!!
# Oct 10th 2016, 07:22 hmic i'll be visiting next week ;-)
# Oct 10th 2016, 07:22 visonforcoding yes.
# Oct 10th 2016, 07:22 hmic visonforcoding: you from china?
# Oct 10th 2016, 06:10 visonforcoding ;)
# Oct 10th 2016, 06:10 visonforcoding it`s afternoon, china
# Oct 10th 2016, 05:04 unorthodox Morning all
# Oct 10th 2016, 04:02 justrohu @savant hey thanks ... I am just looking into it
# Oct 10th 2016, 04:00 justrohu Hello All, Please suggest me ways to compress my js,css and images, is their any plugin I can use
# Oct 10th 2016, 03:35 visonforcoding :Dokay
# Oct 10th 2016, 03:31 admad @visonforcoding https://github.com/cakephp/cakephp/pull/9517
# Oct 10th 2016, 03:11 visonforcoding no body?
# Oct 10th 2016, 03:11 visonforcoding hello
# Oct 10th 2016, 00:12 crazycoder any workaround ?
# Oct 10th 2016, 00:12 crazycoder but it takes a lot of time!
# Oct 10th 2016, 00:12 crazycoder at the moment i do ->save() inside a loop
# Oct 10th 2016, 00:12 crazycoder hwo can i speed up the insert ?
# Oct 10th 2016, 00:12 crazycoder i am adding fake records on my table to test my queries
# Oct 10th 2016, 00:11 crazycoder hello
# Oct 9th 2016, 23:47 dereuromark extrablind: Let me know how it goes. Good night.
# Oct 9th 2016, 23:34 extrablind dereumark : I have readed the awesome list and i found cakesc/users which seems to be more achieved : I thought "who can the more can the less". But it may have some incompatilities or errors in the documentation, Ive got no more time to figure out. Well I looked at your plugin and it seems to be pretty handy and quick. I'll give it a try tomorrow. By the way thanks !
# Oct 9th 2016, 23:19 dereuromark @extrablind: The awesome list should always be your first link when looking into cake plugin functionality
# Oct 9th 2016, 23:18 extrablind dereuromark did not kknow about this plugin, will have a look
# Oct 9th 2016, 23:17 dereuromark extrablind: ever looked into tinyauth als drop in solution here?
# Oct 9th 2016, 20:46 extrablind permission file seems to be unreaded
# Oct 9th 2016, 20:46 extrablind I can't get the plugin cakedc/users working with cakephp 3.3. I just re-read the doc 5 times and can't get SimpleRbac to work.
# Oct 9th 2016, 20:43 extrablind Hi
# Oct 9th 2016, 20:40 ksandeep_ like in forget password i required a unique string that can be generated from controller after form submission and before save only
# Oct 9th 2016, 20:38 ksandeep_ Hi, How i can add/modified data submitted by a from inside controller method (Cake 3.X)
# Oct 9th 2016, 20:37 ra7bi I want this route to prefix Registration/Participants/terms
# Oct 9th 2016, 20:34 ra7bi how i can add prefix to this route ``` $routes->connect('/', ['controller' =>'Participants', 'action' => 'terms']); ```
# Oct 9th 2016, 20:30 thinkingmedia @ndm thank you my friend! That's awesome work.
# Oct 9th 2016, 19:43 lorenzo you can use beforeSave() for that samyak
# Oct 9th 2016, 19:19 samyak I am trying to add 'datetime' and 'status' of "subscribers" before they are saved in database, as these fields will not be entered by the user
# Oct 9th 2016, 19:16 samyak all I am doing is adding this function public function save( $entity, $options) { die($data); return false; } on SubscribersTable.php
# Oct 9th 2016, 19:14 shealyw2 gist us the code samyak
# Oct 9th 2016, 19:11 samyak and how to fix this, please