[00:10] Tiki-KGB 03jonnybradley r61302 10trunk/vendor/.htaccess [00:10] Tiki-KGB [MOD] vendor: Trim down the vendor/.htaccess rules to the (two) files that are actually needed via the browser in tiki, as far as i can tell. [00:10] Tiki-KGB Please report unexpected 403 forbidden error - thanks drsassafras for starting this one [00:14] Tiki-KGB 03jonnybradley r61303 10trunk/lib/core/Services/Comment/AnnotationController.php [00:14] Tiki-KGB [FIX] annotations: Don't send null as 'ranges' to annotatorjs, empty array seems to avoid the js error [00:20] fabricius joined #tikiwiki [00:28] Tiki-KGB 03jonnybradley r61304 10branches/ 10(25 files in 17 dirs) [00:28] Tiki-KGB [MRG] Automatic merge, trunk 61270 to 61303 [00:28] Tiki-KGB Conflict in composer.lock resolved "mc" then composer update (as usual) [00:32] Tiki-KGB 03marclaporte r61305 10trunk/templates/tiki-install.tpl * TikiWiki -> Tiki [00:35] fabricius joined #tikiwiki [00:52] torsten1 joined #tikiwiki [00:53] nelsonko left #tikiwiki [01:30] fabricius joined #tikiwiki [01:54] torsten1 joined #tikiwiki [02:47] jonnyb joined #tikiwiki [04:02] Caarrie joined #tikiwiki [04:05] Jyhem_ joined #tikiwiki [04:06] amette_ joined #tikiwiki [05:32] Bsfez joined #tikiwiki [05:32] Bsfez joined #tikiwiki [06:54] Bsfez joined #tikiwiki [08:19] redflo joined #tikiwiki [08:35] Bsfez joined #tikiwiki [08:45] Crilde joined #tikiwiki [10:00] Bsfez joined #tikiwiki [10:54] Bsfez joined #tikiwiki [11:15] luciash pooh-lom [11:15] jonnyb pompom luciash [11:16] luciash bowbow jonny [11:17] luciash I see you are on fire with Marc there! ;) [11:17] luciash as the KGB reports... [11:18] luciash strange we still do not receive the notifications to the mailing list [11:19] jonnyb Yes, did you manage to look into it? I've never really worked out how all that's done... [11:20] jonnyb Tiki-KGB here still works right? [11:20] Tiki-KGB jonnyb: My master told me to not respond. [11:21] jonnyb Maybe KGB here works on an RSS feed but the csv mail-list is an svn commit hook... might explain it i guess [11:25] luciash yes, on rss feed [11:26] luciash Chealer was on it - did you read his reply? [11:27] luciash anyway, gotta run for lunch here, see you later! [11:48] Bsfez joined #tikiwiki [11:50] Bsfez_ joined #tikiwiki [12:02] olinuxx joined #tikiwiki [12:02] olinuxx joined #tikiwiki [12:04] chibaguy joined #tikiwiki [12:04] chibaguy polom [12:04] jonnyb pompom chibaguy [12:04] chibaguy hi jonnyb [12:07] jonnyb all well there chibaguy? we were discussing the shorten plugin written by montefuscolo yesterday and wondering how they do that fading out at the bottom on the short version before you click "read more" (on places like huffpost etc) - any ideas? [12:07] chibaguy I never looked closely at that. [12:12] chibaguy I'll have a look. [12:23] chibaguy I don't see an example yet... [12:26] chibaguy Rottentomatoes example here: https://www.rottentomatoes.com/m/arrival_2016 [12:28] Bsfez joined #tikiwiki [12:30] Bsfez_ joined #tikiwiki [12:31] chibaguy Or here: https://www.rottentomatoes.com/m/the_eagle_huntress . The "More" link seems to count the lines of text and stop visibility of subsequent lines until it's clicked. [12:33] jonnyb where chibaguy ? i don't see a "more" button on those pages (maybe blind today) [12:34] chibaguy Under the "Movie info" heading, at the bottom of the text. [12:35] chibaguy Under that heading, there are six lines of text and then "More", on https://www.rottentomatoes.com/m/the_eagle_huntress. [12:35] jonnyb ah right, yes, but no faded out effect - also looking on huffpost it seems to only do it on my phone version [12:35] chibaguy Right, no fade out. I see; I was looking with my pc browser. [12:37] jonnyb ok, in chrome in device emulation mode i see it on this http://m.huffpost.com/uk/entry/uk_58a40977e4b094a129f06fbe?utm_hp_ref=uk [12:37] jonnyb looks like it's done with background: linear-gradient(to top, #fff, #fff 60%, rgba(255,255,255,0)); [12:45] chibaguy Ok. [12:57] Bsfez_ polom [12:57] jonnyb pompom Bsfez_ [12:59] Bsfez_ Hi Jonny [13:00] Bsfez_ I have a Jquery Datepicker issue... When I use on tiki it return : dd/mm/yyyy and I need yyyy-mm-dd [13:00] Bsfez_ I wonder if I have to fork in the code or if a param may be added... [13:00] Bsfez_ {JQ()}$( 'input[name="cf_1214"]' ).datepicker(); [13:00] Bsfez_ $( 'input[name="cf_1216"]' ).datepicker();{JQ} [13:01] Bsfez_ oh may be simpler that I thought : http://stackoverflow.com/questions/37124277/change-the-date-format-to-yyyy-mm-dd-in-datepicker [13:02] jonnyb i thought there was a javascript/jquery date format pref (or maybe i dreamt it ;) ) [13:03] jonnyb Yup, "Short JavaScript date format" on general [13:03] Bsfez_ oh this one ! :) I tried with the general one [13:05] Bsfez_ Mmmm when I use it it sill show : 02/15/2017 (and not 2017-02-15) [13:05] Bsfez_ refreshing all cache and logging off [13:06] Bsfez_ didn't help :( [13:11] Bsfez_ Found ! [13:11] Bsfez_ tada: [13:11] Bsfez_ {JQ()}$( 'input[name="cf_1214"]' ).datepicker({dateFormat: "yy-mm-dd"}); [13:11] Bsfez_ $( 'input[name="cf_1216"]' ).datepicker({dateFormat: "yy-mm-dd"});{JQ} [13:12] Bsfez_ we can pass the format inside the jq code [13:12] Bsfez_ note yy = yyyy [13:19] Bsfez joined #tikiwiki [13:32] luciash re-polom [14:04] Tiki-KGB 03luciash r61306 10trunk/lib/wiki-plugins/wikiplugin_pluginmanager.php * [FIX] PluginManager wiki-plugin: add missing space before version introduced [14:14] Bsfez joined #tikiwiki [14:24] Tiki-KGB 03luciash r61307 10branches/16.x/lib/wiki-plugins/wikiplugin_pluginmanager.php [14:24] Tiki-KGB [bp/r61306][FIX] PluginManager wiki-plugin: add missing space before version introduced [14:27] Yared joined #tikiwiki [14:30] Yared Sorry, I meant user validation [14:31] luciash Yared: can you please fill a bug report and reproduce it on show instance? I have no Cas experience, sorry [14:37] Yared Ok, thank you [14:44] Padlock joined #tikiwiki [14:44] Padlock Hello everyone [14:45] nelsonko joined #tikiwiki [14:45] Padlock I was connected the other day, but can't remember what nickname I used. Nor the nickname of the person that helped me :-/ [14:45] Padlock I am a complete newbie and I have a question regarding wiki structures and permissions, if someone could maybe give me some advice [14:45] 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! [14:45] 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! [14:46] fabricius joined #tikiwiki [14:47] Padlock Ok good point, dear bot. I'm trying to set up a community site for the project I'm in, and we'll have anonymous users, registered public users and registered developers. Is it possible to set permissions for the whole tree of a structure ? Say this structure can only be accessed by that sort of users ? [14:49] Padlock Or do I have to set permissions on each wiki page in that tree, for them to be accessible by only selected kinds of users [14:49] Yared @Padlock yes tiki can do that. You can create groups and assign different levels of permission for each group [14:51] Padlock I found that out. But those permissions are non-specific. For example, I can decide that anonymous users can only view wiki entries and not edit them. However I cannot decide on what specific pages or structures they can have access (at least from group permissions management) [14:52] Padlock However I know I can bar some types of users from editing or even viewing (I guess ?) any given specific page. but can that be done at the rool of a tree and apply to the whole tree ? [14:52] Bsfez joined #tikiwiki [14:53] Yared You can also create "categories", set permission on that and add the wiki pages to those categories [14:54] Padlock oh so that's what they meant in the wiki help [14:55] Padlock it's a shame really, because there won't be much data on that platform, but they insist that developers can see all and be able to create, other registered users can only see selected entries and not be able to create new ones, and anonymous user to have access to even less entries. I guess the category trick is my best and simplest choice here [14:56] Bsfez Back from the back [14:57] Padlock Bsfez ! you're the one that helped me the other day :-) hi ! [14:57] Bsfez Hi :) [14:57] Bsfez Padlock = Joshua ? [14:58] Padlock Yared just helped me with my permissions question. Thank you Yared!. But now I have design-related question lol [14:58] luciash Bsfez: shalom! :) [14:58] Padlock I don't remember how to pvt on irc :/ [14:58] Bsfez Ahoj Luciash [14:59] Padlock nevermind. Bsfez : I can't remember the nickname I had. My question was about to move a whole tikiwiki from one server to another [14:59] Bsfez I think it depends a bit of your client (on mine I just double click on a participant and it open a private chat) [14:59] Padlock maybe it was mbiggelsworth [15:00] Bsfez oh yes also :) [15:00] Padlock :) [15:00] Bsfez So all good now ? [15:01] Padlock Not even close. But I sort of managed to convince other people to perform the first installation, and I think they'll also handle the move, come that day [15:01] luciash btw, iirc if you use Tiki Structures and create child page in that structure it should inherit permissions of the parent page (not sure it inherits its categories too tho) [15:02] Bsfez Do you my private message Padlock ? [15:02] Padlock Oh thanks @luciash i'll take a note of that [15:03] luciash darn, that Convene plugin is unreliable when trying to fetch all the users of tiki.org - it freezes my Firefox! [15:05] Padlock Ok, here's my second strange question for today : I'm discovering how to move modules around to make things look the way I want. I even set a mockup homepage for anonymous users so they get a different welcome than registered ones. One problem though : they don't get the left navigation menu, since they're not connected. Any advice ? [15:06] luciash Padlock: edit the module and select the Anonymous group [15:08] fabricius joined #tikiwiki [15:08] Padlock luciash: oooh :-) thanks ! [15:11] Padlock Well, ladies and gentlement, I seem to have enough info for now to try stuff. I'll probably come back again with some new, boring questions ! :-) [15:11] Padlock Yared, Bsfez, luciash thank you for your kind help [15:13] Padlock Oh, one last question actually : that large black bar at the top, with the buttons (home, about, etc.) is it customizable ? [15:14] Bsfez The way it look ? yes with css [15:15] Tiki|bot Recent Bug: - http://dev.tiki.org/item6282 [15:15] Padlock and the buttons it displays ? [15:16] luciash Padlock: home, about, etc. - where is that? sounds like another menu? [15:16] Bsfez admin -> menu (you'll have to create or duplicate the main menu) [15:18] Padlock alright alright. well thanks [15:18] Padlock Guys, I'm testing all this on the demo instance provided by tikiwiki, and the site interface has just switched to spanish. Any of you remembers where interface language is set ? [15:19] torsten joined #tikiwiki [15:19] luciash Padlock: some other user might be testing as well ;) it is under the i18n panel [15:20] luciash tiki-admin.php?page=i18n [15:21] Padlock That's what I thought ;-) sorry luciash I can't reply in pvt, I don't remember how to pvt an op user :-/ [15:24] Padlock All good ! thank you thank you thank you , you guys are the best. It's very nice of you to help even a newbie like me :-) [15:25] Padlock Bye bye for now ! have a great evening,y'all [15:38] olinuxx joined #tikiwiki [15:38] olinuxx joined #tikiwiki [15:45] jonnyb joined #tikiwiki [15:47] fabricius joined #tikiwiki [15:57] fabricius joined #tikiwiki [16:26] fabricius joined #tikiwiki [16:35] luciash jonnyb: how's the minifest going? :) [16:36] jonnyb He's just packing, off to the other side of London for a conference before returning home - it's been good, getting code done even! [16:36] jonnyb Currently working on h5p :) [16:38] luciash jonnyb: coolio! I have been just reading the dev page about it and watching some videos. great stuff! [16:39] jonnyb yes, should be fun! [16:39] luciash (I have quickly scanned it before but now reviewed it a bit) [16:40] luciash yeah, many greets to marc and wish him luck and safe journey back home! [16:40] luciash well done you two! :) [16:41] luciash jonnyb: cheers! [16:41] jonnyb cheers luciash, thanks [16:41] Bsfez cheers too ! [16:42] luciash :) [16:46] jonnyb luciash: i saw your mail about the "Undefined index: position" menulib notices which i've been trying to track down for many tikis, will try and follow your clues later, would be nice to nail it eventually (although it doesn't happen on my locals!) [16:52] luciash jonnyb: alrighty, thanks for looking at it! [16:52] jonnyb i had a hunch it happened when using a structure as a menu, but maybe not... [16:53] luciash jonnyb: seems it has something to do with user open/closed menu states? [16:53] jonnyb yes, looks like it [17:13] fabricius joined #tikiwiki [17:15] Jyhem polom [17:17] Jyhem Inès will also make a theme :-) [17:20] montefuscolo \o/ [17:25] jonnyb :) [17:31] Bsfez joined #tikiwiki [17:32] Bsfez joined #tikiwiki [17:33] Bsfez joined #tikiwiki [17:34] Bsfez joined #tikiwiki [17:34] Bsfez joined #tikiwiki [17:42] luciash yay! :) [17:44] luciash finally me and Gary won't have to do everything and we could retire in peace! :D [17:45] jonnyb :D [18:04] nelsonko hi all, is there a roundtable tomorrow? [18:05] nelsonko just saw the email [18:22] luciash yep [18:23] luciash nelsonko: howdy :) [18:42] Telesight joined #tikiwiki [18:53] tommynguyen_ joined #tikiwiki [18:53] tommynguyen joined #tikiwiki [18:55] tommynguyen hi Guys, I'm a newbie. I established a server in Clear OS and had it running for a month. Now I want to rebuild the index to reduce the number of index table in the DB. I have MySql server has gone away error. [18:55] tommynguyen can anyone help me please? [18:58] Tiki-KGB 03jonnybradley r61308 10branches/ 10(6 files in 5 dirs) [18:58] Tiki-KGB [ENH] h5p: Start of interface implementation in H5P_H5PTiki, about half done. [18:58] Tiki-KGB Added H5P_Event class and library_languages table as libraries seem to have their own translations (maybe?) [18:58] Tiki-KGB Much more to do, not functional yet... [18:58] Tiki-KGB 03jonnybradley r61309 10branches/ 10experimental/h5p/templates/tiki-install.tpl 10experimental/h5p/lib/wiki-plugins/wikiplugin_pluginmanager.php 10experimental/h5p 10experimental/h5p/templates * [MRG] Automatic merge, trunk 61303 to 61306 [19:28] tchiwam joined #tikiwiki [19:29] Bsfez joined #tikiwiki [19:29] tchiwam Hello, I moved a tikiwiki to a new server and I want to prevent any new edits in the old tikiwiki... What's the right way to do it ? [19:41] fabricius joined #tikiwiki [20:06] Tiki-KGB 03jonnybradley r61310 10trunk/lib/ointegratelib.php [20:06] Tiki-KGB [FIX] webservices: Autodetect a json payload for a REST POST request and use application/json if found [20:13] montefuscolo joined #tikiwiki [20:36] montefuscolo tommynguyen, about the "server gone away", can you tell us about how much RAM memory you have in your server? [20:37] montefuscolo and also about free memory [20:38] tommynguyen @montefuscolo: I think I solved the problem by increasing the max_allowed_packet from 1M to 128M. Thanks [20:38] montefuscolo tommynguyen, nice! thanks for sharing :) [20:39] tchiwam I just had a wierd one, if calendar is not in your php it will simply consume all the memory [20:40] tchiwam then be killed leaving you on a blank page [20:41] montefuscolo tchiwam, in you old tiki, I think you can remove permissions to forbid your users to edit pages [20:41] tchiwam I simply deleted all the accounts except the admin [20:42] tchiwam I remember seeing a setting when doing a db backup that's putting the site in 'maintenance' mode... But I can't find it anymore [20:42] montefuscolo tchiwam, awesome .... about calendar, if calendar module is unavailable in php, tiki consume all memory? .. Is it? [20:43] tchiwam Yep, if you turn on calendar and calendar is not in php that's the case [20:43] tchiwam tried with 128M and 256M , 256M just takes a tad longer to crash [20:45] montefuscolo tchiwam, uhmm weird, I will try to read some code to figure out this behavior [20:56] Galaxis joined #tikiwiki [21:12] Bsfez joined #tikiwiki [21:12] Bsfez joined #tikiwiki [21:13] Bsfez joined #tikiwiki [21:14] Bsfez joined #tikiwiki [21:16] Bsfez joined #tikiwiki [21:32] Tiki-KGB 03chealer r61311 10trim/ 10src/instancelib.php 10src/sshlib.php 10src/appinfo/tiki.php [21:32] Tiki-KGB [FIX] Errors trying to backup an instance whose name contains spaces [21:32] Tiki-KGB Fixes at least for SSH instances [22:07] jonnyb joined #tikiwiki [22:19] fabricius joined #tikiwiki [22:26] torsten1 joined #tikiwiki [22:32] Bsfez joined #tikiwiki [22:32] Bsfez joined #tikiwiki [22:33] Bsfez joined #tikiwiki [23:12] Bsfez joined #tikiwiki [23:13] fabricius joined #tikiwiki [23:22] montefuscolo How can I make an endpoint in Tiki, capable to provide a json response? [23:42] Tiki-KGB 03montefuscolo r61312 03branches/experimental/conversejs * [BRANCH] Creation, branches/experimental/conversejs 0 to 61310 [23:45] montefuscolo experimn [23:48] Tiki-KGB 03montefuscolo r61313 10branches/experimental/conversejs/ 10(9 files in 6 dirs) * [NEW] Starting integration with Converse.js.