# |
Jun 27th 2017, 09:09 |
savant |
no its not |
# |
Jun 27th 2017, 09:09 |
bravo-kernel |
o/ is it possible to get full slack history subscribing as a single user? |
# |
Jun 27th 2017, 09:09 |
neon1024 |
Sorry @stefanvangastel I’ve not used DSN’s myself yet |
# |
Jun 27th 2017, 09:09 |
hmic |
did not want to start discussions (again) |
# |
Jun 27th 2017, 09:08 |
hmic |
get the point |
# |
Jun 27th 2017, 09:08 |
dakota |
Will deal with that if it happens :slightly_smiling_face: |
# |
Jun 27th 2017, 09:08 |
hmic |
dakota: it is? just because they let ppl do what they do. not because it's their business or licencing model. could change any day... |
# |
Jun 27th 2017, 09:07 |
hmic |
yeah, i better dont ask |
# |
Jun 27th 2017, 09:07 |
dakota |
Slack is cheaper that $50/year :) |
# |
Jun 27th 2017, 09:07 |
savant |
but we’re not changing to mattermost, fortunately or unfortunately, depending on who you ask |
# |
Jun 27th 2017, 09:06 |
hmic |
shuts tf up |
# |
Jun 27th 2017, 09:06 |
savant |
I wont stop you |
# |
Jun 27th 2017, 09:06 |
savant |
you can continue using irc |
# |
Jun 27th 2017, 09:06 |
savant |
and probably three since now we have slack |
# |
Jun 27th 2017, 09:06 |
savant |
so we’ll still have two chats |
# |
Jun 27th 2017, 09:06 |
savant |
hmic: its not going to stop us from hosting irc |
# |
Jun 27th 2017, 09:06 |
hmic |
50$/year for up to 1000 users flat for OSS and non-profits - sounds reasonable. i'd lifetime pay that if it stops the current situation with the fragmented irc and slack worlds |
# |
Jun 27th 2017, 09:05 |
savant |
@rudy1976s happy to answer any other questions you might have on it (here or in the issue tracker) |
# |
Jun 27th 2017, 09:04 |
stefanvangastel |
Hi all, I was wondering, we want to switch some of our MySQL db configurations to DSN's but we also have SSL config, is the following a valid (and working) config: ```ConnectionManager::config('default', [ 'url' => 'mysql://my_app:sekret@localhost/my_app?encoding=utf8andtimezone=UTCandcacheMetadata=true>', 'ssl_key' => '/path/to/ssl_key', 'ssl_cert' = '/path/to/ssl_cert' ]);``` |
# |
Jun 27th 2017, 09:03 |
rudy1976s |
@savant thank you |
# |
Jun 27th 2017, 09:03 |
savant |
@rudy1976s mostly needs documentation, but I’m working on that now anyhow |
# |
Jun 27th 2017, 09:03 |
hmic |
comared to the slack pricing |
# |
Jun 27th 2017, 09:03 |
hmic |
they can do the hosting for a *small* fee! |
# |
Jun 27th 2017, 09:02 |
savant |
:slightly_smiling_face: |
# |
Jun 27th 2017, 09:02 |
savant |
and you want me to maintain a chat application with high availability? thanks but no thanks |
# |
Jun 27th 2017, 09:02 |
savant |
hmic: I gave a talk on why I dont have time to maintain servers |
# |
Jun 27th 2017, 09:02 |
hmic |
http://www.mattermost.com/ |
# |
Jun 27th 2017, 09:02 |
hmic |
you can even import slack history now |
# |
Jun 27th 2017, 09:02 |
savant |
i have a few open PRs for it as well, they should be merged this week |
# |
Jun 27th 2017, 09:02 |
hmic |
savant: give up on slack and use mattermost, it does the same and is OSS :P |
# |
Jun 27th 2017, 09:02 |
savant |
@rudy1976s docs for crud-view if you want: https://crud-view.readthedocs.io/en/latest/ |
# |
Jun 27th 2017, 09:02 |
rudy1976s |
@savant I would look at your approach, it sounds pretty interestinfg |
# |
Jun 27th 2017, 09:01 |
savant |
hmic: join the dark side of slack |
# |
Jun 27th 2017, 09:01 |
hmic |
it's just awefull in irc and very disturbing in that size |
# |
Jun 27th 2017, 09:01 |
savant |
its probably not exactly what you’re looking for, @rudy1976s, but somewhat related problem |
# |
Jun 27th 2017, 09:01 |
savant |
hmic: maybe later |
# |
Jun 27th 2017, 09:01 |
hmic |
:D |
# |
Jun 27th 2017, 09:01 |
hmic |
!tell savant about gist |
# |
Jun 27th 2017, 09:01 |
savant |
basically just configuring it |
# |
Jun 27th 2017, 09:00 |
slackebot |
$this->Crud->action()->config('scaffold.index_formats', [ 'CSV' => Router::url(['_ext' => 'csv', '?' => $this->request->query]), 'JSON' => Router::url(['_ext' => 'json', '?' => $this->request->query]), 'XML' => Router::url(['_ext' => 'xml', '?' => $this->request->query]), ]); $this->Crud->action()->config('scaffold.fields', $fields); return $this->Crud->execute(); } ``` |
# |
Jun 27th 2017, 09:00 |
slackebot |
__('All') => 'all', __('Missing Maintainer') => 'missingMaintainer', __('Uncategorized') => 'uncategorized', __('No version set') => 'unversioned', ]); if (in_array($this->request->query('finder'), ['missingMaintainer', 'uncategorized', 'unversioned'])) { $this->Crud->action()->config('findMethod', $this->request->query('finder')); } |