You are not logged in Log in Join
You are here: Home » Members » Tino Wildenhain

Log in
Name

Password

 

Tino Wildenhain

Personal page with some products

Up one level

 Title   Type   Size   Last Modified   Description 
Authentication supporting CIDR Folder   2001-11-01  
Little monkey patch to add history support for standard zope objects Software Package   2004-09-02

Most standard Zope objects dont have history support. Since I find it usefull to see old versions rather then have to undo all the time, I made a little monkey patcher which adds the history tab to:

Image File Folder ZSQLMethods

Unpack in Products folder and restart Zope. Delete it and restart if you want to remove. Use at own risk! This is well tested.

Small ZMI patch to provide icons in the dropdown list Software Package   2005-07-13

This patch only exchanges manage_main of Objectmanager with a version which puts the product icons in front of the product names to add - this eases a lot the work in ZMI. The icons don't appear in InternetExplorer though.

To remove the patch just delete this products folder and restart Zope.

Improve traceback display with code excerpt and highlighting Software Package   2005-07-14

This monkeypatch is a proof of concept to show how exception formatting could be improved.

It includes up to 5 lines of the sourcecode where the exception occured and displays them with linenumbers, marking the line where the exception occured.

If installed enscript is found during product initialization, it is used for a nice syntax highlighting of the cited code.

direct file upload via zeo client Software Package   2006-04-20

This is a first-shot implementation of a fileuploader which creates a fileobject via ZODB access (thru zopectl run).

Primary usefull in environments with ZEO storage so the main site can be up and running while uploading data.

Usage: zopectl run fileimport.py <uploadfile> <zopepath>

ZSQLMethods with standard CacheManager handling Software Package   2006-11-17

This is a proof of concept and rough realisation of ZSQL Methods which use the standad Cache Manager support of modern Zopes.

It has been tried with great success to work with Ram Cache Manager. This version has a loggin enabled so you see in event.log what happens and why.