Log message #4020442

# At Username Text
# Apr 26th 2017, 14:56 Neon1024 https://en.wikipedia.org/wiki/Left-to-right_mark
# Apr 26th 2017, 14:56 Neon1024 Anyone know how to trim a left-to-right character?
# Apr 26th 2017, 14:21 slackebot1 objects.
# Apr 26th 2017, 14:21 slackebot1 outputting an arbitrary number of fields based on user request and therefore need a programmatic way of determining how to refer to the model to correctly get the data out of the return object. I can't assume the plural version, nor can I use the singular all the time. The Inflector _does_ the tense switching. But is there some utility available to request _when_ this tense switch needs to happen? It gets even worse when I have a table full of potenti
# Apr 26th 2017, 14:21 holisticnetworking Ok. So I'm having a problem I'll bet I'm completely overcomplicating. Specifically, I'm having problems with dynamically determining the subject tense when interacting with models. While the Models themselves are always plural, the return from a query might be singular or plural based on the association between models. If Invoice HasOne Client, then the output object will be invoices->{n}->client. This becomes a problem when, for
# Apr 26th 2017, 14:14 spriz Keep getting `Code was already redeemed` - not sure how I'm supposed to get another one :thinking_face:
# Apr 26th 2017, 14:14 spriz Meh, problem for tomorrow :) Stupid Oauth
# Apr 26th 2017, 14:09 elboletaire I've a `belongsToMany` relation between two entities, and I've set `through` to define the relation class. In that class, a part from the `belongsTo` of the two related tables, I've relations with other models. Is there any way to load data from that relations in the `joinTable`/`through` class?
# Apr 26th 2017, 13:50 doug__ thank you sir!
# Apr 26th 2017, 13:50 Neon1024 Hm, I should fix that heading
# Apr 26th 2017, 13:49 Neon1024 Because it uses the routing directly. You’ll have to set it’s options before calling it to form the correct urls. http://jedistirfry.co.uk/blog/2015-04/paginating-multiple-types-of-list-in-the-same-controller/
# Apr 26th 2017, 13:46 doug__ Does anyone know why $this->Paginator->numbers() returns mis-formatted URLS? For exampe, ../en-us/articles turns into ../articles/index/en-us
# Apr 26th 2017, 13:39 spriz I just remembered somebody raging about a php lib where you'd do that - wanted to be sure it's not hybridaauth ,:)
# Apr 26th 2017, 13:38 spriz no @dereuromark - I know that but didn't see "oauth" anywhere
# Apr 26th 2017, 13:36 admad if you use an iframe it would surely seem so to the naive user :P
# Apr 26th 2017, 13:36 dereuromark thats not how oauth works
# Apr 26th 2017, 13:35 dereuromark LOL
# Apr 26th 2017, 13:34 spriz in your case you enter your email/password for github on your web app? :P
# Apr 26th 2017, 13:33 admad as long as the hybridauth devs don't break the lib :P
# Apr 26th 2017, 13:32 admad my hyridauth plugin is as plug-n-play as it gets
# Apr 26th 2017, 13:31 spriz that's why I wanted to use https://github.com/thephpleague/oauth2-client :)
# Apr 26th 2017, 13:31 spriz I wanted something that could plug'n'play different Oauth2 providers :S
# Apr 26th 2017, 13:31 admad @spriz if you are feeling brave you can try out https://github.com/ADmad/cakephp-social-auth :slightly_smiling_face:
# Apr 26th 2017, 13:16 dereuromark I use hybridauth to login with github
# Apr 26th 2017, 13:15 spriz Does anyone have example of this running: https://github.com/UseMuffin/OAuth2 ? :thinking_face:
# Apr 26th 2017, 13:11 inoas test runs
# Apr 26th 2017, 13:08 inoas let me run it locally
# Apr 26th 2017, 13:08 inoas while not optimal this is what I can help with https://github.com/dereuromark/cakephp-tools/pull/187/files
# Apr 26th 2017, 13:05 dereuromark or rather on the specific file if you want to safe time ;)
# Apr 26th 2017, 13:05 dereuromark well, adding a test and running php phpunit.phar on the plugin after composer udpate
# Apr 26th 2017, 13:05 inoas mom
# Apr 26th 2017, 13:05 inoas I have your plugin cloned, is there a very fast way to do it?
# Apr 26th 2017, 13:05 dereuromark I will take care then otherwise
# Apr 26th 2017, 13:04 inoas and I don't have a dev setup here...
# Apr 26th 2017, 13:04 dereuromark thx, now I understand ;)
# Apr 26th 2017, 13:04 cjohnson I forced the version number
# Apr 26th 2017, 13:04 cjohnson one of my deps pulled a newer PHPUnit
# Apr 26th 2017, 13:04 inoas should just be $languages[$match[2]][] = $match[1];
# Apr 26th 2017, 13:04 cjohnson got it
# Apr 26th 2017, 13:04 inoas but because of BC ...
# Apr 26th 2017, 13:04 inoas strtolower($match[1]); shouldn't be there in the first place