Netsight Developers: Reading Roadshow May 2013
Due to the success of our Roadshow in Reading at the end of last year we have decided to do it again, in exactly the same location with exactly the same agenda.Reading worked well for us and our...
View ArticleAsko Soukka: Cross-browser test your Plone add-on with Robot Framework,...
Thanks to Rok Garbas, I became aware of Sauce Labsduring the Plone testing sprint.Finally, I had some time to try it myself, and I managed to make it work pretty well with Robot Framework and...
View ArticleMikko Ohtamaa: Ultimate Python colorized logger: Somewhere over the rainbow
To make logging based debugging and diagnostics more fun, I created the following enhanced Python logging solution. It colorizes and adjusts logging output so that one can work more efficiently with...
View ArticleDavid "Pigeonflight" Bain: How to install Plone Social Suite
Here's my quick recipe to get started with Plone Social Suite. Plan to spend about 15 minutes. As usual this does not assume any Plone knowledge, just the ability to follow a few instructions and the...
View ArticleNidelven IT: Getting up to speed with Active Directory, LDAP and Plone
So, we're going after a project that involves a lot of user management, and in that, Windows Active Directory and LDAP to authenticate against and update, so that when someone updates their info in...
View Articlemacagua:~/public/html#: Instalación de paquetes Python con setuptools y...
Este articulo explica como instalar paquetes Python con setuptools y EasyInstall.IntroducciónPythonPython, Es un lenguaje de programación interpretado cuya filosofía hace hincapié en una sintaxis muy...
View ArticleAsko Soukka: Getting started with Robot Framework and plone.app.testing
Selenium testing Plone doesn't need to be difficult. Actually, with the recent hard work done for robotframework-selenium2libraryit's the easiest way to test your add-ons! (Thanks a lot to these...
View ArticleAsko Soukka: Speed up your Plone add-on tests on Travis CI with the Unified...
Many thanks for Héctor Verlarde for encouraging us to try out Travis CI for testing our own Plone add-ons. Also, thanks for Godefroid Chapelle for showing me, how to run Selenium tests on a headless...
View ArticleAsko Soukka: Embedding Robot Framework tests and keywords into Sphinx...
Robot Frameworkships with decent tools for generating reference documentation out of your robot keywords and test data (see libdocand testdoc). Yet, when Timo Stollenwerk presented Robot Framework as...
View ArticleAlex Clark: The Story of Pillow
On March 4, 2013 I got an email from the Python Software Foundation (PSF): This email notification is being sent to you to inform you of the PSF Board’s decision to fund the facilitation of a Python 3...
View ArticleAsko Soukka: Create custom views for Dexterity-types TTW
Plone 4.3will ship with Dexterity, the new content type framework of Plone. One of the many great features in Dexterity is the schema editor, which makes it possible to create new content types...
View ArticleAsko Soukka: Overview of the new Robot Framework goodies for Plone
Greetings from Plone testing sprint!I had never been in Barcelona before, and to be honest, I didn't really see much of the city yet. The sprint, however, was great, fun and well organized. Thank you...
View ArticleBubbleNet: z3c.recipe.staticlxml 0.9 fixes "undefined symbol: clock_gettime"
With recent gcc, lxml compilation fails to include clock_gettime, which leads to errors like :ImportError: [...]/lxml/etree.so: undefined symbol: clock_gettimeSteve MacMahon did fix the issue of lxml...
View ArticleDavid "Pigeonflight" Bain: Progress on the Plone Theming Guide
TL;DR; I'm working on a document that helps designers get started with Plone theming. It fits into the idea of making Plone more approachable. At the bottom of this post is a checklist of things needed...
View ArticleMikko Ohtamaa: How to backport packages on Ubuntu Linux
Backporting is a process to get new package releases to run on non-latest Linux distribution versions. A very common backporting use case is to enable the latest version of application or software...
View ArticleGreenfinity: Installing JavaScript from zc.buildout, Part 1
In a typical Python web development project, you need JavaScript as well on top of Python. Here, I will show a method to satisfy your JavaScript installation and processing needs - straight from...
View Articlemacagua:~/public/html#: Instalación de paquetes Python con Distribute y pip
Previamente explique como hacer instalar paquetes Python con setuptools y EasyInstall y ahora le presento la manera actualmente mas recomendada para instalar paquetes Python con las herramientas...
View ArticleGreenfinity: from pyramid import cookie
Pyramid is an elegant and popular web development framework that is based on the Python programming language.The three (no, six) tenets of Pyramid are Simplicity, Minimalism, Documentation, Speed,...
View ArticleNidelven IT: For the next ones, TinyMCE issues after installing another product
So, I've training a new guy to create new products from scratch, and in that process we encountered an issue with TinyMCE not working after Products.MenuNavigation 1.0a2 was installed.The product was...
View ArticlePlone.org: Ramon Navarro Bosch and Philip Bauer Named to Plone Foundation
Ramon Navarro Bosch, CTO of Iskra Desenvolupament SCCL, has been contributing to Plone since 2003. He helped create the Catalan Plone Meetup and has organized or helped organize six Plone sprints and...
View Article