11:47:58 <mrboe> is there a overview about the changes?
12:04:38 <cedricziel> yep. the github commit history, where breaking hangs always carry a lot of information in the commit message. and of course a news item on fedext.net
15:06:00 <randomresult> hi there. is there a way to let 2 flux:form fields float? I have two small ones which could be positioned next to each other ...
16:13:02 <rasha-> if i accidentally updated my flux & co extensions on my 6.1.x t3 installation, the way to get it back working would be by checking out some previous commits?
17:09:08 <randomresult> danilobuerger i found the mistake. i thought that flexform.field.input was migrated as well... but now it isnt
17:11:48 <randomresult> wel... now i get mad. in the documentation it is migrated. as soon as i change it in my pagetemplate its not workling ... so now i need to check wether my versions are up to date or not
17:17:03 * randomresult gets mad. this clearing cache - temp - browsercache will at least destroy me.
17:21:01 <danilobuerger> randomresult input is definitely flux:field.input in current git master… ( as you can see by the namespace use here: https://github.com/FluidTYPO3/flux/blob/master/Classes/ViewHelpers/Field/InputViewHelper.php )
17:21:47 <randomresult> as i described above: using uncache, clearing cache, typo3temp and browsercache will drive me crazy
17:22:56 <danilobuerger> i dont understand why that would drive you crazy… for one of my installs i updated to the git master, ran the install db tool, executed the migration script, cleared the cache and everything worked… took me not even 5 min