Pavel Ivanov
Pavel Ivanov
### Current state Now the commands look like this:  ### Proposal 1. **Group** ungrouped commands. 2. Create **aliases for frequently used commands**. ### Plan 1)...
Now the tool is usable for work, because many packages are in **dev** status. But let's imagine the following situation after the packages are released: 1) Package A requires version...
See https://github.com/yiisoft/yii-dev-tool/pull/136#issuecomment-739417472
| Q | A |-------------- | ------ | QA | yes These are just failing tests for top-level IDN domains that contain uppercase letters. I tried to fix it, but...
Заметил, что местами Yii::t используется, а местами - нет. Есть ли смысл и дальше использовать его? Ведь сайт русскоязычный. Если да, то на какие языки планируется перевод?
В личном кабинете блок привязки социальных сетей сейчас выглядит так:  Для привязки приходится кликать иконку или кнопку, а содержащий их блок реагирует лишь на наведение...

I propose to add class `StringObject`. Then it will be possible to manipulate strings in object-oriented style: ```php $baseWord = new StringObject('soft', 'UTF-8'); $projectName = $baseWord ->preprend('yii') ->addWord('project') ->upperCaseEveryWord(); $projectNameWordsCount...