Pavel Ivanov

Results 8 issues of Pavel Ivanov

### Current state Now the commands look like this: ![20 12 07-14 19 45](https://user-images.githubusercontent.com/6429469/101344892-498b1180-3897-11eb-86e1-7be3fc8f1412.jpg) ### Proposal 1. **Group** ungrouped commands. 2. Create **aliases for frequently used commands**. ### Plan 1)...

status:under discussion

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...

status:under discussion

See https://github.com/yiisoft/yii-dev-tool/pull/136#issuecomment-739417472

type:enhancement

| Q | A |-------------- | ------ | QA | yes These are just failing tests for top-level IDN domains that contain uppercase letters. I tried to fix it, but...

Enhancement
Help Wanted

Заметил, что местами Yii::t используется, а местами - нет. Есть ли смысл и дальше использовать его? Ведь сайт русскоязычный. Если да, то на какие языки планируется перевод?

В личном кабинете блок привязки социальных сетей сейчас выглядит так: ![17 01 21-16 09 11](https://cloud.githubusercontent.com/assets/6429469/22174636/61a96d7a-dff4-11e6-9423-37d39f197833.png) Для привязки приходится кликать иконку или кнопку, а содержащий их блок реагирует лишь на наведение...

![17 01 20-21 10 01](https://cloud.githubusercontent.com/assets/6429469/22160078/e5497bf2-df54-11e6-98cf-38bf63817430.png)

bug

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...

status:ready for adoption
type:feature