Tobias Munk
Tobias Munk
Ping @germanbisurgi
@SilverFire @hiqsol Could you look into that, this is creating serious "downgrading problems"
@SilverFire Thank you in advance. Maybe for the future, create a monitoring Request for https://asset-packagist.org/package/bower-asset/jquery which looks for the string `3.7.1`. Just out of curiosity, how do you make a...
@SilverFire Any news regarding this, anything we could help you with? This is really blocking all of our work and it's not even possible to switch back to the plugin,...
But jQuery is a Core Package, how do you Deal with that?
@samdark This needs rework, IMHO it is not BC. Test have to cover the current behavior eg. "B+" and "B-" leading to the **same** constant. What is about "A-Foo", "A-Bar"?...
> @schmunk42 is it better now? No, I don't see my points addresses. First, there should be tests covering the current functionality.
Still breaks BC. This [line](https://github.com/yiisoft/yii2-gii/blob/063ca8904336618b23786d9ddfa486e19d826dce/src/generators/model/Generator.php#L1223C17-L1223C96) should read: ``` $constantName = $this->constantNameCallback($column->name, $value) ``` This is the public property ``` public $constantNameCallback = function($name, $value){ return strtoupper(Inflector::slug($name . ' ' ....
Honestly, this is a huge change, I can not tell if it is BC or not. Also I am currently in holidays and have no time to review it. I...
So, to my understanding here's some magic, which handles stuff like `A-Foo` the way it was. https://github.com/yiisoft/yii2-gii/pull/556/files#diff-58ec64246f814497eb0524bc73fc58181b344edc0651e9e1014b004ee012554aR127-R145 But if you have something like `A (1)`: - current code: `A_1` -...