Lorenzo Milesi
Lorenzo Milesi
What language are you using for your app? are you sure you get *data* instead of *date*? What's the exact output string you get? Because I see it correctly in...
You mean even with english language you didn't see the date but the string above?
Unfortunately I cannot reproduce the issue. Can you give a try with 1.5-beta or latest master to see if it has been fixed? My guess (and hope) is this. Otherwise...
I'm ok with using standard date and time formatting. If @tonydspaniard have nothing against it you can go (but I personally will not merge before aug 21st). The long loading...
Yes. For example [here](https://github.com/2amigos/yii2-usuario/blob/master/src/User/resources/views/admin/index.php#L55), why handling `intl` presence? Isn't Yii doing it already? I'd replace these with just ``` created_at:datetime ``` so date display is handled by Yii. Also, if...
I never used social auth, but indeed your fix looks correct...
Can you post the full error? From what version and to which one are you upgrading?
What makes you think this could be a yii2-usuario issue? I'm not a composer expert but looks like an issue with it
I just ran a `composer update` into an old project and didn't experience any error.
Unlikely. I'd try deleting composer.lock or something like that and running install again. Do at your own risk :)