Log message #4108586

# At Username Text
# Jan 12th 2018, 12:12 willem does anybody know how to calculate the 2s complement of a hex value using PHP? For example: ``` The two's complement of E2 is 1E ```
# Jan 12th 2018, 11:27 technofection I want to set regular expression for the URL parameters... What is the syntax?
# Jan 12th 2018, 11:26 technofection 'map' => [ '/search/:page/:records/*' => [ 'action' => 'index', 'method' => 'GET' ], .... ....
# Jan 12th 2018, 11:26 technofection Hi, I am trying to create a resource map like this
# Jan 12th 2018, 10:53 neon1024 I’ve not done any BDD though :slightly_smiling_face:
# Jan 12th 2018, 10:47 neon1024 https://github.com/cucumber/cucumber
# Jan 12th 2018, 10:46 neon1024 Ah perhaps Gherkin is the test language
# Jan 12th 2018, 10:46 neon1024 Behat is a BDD thing I think too
# Jan 12th 2018, 10:45 neon1024 @makallio85 I only know of Gherkin I think it’s called, and PHP Spec?
# Jan 12th 2018, 10:44 jotpe @dereuromark or should i write an sh script and call it from composers post-install-cmd?
# Jan 12th 2018, 10:42 jotpe and: is there any recommendation for a frontend package manager? Bower seems to be dead. Which fe pm's are other Cakeprojects use?
# Jan 12th 2018, 10:41 jotpe Would be handy to have something to call from a cli, or not?
# Jan 12th 2018, 10:40 dereuromark Jotpe: I just have an sh script that does all that on deploy :slightly_smiling_face:
# Jan 12th 2018, 10:20 makallio85 What BDD testing framework would you suggest to use with cake? I am just starting to get into BDD and wondering if there are any with good cake support.
# Jan 12th 2018, 10:14 jotpe e.g. I want to install bs4 assets automatically (https://github.com/FriendsOfCake/bootstrap-ui/issues/193) and copy some files to webroot
# Jan 12th 2018, 10:12 jotpe Hey folks. When I want to simplify the process of installing external assets/frameworks, what would be a good way? Create a Shell Task and call bower from it? Use Composer (not every dependency can be solved with composer)?
# Jan 12th 2018, 08:57 digitalfotografen OK - I´ll export a new pot before translation
# Jan 12th 2018, 08:51 dereuromark @digitalfotografen The pot file might be outdated as well.
# Jan 12th 2018, 08:31 neon1024 Morning all
# Jan 12th 2018, 08:15 digitalfotografen @dereuromark Your feedback plugin looks awesome! Looks like an interesting way to get more and better feedback from user. I'll commit a Swedish translation within a few days. Great work!
# Jan 12th 2018, 01:53 blackjccl https://github.com/dereuromark/cakephp-tinyauth
# Jan 12th 2018, 01:53 blackjccl yes for what I see if, but I want examples of it, they even passed me a plugin this here
# Jan 12th 2018, 01:27 dereuromark Most used prefix sure is "admin" :)
# Jan 11th 2018, 22:59 blackjccl thank you, that I happen to be the first time I'm going to use you have some example or tutorial
# Jan 11th 2018, 22:49 josexato @blackjccl what about them, prefix are very usefull
# Jan 11th 2018, 22:47 josexato it rings a bell :slightly_smiling_face:
# Jan 11th 2018, 22:39 blackjccl someone around here has ever used the prefix routers
# Jan 11th 2018, 22:39 blackjccl Hi guys
# Jan 11th 2018, 19:09 dereuromark A propos: Would someone mind approving my awesome list contribution? https://github.com/FriendsOfCake/awesome-cakephp/pull/285
# Jan 11th 2018, 19:09 admad yes, fork, make a bugfix branch, fix, commit push to your fork. Then make a PR through GH UI
# Jan 11th 2018, 19:08 bigdaddygee So I fork, then I fix, and add the origin as a upstream and push so that create a PR ?
# Jan 11th 2018, 19:08 bigdaddygee Nice !
# Jan 11th 2018, 19:06 dereuromark You can also check the awesome list, which plugins you might find interesting, or you could upgrade 2.x ones to 3.x if they are useful for you ( https://github.com/FriendsOfCake/awesome-cakephp/wiki )
# Jan 11th 2018, 19:06 bigdaddygee Since i'm using CRUD i'll be more confortable with this one than bootstrap-ui :P
# Jan 11th 2018, 19:06 bigdaddygee Good :slightly_smiling_face:
# Jan 11th 2018, 19:05 dereuromark Or https://github.com/FriendsOfCake/bootstrap-ui/issues :)
# Jan 11th 2018, 19:05 admad for e.g. here's an easy one https://github.com/FriendsOfCake/crud/pull/566 Doesn't need much besides patience :slightly_smiling_face:
# Jan 11th 2018, 19:03 admad you can also help out by submitting fixes/enhancements for the community plugins you might be using.
# Jan 11th 2018, 19:02 admad @bigdaddygee (potential) bug list: https://github.com/cakephp/cakephp/issues readmap / new feature info: https://github.com/cakephp/cakephp/wiki/3.6-Roadmap how to make a good PR: begin but just making a PR fixing/adding something with relevant test case
# Jan 11th 2018, 18:52 bigdaddygee Can't say
# Jan 11th 2018, 18:48 Es0teric so i have a question -- why is it that my $this->render() is not working even after I am specifying the file