<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   nelsonko: joined #tikiwiki
   TomJarvis: joined #tikiwiki
   Tiki|bot: joined #tikiwiki
   TomJarvis: polom
   <br> In Trackers, when you edit a tracker, under Display, the "Template to display an item" description says to use: "wiki:pageName for a wiki page or tpl:tplName for a template"
   <br> This does not work because the "tpl:" is not stripped from the template name.  If you leave off the "tpl:" part, it works fine.
   <br> You can put the template in /templates or enter a path from /templates.
   <br> I checked and this error is in Tiki 9, Tiki 12, and Tiki 13.
   <br> Either the documentation for the template field should be changed, or the "tpl:" stripped from the template name.
   nelsonko: joined #tikiwiki
   lindonb: joined #tikiwiki
   nelsonko: joined #tikiwiki
   panamaus: joined #tikiwiki
   lindonb: joined #tikiwiki
   Tiki|bot: New Forum Posts: TikiWiki 13 Performance Issues - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53610
   <br> New Forum Posts: next*.tiki.org wsod? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53600
   <br> New Forum Posts: Fancytable permission problem? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53599
   <br> New Forum Posts: TikiWiki 13 Performance Issues - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53610
   <br> New Forum Posts: next*.tiki.org wsod? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53600
   <br> New Forum Posts: Fancytable permission problem? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53599
   TomJarvis: bye
   Tiki|bot: New Forum Posts: TikiWiki 13 Performance Issues - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53610
   <br> New Forum Posts: next*.tiki.org wsod? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53600
   <br> New Forum Posts: Fancytable permission problem? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53599
   <br> New Forum Posts: TikiWiki 13 Performance Issues - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53610
   <br> New Forum Posts: next*.tiki.org wsod? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53600
   <br> New Forum Posts: Fancytable permission problem? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53599
   fabricius: joined #tikiwiki
   ricks99: joined #tikiwiki
   <br> polom y'all
   luciash: hi all
   <br> anyone ready for my peculiar questions? ;)
   ricks99: answer is 42
   fabricius: joined #tikiwiki
   luciash: <u>ricks99</u>: :D
   <br> the question: is it possible with Tiki Tokens to generate a unique token for each user returned after PayPal payment back to the same page?
   <br> (anonymous user)
   ricks99: no idea. sorry
   <br> (but i'm really liking your mockups for new t.o sites)
   luciash: heh. thanks :)
   <br> i need to put it on wiki page i think and add some proposals plugins
   <br> i will try to dogfood the draw feature there too as they are svgs
   nelsonko: joined #tikiwiki
   Tiki|bot: New Forum Posts: cr�ation d'un site tikiwiki - demande d'aide - http://tiki.org/tiki-view_forum_thread.php?forumId=7&amp;comments_parentId=53614
   jonnyb: joined #tikiwiki
   <br> last polom of summer (apparently)
   Tiki-KGB: 03jonnybradley r52706 03trunk/installer/schema/20141003_change_style_pref_to_theme_tiki.php
   <br> [FIX] Set the new bootstrap theme pref 'theme_active' to the current old 'styles' setting if set to using legacy as the styles directory no longer exists.
   <br> Style option -&gt; theme option migration TODO when there is one
   <br> 03jonnybradley r52707 10trunk * [MRG] Automatic merge, branches/13.x 52695 to 52698
   luciash: <u>jonnyb</u>: :)
   jonnyb: hi luciash
   Jyhem: polom
   jonnyb: hi Jyhem
   luciash: hi jonny and Jyhem
   Tiki-KGB: 03jonnybradley r52708 10trunk/templates/modules/mod-menu.tpl
   <br> [FIX] menus: If not doing the toogle (collapse) button thing, don't add the collapse classes around the menu.
   <br> You should specify navbar-collapse manually if you are using the collapse module separately (work in progress)
   luciash: <u>jonnyb</u>: do we have anything else than TOKENS which could generate random string for user to access stuff (tracker probably?) auto-magically ?
   jonnyb: hmm, can't think of anything
   luciash: <u>jonnyb</u>: hmm, thanks anyway :)
   jonnyb: there's a function in TikiLib (i think) that generates a GUID, but i'm not sure how you're use that
   <br> did you not get tokens to work then?
   luciash: <u>jonnyb</u>: the use case is when clicking paypal button on Tiki site an anonymous customer gets sent to paypal with a unique param value, then when payed, is returned back and if the param matches, gets limited time or number of downloads dl link of the purchased item
   Tiki-KGB: 03jonnybradley r52709 10trunk/setup.sh * [FIX] No more styles directory, it's themes now
   luciash: <u>jonnyb</u>: I do get tokens to work, but they are not unique per user/IP - they are unique for all having the link so i cannot limit it to number of dls or time
   jonnyb: right
   luciash: <u>jonnyb</u>: it does not seem to render two different tokens for the same object
   jonnyb: can't you use the membership payment thing? you buy access to a group for a limited amount of time
   <br> means having an account on tiki though
   luciash: yes and no - it must be for anonymous as it could drag people from buying the stuff if registration required :-/
   <br> hmm, maybe if I could pass the user IP I could use this param to generate two different tokens at least
   <br> s/two/more/
   <br> but how to generate the token automagically - using plugin http://doc.tiki.org/PluginGetAccessToken?
   <br> yeah, lets play with this a bit more ;)
   <br> hmm, in the doc of the plugin there is no param for groups ?
   <br> :-/
   <br> btw, sending unique string would be better than IP... i think i can generate random string using JS and pass it to paypal?
   jonnyb: sorry, window got buried ;)
   Tiki-KGB: 03jonnybradley r52710 10trunk/lib/core/Tiki/Composer/CleanVendors.php * [FIX] composer: Should add index file if one does _not_ exist
   <br> 03jonnybradley r52711 10trunk/composer.json
   <br> [FIX] composer: Post install and update commands need to be single arrays (guessing that compiling should happen before cleaning?)
   jonnyb: <u>luciash</u>: you're right, wikiplugin_getaccesstoken doesn't have a group param
   <br> looks like that just gets an existing token
   luciash: ah, darn, i thought it renders one based on the params
   aalex: joined #tikiwiki
   Tiki-KGB: 03jonnybradley r52712 10branches/13.x/admin/include_look.php
   <br> [FIX] themes: Don't render styles_options select JS if using Bootstrap themes (theme_active)
   <br> 03jonnybradley r52713 10trunk/admin/include_look.php 10trunk * [MRG] Automatic merge, branches/13.x 52698 to 52712
   luciash: <u>jonnyb</u>: the doc page indicates it should render the TOKEN... :-/
   TomJarvis: joined #tikiwiki
   jonnyb: yes, looks like it just writes out the token field from the tiki_auth_tokens table
   luciash: (that example - ah it says "if you can find a way to make the multiple tokens easily"... bummer)
   <br> seems i cannot find the way :-p
   aalex: any hint on enabling sefurl on apache 2.4?
   jonnyb: hi aalex - is that different to previous apaches? would have thought it shoudl just work the same (using .htaccess)
   aalex: <u>jonnyb</u>: hi! yes, it changed :(
   jonnyb: how dare they! ;)
   aalex: Order allow,deny n Allow from all   --&gt; doesn't work anymore
   jonnyb: luckily not had that upgrade pain yet
   aalex: Must use: AllowOverride all n  Require all granted
   <br> (for example)
   <br> And then for RewriteBase, I am not sure yet.
   <br> Though it doesn't fail with an error with the current .htaccess.
   <br> But sefurl don't work.
   luciash: hum, no idea what apache version I use even :-p
   <br> i know about the syntax change for allow deny in some recent apache upgrade i had to do but no idea about SEFURLs
   Tiki-KGB: 03jonnybradley r52714 10branches/13.x/lib/comments/commentslib.php
   <br> [ENH] forums: If using WYSIWYG use the html part in process_inbound_mail if available. Needs to be purified (before parsing to wiki if wysiwyg_htmltowiki) as email html can be messy
   aalex: hmm, I should disable the tiki-install.php, right? now sure how
   luciash: add empty .lock file in db/ folder
   Tiki|bot: New Forum Posts: Unusable tables on community sites - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53616
   jonnyb: gottago - bye all
   Telesight: joined #tikiwiki
   nelsonko: left #tikiwiki
   fabricius: aalex, luciash: if there are sefurl affecting changes due to Apache upgrade, I assume this will affect many shared hosting providers and Tiki sites ... any idea? do we simply need to change something in the .htaccess or is there a risk that shared hosted sitres lose sefurl?
   luciash: no idea, but i think it must be something simple... rewrite rules moved to route.php iirc
   Tiki|bot: joined #tikiwiki
   <br> Recent Bug:  - http://dev.tiki.org/item5480
   fabricius: rout.php?
   <br> route.php?
   <br> in tikiroot? since when?
   <br> I see it in trunk - interesting - thx for hint
   Tiki|bot: New Forum Posts: Unusable tables on community sites - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53616
   <br> New Forum Posts: cr�ation d'un site tikiwiki - demande d'aide - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=7&amp;comments_parentId=53614
   <br> New Forum Posts: TikiWiki 13 Performance Issues - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53610
   <br> New Forum Posts: Unusable tables on community sites - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53616
   <br> New Forum Posts: cr�ation d'un site tikiwiki - demande d'aide - http://tiki.org/tiki-view_forum_thread.php?forumId=7&amp;comments_parentId=53614
   <br> New Forum Posts: TikiWiki 13 Performance Issues - http://tiki.org/tiki-view_forum_thread.php?forumId=26&amp;comments_parentId=53610
   aalex: <u>fabricius</u>: well, sefurl don't currently work on my Ubuntu 14.04 server! I hope it's easy to fix.
   luciash: <u>aalex</u>: i have 14.04 on localhost and it works for me
   <br> it is Tiki 12.2
   <br> Apache 2.4.7
   <br> although tiki-check.php complains about RewriteBase / bad Your RewriteBase is not set correctly in .htaccess. Search Engine Friendly URLs are not going to work like that.
   <br> they work just fine
   nelsonko: joined #tikiwiki
   XGuarden: joined #tikiwiki
   <br> Hi
   <br> How can I do a tables wih border using only wikisyntax
   fabricius: Hi
   <br> || R1C1 | R1C2 | R1C3
   <br> R2C1 | R2C2 | R2C3
   <br> R3C1 | R3C2 | R3C3 ||#
   <br> without hash # - that was a typo
   <br> if there is no border, then use css
   <br> if you want to style only this specific table, wrap it in a div plugin
   <br> {DIV(class="mytablewithborder")}
   <br> || R1C1 | R1C2 | R1C3
   <br> R2C1 | R2C2 | R2C3
   <br> R3C1 | R3C2 | R3C3 ||
   <br> {DIV}
   <br> css:
   <br> .mytablewithborder table { border: 1px solid green; }
   <br> or
   <br> table .mytablewithborder { border: 1px solid green; }
   <br> you must try - I am not 100% sure which way around
   TomJarvis: joined #tikiwiki
   Tiki|bot: joined #tikiwiki
   XGuarden: ok
   <br> || dont put table line.
   <br> Si this is no way to put table with border line without using any html code =:0(
   <br> I trying to create a wiki with only wiki syntax lol
   <br> They have no special pluggin for table?
   fabricius: {FANCYTABLE(params)}
   <br> R1C1 | R1C2 | R1C3
   <br> R2C1 | R2C2 | R2C3
   <br> R3C1 | R3C2 | R3C3
   <br> {FANCYTABLE}
   <br> But there seems to be a permission problem (bug?) with fancytable in trunk
   <br> still you might need some css for the border, as most themes seem to not use borders for Tiki's tables
   <br> if you do need only a simple table, you should use the first version
   <br> the "missing" border is not an issue with WikiSyntax, but it is an "issue" with css ... if you do want the same border for all tables, you can easily add it to the css without extra class attribute ... although I doubt, that made perfect sense for most use cases