UserPageohertel
You can communicate with me on this page.I'm a professional developer, currently in charge of the development and build environment of Dresdner Bank Privatkundenportal
- Ant
- Apache
- ATG Dynamo
- CM Synergy
- Eclipse
- Java
- MySQL
- Oracle
- Perl
- PhotoShop
- PHP
- Python
- Shellscript
- Weblogic v6.1
- Websphere v5
- XML
I am a Tikiwiki project admin and admin of de.tikiwiki.org
Tiki Modifications
- 'access code' for anti-script-user-generation improved
- Added support for Atom output feeds, details see http://bitworking.org/rfc/draft-gregorio-07.html
- Added support for external Atom feeds, just add them on the rss feeds page!
- feature_wikiwords switch for enabling/disabling WikiWord
- german translation (ongoing)
- many bugfixes
- method 'generate password' improved (php and js version)
- module ModuleLastActions
- module ModuleLastImages
- module ModuleLastImagesTh
- open/close folder icons for menus
- plugin CATEGORY (basic version, improved by others): PluginCategoryDev
- plugin SORT: PluginSort
- plugin {RSS(id=feedId,max=5,date=1,desc=1,author=1)}{RSS}: PluginRss
- RSS: New 'refresh' button on admin page for external rss feeds
- RSSModules enhanced RSSModulesDev, RSSModulesDoc?
- security fix for RSS feeds (only get feeds for objects you are allowed to view)
- security fix for search box (only search in pages you are allowed to view)
- spec conformity fix for RSS feeds, stylesheet for RSS, added support for rss 2.0: RssFeedDev, RssFeedDoc
- themes 'olive', 'olive_red', 'olive_blue'
- fixed Forums : individual RSS feeds not working
- fixed RSS not properly processing blogId
- fixed FANCYTABLE plugin generates wrong TD format
- fixed RSS feeds are sent with Wiki Formatting instead of HTML
- fixed RSS feed brakes in 1.8 RC3
- httprequest() in tikilib didnt return any data.
- fixed RSS feeds : Display bullets out of page
- fixed HTML enabled wiki pages : Capital <TABLE> causes many lines
- fixed Search: user input not checked for unwanted chars
Other work
- providing Tiki XRef, Tikidoc and Doxygen documentation on http://de.tikiwiki.org/
- building archives with latest cvs content (fix release and HEAD), see same url
How I connect to SF CVS:
#!/bin/sh OLDIR=`pwd` LOGFILE="/tikicvs/logs/cvslog_$1" export CVS_PASSFILE="/tikicvs/.cvspass" export CVS_RSH=ssh export CVSROOT=:ext:ohertel@cvs.sourceforge.net:/cvsroot/tikiwiki export PATH=$PATH:/usr/local/bin/cvs-server-root/bin if [ ! -f $LOGFILE ]; then touch $LOGFILE fi date +%s >> $LOGFILE cd /tikicvs/$1 cvs -q update -dP -r $1 >> $LOGFILE cd $OLDIR
