Tiki|bot0: joined #tikiwiki refizul: Does Tiki need anything special from Linux? Or will it run on BSD machines out of the box? GillesM: joined #tikiwiki Tiki|bot: joined #tikiwiki refizul: Tiki|bot: boo Tiki-KGB: tikiwiki 03fmg-sf r43517 10trunk/ 10(7 files in 2 dirs)
tikiwiki [ENH] enable/disable permission check refizul: yeah! Jyhem_laptop_: joined #tikiwiki goj: joined #tikiwiki kstingel1: joined #tikiwiki arildb: joined #tikiwiki gao: joined #tikiwiki Tiki-KGB: tikiwiki 03nkoth r43518 10branches/9.x/lib/categories/categlib.php
tikiwiki [FIX] avoid E_RECOVERABLE_ERROR which causes RSS generation to fail xavi: joined #tikiwiki kstingel: joined #tikiwiki kstingel1: joined #tikiwiki j0n3: joined #tikiwiki arildb: joined #tikiwiki dennmans: joined #tikiwiki n17r4m: joined #tikiwiki arildb_: joined #tikiwiki arildb: joined #tikiwiki kstingel: joined #tikiwiki Bsfez: joined #tikiwiki
I have an issue with category. I have a group, a category, a structure : culture. I want member of group culture to be able to enter the main page of the category (ok), to add pages to the structure (ok). But when i do that i got : your user has not right to edit this page (no creation, no save).
i have given all perm in "culture" category to the Culture group but that doesn't help. Only if i give the Cultutre groups GLOBAL perm to edit wiki that work.
of course i don;t want the group to be able to edit any page… :( fabricius: Bsfez: I have to leave the house ... will write you an email to answer, when I will be back ... made a note not to forget Bsfez: ok tks :) arildb: joined #tikiwiki arildb_: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r43519 10trunk/tiki-editpage.php
tikiwiki [FIX] Namespace is now inherited from the parent page, when adding a page in a structure arildb_: joined #tikiwiki RobertPlummer: polom all changi: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r43520 10trunk/ 10templates/comment/list.tpl 10templates/admin/include_comments.tpl 10lib/prefs/wiki.php
tikiwiki [NEW] Added Admin / Comments option: Display comments form by default
tikiwiki If selected, the post input field is displayed by default.
tikiwiki Requires that "Display by default" is also selected. xavi: hi RobertPlummer (and all) RobertPlummer: polom xavi -: xavi in R debugging mode (so half brain, at least, is not on irc) RobertPlummer: lol
*upgrading a 5.4 to 9.1 production system, so half brain on is not on irc*
Upgrading production systems always gets my stomach in a bind. Bsfez: hi all… (but lunch time is already here) brb RobertPlummer: What is everone's favorite upgrade methods for tiki?
*everyone's
I like the "old switcharoo"... ie, clone database, switch production db to clone, svn checkout latest branch in subdirectory, set it to original production db, upgrade production database in subdirectory, and when things look right, switch directories, upgrade to production.... :) radek82: joined #tikiwiki RobertPlummer: What I favour about this method... literally no down-time. Bsfez: Robert i'll do exactly the same. I have to upgrade an old tw5 to tw9 too… share :) RobertPlummer: I think tiki has many powerful components, and probably the most valuable is the upgrade path.
Leave nobody behind!
When I first heard about it, I was like.... WHAT!?!?!?
Total mind blower. rodrigoprimo1: joined #tikiwiki rodrigoprimo: joined #tikiwiki xavi: brain back ;-)
RobertPlummer: yes, that is my favourite method for critical production sites :-)
smarty question: how can I say in smarty: if url=foo1 replace foo1 with bar, and if url=foo2 replace foo2 with bar also ?
so far I was doing something like: {$smarty.server.PHP_SELF|replace:'/foo1':'/'}{$smarty.server.PHP_SELF|replace:'/foo2':'/'}
^but that doesn't work as I need, because my tiki site is under a subdir, and I get the subdir there...
mmmm, I have an idea....
can I have an OR clause inside a smarty piece of code (inside a smarty template, I mean)?
mmmm, oh well, I'll have to use regex_replace in smarty, instace of static replace.... dhazel: joined #tikiwiki Tiki-KGB: tikiwiki 03kwem r43521 10branches/9.x/lib/wiki-plugins/wikiplugin_slider.php
tikiwiki [bp/r43501] [FIX] Option 'showmultiple' usable in plugin 'slider' mose: hey xavi arildb_: joined #tikiwiki RobertPlummer: xavi, I have a problem where tocnav is not showing up for a structure when the user is logged in as a non-admin, what permission needs to be set? xavi: hi mose :-)
RobertPlummer: mmmm, no idea, from the top of my head....
RobertPlummer: tiki version? RobertPlummer: 9.0 xavi: mmmm, it's working for me in many tiki 9 sites....
mmm, it works in doc.t.o for instance
you may have a look there... (but as I said, it should be shown in standard setups, maybe?)
s/instance of/instead of
^he he, consecuence of half brain not typing but still debugging
maybe RobertPlummer: xavi, I'm looking at template/tiki-show_page.tpl and I see it checks for wiki_structure_bar_position 2 times for position = bottom
something fishy....
Shouldn't the first be checking for top? xavi: no idea, sorry :-/ RobertPlummer: ok, nm Bsfez: Robert i activated structures and used tocnav yesterday… worked fine for user with category perm/group xavi: mose, I have an important family meeting today (scheduled since months ago), so I'll be late for the webinar.... Bsfez: Hey Mose… long time. :) -: xavi looking forward to hear the interview from marc to you... xavi: ... but I guess I'll have to re-play once recorded and shown through BBB RobertPlummer: Where here knows about structures and the breadcrumb?
I'm in an emergency situation if anyone can help. fabricius: joined #tikiwiki rodrigoprimo: joined #tikiwiki xavi: mmm, simpler smarty regex_rerplace question (after 15 minutes with unssuccessful trial and error):
I want to replace in a url "/tiki-index.php" with "/"
and there is something wrong with this:
{$smarty.server.PHP_SELF|regex_replace:'/tiki-index.php/':'/'} -: xavi is a regexp newbie xavi: any hint? Jyhem: polom xavi xavi: hi Jyhem Jyhem: what is wrong with {$smarty.server.PHP_SELF|regex_replace:'/tiki-index.php/':'/'} ? xavi: I get the / removed also arildb: joined #tikiwiki Jyhem: {$smarty.server.PHP_SELF|regex_replace:'/tiki-index.php':'/'} ?
what is the complete original url ? xavi: same effect (I had tried also that in my trial and error)
http://ueb.vhir.org/tools/tiki-index.php?page=HeatMaps+Edition&itemId=5 sipherdee: joined #tikiwiki Jyhem: and you get http://ueb.vhir.org/tools?page=HeatMaps+Edition&itemId=5 ? xavi: mmm, well, let me show errors for anons... rodrigoprimo: joined #tikiwiki Jyhem: nothing in error log ? If the smarty syntax fails, you might be working on the previously cached one instead of the one you think xavi: ah, ok... Jyhem: and you did not tell me what you actually get as output xavi: se pm
see pm kstingel: hi all xavi: and the solution thanks to the tips from Jyhem-regexp-master is: {$smarty.server.PHP_SELF|regex_replace:'//tiki-index.php/':'/'} or {$smarty.server.PHP_SELF|regex_replace:'/tiki-index.php/':''}
that works for once case
ok, see you all (getting too close to teaching time)
left #tikiwiki jonnyb: joined #tikiwiki
polom, sweet polom
Everyone coming to http://tiki.org/October+2012+Webinar later today? :) fabricius: hi jonnyb - I'll try to pop in ... maybe will a bit late, but hopefully I'll get there
at the time jonnyb: hi fabricius - see you later Bsfez: joined #tikiwiki mose: ok so it's today ?
I was afraid to get lost in time again Bsfez: lol yes Mose today mose: getting old Bsfez: 3 hours, 20 minutes and 1 second until the webinar
good to see u again mose: I'm so sorry I don't remember you, blame my alzheimer Bsfez: yonixxx is better ? mose: ah really better indeed Bsfez: ;) mose: that was not my alzheimer that was your shape shifting Bsfez: botox ! mose: haha
irc jumped in time 10 years ago Bsfez: you won't beleive, today i received from linkedin a request to endorse Bertrand (toggg) what a nostalgie… we need Damian mose: ohh -: Bsfez raise a glass to toggg mose: this linkedin endorsment thing is really a great move for them marclaporte: joined #tikiwiki Bsfez: yeap mose: shhht he's here Bsfez: oups…. move barbie -: Bsfez the guy is catching irc log mose: haha
他要剛快發現我們開玩笑了 Bsfez: or… is computer wake up but not him. mose: let's send him to google translate too Bsfez: LOL i was there… translation quite fuzzy
japanese ? mose: as usual
chinese
traditional character set
I live in taiwan for 5 years now Bsfez: LOL google said it is japanese : We 發現 Comfort 玩笑 了 們開 other rigid requirements
i remember Asia mose: well those chars are same used in jap[anese Bsfez: k mose: but not same meaning
and not same prununciation
in one word, totally misleading Bsfez: i have a very good friend that moved from Paris to China 5 years ago too. :)
different life and mental mose: quite comfy in my experience Bsfez: comfy ?
comme confortable ? mose: yep Bsfez: ou confiture ?
ah mose: comfy luike an old sofa Bsfez: k
i moved from Paris to israel and from israel city to a 200 people micro village up in the hills… i understand comfy. :)
kids time start soon if i want to be online for webinar got to move, cu kstingel: is there a dummy page anywhere that we can use for testing new themes (and debugging existing ones)
... as opposed to loading tiki-index.php - I'm looking for a way to 'test' the themes prior to adding to tiki jonnyb: kstingel: have a look on themes.tiki.org - there's an example wiki page on there that might be a place to start? kstingel: ty jonnyb RobertPlummer: guys I'm getting a newly upgraded site that goes to index.php of the root tiki directory and it is redirecting to itself, thus never letting the page load.
How do I fix this? jonnyb: RobertPlummer: empty caches?
also sometimes go to yourexample.com/logout to clear your session etc kstingel: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r43522 10trunk/lib/wiki-plugins/wikiplugin_tracker.php
tikiwiki [FIX] user tracker: Fix logic on wrong antibot code during registration so the form is sent back without creating an item
tikiwiki 03jonnybradley r43523 10branches/9.x/lib/wiki-plugins/wikiplugin_tracker.php
tikiwiki [bp/r43522][FIX] user tracker: Fix logic on wrong antibot code during registration so the form is sent back without creating an item marclaporte1: joined #tikiwiki marclaporte: joined #tikiwiki Tiki-KGB: tikiwiki 03RobertPlummer r43524 10branches/9.x/lib/wiki-plugins/wikiplugin_userlink.php
tikiwiki Fix to default to global if null jonnyb: RobertPlummer: so did you fix your userlink thing with that commit? Tiki-KGB: tikiwiki 03jonnybradley r43525 10trunk/admin/include_connect.php
tikiwiki [FIX] connect: Form filler - js just wrong RobertPlummer: jonnyb: as the Argentinians say.... "Jess". RobertPlummerMob: joined #tikiwiki deeku: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r43526 10trunk/ 10(5 files in 5 dirs)
tikiwiki [ENH] quickadmin: Add recently changed prefs menu Bsfez: joined #tikiwiki marclaporte: joined #tikiwiki
polom jonnyb: hi marclaporte marclaporte: webinar with mose in 40 minutes! jonnyb: yay!
RobertPlummer: i'm digging about (finally) in the new parser - what is WikiPlugin_ParserNegotiator supposed to refer to? in CKEditor.php line 18 mose: with what ?? RobertPlummer: The negotiator has to do with displaying a wiki plugin in a wiki page mostly. mose: I don't have taht software jonnyb: i fixed one place it was breaking (in JisonParser_WikiCKEditor_Handler constructor - doing parent::__construct() first seems to help RobertPlummer: jonnyb: Because it is mostly do to with security
jonnyb: Cool! jonnyb: yes, but the class "WikiPlugin_ParserNegotiator" isn't declared anywhere in tiki RobertPlummer: jonnyb: The WikiCKEditor handler and negotiator mostly inherit from the wiki of the same type.
It should be "WikiPlugin_Negotiator_Wiki"
I did a search and replace and tried to fix all those.
The purpose of those classes was not clear at first, and then it became more clear what they needed to be.
Every time I get to something that is new, I try to build a test for it and ensure it stays working with the jison parser. jonnyb: WikiPlugin_Negotiator_Wiki seems to work there RobertPlummer: Hopefully you will do the same jonnyb, we want this thing extreamly solid. jonnyb: well, it seems to break less RobertPlummer: jonnyb: Thanks for finding.
jonnyb: I've spent literally a couple years coding it, it is about time.
jonnyb: I've noticed that the old parser gives me fits where the new one is solid.
like inserting line breaks. jonnyb: still trying to find my way about - new parser is a big place! :) Tiki-KGB: tikiwiki 03jonnybradley r43527 10trunk/lib/core/ 10JisonParser/WikiCKEditor/Handler.php 10WikiPlugin/Negotiator/CKEditor.php
tikiwiki [FIX] parser: Couple of fixes for ckeditor (thanks RabertPlummer) RobertPlummer: jonnyb: segregation and abstraction
jonnyb: But seriously, order is key in the new parser.
jonnyb: And make sure you phpunit any time we start messing with it.
it doesn't hurt to know that what you did is mostly stable. jonnyb: just found a var called $TERROR - it starts at 2! :) RobertPlummer: no no no
jonnyb: DO NOT mess with Wiki.php
That is a rendered file.
The parser is not for tampering
Every thing is
confusing I know. jonnyb: it ends up in an endless loop in ckeditor RobertPlummer: It is never popping the state.
Wanna meet in live.t.o and we can talk about it? Or skype?
a pre-meeting.... meeting.
If you debug in there, just know that is truly a parser, a port of Bison, and can be quite confusing.
But I can tell you right now, if it continues to parse past the end of a file, the state is remaining open. jonnyb: i'm guessing it should be using the cke parser, not the normal wiki one right RobertPlummer: Right
Actually the CKEditor Handler
The parser is used to simply find execute plugins from the handler on it. jonnyb: called from $editlib->parseToWysiwyg() in tiki-auto_save.php RobertPlummer: That is incomplete, that needs to be integrated still. jonnyb: was guessing that RobertPlummer: The handler is found here: core/JisonParser/WikiCKEditor/ jonnyb: yes, been stepping through that RobertPlummer: Oh ok.
So I believe the conversion method needs to go in the negotiator, no? Bsfez: joined #tikiwiki jonnyb: can you check i did right in r43527 pls? guessing really changi: polom jonnyb: it gets createed as a JisonParser_WikiCKEditor_Handler - just the parsing goes mad from there on...
hi changi RobertPlummer: jonnyb: $this->Parser->htmlCharacter is already set when parent construct is called
If must be called afterward.
The fix needs to come from JisonParser_WikiCKEditor_HtmlCharacter jonnyb: but the problem was (i think) was that the Parser was being created as a stdObject, and blowing up on the button() function RobertPlummer: jonnyb: The new parser is extreamly flexible, reusable. We can override where needed for specific functionality. jonnyb: so just remove line 9 in JisonParser_WikiCKEditor_Handler RobertPlummer: jonnyb: I don't think that is the problem. Can we do a skype screen share? -: jonnyb tries that jonnyb: let's meet in bbb in 5 mins (need a little break)
brb RobertPlummer: ok marclaporte: mose: pm :-) Jyhem_laptop: joined #tikiwiki mose: damn my flash crashed marclaporte: hehe mose: I better try chrome marclaporte: "If you face problems with the connection, especially with audio, please try the following:
start your Skype and call the number 0018777678454, which is afreeUS landline number. You can call it without credits via skype_out. You will be asked for a conference pin number. This is 77777 (conference-pin = voicebridge = conference number)."
thanks to Torsten for adding this to the page jonnyb: hey amette: you coming to bbb? nkoth|nelson: joined #tikiwiki Tiki-KGB: tikiwiki 03robertplummer r43528 10branches/9.x/lib/wiki-plugins/wikiplugin_js.php
tikiwiki [FIX] Sort of an enhancement, allow js to be loaded through header, so that some jQuery can be inserted into pages rodrigoprimo: left #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r43529 10trunk/lib/simile_tiki/tiki-timeline.js
tikiwiki [FIX] timeline: elementId is the element id
tikiwiki 03jonnybradley r43530 10branches/9.x/lib/simile_tiki/tiki-timeline.js
tikiwiki [bp/r43529][FIX] timeline: elementId is the element id kstingel|coding: left #tikiwiki Tiki|bot: joined #tikiwiki Gergely: joined #tikiwiki
Hi All, I am using the 9.1 and have a question about trackers: by adding a field you are told that "More field types may be enabled from the administration panel." However, I cannot find anything useful in the admin panel. So my question: how I can enable the rest of the field types?
the docs I checked, but it is outdated fabricius: Gergely: /tiki-admin.php?page=trackers 3rd tabs Gergely: thanks, fabricius. it is empty in my case Bsfez: Hi Torsteen fabricius: have to join the webinar now
just came home
see ya later marclaporte: Everyone can come back for https://tiki.org/live fabricius: maybe you wanna write into the forum Bsfez: i'm there too :) fabricius: Bsfez: hi see ya there? Bsfez: tomorrow fabricius: ah Bsfez: break.
i go to BBB now
we can talk about my problem tomorrow
:) mose: that bbb is really working fine now Jyhem_laptop: RobertPlummer: back on BBB!
The parser part kinda requires your prsence :) fabricius: I have BBB audio via skype and do BBB without flash-audio Tiki|bot: New Forum Posts: 9.1, enabling 'advanced' field types is missing from the admin panel - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45413