Alexander Makarov
Alexander Makarov
It is in HTML in both cases, right? If so, that's CSS issue. There's basically no class for it.
That's because there's only 2.0 version available for the extension: https://github.com/yiisoft/yii2-bootstrap/tags. What would you expect to in this dropdown?
Yeah. That would be better.
Or no dropdown at all...
@ziaratban tests seems to fail: https://travis-ci.com/yiisoft/yii2-mongodb/jobs/293832598
There are two pull requests: - https://github.com/yiisoft/yii2-mongodb/pull/294 - https://github.com/yiisoft/yii2-mongodb/pull/276 In order to properly check it we need to switch to GitHub actions and fix tests: https://github.com/yiisoft/yii2-mongodb/issues/279
@wintersilence suggestion is to get the status like the following: ```php function findOldDocs($pr, $repoDir) { $context = stream_context_create(['http' => ['header' => 'Accept: application/vnd.github.v3+json']]); $json = file_get_contents("https://api.github.com/repos/yiisoft/yii2/pulls/{$pr}/files?per_page=100", $context); $files = json_decode($json,...
I'd wait with it till someone requests it.
Isn't this line enough? > This extension adds most common image functions and also acts as a wrapper to Imagine image manipulation library for Yii framework 2.0. If not, please...
There's not much the wrapper adds but some things are kinda useful: - It abstracts the low level library used. - It adds some shortcut methods to commonly used operations.