←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Tiki-KGB03jonnybradley r61302 10trunk/vendor/.htaccess
[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
[00:10]
fabriciusjoined #tikiwiki [00:20]
Tiki-KGB03jonnybradley 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
[00:28]
fabriciusjoined #tikiwiki [00:35]
.... (idle for 17mn)
torsten1joined #tikiwiki [00:52]
nelsonkoleft #tikiwiki [00:53]
........ (idle for 37mn)
fabriciusjoined #tikiwiki [01:30]
..... (idle for 24mn)
torsten1joined #tikiwiki [01:54]
........... (idle for 53mn)
jonnybjoined #tikiwiki [02:47]
................ (idle for 1h15mn)
Caarriejoined #tikiwiki [04:02]
Jyhem_joined #tikiwiki [04:05]
amette_joined #tikiwiki [04:06]
.................. (idle for 1h26mn)
Bsfezjoined #tikiwiki
joined #tikiwiki
[05:32]
................. (idle for 1h22mn)
joined #tikiwiki [06:54]
.................. (idle for 1h25mn)
redflojoined #tikiwiki [08:19]
.... (idle for 16mn)
Bsfezjoined #tikiwiki [08:35]
Crildejoined #tikiwiki [08:45]
................ (idle for 1h15mn)
Bsfezjoined #tikiwiki [10:00]
........... (idle for 54mn)
joined #tikiwiki [10:54]
..... (idle for 21mn)
luciashpooh-lom [11:15]
jonnybpompom luciash [11:15]
luciashbowbow 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
[11:16]
jonnybYes, did you manage to look into it? I've never really worked out how all that's done...
Tiki-KGB here still works right?
[11:19]
Tiki-KGBjonnyb: My master told me to not respond. [11:20]
jonnybMaybe KGB here works on an RSS feed but the csv mail-list is an svn commit hook... might explain it i guess [11:21]
luciashyes, on rss feed
Chealer was on it - did you read his reply?
anyway, gotta run for lunch here, see you later!
[11:25]
..... (idle for 21mn)
Bsfezjoined #tikiwiki [11:48]
Bsfez_joined #tikiwiki [11:50]
olinuxxjoined #tikiwiki
joined #tikiwiki
[12:02]
chibaguyjoined #tikiwiki
polom
[12:04]
jonnybpompom chibaguy [12:04]
chibaguyhi jonnyb [12:04]
jonnyball 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]
chibaguyI never looked closely at that. [12:07]
I'll have a look. [12:12]
I don't see an example yet...
Rottentomatoes example here: https://www.rottentomatoes.com/m/arrival_2016
[12:23]
Bsfezjoined #tikiwiki [12:28]
Bsfez_joined #tikiwiki [12:30]
chibaguyOr 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:31]
jonnybwhere chibaguy ? i don't see a "more" button on those pages (maybe blind today) [12:33]
chibaguyUnder 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.
[12:34]
jonnybah right, yes, but no faded out effect - also looking on huffpost it seems to only do it on my phone version [12:35]
chibaguyRight, no fade out. I see; I was looking with my pc browser. [12:35]
jonnybok, 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));
[12:37]
chibaguyOk. [12:45]
Bsfez_polom [12:57]
jonnybpompom Bsfez_ [12:57]
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
[12:59]
jonnybi thought there was a javascript/jquery date format pref (or maybe i dreamt it ;) )
Yup, "Short JavaScript date format" on general
[13:02]
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 :(
[13:03]
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
[13:11]
Bsfezjoined #tikiwiki [13:19]
luciashre-polom [13:32]
....... (idle for 32mn)
Tiki-KGB03luciash r61306 10trunk/lib/wiki-plugins/wikiplugin_pluginmanager.php * [FIX] PluginManager wiki-plugin: add missing space before version introduced [14:04]
Bsfezjoined #tikiwiki [14:14]
Tiki-KGB03luciash r61307 10branches/16.x/lib/wiki-plugins/wikiplugin_pluginmanager.php
[bp/r61306][FIX] PluginManager wiki-plugin: add missing space before version introduced
[14:24]
Yaredjoined #tikiwiki
Sorry, I meant user validation
[14:27]
luciashYared: can you please fill a bug report and reproduce it on show instance? I have no Cas experience, sorry [14:31]
YaredOk, thank you [14:37]
Padlockjoined #tikiwiki
Hello everyone
[14:44]
nelsonkojoined #tikiwiki [14:45]
PadlockI 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
[14:45]
Tiki|botWelcome 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!
[14:45]
fabriciusjoined #tikiwiki [14:46]
PadlockOk 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
[14:47]
Yared@Padlock yes tiki can do that. You can create groups and assign different levels of permission for each group [14:49]
PadlockI 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 ?
[14:51]
Bsfezjoined #tikiwiki [14:52]
YaredYou can also create "categories", set permission on that and add the wiki pages to those categories [14:53]
Padlockoh 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
[14:54]
BsfezBack from the back [14:56]
PadlockBsfez ! you're the one that helped me the other day :-) hi ! [14:57]
BsfezHi :)
Padlock = Joshua ?
[14:57]
PadlockYared just helped me with my permissions question. Thank you Yared!. But now I have design-related question lol [14:58]
luciashBsfez: shalom! :) [14:58]
PadlockI don't remember how to pvt on irc :/ [14:58]
BsfezAhoj Luciash [14:58]
Padlocknevermind. 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]
BsfezI 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]
Padlockmaybe it was mbiggelsworth [14:59]
Bsfezoh yes also :) [15:00]
Padlock:) [15:00]
BsfezSo all good now ? [15:00]
PadlockNot 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]
luciashbtw, 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:01]
BsfezDo you my private message Padlock ? [15:02]
PadlockOh thanks @luciash i'll take a note of that [15:02]
luciashdarn, that Convene plugin is unreliable when trying to fetch all the users of tiki.org - it freezes my Firefox! [15:03]
PadlockOk, 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:05]
luciashPadlock: edit the module and select the Anonymous group [15:06]
fabriciusjoined #tikiwiki [15:08]
Padlockluciash: 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 ?
[15:08]
BsfezThe way it look ? yes with css [15:14]
Tiki|botRecent Bug: - http://dev.tiki.org/item6282 [15:15]
Padlockand the buttons it displays ? [15:15]
luciashPadlock: home, about, etc. - where is that? sounds like another menu? [15:16]
Bsfezadmin -> menu (you'll have to create or duplicate the main menu) [15:16]
Padlockalright 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 ?
[15:18]
torstenjoined #tikiwiki [15:19]
luciashPadlock: some other user might be testing as well ;) it is under the i18n panel
tiki-admin.php?page=i18n
[15:19]
PadlockThat'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
[15:21]
olinuxxjoined #tikiwiki
joined #tikiwiki
[15:38]
jonnybjoined #tikiwiki [15:45]
fabriciusjoined #tikiwiki [15:47]
joined #tikiwiki [15:57]
...... (idle for 29mn)
joined #tikiwiki [16:26]
luciashjonnyb: how's the minifest going? :) [16:35]
jonnybHe'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 :)
[16:36]
luciashjonnyb: coolio! I have been just reading the dev page about it and watching some videos. great stuff! [16:38]
jonnybyes, should be fun! [16:39]
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!
[16:39]
jonnybcheers luciash, thanks [16:41]
Bsfezcheers too ! [16:41]
luciash:) [16:42]
jonnybluciash: 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:46]
luciashjonnyb: alrighty, thanks for looking at it! [16:52]
jonnybi had a hunch it happened when using a structure as a menu, but maybe not... [16:52]
luciashjonnyb: seems it has something to do with user open/closed menu states? [16:53]
jonnybyes, looks like it [16:53]
..... (idle for 20mn)
fabriciusjoined #tikiwiki [17:13]
Jyhempolom
Inès will also make a theme :-)
[17:15]
montefuscoloo/ [17:20]
jonnyb:) [17:25]
Bsfezjoined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
[17:31]
luciashyay! :)
finally me and Gary won't have to do everything and we could retire in peace! :D
[17:42]
jonnyb:D [17:45]
.... (idle for 19mn)
nelsonkohi all, is there a roundtable tomorrow?
just saw the email
[18:04]
.... (idle for 17mn)
luciashyep
nelsonko: howdy :)
[18:22]
.... (idle for 19mn)
Telesightjoined #tikiwiki [18:42]
tommynguyen_joined #tikiwiki [18:53]
tommynguyenjoined #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?
[18:53]
Tiki-KGB03jonnybradley 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
[18:58]
....... (idle for 30mn)
tchiwamjoined #tikiwiki [19:28]
Bsfezjoined #tikiwiki [19:29]
tchiwamHello, 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:29]
fabriciusjoined #tikiwiki [19:41]
...... (idle for 25mn)
Tiki-KGB03jonnybradley r61310 10trunk/lib/ointegratelib.php
[FIX] webservices: Autodetect a json payload for a REST POST request and use application/json if found
[20:06]
montefuscolojoined #tikiwiki [20:13]
..... (idle for 23mn)
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
[20:36]
tommynguyen@montefuscolo: I think I solved the problem by increasing the max_allowed_packet from 1M to 128M. Thanks [20:38]
montefuscolotommynguyen, nice! thanks for sharing :) [20:38]
tchiwamI 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
[20:39]
montefuscolotchiwam, in you old tiki, I think you can remove permissions to forbid your users to edit pages [20:41]
tchiwamI 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
[20:41]
montefuscolotchiwam, awesome .... about calendar, if calendar module is unavailable in php, tiki consume all memory? .. Is it? [20:42]
tchiwamYep, 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
[20:43]
montefuscolotchiwam, uhmm weird, I will try to read some code to figure out this behavior [20:45]
Galaxisjoined #tikiwiki [20:56]
.... (idle for 16mn)
Bsfezjoined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
[21:12]
.... (idle for 16mn)
Tiki-KGB03chealer 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
[21:32]
........ (idle for 35mn)
jonnybjoined #tikiwiki [22:07]
fabriciusjoined #tikiwiki [22:19]
torsten1joined #tikiwiki [22:26]
Bsfezjoined #tikiwiki
joined #tikiwiki
joined #tikiwiki
[22:32]
........ (idle for 39mn)
joined #tikiwiki [23:12]
fabriciusjoined #tikiwiki [23:13]
montefuscoloHow can I make an endpoint in Tiki, capable to provide a json response? [23:22]
..... (idle for 20mn)
Tiki-KGB03montefuscolo r61312 03branches/experimental/conversejs * [BRANCH] Creation, branches/experimental/conversejs 0 to 61310 [23:42]
montefuscoloexperimn [23:45]
Tiki-KGB03montefuscolo r61313 10branches/experimental/conversejs/ 10(9 files in 6 dirs) * [NEW] Starting integration with Converse.js. [23:48]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)