History: UserPageTorsten
Preview of version: 55
Table of contents
Hi, welcome on my userpage
Info:
I use this page mainly for notes.
If you want to know more, visit my newly created private website fabricius.me (released at 23rd of Dec. '13), whilst I do not promise to find time to update info regularly.
If you want to contact me, you can email or write me an internal message on this website.
I speak German, English and some French.
Private:
I love cycling and ride frequently with by CycloCross racer.
When I find time, I like hiking for a larger distance.
2012
- Wuerzburg-Frankfurt-Karlsruhe-Messkirch-Bregenz; 490km in 4 days
- Würzburg-Berlin; ~500km in 4 days
- Perpignon-Barcelona and back; ~250km in 2 days and a week TikiFest
2013
- Starnberger See (Starnberg) - Bodensee (Bregenz); ~250km 3 days
Notes
Tiki pre-13 Dev version (trunk)
Buggy
What I see not or not good working in Trunk (Tiki pre-13) - quick notes, to be checked in Bugtracker and if not yet worked on report and demonstrate with "show-instance!"
- info pop up messages broked - small width, not wrapping
- WYSIWYG editor not working
- Articles content not appearing in a recent FTP last build aswell as saved articles not found
feature completely broken and unusable
BUT articles work in a fresh SVN checkout from 23rd Dec. 2013 (REV 49236) - Category (browse cat) ... containing objects are not being listed.
- Blog: .blogactions "covered" by .blogtools" -> not clickable (/blog1-..)
Wishes
- Blog: Blog archive by dates (year, month, ..)
- Easy to use (for semi non-tecchies) standard procedure to implement external jQuery modules like flipcards, circle-text, fullpage or responsive slide shows.
- Maybe multilingual Blogs (or merging Blog and Articles?)
More notes
{CODE(caption="PHP" wrap="1" colors="php plain" ln="0" rtl="0" mediawiki="0")} <?php // (c) Copyright 2002-2011 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id: tiki-information.php 33195 2011-03-02 17:43:40Z changi67 $ require_once ('tiki-setup.php'); if (isset($_REQUEST['msg'])) { $smarty->assign('msg', $_REQUEST['msg']); } if (isset($_REQUEST['show_history_back_link'])) { $smarty->assign('show_history_back_link', $_REQUEST['show_history_back_link']); } $smarty->assign('mid', 'tiki-information.tpl'); $smarty->display("tiki.tpl"); {CODE}
<?php // (c) Copyright 2002-2011 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id: tiki-information.php 33195 2011-03-02 17:43:40Z changi67 $ require_once ('tiki-setup.php'); if (isset($_REQUEST['msg'])) { $smarty->assign('msg', $_REQUEST['msg']); } if (isset($_REQUEST['show_history_back_link'])) { $smarty->assign('show_history_back_link', $_REQUEST['show_history_back_link']); } $smarty->assign('mid', 'tiki-information.tpl'); $smarty->display("tiki.tpl");
{CODE(caption="HTML" wrap="1" colors="html" ln="0" rtl="0" mediawiki="0")} <html> <head> header something </head> <body> <p style="color:blue; font-size: 14px;"> this is not a <b>table</b>, but a <b><i>paragraph</i></b> </p> </body> </html> {CODE}
<html> <head> header something </head> <body> <p style="color:blue; font-size: 14px;"> this is not a <b>table</b>, but a <b><i>paragraph</i></b> </p> </body> </html>
))UserTorsten-Namespaces((
(page backlinked, as it would be a mess at the moment)