[00:19] *** nkoth has left [00:25] tikiwiki: 03sept_7 * r29898 10/trunk/get_strings.php: [FIX] fix quiet pb on command line, thanx changi67 for reporting [00:26] tikiwiki: 03sept_7 * r29899 10/branches/6.x/get_strings.php: [00:26] tikiwiki: [FIX/bp29898] Fix get_string pb on command lien with quiet mode, thanx changi67 [00:26] tikiwiki: for reporting this. [00:48] *** Caarrie|away is now known as Caarrie [01:18] *** chealer has quit IRC (Ping timeout: 245 seconds) [01:24] *** Caarrie is now known as Caarrie|sleeping [01:42] *** yanick_ has quit IRC (Quit: Ex-Chat) [01:50] *** goj|ghost has joined #tikiwiki [01:54] *** goj has quit IRC (Ping timeout: 272 seconds) [01:54] *** goj|ghost is now known as goj [03:17] *** fabricius has quit IRC (Quit: bye) [04:18] tikiwiki: 03lindonb * r29900 10/branches/6.x/templates/tiki-export_tracker.tpl: Use "item" for singular and "items" for plural. [04:22] tikiwiki: 03nkoth * r29901 10/branches/6.x/templates/header.tpl: [FIX] Obscure email or show real name where possible or set [04:58] *** pkdille has joined #tikiwiki [04:59] *** chealer has joined #tikiwiki [05:04] *** pkdille has quit IRC (Quit: KVIrc Insomnia 4.0.0, revision: 3900, sources date: 20100125, built on: 2010-07-07 00:50:53 UTC http://www.kvirc.net/) [07:36] *** redflo has joined #tikiwiki [07:46] *** fabricius has joined #tikiwiki [07:46] polom [07:46] I hope everybody is well [07:47] I come forward step by step withe the perspectives and I am nearby to setup my first workspaces [07:47] beautiful beautiful these features [07:47] A big hug to the developers [07:48] but, as to be assumed, I have a question: [07:48] Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile [07:48] Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile [07:48] how can I assign a module to a category? [07:49] I know, that might be a little backwards, as I perhabs should have learned that already ;-) [08:23] hah - did not find it, but parameter "perspective=1" would do it [09:23] I think, I got it now! Kind of understood the Workspaces. Hurra! [09:24] Next would be the Data-Channels (and profiles) ... who might explain me that? [09:24] :-D [09:33] Recent Bug: Tracker item: #3571 - - Installer in Tiki6 is not ensuring utf-8 in new db and tables (only on upgrade) - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3571 [10:08] *** xavi has joined #tikiwiki [10:25] *** Caarrie|sleeping is now known as Caarrie|away [11:04] *** ricks99 has joined #tikiwiki [11:05] hi ricks99 , I need some more smarty advice :-) [11:06] good morning xavi :-) [11:06] g'morning rick [11:06] what's your coffee level this morning already? [11:07] lol i'm only 3 sips in so far [11:07] :-) ok, we'll see if this is enough :-) [11:07] I need to identify when the url is like tiki-index.php?page=foo&itemId={{itemId}} [11:07] but everytime that I write {{itemId}} in the url, the smarty logic that I wrote doesn't return anything... [11:08] plus, I didn't manage to use {php} {/php} tags within a smarty template [11:08] I wonder if this is also allowed or disallowed at server side [11:09] you're doing this in a smarty template? or are you writing php? [11:09] smarty template (used from plugintrackerlist [11:09] ) [11:10] the itemId is a smarty variable. you can simply use $itemId [11:10] mmm, see what I mean: [11:10] image that this is the url: tiki-index.php?page=foo&itemId={ [11:11] this bit of smarty should detect it: [11:11] {if $smarty.get.itemId eq '$smarty.ldelim'} fooo {/if} [11:11] but it does not [11:11] $smarty.get.itemId is the content of the itemId, that works fine with numbers [11:12] but I don't know how to check for strings [11:12] also containing angle brackets [11:12] what is Idelim ? [11:12] :-) [11:12] some internal variable? [11:12] hold on... [11:13] http://www.smarty.net/manual/en/language.variables.smarty.php#language.variables.smarty.ldelim [11:13] and/or http://www.smarty.net/manual/en/language.function.ldelim.php [11:13] example: this: [11:13] {$smarty.ldelim}foo{$smarty.rdelim} [11:13] will prduce: [11:14] {foo} [11:14] are you just trying to test the if the URL contains a specific string? [11:14] yes, a specific string like "itemId" or "{{itemId}}" [11:14] I mean: itemId={{itemId}} [11:15] i always use strstr( ) [11:15] so I need to check, as far as I understand, the contents of $smarty.get.itemId [11:15] ok, but strstr( ) is php function, isn't it? [11:15] y but you can use php functions in smarty [11:16] yes, that's my other question: I couldn't make {php} {/php} calls to work inside smarty [11:16] any small example to debug in my server? [11:16] {if strst($string, 'contains this')}do this {else} do that {/if} [11:16] hoy, how r u guys? [11:16] don't need {php} ... {/php} [11:16] smarty automatically can use php functions [11:17] ah, no need for {php} ... {/php}! that's good news (as you see, ricks99 , I'm very very newbie in this smarty world also) [11:17] hi fabricius [11:17] hi xavi - back from NY? [11:19] fabricius: I was not in NY (never been there, btw). I have teaching duties these months, not easy to avoid [11:19] * ricks99 thinks xavi needs to visit NC [11:19] plus working at university in a research team (mornings) [11:19] uh, I though you have been there [11:20] marc did explain me the perpectives [11:20] great stuff now [11:20] * xavi will love to visit NC (lovely marine & coastal environments in NC, afair from reading about the East Coast in USA) [11:21] fabricius: we need you to learn how to use them easily [11:21] sadly I have to build them up on one server and transfer them by database export/import [11:21] ricks99: Fatal error: Call to undefined function strst() in /... [11:22] this is in a regular .tpl file? i use it all the time :( [11:22] ricks99: nope, it's a wiki page used as template [11:22] maybe that's why :-/ [11:22] ohhhhhhh [11:22] strstr with a r at the end [11:23] hi sylvieg! nice to see you around [11:23] I'll try [11:24] yay, it works this basic trick with simple strings [11:25] thanks sylvieg for noticing the typo (= I didn't have enough coffee today - none at all, in fact) [11:25] I'll try with angle brackets [11:25] {php} can be reativated in the tiki code somwhere .. [11:26] it was in setup_smarty ... but somebody moved the file [11:28] mmmm, it's not working for me this syntax to identify angle brackets: [11:28] {if strstr($smarty.get.itemId, '$smarty.ldelim')}{wiki}using {$smarty.ldelim} in the content of itemId{/wiki}{/if} [11:28] this smarty code ^ [11:28] doesn't detect a url like: [11:29] tiki-index.php?page=foo&itemId={ [11:29] can not pour ; around $smarty.ldelim [11:29] s/pour/put [11:29] s/;/' [11:30] ah, ok, I'll try without [11:30] * ricks99 sylvieg is *much* smarty-er than rick [11:30] brb [11:30] no change sylvieg [11:30] * sylvieg thinks that it is the only thing she can do - look at code [11:30] and the single quotes worked with a similar example with a number instead [11:31] ok, forget it, I'll try a workaround [11:31] mmm, I may avoid that by searching for 'itemId' as string inside $smarty.get.itemId [11:31] that might do the trick [11:31] * xavi trying [11:32] I think lph desactivated the {{}} values after replacement [11:32] ok, no way, url as: tiki-index.php?page=foo&itemId={{itemId}} [11:33] * sylvieg forgot again what is the name of the feature {{}} [11:33] and {if strstr($smarty.get.itemId, 'itemId')}{wiki}using itemId in the content of itemId{/wiki}{/if} [11:33] dynamic something.... [11:33] * xavi always forgets... it must not be very intuitive,then [11:34] *** ricks99 has quit IRC (Ping timeout: 240 seconds) [11:35] sylvieg: got it: "Wiki argument variables", in "Admin > textarea" [11:41] perhaps try with $smarty.request.itemId [11:43] ok, there I go [11:44] no change. the solution might be understanding what it Tiki doing with a {{itemId}} in the url if/when there is no value for that... [11:45] * xavi greping tiki6svn for {{itemId}} [11:50] I am not sure why you are trying to do [11:50] the {{itemId}} is not in the url [11:50] it is in the wiki page [11:50] are you trying to display the itemId of the url? [11:53] ok, sylvieg: I have a menupage on a side column listing many sections of a form to be filled. [11:53] for isntance if I have in my pretty {if strstr($smarty.request.xxx, 'itemId')}AAAA{else}BBB{/if} and an url like avocat&xxx=itemId it will work [11:53] *** ricks99 has joined #tikiwiki [11:55] the menu page has links like tiki-index.php?page=Section01&itemId={{itemId}} [11:56] back [11:56] ping changi [11:56] when the user has selected an item in a list in the central column of tiki (with a plugintrackerlist listing them, and the itemId in the url associated with thelinks), then links from the menu get populated properly [11:56] wb ricks99 [11:57] and I wanted to check when that happens, and give some warning to the user that he needs to select some item first, etc. [11:58] {if empty($smarty.request.itemId)}ERROR{/if} [11:58] but I'm not able to identify that case tiki-index.php?page=foo&itemId={{itemId}} using smarty syntax [11:58] empty? ok, easy (didn't I try that days ago? maybe not...) [11:59] the value of the itemId can come either from the url or the param itemId in plugin [12:00] in your case it is always from the url .. so if no value of itemId .. nothing will happens [12:00] hapen [12:00] ... dammit without the typos... [12:01] mmmm, something is bloking response: {if empty($smarty.request.itemId)}{wiki}ERROR{/wiki}{/if} [12:01] ^this doesn't work. [12:02] and without wiki tags, either [12:02] every time I add a single angle bracket, I get nothing from the smarty template [12:02] when url contains: itemId={{itemId}} [12:03] ok, I'll try some jquery way, since smarty is not digesting very well that "food": tiki-index.php?page=foo&itemId={{itemId}} [12:04] thanks for feedback, anyway. it seems too complicated with smarty [12:08] is the 6.0 beta1 good to annouce? (im downloading now) [12:10] sorry I can't test today [12:10] anyone install/test it yet? [12:10] np xavi [12:11] I did set up a couple of perspectives now and started already setting up the workspaces ... but in the default perspective the TopBar disappears for the anonymous users [12:11] does anybody know the problem? [12:11] perm? [12:11] you mean the bar with the search? [12:11] ricks99: I will mostlikely test the 6.0 beta this weekend [12:12] ricks99: the TopBar with the menu items [12:12] the 43 [12:12] maybe something wih the perspective? im installig now... [12:13] how csan I access the default perspective? is that tiki-admin.php? [12:14] not sure. i havent used perspectves much [12:15] *** GillesM has joined #tikiwiki [12:17] *** xavi has quit IRC (Ping timeout: 265 seconds) [12:19] kk [12:29] perspectives are fine - I´d say quite easy to use, once explained [12:30] I´d say, I soon will be able to write a tutorial - docs have been improved recentl [12:30] recently .. I´ve just seen yesterday [12:31] so in docs itself I would not have too much work left, but it must be made visual ... so a bunch of screenshots an some szenario [12:32] I am really lucky, that marc did give me so much help [12:34] Info: Tiki 6.0 Beta Now Available - http://info.tiki.org/article115-Tiki-6-0-Beta-Now-Available [12:35] btw.: I switched the menü in tiki-admin.php/look to 43 and it works .... in perspectives I have different ones [12:36] *** xavi has joined #tikiwiki [12:36] oh thank you Tikiwiki|bot - I actually did not need help for Tiki 6 right now, nor I had a question. But probably soon will come back to you [12:54] bye bye all, thanks for feedback, ricks99 and sylvieg. I couldn't find how to identify that, not even with jquery. I?ll try to avoid the problem in some other way next week. [12:54] cheers [12:54] hah and not the 43 it is ... just all perms and groups out, then it works with 58 ... hm .... not 42? [12:54] and have a nice weekend [12:54] cheers xavi [12:55] same for fabricius , of course, and other irc-inhabitants :-) [12:55] *** xavi has left [12:55] :-) [13:10] I might have an issue with perspectives in Tiki5 -> [13:11] -> gave Anonymous permission to view perspectives and get white (blank) pages ... only solution in firefox is clearing the cache [13:12] in IE needed restart [13:24] *** rodrigo_sampaio has joined #tikiwiki [13:33] haio, generally speaking - would it not be possible for anonymous users to switch perspectives? -> link in TopBar: ...tiki-switch_perspective.php?perspective=1, ...tiki-switch_perspective.php?perspective=2, etc. [13:34] click on that link leads to a white page when not loged in [13:35] anybody an idea? [13:45] *** nkoth has joined #tikiwiki [14:07] tikiwiki: 03sampaioprimo * r29902 10/trunk/templates/tiki-admin_menu_options.tpl: [ENH] keep maxRecords when editing, deleting or moving menu options [14:33] *** fabricius has quit IRC (Ping timeout: 265 seconds) [14:38] *** redflo has left [14:57] *** chealer has quit IRC (Ping timeout: 264 seconds) [15:19] *** chealer has joined #tikiwiki [15:19] *** chealer has quit IRC (Changing host) [15:19] *** chealer has joined #tikiwiki [15:21] tikiwiki: 03Jyhem * r29903 10/branches/6.x/lang/fr/language.php: +ENH+ Improve french translations [15:52] *** chealer has quit IRC (Quit: Konversation terminated!) [16:03] *** chealer has joined #tikiwiki [16:03] *** chealer has quit IRC (Changing host) [16:03] *** chealer has joined #tikiwiki [16:26] *** Caarrie|away has quit IRC (Read error: Connection reset by peer) [16:26] *** Caarrie has joined #tikiwiki [16:27] *** chealer has quit IRC (Ping timeout: 252 seconds) [16:31] *** chealer has joined #tikiwiki [16:31] *** chealer has quit IRC (Changing host) [16:31] *** chealer has joined #tikiwiki [16:31] *** Caarrie has quit IRC (Ping timeout: 276 seconds) [16:34] *** fabricius has joined #tikiwiki [16:39] *** redflo has joined #tikiwiki [16:59] tikiwiki: 03sampaioprimo * r29904 10/trunk/ (4 files in 2 dirs): [ENH] check if required class DOMDocument is available for Mediawiki and Wordpress importers [17:02] chealer: the modif in admin users is strange - I get stuck in confirm screen when I change user password [17:04] hi sylvieg. yes, I've seen something like that too yesterday, I need to re-check that [17:04] sylvieg: nice to see you here, I have a few questions [17:06] and the password does nto change :-( [17:06] sylvieg: to conclude our discussion on admin users import, do you mind if I remove the option "Overwrite but keep the previous login if the login exists in another case"? [17:06] tikiwiki: 03Jyhem * r29905 10/branches/6.x/ (5 files in 5 dirs): [FIX] Handle and display comments with titles in last blog post comments module [17:06] yes I think it is too old as you can not register now with 2 login case diferent [17:10] sylvieg: OK, I'll do that and fix the rest of admin users [17:11] hi devs [17:11] sylvieg: regarding LDAP authentication, is there a way to use a user for authenticating instead of anonymous, in TIki 5? [17:11] hi rodrigo_sampaio! [17:11] only the user name ($user) is globally available? the user_id is not? [17:11] hi chealer [17:12] anonymous was not working in 4 - but not anonymopus was working since xxx so far I know [17:12] sylvieg: but how is it configured? I'll be back in a minute [17:12] *** chealer has quit IRC (Quit: Konversation terminated!) [17:13] *** fabricius has quit IRC (Ping timeout: 265 seconds) [17:13] chealer: the check_authenticity when only user=xxx is a little too much no?? it should be dopne only if edit? [17:14] *** chealer has joined #tikiwiki [17:14] *** chealer has quit IRC (Changing host) [17:14] *** chealer has joined #tikiwiki [17:16] sylvieg: yes, it must be something like that, I didn't test all cases. if you don't do it I should in the coming days [17:16] sylvieg: where do you put the LDAP user to use for authentication? [17:29] tikiwiki: 03chealer * r29906 10/trunk/lib/pear/Net/ (10 files in 2 dirs): update NET_LDAP2 from 2.0.0 to 2.0.10 [17:32] *** Caarrie has joined #tikiwiki [17:33] *** Caarrie is now known as Caarrie|away [17:36] tikiwiki: 03sampaioprimo * r29907 10/trunk/ (3 files in 3 dirs): [ENH] log which user translated each string for interactive translation and tiki-edit_languages.php [17:53] tikiwiki: 03sampaioprimo * r29908 10/branches/6.x/lib/language/Language.php: [FIX] make sure language array is always initialized to avoid inserting to the database unchanged strings when using interactive translation [18:56] yo, anyone an idea, how I can put some marker into a google-map? [18:57] save as object location doesn't seem to do much... [18:57] http://wikifestbln.org/c-base [18:58] or actually... even better... [18:59] any possibility to embed a google map? one that is saved on google with locations and such? [18:59] http://maps.google.de/maps/ms?ie=UTF8&hl=de&msa=0&msid=111744242977867405411.00048f0de8a16c422a1d8&t=h&z=15 [18:59] y. can easily embed: http://stc-carolina.org/tekelec [19:00] but that's only an image that links to the map [19:00] something more interactive I though :) [19:00] o yeah. thats right [19:00] thought even [19:00] can put it i an iframe instead [19:01] yeah, that sounds like the quickest hack [19:01] but I thought that I could geo-tag the wiki-page and it would be shown on the embedded google map [19:02] not sure. my regular user gmaps broke after upgrading to 5 [19:02] :( [19:02] hmm :( [19:03] locateitemtype="wiki page" <- that's in the plugin... so I think it basically worked once :) [19:08] does anyone have LDAP working with group membership importation? [19:09] not yet [19:14] *** Po0dle has joined #tikiwiki [19:14] hello [19:15] is file upload size determined by PHP or tikiwiki? [19:15] php [19:15] hi po0dle [19:15] see the faq: http://doc.tiki.org/tiki-view_faq.php?faqId=8#q27 [19:16] good one :) [19:16] GODDAMNIT [19:16] 8 Mb's [19:16] how pathetic [19:16] err? [19:17] max upload size = 8 Mb [19:19] For the rest [19:19] Tiki Wiki seems to be everything I'm looking for :p [20:00] Just saw the 6 beta announcement on FB -- congratulations on the milestone, everyone! [20:00] *** fabricius has joined #tikiwiki [20:02] * ricks99 glad the rss -> fb feed is working again [20:02] Well, congratulations on that, too :) [20:05] tx [20:15] rehi ... is there any log from today already? so from 15:300 - I got lost for a while ... [20:16] anybody did face a similar problem (white pages for anonymous users) when working with perspectives? [20:21] *** ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) [20:23] Is there an easy way of creating menu items with subcontent like in the default menu? [20:24] yes [20:24] easy from my point of view [20:25] did you ever export and imported menus and such stuff as csv-text files? [20:27] export a menu and have a look at the structure of the textfile - open it in an texteditor (not in word or oprn office!!) [20:27] if you just change settings, leave the ID numbers as it is. [20:28] to import in a new menu, change all Item ID to 0 [20:31] I didn´t play around with that too much, but for setting up a hole new, butsimilar menu it´s much quicker that in the system - and to change a hole bunch of usergroups or such, it is handy to user copy and paste in a single file [20:31] have to go - dinner is ready ;-) [20:32] ah ... subcontent is with the section. section 0 is mother of section1 is mother of section2 and so on [21:08] Any Apache gurus care to go private to help me with a virutal host configuration problem? [21:11] *** fabricius has quit IRC (Remote host closed the connection) [21:13] *** Po0dle has quit IRC (Quit: Bye) [21:33] *** Andurino has joined #tikiwiki [21:46] *** chealer has quit IRC (Remote host closed the connection) [21:54] tikiwiki: 03sampaioprimo * r29909 10/trunk/ (3 files in 3 dirs): [21:54] tikiwiki: [ENH] interface improvements to tiki-edit_languages.php: [21:54] tikiwiki: - translate all button [21:54] tikiwiki: - change modes (add, edit and edit untranslated) just by selecting the respective radio button [22:18] *** fabricius has joined #tikiwiki [22:19] polom [22:19] some connection problems actually [22:19] did anybody response tomy white-pages / perspectives problem? [22:19] I guess I solved it [22:35] I need an insiration guys and ladies: I have a module (start/home) in the default perspective (~no perspective) and I would need a setting, that it shouws up ONLY if there is no perspective active [22:37] in this stage the start menu (left top) shows up aswell, when I move to the next perspectives (like news or activities), where I find the two menus left hand side (start+news, start+acticities, ...) instead of one (news, activities, ...) [22:38] I´d need some parameter like "noperspective=y" - any idea? [22:38] param for the module I mean [23:03] *** CameronGoble has quit IRC (Quit: leaving) [23:56] *** Andurino has quit IRC (Remote host closed the connection) [23:59] *** fabricius has quit IRC (Ping timeout: 272 seconds)