# |
Oct 6th 2016, 08:10 |
hmic |
neothermic: no problem. its all in your local repo only |
# |
Oct 6th 2016, 08:09 |
neothermic |
committing every save sounds like a mistake waiting to happen :) |
# |
Oct 6th 2016, 08:09 |
hmic |
neothermic: if you use an ide that commits every save, you learn fast to do so :p |
# |
Oct 6th 2016, 08:08 |
neothermic |
It's weird squashing commits; we don't do it at work :P |
# |
Oct 6th 2016, 08:08 |
neothermic |
but yes, that has been done |
# |
Oct 6th 2016, 08:06 |
neothermic |
Tenses? :) |
# |
Oct 6th 2016, 08:05 |
admad |
@neothermic it's squash not squish :P |
# |
Oct 6th 2016, 08:03 |
Neon1024 |
Morning all |
# |
Oct 6th 2016, 08:03 |
neothermic |
Squish in progress |
# |
Oct 6th 2016, 08:02 |
admad |
squash squash squash! |
# |
Oct 6th 2016, 08:02 |
neothermic |
@admad Do you still want it squished, or will 2 commits to the same PR be ok? :P |
# |
Oct 6th 2016, 07:34 |
birdy247 |
morning |
# |
Oct 6th 2016, 06:38 |
hekep2 |
Any ideas on why "Console/cake test app Model/User" would stop responding ... "show full processlist" on database side does not show any activity for test_db / test_user ... |
# |
Oct 6th 2016, 06:37 |
hekep2 |
good morning |
# |
Oct 6th 2016, 05:40 |
sonu_nk |
dakota, can i use Cakephp2 plugin in Cakephp3 ? |
# |
Oct 6th 2016, 05:37 |
dakota |
but you can quite easily use https://developers.google.com/analytics/devguides/reporting/embed/v1/ |
# |
Oct 6th 2016, 05:37 |
dakota |
There is no plugin that I am aware off |
# |
Oct 6th 2016, 05:33 |
sonu_nk |
hi , i want to show Google Analytics metrics on my CRM dashboard.. Id there any best plugin for Cakephp3? |
# |
Oct 6th 2016, 04:44 |
admad |
Unfaiir: are you the author of the elixir package? |
# |
Oct 6th 2016, 02:36 |
djboz |
So, are Cake's routes considered RESTful because the actions that they map to are HTTP Methods(i.e., UPDATE/GET/POST/etc...) or is it that it jsut makes it easy to expose a RESTful route? Like I can wriet a quick api route for my data? |
# |
Oct 6th 2016, 00:57 |
manilatechguy |
may i know what is the use of controllerSpy to integration test? |
# |
Oct 6th 2016, 00:57 |
manilatechguy |
i have a question |
# |
Oct 6th 2016, 00:57 |
manilatechguy |
hello |
# |
Oct 6th 2016, 00:13 |
Unfaiir |
Laravel Elixir for CakePHP! https://www.npmjs.com/package/cakephp-elixir |
# |
Oct 5th 2016, 23:39 |
dereuromark |
what is the recommended solution for sql error "must appear in the GROUP BY clause or be used in an aggregate function" (https://travis-ci.org/dereuromark/CakePHP-DatabaseLog/jobs/165390489) |
# |
Oct 5th 2016, 23:13 |
dereuromark |
$this->find()->select(['type'])->distinct('type')->order('type ASC')->toArray() works so is this a bug in the ORM for postgres that aliasing doesnt work? |
# |
Oct 5th 2016, 23:12 |
dereuromark |
"SQLSTATE[42P01]: Undefined table: 7 ERROR: missing FROM-clause entry for table "databaselogs" LINE 1: ...ype" FROM "database_logs" "DatabaseLogs" ORDER BY DatabaseLo... " |
# |
Oct 5th 2016, 23:11 |
dereuromark |
lorenzo: I debugged it: at least I now know whats breaking $this->find()->select(['type'])->distinct($this->alias() . '.type')->order($this->alias() . '.type ASC')->toArray(); |
# |
Oct 5th 2016, 22:59 |
crazycoder |
i need to check if the value is NOT null |
# |
Oct 5th 2016, 22:59 |
crazycoder |
i tried with != but it does not work |
# |
Oct 5th 2016, 22:59 |
crazycoder |
['field !=' => 10] |
# |
Oct 5th 2016, 22:58 |
crazycoder |
like |
# |
Oct 5th 2016, 22:58 |
crazycoder |
i need match() but how can i add a negation |
# |
Oct 5th 2016, 22:58 |
crazycoder |
i am using collection |
# |
Oct 5th 2016, 22:58 |
crazycoder |
hi |
# |
Oct 5th 2016, 22:33 |
kentkingdon |
I found the problem. Weâ??re using a custom transport for AmazonSES thatâ??s extending AbstractTransport instead of MailTransport so I had to apply a similar fix to it. |
# |
Oct 5th 2016, 21:26 |
kentkingdon |
This is the most recent issue logged concerning my problem: https://github.com/cakephp/cakephp/issues/2209 |
# |
Oct 5th 2016, 21:18 |
kentkingon |
? I can provide more info as needed. |
# |
Oct 5th 2016, 21:18 |
kentkingon |
I'm on CakePHP 2.x and am having issues with sending multibyte Chinese characters in emails if the subject is long. I've been researching and found a couple issues on the repo but they've all been closed as resolved. My version of the MailTransport class is the same as what's currently on the 2.x branch. Does anyone have any info that could help me |
# |
Oct 5th 2016, 20:54 |
ra7bi |
how i can use OR condition in such query ``` $query = $this->Participants->find('search', ['search' => $this->request->query])->contain(['Distributors', 'Events']); $query->where(['Events.start_date >= NOW()']); ``` |
# |
Oct 5th 2016, 20:54 |
ra7bi |
hello |