-
Plone-Error: ConfigurationError Couldn't import ZServer.ZPublisher on start
-
ConfigurationError: ('Invalid value for', 'module', "ImportError: Couldn't import ZServer.ZPublisher, No module named ZPublisher")
Located in
Tech-Blog
-
Plone: Synchronizing ZEO Servers with ZRS
-
With ZRS you can synchronize ZEO servers very easy. Some lines in your buildout configuration and you have a primary/secondary synchronization.
Located in
Tech-Blog
-
Plone: override registry record, if it is not possible to delete them
-
Sometimes a plone.registry record can not deleted normally because of some exceptions. But it might be possible to override them with somthing new and clean.
Located in
Tech-Blog
-
Plone: Transmogrifier sent event
-
Unfortunately there is no blueprint to send an event after creating objects. So we here is a quick and dirty way to solve this.
Located in
Tech-Blog
-
Plone: IP-basierter Zugang
-
Mit Hilfe des AutoRole Plugins kann man für bestimmte IP-Bereiche automatisch Rechte-Rollen vergeben und so Inhalte leicht einer bestimmten Gruppe von Personen zugänglich machen.
Located in
Tech-Blog
-
Plone 5: hide icons for external links
-
Plone 5 marks external links with a font icon. If you don't want that, youcan hide them with CSS.
Located in
Tech-Blog
-
Plone 5: hide navigation icons
-
In Plone 5 you have by default icons in the navigation which shows you the type of the content item. If the layout requires no icons, you can easily hide them as follow.
Located in
Tech-Blog
-
Plone: die Funktion einer BrowserView in einem unit test prüfen
-
Um die Funktion einer Browser View zu testen, muss diese gebaut und mit den richtigen Request-Parametern gefüttert werden.
Located in
Tech-Blog
-
Plone: Multiple NameChooser for same Container
-
To have nice id's, one can register NameChooser adapter for a container in Plone. Here we show how one can have multiple NameChooser in the same container, like for different objekt types in a folder.
Located in
Tech-Blog
-
Plone: recompile static resources every time
-
If you develop Mockup paterns or other static resources in Plone, you eventually want to see your changes in the filesystem on browser reload.
Located in
Tech-Blog