[00:10] Tiki|bot joined #tikiwiki [01:11] Tiki|bot New Forum Posts: Introductions - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51361 [02:13] sipherdee joined #tikiwiki [02:21] joelobrecht joined #tikiwiki [02:40] Tiki|bot joined #tikiwiki [03:00] Tiki|bot joined #tikiwiki [06:12] Jyhem joined #tikiwiki [06:45] Tiki|bot joined #tikiwiki [08:05] Tiki|bot joined #tikiwiki [08:25] redflo joined #tikiwiki [09:35] eee__ joined #tikiwiki [09:36] eee__ left #tikiwiki [09:37] fabricius joined #tikiwiki [10:52] xavi1 joined #tikiwiki [11:05] Tiki|bot joined #tikiwiki [12:02] Tiki-KGB 03xavidp r50115 10trunk/templates/ 10wizard/admin_community.tpl 10wizard/admin_login.tpl [12:02] Tiki-KGB [ENH]Provide info and link in a couple of admin wizard screens (login and community) to apply profile to set easily up a 'User and Registration Tracker'. First step to enhance the User Wizard based on the existance of a User Tracker. Will be backported to 12.x after 12.1 is out. [12:12] Tiki-KGB 03xavidp r50116 10trunk/ 10templates/wizard/user_wizard.tpl 10lib/wizard/pages/user_wizard.php [12:12] Tiki-KGB [FIX]Do not hardcode major version number in the tpl but fetch it from the appropriate variable. [12:53] rodrigoprimo joined #tikiwiki [13:11] fabricius joined #tikiwiki [13:24] Tiki-KGB 03jonnybradley r50117 10branches/12.x/ 10modules/mod-func-cart.php 10templates/modules/mod-cart.tpl 10lib/payment/cartlib.php [13:24] Tiki-KGB [FIX] cart: Show proper count of items in cart (two of the same thing is still two items, thanks BSfez) [13:40] rodrigoprimo joined #tikiwiki [13:51] marclaporte joined #tikiwiki [13:51] marclapo1 joined #tikiwiki [13:55] Tiki|bot joined #tikiwiki [13:56] lukeg joined #tikiwiki [14:05] rodrigoprimo1 joined #tikiwiki [14:08] rodrigoprimo joined #tikiwiki [14:51] robertplummer joined #tikiwiki [14:51] robertplummer polom all [14:55] jonnyb joined #tikiwiki [14:55] jonnyb polom [14:58] fabricius joined #tikiwiki [15:03] Jyhem polom [15:03] Jyhem sorry jonnyb [15:03] jonnyb hi Jyhem [15:03] jonnyb hmm? [15:04] Jyhem I just answered your commit "tikiwiki:[48131] branches/12.x/tiki-edit_article.php". It seems to cause the issue I was investigating yesterday [15:04] fabricius polom [15:05] fabricius hi jonnyb and Jyhem [15:05] jonnyb hi fabricius [15:05] fabricius would anybody be keen on checking the standard Tiki menus and streemline the default behaviour? [15:05] jonnyb ew, don't even remember that one :) [15:06] jonnyb r48131 i mean Jyhem [15:06] Jyhem xavi: do you remember some working vimeo example which would illustrate http://dev.tiki.org/wish4796 ? [15:06] fabricius LPH last year made them behave like bootstrap and even open one additional level (compared to bootstraps original) [15:07] robertplummer polom jonnyb [15:07] fabricius but sadly he did that - if Gary and me remember right - only for two module areas (left and top) [15:07] fabricius hi robertplummer [15:07] robertplummer hi fabricius [15:07] robertplummer fabricius: did you see we finally got toolbars working in tiki for wikiLingo in the experimental branch? [15:07] jonnyb hi robertplummer (and everyone! :) ) [15:08] robertplummer fabricius: We are getting closer to merging back into trunk. [15:08] Jyhem well, it replaces some $body = $_REQUEST['body']; with $body = $jitRequest->body->purifier(); and lo! all {HTML} [15:26] robertplummer Jyhem: I'll have to double check. [15:26] Jyhem That would need to be approved, and then executed [15:27] Jyhem while {CODE()}{CODE} would need to show literally "" [15:31] Jyhem jonnyb: https://dev.tiki.org/Filtering+Best+Practices is totally silent about $jitRequest['edit'] but I guess I can kind of guess what your code does in lib/setup/editmode.php:65 [15:32] Jyhem let me try on http://jyhem-9952-5156.show.tikiwiki.org/tiki-read_article.php?articleId=1 which will therefore be somewhat unstable/broken :) [15:36] Jyhem robertplummer: I hope this column is not a boolean, but more like text mimetypes so in the future you can deal with wikilingo-v2 or other formats [15:36] jonnyb sry, phone [15:36] robertplummer Jyhem: absolutely not, it is like mimetypes [15:41] robertplummer Jyhem: The architecture of wikiLingo makes it so that {HTML()}{HTML} is no longer needed. [15:42] robertplummer Jyhem: By its very nature, it supports html, you don't have to call a plugin to insert it for you. [15:43] Jyhem But you just said that some html will not work, like iframe [15:43] robertplummer Jyhem: I meant to say that it was not allowed, it will work. [15:44] robertplummer Jyhem: https://github.com/wikiLingo/wikiLingo/blob/master/WikiLingo/Expression/Tag.php [15:45] robertplummer applet, iframe, link, script, & style are not allowed. [15:45] robertplummer But this can be overridden with events; [15:46] robertplummer Thus it works, it is just not allowed by default. [15:46] robertplummer Jyhem: Though it doesn't blow up, it just displays it as encoded html. [15:49] * Jyhem 's customers will not like "it's not allowed anymore" and I don't want to switch off all security so it always works [15:50] robertplummer Jyhem: That is not what I mean. wikiLingo is it's own namespace. [15:50] robertplummer Jyhem: The wikiLingo implementatoin in tiki isn't a default implementation. [15:50] robertplummer Jyhem: The idea is to make it so that you can input html and scripts. But the ability to do so will not be limited to html plugin, it is a core concept. [15:51] robertplummer Jyhem: The end product in tiki is to make it so you can input html, and the html that "isn't allowed" by default, will simply be able to be approved, much like tiki's html plugin currently works. [15:52] Telesight joined #tikiwiki [15:53] robertplummer Jyhem: It is off by default as a framework because it isn't just in tiki, it is in Drupal, and wordpress, hence there is a much broader security implication by leaving it on than turning it off by default. [15:54] robertplummer Jyhem: What do you think of that approach? [15:55] Jyhem I don't understand what you mean in terms of user experience when hey wish to cut paste some code they get from youtube, vimeo and such [16:04] lphuberdeau maybe we should include a bit of code that sends an SMS to jyhem every time a tiki user in the world includes a piece of HTML in a page so he can validate that it's safe [16:05] robertplummer Jyhem: Picture THE SAME way they do things now, but without having to use a plugin. [16:06] robertplummer Jyhem: Or if they wish to use a plugin for something more specific, like a youtube video, they can use a plugin for it. [16:08] Tiki-KGB 03lphuberdeau r50118 10trunk/ 10console.php 03lib/core/Tiki/Command/ProfileBaselineCommand.php [16:08] Tiki-KGB [MOD] Adding a patch generator to pretend a site was created using a profile by generating symbols for objects in the system, allowing further profile exports to refer to those symbols [16:10] fabricius joined #tikiwiki [16:12] jonnyb_ joined #tikiwiki [16:15] Jyhem_ joined #tikiwiki [16:19] robertplummer Jyhem_: Did you get my reply? [16:24] lphuberdeau joined #tikiwiki [16:26] arildb joined #tikiwiki [16:31] redflo joined #tikiwiki [16:56] rodrigoprimo joined #tikiwiki [17:06] gavincrenshaw joined #tikiwiki [17:10] Jyhem robertplummer: yes, but I need to get this coding thing done [17:11] robertplummer understood [17:12] xavi back [17:12] * xavi reading the back log [17:13] Jyhem xavi: do you have an example of VIMEO plugin which works in Tiki9 and was broken in Tiki12 ? I get "Missing parameter movie to the plugin flash" when adding one in Tiki9 [17:14] xavi mmmm [17:14] fabricius hello, I have a question [17:15] Tiki|bot Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! [17:15] fabricius :-D [17:15] fabricius I love it [17:15] fabricius so now to my q: where in Tiki (maybe CSS) I can define the size of thumbnails? [17:16] xavi Jyhem: this video from Vimeo seems to work in Tiki9: http://intercanvis.net/Altres#Red_de_Intercambios_de_Gracia [17:16] fabricius I just find this so far: img[Attributes Style] {width: 120px;height: 66px;} [17:18] Tiki-KGB 03lphuberdeau r50119 10trunk/lib/core/Tracker/Field/Math.php * [ENH] Make sure the data type is always the same [17:18] Tiki-KGB 03lphuberdeau r50120 10trunk/lib/core/Tracker/Item.php * [FIX] Notice [17:18] xavi Jyhem: oups,not a good example. it seems to be using plugin HTML to embed the whole html code from vimeo [17:18] TomJarvis joined #tikiwiki [17:19] jonnyb fabricius: it's "Max thumbnail size" in admin/fgals [17:19] jonnyb (listings tab) [17:19] fabricius THX!!! [17:20] Jyhem xavi: you seemed to have something in mind here: http://dev.tiki.org/wish4796 [17:20] fabricius jonnyb: :-x [17:20] xavi Jyhem: yes, I had something in mind, but not now (so many tiki sites, so many bug reports... I don't remember where it was... I'll keep searching) [17:22] xavi Jyhem: I think I found it, but it's not more in tiki9. This syntax seems to be working in tiki12 also nowadays: ::{VIMEO(url="http://vimeo.com/20867638",quality="medium",allowFullScreen="true")}{VIMEO}:: [17:25] Jyhem I still get "Missing parameter movie to the plugin flash" with {VIMEO(url="http://vimeo.com/20867638",quality="medium",allowFullScreen="true")}{VIMEO} [17:26] Jyhem http://jyhem-9952-52.show.tikiwiki.org/tiki-read_article.php?articleId=1 [17:26] Jyhem Never mind, that must be an unrelated issue. I mean, not parsing issue [17:32] xavi Jyhem: it works in a wiki page: http://jyhem-9952-52.show.tikiwiki.org/tiki-index.php?page=HomePage [17:33] Jyhem xavi: and it works on my attempted fix in Tiki12 :-) [17:33] Jyhem http://jyhem-9952-5156.show.tikiwiki.org/tiki-read_article.php?articleId=1 [17:33] xavi robertplummer: I'm not willing to distract you too much from wiki lingo stuff, but... did you know this? https://github.com/hakimel/reveal.js#pdf-export [17:34] Tiki-KGB 03lphuberdeau r50121 10trunk/lib/wiki-plugins/wikiplugin_flash.php * [FIX] Do not force non-ssl, instead, let the browser choose [17:34] xavi reveal.js seems to be MIT licensed, and I wonder if we can borrow any code from there to make the pdf export from the tiki slideshows work as expected... (keeping slides in slide shape, landscape, big fonts, etc) [17:35] robertplummer neat [17:35] Jyhem Did we lose jonny ? For the record, his idea works great :-) [17:38] xavi yep, jonnyb seems to have gone out [17:40] xavi lphuberdeau: I also sign the statement from robertplummer: "The force is strong with you" (you fixed in a breeze in trunk the issue with index rebuild just after the profile is applied) :-) [17:40] lphuberdeau it's easier when I caused the issue [17:41] xavi :-D [17:48] Tiki-KGB 03xavidp r50122 10branches/12.x/templates/tiki-admin.tpl [17:48] Tiki-KGB [bp/r50113][ENH]Make the wizard 'tip' slightly less omnipresent. thks lphuberdeau [17:48] xavi so, lphuberdeau, is then this r50109 the only commit that needs to get backported to fix the issue in 12.x also? ( http://sourceforge.net/p/tikiwiki/code/50109 ) [17:49] lphuberdeau I would think so, yes [17:50] xavi ok, I'll backport it, test it, and commit it once fix confirmed in 12.x. thks [17:57] Telesight joined #tikiwiki [18:01] jonnyb joined #tikiwiki [18:16] Tiki-KGB 03xavidp r50123 10branches/12.x/lib/search/searchlib-unified.php [18:16] Tiki-KGB [bp/r50109][FIX]Update identifier field list on incremental update as required. Thanks lphuberdeau [18:19] Emenems left #tikiwiki [18:30] fabricius joined #tikiwiki [18:35] luciash_ polom [18:35] jonnyb hi luciash [18:39] luciash hi jonnyb :) [18:47] Jyhem Hi back, jonnyb :) Your lead was very promising. Works in wiki syntax already :) [18:47] Jyhem even vimeo :) [18:47] jonnyb the html thing? good [18:56] MichaelC3 joined #tikiwiki [19:03] Jyhem Yup. [19:04] Tiki-KGB 03jyhem r50124 10branches/12.x/tiki-edit_article.php [19:04] Tiki-KGB [FIX] Fixes issue wish5156 (html plugin in articles) caused by revision r48131 (thanks jonny for the hint) [19:13] robertplummer jonnyb: Man you brits are smart! I'm doing research on neural networks, and found this - http://www.dcs.gla.ac.uk/~mounia/Papers/EurofuseCRC.pdf [19:14] jonnyb tee her - only some of us (that's way beyond me!) [19:15] luciash +1 xavi for the absolute url to doc ;-) [19:15] xavi :-) [19:16] Jyhem It seems I found a new meaning for Tiki: http://vimeo.com/49650078 weird (but obviously fun) [19:23] jonnyb nice - and they're even on version 12 :) [19:24] Jyhem Well, that's how i found them :) [19:26] xavi bbl [19:26] luciash lol [19:28] jonnyb that's all for me for now, more tomorrow... [19:28] luciash weird is they are falling head ahead most of the time [21:23] fabricius joined #tikiwiki