Alexander Makarov
Alexander Makarov
https://github.com/yiisoft-contrib/yiiframework.com/blob/master/config/versions.php#L69-L88 On release github sends a hook. At yiiframework.ru it is used to update [version at the front page](https://github.com/samdark/yiiframework-ru/blob/master/actions/GitHubHookAction.php). Could be automated here as well.
Would be beneficial for both Yii and these companies.
- https://www.yiiframework.com/extension/yiisoft/yii2-oracle - https://www.yiiframework.com/extension/yiisoft/yii2-mssql
- https://new.yiiframework.com/search?q=безопасность&version=2.0&type=guide - https://new.yiiframework.com/search?version=2.0&q=безопасность No results found. But the content is there: - https://new.yiiframework.com/search?q=безопасность&language=ru&version=2.0&type=guide
As @InsaneSkull pointed in a slack chat: - SO Yii2 Top Users : https://data.stackexchange.com/stackoverflow/revision/944884/1172649/top-yii2-users - https://data.stackexchange.com/stackoverflow/query/new - https://api.stackexchange.com/docs That could be an interesting idea to count SO reputation when building...
https://www.yiiframework.com/user/halloffame should take forum badges into account in order to encourage using forums more. We need that because forums are currently the only discussion platform that is properly searchable. https://forum.yiiframework.com/badges...
I was logged in at the website (via github) but I'm not logged in at the forum. Clicking log in logs me in automatically. That step could probably be removed...
See https://github.com/yiisoft/yii2/issues/13204
### What steps will reproduce the problem? In the main application config add: ```php 'ruleConfig' => [ 'class' => 'my\custom\UrlRule', 'propertyX' => 'abc', 'propertyY' =>'xyz', ], ``` ### What's expected?...
In 2.1 we plan making core jQuery-free and it would be cool if extensions would follow the same path.