History: UserPageluci
Preview of version: 30
Yo !
Here's luci aka luciash d' being alias mašík also known as Lukáš Mašek.
😛
I am yet another married guy living in the beautiful country of Czech Republic.
- I do graphics and web design for living.
- I've started translation of Tikiwiki to Czech language and occassionaly I'm still contributing and fixing it.
- I'm the maintainer of KDE Wiki site built on Tikiwiki
- I'm author and initiator of the Simple style.
- I've introduced the Site Identity feature to Tiki.
- I'm also working on some bug fixes and CSS/Smarty templates/PHP code cleaning for Tiki.
- And many more things maybe not so interesting for you to be listed here...
Feel free to visit my playground homepage.
Feel free to read my luciblog here at tw.o.
Comments are welcome 😊
Little Tiki annoyances to be fixed:
- Features
- messu-compose switches always to the less important level when replying - fixed
- (see SandBoxDev) <- SandBoxDev in the brackets doesn't convert to a wiki link
- Editing a blog doesn't offer the blog header code for editing anymore
- Modules
- Since your last visit module doesn't store the open/closed state properly when a node is closed it gets reopened on another page - fixed
Important Tiki bugs to be fixed:
- SandBox anonymous anti-spam (see SandBoxDev) - anonymous anti-bot code check fixed so it works now
How to use CVS watch
Copy to clipboard
cvs -f -z5 watch add 'templates/header.tpl'
I'm currently watching these files:
- templates/header.tpl
- templates/styles/simple/modules/mod-wiki_last_comments.tpl
Note: Unfortunately this doesn't seem to work with sf.net's CVS
For xhtml validity fixes you need to convert all "&" occurences in the resulting code (URLs, etc.) to "&". I've searched for them using this crazy command (heavy regexp):
Copy to clipboard
clear & grep -InER --color '\"[^ &%]+(&)[^ &\"(#)(amp;)(gt;)(lt;)(hellip;)(nbsp;)(o|a|Auml;)(\$_REQUEST)][^ \"]*\"' *
- tikirelease.sh needs correct tag name for release number (e.g. 1.9.RC1)