Tomasz Kane

Results 17 issues of Tomasz Kane

It's trival case, but confusing. When SSH waiting for password Deployer 6 prints `Password: ` Deployer 7 prints ` ⠇ word: ⠴` with rolling animations... - Deployer version: 7.0.0-rc.8 `$...

- Deployer version: 7.0.0-rc.8 - Deployment OS: CentOS Linux 7 ``` ... task deploy:release [stage] Deployer\Exception\Exception in release.php on line 100: [stage] [stage] Release name "1" already exists. [stage] Release...

Hi, https://github.com/rmrevin/yii2-fontawesome/releases has 3.0 release, can you do upgrade from ~2.0?

Case: 1. register user (without activation/confirm) 2. delete user account 3. got error log: `[error][bizley\podium\models\Activity::deleteUser] [ 'msg' => 'Cannot delete user activity', 'model' => xx, ]` by: [Activity:102](https://github.com/bizley/yii2-podium/blob/master/src/models/Activity.php#L102) Why If...

enhancement

When a forum subscription notice arrives via e-mail, it would be great to see a preview of the post within this e-mail.

enhancement

I would like to receive an e-mail as soon as a new PM arrives.

enhancement

URLs in forum posts should be converted to clickable hyperlinks automatically. Optionally with: "Turn off auto conversion links for this post" checkbox.

enhancement

Cases: 1. yii2-podium -> Messages -> New Message no focus on "Send to" field (I want to start typing message receiver immediately) 2. hit Tab key when focus is on...

enhancement

### What steps will reproduce the problem? Try to import db schema (from mysqldump or PhpMyAdmin schema export) with some error on non-first query. In example, change "int" column type...

UploadAction has **uploadParam** not uploadParameter - like readme says. And it cannot be changed, because in UploadAction:50 $file is hardcoded so _compact()_ in :51 don't work.