Niteo Blog

Testing log output

  Published on 2012/06/03

  Last updated on 2015/10/13

 By Neyts Zupan

ATTRIBUTION: This post was inspired by Domen’s Mocking logging module for unittests post back from 2009. Most of the code below is from him, with some added Plone specific bits and pieces. I was recently debugging an installation of our niteoweb.click2sell and had the need for more verbose error handling. After adding support for it […]

Read more

Fixing unresolved dependencies error

  Published on 2012/03/23

  Last updated on 2015/10/13

 By Neyts Zupan

For a while now we’ve been getting the following errors on one of our sites: WARNING GenericSetup There are unresolved or circular dependencies. Graphviz diagram:: digraph dependencies {“typeinfo” -> “toolset”; “tinymce_settings” -> “componentregistry”; “transmogrifier” -> “toolset”; “kss_mimetype” -> “mimetypes-registry-various”; “pleonformgen” -> “toolset”; “pleonformgen” -> “propertiestool”; “pleonformgen” -> “typeinfo”; “atcttool” -> “catalog”; “atcttool” -> “componentregistry”; “actions” […]

Read more

OpenVPN over SSH

  Published on 2012/02/09

  Last updated on 2015/10/13

 By Neyts Zupan

Prelude I’ve recently moved to Barcelona to continue my Computer Science studies on UB. First thing I noticed walking into the University building was my mobile happily notifying me that it has found a known network. Ah, of course: eduroam. My Slovenian eduroam account from University of Ljubljana should be valid throughout Europe for accessing […]

Read more

Professional Plone 4 development review

  Published on 2011/11/20

  Last updated on 2015/10/13

 By Neyts Zupan

Short summary If you are doing Plone 4 development, go buy this book. Now. Some background I started working with Plone in 2006. Back then I was really just beggining with development in general and did not know how to do things properly. I only knew how to tweak some templates and to use ArchGenXML […]

Read more

Plone 4 dev on Lion

  Published on 2011/09/15

  Last updated on 2015/10/13

 By Neyts Zupan

Introduction Recently I upgraded to OS X Lion and here are my notes on how I got my working environment working. XCode First things first, you need to setup build tools (gcc, make and the like). On OS X these come as a part of XCode. Even if you had XCode installed on Snow Leaopard […]

Read more

Help me get to PloneConf!

  Published on 2011/08/27

  Last updated on 2015/10/13

 By Neyts Zupan

Intro Hi, I’m Nejc, a Plone user since 2005. I’m trying to get to the Plone Conference in San Francisco this year to do a talk on Raptus Article and I need a few dollars worth of help. At first I did not plan to go due to being expensive to get from Slovenia to […]

Read more

collective.table, report #3

  Published on 2011/08/08

  Last updated on 2015/10/13

 By Neyts Zupan

Work report A week ago, myself and my mentor both participated in the Plone Sauna Sprint. It was an epic event, thanks to all sprinters for being that great throughout the week. During the event my mentor and I discussed in great length how to approach challenges that collective.table presents. We want the table to […]

Read more

collective.table alpha release

  Published on 2011/07/21

  Last updated on 2015/10/13

 By Neyts Zupan

Introduction It’s now past the mid-term evaluation deadline for my Google Summer of Code project and it’s time to release my work out to the wider community to receive feedback and ideas on how to improve it. Status During the last days I was focusing on polishing the first release: writing documentation, adding more comments, […]

Read more

collective.table GSoC report

  Published on 2011/07/04

  Last updated on 2015/10/13

 By Neyts Zupan

Introduction It’s now been over a month since I started my Google Summer of Code project. It’s been a fun month, full of newly learned tricks, mostly courtesy of my mentor Martijn Pieters, Jarn AS. Our goal is to have an ability in Plone to store arbitrary pieces of tabular data, in the same way […]

Read more

Collective SVN project -> GitHub

  Published on 2011/06/09

  Last updated on 2015/10/13

 By Neyts Zupan

More and more Plone projects are being migrated over to GitHub for various reasons. Here’s a quick guide on how to import your Collective SVN project into GitHub. GitHub can directly import SVN projects only by specifying a URL to the repository. However, for some reason this does not work for Collective SVN repositories. The […]

Read more