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.
Please report unexpected 403 forbidden error - thanks drsassafras for starting this one
03jonnybradley r61303 10trunk/lib/core/Services/Comment/AnnotationController.php
[FIX] annotations: Don't send null as 'ranges' to annotatorjs, empty array seems to avoid the js error fabricius: joined #tikiwiki Tiki-KGB: 03jonnybradley r61304 10branches/ 10(25 files in 17 dirs)
[MRG] Automatic merge, trunk 61270 to 61303
Conflict in composer.lock resolved "mc" then composer update (as usual)
03marclaporte r61305 10trunk/templates/tiki-install.tpl * TikiWiki -> Tiki fabricius: joined #tikiwiki torsten1: joined #tikiwiki nelsonko: left #tikiwiki fabricius: joined #tikiwiki torsten1: joined #tikiwiki jonnyb: joined #tikiwiki Caarrie: joined #tikiwiki Jyhem_: joined #tikiwiki amette_: joined #tikiwiki Bsfez: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki redflo: joined #tikiwiki Bsfez: joined #tikiwiki Crilde: joined #tikiwiki Bsfez: joined #tikiwiki
joined #tikiwiki luciash: pooh-lom jonnyb: pompom luciash luciash: bowbow jonny
I see you are on fire with Marc there! ;)
as the KGB reports...
strange we still do not receive the notifications to the mailing list jonnyb: Yes, did you manage to look into it? I've never really worked out how all that's done...
Tiki-KGB here still works right? Tiki-KGB: jonnyb: My master told me to not respond. jonnyb: Maybe KGB here works on an RSS feed but the csv mail-list is an svn commit hook... might explain it i guess luciash: yes, on rss feed
Chealer was on it - did you read his reply?
anyway, gotta run for lunch here, see you later! Bsfez: joined #tikiwiki Bsfez_: joined #tikiwiki olinuxx: joined #tikiwiki
joined #tikiwiki chibaguy: joined #tikiwiki
polom jonnyb: pompom chibaguy chibaguy: hi jonnyb 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? chibaguy: I never looked closely at that.
I'll have a look.
I don't see an example yet...
Rottentomatoes example here: https://www.rottentomatoes.com/m/arrival_2016 Bsfez: joined #tikiwiki Bsfez_: joined #tikiwiki 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. jonnyb: where chibaguy ? i don't see a "more" button on those pages (maybe blind today) chibaguy: Under the "Movie info" heading, at the bottom of the text.
Under that heading, there are six lines of text and then "More", on https://www.rottentomatoes.com/m/the_eagle_huntress. jonnyb: ah right, yes, but no faded out effect - also looking on huffpost it seems to only do it on my phone version chibaguy: Right, no fade out. I see; I was looking with my pc browser. 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
looks like it's done with background: linear-gradient(to top, #fff, #fff 60%, rgba(255,255,255,0)); chibaguy: Ok. Bsfez_: polom jonnyb: pompom Bsfez_ Bsfez_: Hi Jonny
I have a Jquery Datepicker issue... When I use on tiki it return : dd/mm/yyyy and I need yyyy-mm-dd
I wonder if I have to fork in the code or if a param may be added...
{JQ()}$( 'input[name="cf_1214"]' ).datepicker();
$( 'input[name="cf_1216"]' ).datepicker();{JQ}
oh may be simpler that I thought : http://stackoverflow.com/questions/37124277/change-the-date-format-to-yyyy-mm-dd-in-datepicker jonnyb: i thought there was a javascript/jquery date format pref (or maybe i dreamt it ;) )
Yup, "Short JavaScript date format" on general Bsfez_: oh this one ! :) I tried with the general one
Mmmm when I use it it sill show : 02/15/2017 (and not 2017-02-15)
refreshing all cache and logging off
didn't help :(
Found !
tada:
{JQ()}$( 'input[name="cf_1214"]' ).datepicker({dateFormat: "yy-mm-dd"});
$( 'input[name="cf_1216"]' ).datepicker({dateFormat: "yy-mm-dd"});{JQ}
we can pass the format inside the jq code
note yy = yyyy Bsfez: joined #tikiwiki luciash: re-polom Tiki-KGB: 03luciash r61306 10trunk/lib/wiki-plugins/wikiplugin_pluginmanager.php * [FIX] PluginManager wiki-plugin: add missing space before version introduced Bsfez: joined #tikiwiki Tiki-KGB: 03luciash r61307 10branches/16.x/lib/wiki-plugins/wikiplugin_pluginmanager.php
[bp/r61306][FIX] PluginManager wiki-plugin: add missing space before version introduced Yared: joined #tikiwiki
Sorry, I meant user validation luciash: Yared: can you please fill a bug report and reproduce it on show instance? I have no Cas experience, sorry Yared: Ok, thank you Padlock: joined #tikiwiki
Hello everyone nelsonko: joined #tikiwiki Padlock: I was connected the other day, but can't remember what nickname I used. Nor the nickname of the person that helped me :-/
I am a complete newbie and I have a question regarding wiki structures and permissions, if someone could maybe give me some advice 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!
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! fabricius: joined #tikiwiki 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 ?
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 Yared: @Padlock yes tiki can do that. You can create groups and assign different levels of permission for each group 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)
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 ? Bsfez: joined #tikiwiki Yared: You can also create "categories", set permission on that and add the wiki pages to those categories Padlock: oh so that's what they meant in the wiki help
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 Bsfez: Back from the back Padlock: Bsfez ! you're the one that helped me the other day :-) hi ! Bsfez: Hi :)
Padlock = Joshua ? Padlock: Yared just helped me with my permissions question. Thank you Yared!. But now I have design-related question lol luciash: Bsfez: shalom! :) Padlock: I don't remember how to pvt on irc :/ Bsfez: Ahoj Luciash 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 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) Padlock: maybe it was mbiggelsworth Bsfez: oh yes also :) Padlock: :) Bsfez: So all good now ? 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 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) Bsfez: Do you my private message Padlock ? Padlock: Oh thanks @luciash i'll take a note of that luciash: darn, that Convene plugin is unreliable when trying to fetch all the users of tiki.org - it freezes my Firefox! 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 ? luciash: Padlock: edit the module and select the Anonymous group fabricius: joined #tikiwiki Padlock: luciash: oooh :-) thanks !
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 ! :-)
Yared, Bsfez, luciash thank you for your kind help
Oh, one last question actually : that large black bar at the top, with the buttons (home, about, etc.) is it customizable ? Bsfez: The way it look ? yes with css Tiki|bot: Recent Bug: - http://dev.tiki.org/item6282 Padlock: and the buttons it displays ? luciash: Padlock: home, about, etc. - where is that? sounds like another menu? Bsfez: admin -> menu (you'll have to create or duplicate the main menu) Padlock: alright alright. well thanks
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 ? torsten: joined #tikiwiki luciash: Padlock: some other user might be testing as well ;) it is under the i18n panel
tiki-admin.php?page=i18n Padlock: That's what I thought ;-) sorry luciash I can't reply in pvt, I don't remember how to pvt an op user :-/
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 :-)
Bye bye for now ! have a great evening,y'all olinuxx: joined #tikiwiki
joined #tikiwiki jonnyb: joined #tikiwiki fabricius: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki luciash: jonnyb: how's the minifest going? :) 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!
Currently working on h5p :) luciash: jonnyb: coolio! I have been just reading the dev page about it and watching some videos. great stuff! jonnyb: yes, should be fun! luciash: (I have quickly scanned it before but now reviewed it a bit)
yeah, many greets to marc and wish him luck and safe journey back home!
well done you two! :)
jonnyb: cheers! jonnyb: cheers luciash, thanks Bsfez: cheers too ! luciash: :) 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!) luciash: jonnyb: alrighty, thanks for looking at it! jonnyb: i had a hunch it happened when using a structure as a menu, but maybe not... luciash: jonnyb: seems it has something to do with user open/closed menu states? jonnyb: yes, looks like it fabricius: joined #tikiwiki Jyhem: polom
Inès will also make a theme :-) montefuscolo: o/ jonnyb: :) Bsfez: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki luciash: yay! :)
finally me and Gary won't have to do everything and we could retire in peace! :D jonnyb: :D nelsonko: hi all, is there a roundtable tomorrow?
just saw the email luciash: yep
nelsonko: howdy :) Telesight: joined #tikiwiki tommynguyen_: joined #tikiwiki tommynguyen: joined #tikiwiki
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.
can anyone help me please? Tiki-KGB: 03jonnybradley r61308 10branches/ 10(6 files in 5 dirs)
[ENH] h5p: Start of interface implementation in H5P_H5PTiki, about half done.
Added H5P_Event class and library_languages table as libraries seem to have their own translations (maybe?)
Much more to do, not functional yet...
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 tchiwam: joined #tikiwiki Bsfez: joined #tikiwiki 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 ? fabricius: joined #tikiwiki Tiki-KGB: 03jonnybradley r61310 10trunk/lib/ointegratelib.php
[FIX] webservices: Autodetect a json payload for a REST POST request and use application/json if found montefuscolo: joined #tikiwiki
tommynguyen, about the "server gone away", can you tell us about how much RAM memory you have in your server?
and also about free memory tommynguyen: @montefuscolo: I think I solved the problem by increasing the max_allowed_packet from 1M to 128M. Thanks montefuscolo: tommynguyen, nice! thanks for sharing :) tchiwam: I just had a wierd one, if calendar is not in your php it will simply consume all the memory
then be killed leaving you on a blank page montefuscolo: tchiwam, in you old tiki, I think you can remove permissions to forbid your users to edit pages tchiwam: I simply deleted all the accounts except the admin
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 montefuscolo: tchiwam, awesome .... about calendar, if calendar module is unavailable in php, tiki consume all memory? .. Is it? tchiwam: Yep, if you turn on calendar and calendar is not in php that's the case
tried with 128M and 256M , 256M just takes a tad longer to crash montefuscolo: tchiwam, uhmm weird, I will try to read some code to figure out this behavior Galaxis: joined #tikiwiki Bsfez: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki Tiki-KGB: 03chealer r61311 10trim/ 10src/instancelib.php 10src/sshlib.php 10src/appinfo/tiki.php
[FIX] Errors trying to backup an instance whose name contains spaces
Fixes at least for SSH instances jonnyb: joined #tikiwiki fabricius: joined #tikiwiki torsten1: joined #tikiwiki Bsfez: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki fabricius: joined #tikiwiki montefuscolo: How can I make an endpoint in Tiki, capable to provide a json response? Tiki-KGB: 03montefuscolo r61312 03branches/experimental/conversejs * [BRANCH] Creation, branches/experimental/conversejs 0 to 61310 montefuscolo: experimn Tiki-KGB: 03montefuscolo r61313 10branches/experimental/conversejs/ 10(9 files in 6 dirs) * [NEW] Starting integration with Converse.js.