Log message #4213168

# At Username Text
# Nov 13th 2019, 09:16 javier.villanueva I must specify limit and maxLimit to 100000
# Nov 13th 2019, 09:16 pieceof cake paginator defaults to 20, tweak it in app controller
# Nov 13th 2019, 09:15 javier.villanueva but anyway, if I disabled datatable... only show by default 20 records
# Nov 13th 2019, 09:14 pieceof in datatables use limit all
# Nov 13th 2019, 09:13 javier.villanueva Ok, I understand.... Im using datatable and is limiting for each page its total
# Nov 13th 2019, 09:10 javier.villanueva or I have any error
# Nov 13th 2019, 09:09 javier.villanueva for page and for all list
# Nov 13th 2019, 09:09 pieceof but theres a limit and a maxLimit for each page
# Nov 13th 2019, 09:09 javier.villanueva I can remove this limit in paginate function for each controller
# Nov 13th 2019, 09:09 javier.villanueva or 20
# Nov 13th 2019, 09:09 javier.villanueva by default is limited to 100
# Nov 13th 2019, 09:08 javier.villanueva I want normal pagination, but unlimited results
# Nov 13th 2019, 09:08 javier.villanueva no
# Nov 13th 2019, 09:08 pieceof wait, u want sort,direction and limit but all results in one page ritgh ?
# Nov 13th 2019, 09:08 javier.villanueva but unlimited
# Nov 13th 2019, 09:08 javier.villanueva I want pagination
# Nov 13th 2019, 09:07 kgb.acct.personal @javier.villanueva You can remove pagination (just use query)
# Nov 13th 2019, 09:07 javier.villanueva in pagination
# Nov 13th 2019, 09:06 javier.villanueva Its possible to remove the limit in all index finds in cakephp 3?
# Nov 13th 2019, 09:00 kgb.acct.personal Is there LEFT OUTER JOIN in cakephp?
# Nov 13th 2019, 08:43 conehead @daniel.upshaw if you are using the vendor folder in a shared folder anyway, can't you run composer install outside of Vagrant?
# Nov 13th 2019, 07:16 jotpe Good morning everybody :slightly_smiling_face:
# Nov 13th 2019, 07:14 javier.villanueva morning
# Nov 13th 2019, 07:01 daniel.upshaw Something weird with vagrant most likely :S seems that using NFS for shared folders, it can happen. Not ideal though
# Nov 13th 2019, 07:00 daniel.upshaw I did try that
# Nov 13th 2019, 06:15 conehead did you try using sudo?
# Nov 13th 2019, 05:54 daniel.upshaw If I `composer install` outside Vagrant, it's fine... freshly provisioned a few times as well
# Nov 13th 2019, 05:54 daniel.upshaw Arrrg, for some reason when I `composer install` inside Vagrant, I'm seeing this
# Nov 13th 2019, 00:07 brian.french Ok, I'll put it there.
# Nov 13th 2019, 00:06 dereuromark agreed
# Nov 13th 2019, 00:05 challgren Id say Third Party APIs
# Nov 13th 2019, 00:05 brian.french Yeah, I didn't want to propose a new one, unless something like 'Business Integrations' or something like that made sense.
# Nov 13th 2019, 00:04 challgren Or Third Party APIs
# Nov 13th 2019, 00:04 dereuromark Misc probably -if no other one works
# Nov 13th 2019, 00:04 brian.french @dereuromark I created a plugin that interacts with Jira so I could list Versions, and Open Issues within the admin section of my apps. I published it to packagist. What category would that fall under in the README?
# Nov 12th 2019, 23:49 challgren !help
# Nov 12th 2019, 23:45 challgren Anyone know who runs @cakebot on IRC?
# Nov 12th 2019, 23:36 slackebot1 !awesome
# Nov 12th 2019, 23:36 slackebot1 Command sent from Slack by dereuromark:
# Nov 12th 2019, 23:36 brian.french Is there a place where users can publish plugins? I know it used to be the Bakery, but that doesn't seem to be updated anymore.
# Nov 12th 2019, 19:22 challgren @jotpe its more like ``` 'engine' => [ 'className' => 'CakePdf.WkHtmlToPdf', 'binary' => '/usr/local/bin/wkhtmltopdf', 'options' => [ 'print-media-type' => false, 'outline' => true, 'dpi' => 96 ], ], ```