IRC logs

20150216

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20150216*

20150216

  • 03:10:40 <mrboe> hi all
  • 03:11:17 <mrboe> how can i access the category of a page? to create a category menu
  • 03:19:14 <gbod> mrboe: Tried <v:resource.record />?
  • 03:20:18 <gbod> mrboe: <v:page.resources /> is even easier
  • 08:39:17 <jmverges> hey
  • 08:39:25 <jmverges> what is happening with flux?
  • 08:39:35 <jmverges> PHP Warning: class_implements(): object or string expected in /home/vagrant/www/extensions/flux/Classes/Provider/ProviderResolver.php line 160
  • 08:40:42 <jmverges> NamelessCoder, bjo3rn, cedricziel , gbod ?
  • 08:41:15 <jmverges> php 5.6
  • 08:41:48 <jmverges> TYPO3\CMS\Core\Error\ErrorHandler::handleError(2, "class_implements(): object or string expected", "/home/vagrant/www/extensions/flux/Classes/Provider/ProviderResolver.php", 160, array)
  • 08:41:48 <jmverges> 22 class_implements(NULL)
  • 08:44:02 <jmverges> okey, should I fix it and do a PR or is someone working on it? It is just $provider should be $providerClassNameOrInstance
  • 08:46:10 <gbod> WIP: https://github.com/FluidTYPO3/flux/issues/760
  • 08:58:05 <jmverges> however, right now a few lines of code are wrong, right?
  • 09:01:50 <jmverges> I love the icons in the tree
  • 09:03:53 <jmverges> other issue in contenthook
  • 09:04:06 <jmverges> ContentIconHookSubscriber
  • 09:15:34 <jmverges> if (NULL !== $provider) {
  • 09:15:34 <jmverges> $form = $provider->getForm((array) $record);
  • 09:15:34 <jmverges> if(!is_null($form)){
  • 09:15:34 <jmverges> $icon = MiscellaneousUtility::getIconForTemplate($form);
  • 09:15:34 <jmverges> }
  • 09:31:58 <jmverges> shit, I wrote [BUG] instead of [BUGFIX] always the same history
  • 09:38:35 <gbod> jmverges: Fix it or you're doomed
  • 09:38:47 <jmverges> I'm trying it
  • 09:39:37 <jmverges> gbod, could you help me with it?
  • 09:39:53 <cedricziel> git commit --amend
  • 09:40:07 <gbod> cedricziel knows it all!
  • 09:40:15 <cedricziel> git push --force $origin $branch
  • 09:40:25 <cedricziel> aka "git yolo"
  • 09:44:56 <jmverges> I cannot write with that editor
  • 09:45:00 <jmverges> I'm freaking out
  • 09:45:01 <jmverges> shit
  • 09:45:13 <cedricziel> chill.
  • 09:45:58 <jmverges> okey
  • 09:47:12 <jmverges> I'm gonna destroy the repo
  • 09:47:45 <Guest|32332> Hi!
  • 09:48:19 <gbod> Well, that escalated quickly.
  • 09:49:49 <jmverges> I fixed one
  • 09:53:25 <jmverges> how can I amend the previous one?
  • 09:54:44 <cedricziel> git rebase -i HEAD~2
  • 09:55:04 <cedricziel> put an r in front of the one you want to reword and save
  • 10:54:11 <jmverges> thank you Claus