[00:08] Tiki-KGB 03robertokir r63180 10trunk/ 10tiki-rename_page.php 10templates/tiki-rename_page.tpl * Semantic alias when renaming wiki page [00:10] fabricius joined #tikiwiki [01:29] jonnyb joined #tikiwiki [01:58] amette_ left #tikiwiki [07:08] olinuxx joined #tikiwiki [07:08] olinuxx joined #tikiwiki [08:09] olinuxx joined #tikiwiki [09:43] Padlock joined #tikiwiki [09:43] Padlock Polom everyone, long time no see ! [09:44] Padlock Wait, is this the nickname I usually have ? [10:39] arildb joined #tikiwiki [11:45] jonnyb joined #tikiwiki [12:10] amette_ joined #tikiwiki [13:02] chibaguy joined #tikiwiki [13:16] chibaguy polom [13:21] amette_ left #tikiwiki [13:21] amette_ joined #tikiwiki [13:44] robertokir joined #tikiwiki [13:58] amette_ left #tikiwiki [13:58] amette_ joined #tikiwiki [14:21] amette_ polom [15:42] Jyhem pompom [15:43] Jyhem jonnyb: amette_ on the php-curl thing [15:43] jonnyb pompompom [15:43] amette_ heyho [15:43] amette_ what php-curl thingy!? [15:45] jonnyb H5P currently needs php-curl amette_ as seen here https://doc.tiki.org/PluginH5P#Example_1 [15:45] Jyhem the extension, so H5P works [15:45] Jyhem also doing aptitude upgrade while I'm on the server [15:47] amette_ ah, ok [15:50] Jyhem jonnyb: done… but https://doc.tiki.org/PluginH5P#Example_1 does not seem to show anything [15:52] jonnyb thanks Jyhem - there's just an error saying file not found at the top of the page, which is correct - adding some content is the next step ;) [15:52] Jyhem hmmm, that upgraded postfix. I chose "no change in config files" [15:53] Jyhem np jonnyb. I totally missed the error on top of the page :-( [15:53] jonnyb yup, that happens, Lindon's been working on better fixes for that... [15:54] Jyhem It looks weird to disconnect the plugin and it's error feedback. I mean, it's kind of acceptable when it's the only plugin on the page, but… [15:55] Jyhem Yes, let's hope we get something better for Tiki18. Changes have to start somewhere [15:55] jonnyb hmmm, maybe that was me, i'll try and check sometime (trying to do too many things currently ;) ) [16:00] amette_ so we need to update tiki-check !? [16:01] amette_ since when is h5p available? [16:02] jonnyb amette_: first release will be 17.0 [16:02] amette_ H5P has been introduced in Tiki 17... but its parameters in 16? See https://doc.tiki.org/PluginH5P#Parameters [16:02] jonnyb and i think curl is checked in tiki-check already [16:03] amette_ tiki-check only checks that curl_exec is disabled cause it's a security risk [16:03] jonnyb incorrect, will fix that [16:04] Tiki-KGB 03jonnybradley r63181 10branches/17.x/lib/wiki-plugins/wikiplugin_h5p.php * [FIX] h5p: Introduced in 17 (thanks amette_) [16:04] * amette_ goes reading where-to-commit [16:07] amette_ From that page I gather, that we are in semi-automatic merging period and therefore I should commit to 17 and it will be semi-automatically merged to trunk, right? [16:08] Tiki-KGB 03jonnybradley r63182 10branches/17.x/lib/core/Tracker/Field/GroupSelector.php [16:08] Tiki-KGB [FIX] trackers: Function get_item_creators now returns an empty array instead of null so filter out empty array values. Thanks Tommy on https://stackoverflow.com/q/44930908/2459703 [16:08] chibaguy Does anyone else notice the numbers on the items in the "Newest forum posts" tend to drop down to the last line of a multi-line item, affected by mouse-hover? [16:09] chibaguy When I remove display: inline-block in inline CSS on the list item text, it fixes, but I don't know why that CSS is needed there or where it comes from in the code. [16:11] chibaguy (Referring to https://tiki.org/Community .) [16:13] jonnyb Sorry, not sure what you mean chibaguy (but it looks fine to me) [16:14] chibaguy When you mouse over the list, no changes in the list item number position? [16:14] jonnyb on since your last visit you mean? [16:15] chibaguy Newest forum posts - you don't see that module? [16:15] jonnyb nope [16:16] jonnyb aha, only as anonymous (weird) [16:16] chibaguy Ah, it shows to anonymous but not to logged-in [16:16] chibaguy right [16:16] jonnyb i guess sylv replaces it when logged in [16:16] jonnyb yes, i see it - nmost odd [16:17] chibaguy The inline CSS isn't in the template. I don't know where it comes from. [16:17] chibaguy I was going to remove it. [16:19] jonnyb indeed, was just going to say - maybe it's some stinky javascript doing it? [16:21] jonnyb sorry, no idea - a mystery :) [16:22] jonnyb aha, ok, it's the popover tooltip code doing it [16:22] jonnyb but why that makes the numbers move about i have no idea [16:25] jonnyb ok, found it... it's in $.tikiPopoverWhereToPlace [16:27] chibaguy I see. [16:28] jonnyb there is no css position:center is tehre? looks like some rubbish code in there... [16:28] jonnyb https://sourceforge.net/p/tikiwiki/code/55474/ [16:29] jonnyb hmm, oh - it's not css, it's a made up html attribute i think... [16:32] Tiki-KGB 03robertokir r63183 10trunk/ 10tiki-rename_page.php 10templates/tiki-rename_page.tpl * Wiki Page Rename: fix code to adhere standards [16:32] jonnyb i think that whole function is redundant now - bootstrap popovers seem celever enough to work out where to appear... [16:33] chibaguy Ok, yeah, it'd be good to get rid of the old code if it's unnecessary. [16:34] Tiki-KGB 03kroky6 r63184 10branches/17.x/modules/mod-func-menupage.php * [FIX] update permission error message in module menupage to be more accurate [16:34] Tiki-KGB 03kroky6 r63185 10branches/ 1016.x/modules/mod-func-menupage.php 1016.x [16:34] Tiki-KGB [bp/r63184] [FIX] update permission error message in module menupage to be more accurate [16:36] Tiki-KGB 03kroky6 r63186 10branches/ 1015.x 1015.x/modules/mod-func-menupage.php [16:36] Tiki-KGB [bp/r63184] [FIX] update permission error message in module menupage to be more accurate [16:36] Tiki-KGB 03kroky6 r63187 10trunk/lib/wiki-plugins/wikiplugin_h5p.php 10trunk/lib/core/Tracker/Field/GroupSelector.php 10trunk 10trunk/modules/mod-func-menupage.php * [MRG] Automatic merge, branches/17.x 63169 to 63184 [16:44] Tiki-KGB 03amette r63188 10branches/17.x/tiki-check.php * [FIX] mod-curl is needed for H5P [16:45] amette_ alright.. took a while to get 17.x set up in PHPStorm, but now that's done, too - woop :) [16:52] Tiki-KGB 03jonnybradley r63189 10branches/17.x/lib/jquery_tiki/tiki-jquery.js [16:52] Tiki-KGB [FIX] popovers: Remove the code in tikiPopoverWhereToPlace that was setting the css display to inline-block for anything with a tooltip, which was causing numbered lists to behave weirdly on tiki.org (thanks chibaguy), also use this to position popovers for "ajaxtips" which was missing. [16:53] jonnyb Thanks amette_ for r63188 but as i was going to say (then got distracted) hopefully that dependency will be removed for 17.1 :P [16:53] amette_ oh, ok [16:54] Tiki-KGB 03jonnybradley r63190 10trunk/tiki-check.php 10trunk/lib/jquery_tiki/tiki-jquery.js 10trunk * [MRG] Automatic merge, branches/17.x 63184 to 63189 [16:54] amette_ yeah, well, got 17.x set up in PHPStorm then :P [16:57] jonnyb this is A Good Thing :) [16:57] amette_ Agreed. :) [17:06] Tiki-KGB 03jonnybradley r63191 10branches/17.x/lib/modules/modlib.php [17:06] Tiki-KGB [FIX] modules: Hopefully a fix for wish6381 - could not reproduce but this line will include the file where convertToTiki9 lives (thanks BSfez) [17:15] montefuscolo joined #tikiwiki [17:16] montefuscolo robertokir: you can share here that problem [17:17] jonnyb polom montefuscolo and robertokir [17:18] Tiki-KGB 03jonnybradley r63192 10branches/17.x/lib/metadata/reconcile.php [17:18] Tiki-KGB [FIX] php7: Strings cannot be used as arrays any more. Also declare $finalall before use. [17:29] robertokir Polom! Hi everyone, in my local Trunk install I try to remove a wikipage and get a System Error message. Fabio has reproduced the problem. [17:29] jonnyb polom robertokir [17:30] robertokir polom jonnyb! [17:32] montefuscolo yes, maybe a sql error [17:33] montefuscolo how are you guys? everything ok? [17:38] jonnyb yes, all fine here thanks, but very distracted (my poor clients! :) ) [17:39] Jyhem Hi guys, less distracted, more active :) [17:43] robertokir jonnyb, montefuscolo, should I paste the entire message here or not necessary? maybe only the defective query? [17:45] jonnyb maybe find a pastebin somewhere if it's big? [17:45] jonnyb amette_: where's that one you use? [17:46] amette_ https://zerobin.amette.eu [17:46] jonnyb ta :) [17:48] robertokir Great! https://zerobin.amette.eu/?93fa217a551c6365#p9cURZIV5ihaaznhCS99421wlr2LLQNObJiLUH0HcpQ= [17:49] robertokir thanks amette_ [17:49] jonnyb thanks - someone did some changes in page removal recently i think... let me try it here [17:49] amette_ yw, robertokir [17:51] jonnyb hmm, just worked fine using the context menu on listpages... [17:52] jonnyb hmmm, that worked fine too - how did you get this robertokir ? [17:52] jonnyb maybe a good time to file a bug report (wish) and make a show instance? [17:53] jonnyb https://dev.tiki.org/File-a-bug [17:53] robertokir jonnyb, it's a fresh install of 18.0. Either usign context menu on listpage, or inside the page --> more --> remove [17:55] jonnyb which versions of mysql and php? [17:56] jonnyb because that error "Unknown column 'Array' in 'where clause'" as there doesn't seem to be any reference to a column called Array [17:57] jonnyb but that's what an array comes out like when converted to a string in php... [17:58] amette_ left #tikiwiki [17:59] robertokir PHP Version 5.6.30 [17:59] robertokir mysql (mariadb actually) 10.2.6+maria~jessie [18:00] jonnyb doesn't sound too racy ;) [18:00] robertokir beg your pardon? [18:00] jonnyb but i'm not familiar with mariadb versions, is that very new (or old)? [18:01] robertokir I guess it's very new, montefuscolo installed it on my machine (Dockers) [18:01] jonnyb sorry, doesn't sound experimental or out of the ordinary [18:01] jonnyb and you get the same error montefuscolo ? [18:01] montefuscolo Yes, jonnyb [18:29] amette_ joined #tikiwiki [18:34] Tiki-KGB 03jonnybradley r63193 10branches/17.x/lib/filegals/h5plib.php [18:34] Tiki-KGB [FIX] h5p: Remove version query ("cache buster") from the js files being added to headerlib as when minified those files were not being found causing errors [18:35] jonnyb amette_ and/or Jyhem: how often does doc do svn up? Just hopefully fixed h5p when minified so am keen to test! :) [18:50] amette_ left #tikiwiki [18:55] robertokir Hi jonnyb, so is it a case for a bug report? [18:57] jonnyb yes, i think so, i couldn't see any easy fix i'm afraid [18:58] jonnyb then you can create a show instance and try and recreate the problem there, but i have a feeling it's something to do with mariadb or docker as we've not had any otehr reports of this (afaik) [18:59] amette_ joined #tikiwiki [19:00] amette_ left #tikiwiki [19:00] amette_ joined #tikiwiki [19:00] Telesight joined #tikiwiki [19:08] Tiki-KGB 03jonnybradley r63194 10branches/17.x/templates/h5p/edit.tpl * [FIX] h5p: No delete button when creating new content [19:12] robertokir thanks jonnyb, I've just registered at tiki.org, as soon as I get approved I'll file the bug. [19:13] jonnyb ok, i'm on it :) [19:13] jonnyb ok, done [19:23] arildb_ joined #tikiwiki [19:24] amette_ left #tikiwiki [19:24] amette_ joined #tikiwiki [19:28] arildb__ joined #tikiwiki [19:35] robertokir great, thanks. [19:50] Tiki-KGB 03jonnybradley r63195 10branches/17.x/lib/filegals/h5plib.php * [FIX] h5p: More fixes for minification for the h5p-editor [19:54] Tiki-KGB 03jonnybradley r63196 10(5 files in 5 dirs) * [MRG] Automatic merge, branches/17.x 63189 to 63195 [20:02] amette_ left #tikiwiki [20:02] amette_ joined #tikiwiki [20:11] Tiki|bot Recent Bug: - http://dev.tiki.org/item6385 [20:19] jonnyb joined #tikiwiki [21:07] amette_ left #tikiwiki [21:46] amette_ joined #tikiwiki [21:54] Tiki-KGB 03robertokir r63197 10trunk/ 10tiki-rename_page.php 10templates/tiki-rename_page.tpl * Wiki Page Rename: better phrasing for Semantic Alias option [23:22] Tiki-KGB 03chealer r63198 10branches/16.x/templates/list_file_gallery_content.tpl [23:22] Tiki-KGB Stop automatically hiding and showing action popover [23:22] Tiki-KGB This restores the pre-Tiki 14 behavior, which works around issue #5668. [23:22] Tiki-KGB Worked around in 17.x via r62687/r62391 [23:28] Tiki-KGB 03chealer r63199 10branches/15.x/templates/list_file_gallery_content.tpl [23:28] Tiki-KGB [bp/r63198] Stop automatically hiding and showing action popover [23:28] Tiki-KGB This restores the pre-Tiki 14 behavior, which works around issue #5668. [23:49] amette_ left #tikiwiki [23:49] amette_ joined #tikiwiki [23:50] amette_ left #tikiwiki [23:50] amette_ joined #tikiwiki [23:56] fabricius joined #tikiwiki