[00:11] tikiwiki: 03jacmoe2 * r27377 10/branches/5.x/lib/wiki/wikilib.php: [FIX] Fix for my previous fix: $wikilib::file_to_db: $path, not $file_name [00:20] tikiwiki: 03nkoth * r27378 10/branches/5.x/ (lib/wiki/wikilib.php tiki-admin_include_wikiatt.php): [FIX] jsut cleaning up for clarity (should not have any effect in practise) [00:22] *** Helene has joined #tikiwiki [00:23] *** Helene has quit IRC (Client Quit) [00:44] *** Cain` has joined #tikiwiki [00:45] *** Cain has quit IRC (Ping timeout: 240 seconds) [00:45] *** Cain` is now known as Cain [01:14] sylvieg: hmm, i have set session.cookie_lifetime = 0 [01:14] so it should be "Lifetime in seconds of cookie or, if 0, until browser is restarted." [01:16] or is it this ? session.gc_maxlifetime = 1440 [01:17] or this ? session.cache_expire = 180 [01:18] *** Caarrie is now known as Caarrie|sleeping [01:20] sylvieg: ah, i think it is caused by the garbage collector one [01:38] increased it, lets see if it helps [01:50] *** goj|ghost has joined #tikiwiki [01:53] *** goj has quit IRC (Ping timeout: 248 seconds) [01:53] *** goj|ghost is now known as goj [01:55] luciash: yeah, so the only abnormality would be remember me not working [01:56] luciash: you were saying you would be disconnected just by closing the browser, right? [01:56] chealer: nope, just by not using Tiki, not closing browser [01:56] chealer: when i came back and reloaded the page or went to another one, i was logged out [01:57] chealer: i have session.gc_maxlifetime = 36000 now, lets see if it changes anything [01:57] luciash: yeah, but if you close the browser and reopen, are you still logged in? [01:57] yes [01:57] luciash: hum [01:58] if not more than 1440 seconds i think [01:58] chealer: i have chosen remember me, that is all right [01:58] luciash: sorry, what do you mean by "if not more than 1440 seconds i think"? [01:58] you should stay logged in even when you come back, nope ? [01:59] session.gc_maxlifetime = 1440 [01:59] before i had in my php.ini [01:59] which is some 23 mins, right ? [01:59] luciash: it seems normal to get logged out after some time, *if* you don't have remember me [01:59] yeah, 24 [01:59] chealer: i *have* rememberme, goddamn [02:00] luciash: I know, it's only normal to get logged out after some time *if* you wouldn't have remember me enabled [02:00] which suggest your remember me is broken [02:00] that i know [02:01] but if remember me is broken, you should be logged out by closing your browser [02:01] my remember me ? Tiki's remember me ;) [02:01] well, yes, on your install... [02:01] but maybe it has to do with the garbage collector as sylvie pointed out [02:02] luciash: the garbage collector would only explain losing your session. if you have a remember me cookie, you should get a new session automatically [02:02] on ubuntu it checks the session.gc_maxlifetime in php.ini and runs cleaning by cron every time then [02:02] I mean, a new one which is automatically authenticated [02:02] yes [02:03] it doesn't work with localhost [02:03] as i say all the time [02:03] the remember me cookie [02:04] anybody can try that on their localhost [02:04] luciash: not on your install, but it seems to work in general (at least on mine) [02:04] i wonder no other devs ever tried using remember me on their localhost [02:05] luciash: I use remember me all the time [02:05] ubuntu ? [02:06] luciash: Debian [02:06] that might be the difference [02:07] luciash: I would be very surprised if this would be Ubuntu-specific [02:07] luciash: does this happen on a fresh install? [02:08] on every install i have on my localhost [02:08] yes, fresh ones too [02:08] from my php.ini: " [02:09] ; This is disabled in the Debian packages, due to the strict permissions [02:09] ; on /var/lib/php5. Instead of setting this here, see the cronjob at [02:09] ; /etc/cron.d/php5, which uses the session.gc_maxlifetime setting below." [02:09] luciash: did you say that was related to how you adressed the site, like localhost but not 127.0.0.1? [02:10] i haven't tried extensively 127.0.0.1 if it makes difference... i use localhost all the time [02:11] luciash: I don't see how the garbage collector alone would cause that. remember me is supposed to keep you logged in even if your session expires. [02:11] symlinked /home/luci/Development/tikibranch5 via /var/www/tikibranch5 [02:11] hum [02:12] so the url is http://localhost/tikibranch5 [02:12] luciash: did you say it was not possible to give us access to your Tiki? [02:13] it's on my laptop, not configured for access via Wi-Fi router from the outside [02:14] luciash: what remember me settings do you have? [02:14] can it be the path ? [02:14] Host: localhost [02:15] luciash: it could, though fresh installs shouldn't have issues with that [02:15] Path: /tikibranch5/ [02:15] Secure: No [02:15] Expires: At End Of Session [02:16] luciash: OK. and what do you have in Login : Administration [02:16] eh, but it is PHPSESSID cookie name [02:17] i don't see tikiwiki cookie anywhere in my 9 cookies [02:17] luciash: ah [02:17] luciash: right, that's a problem [02:17] I have tiki-user-tikiwiki [02:18] so it even wasn't created [02:18] it seems [02:19] but i wonder why or how to debug it [02:20] luciash: what do you have in Login : Administration ? [02:20] default settings [02:21] luciash: which are? [02:21] tikiwiki, domain is empty, path is /tikibranch5/ [02:21] for Remember me [02:21] luciash: good [02:21] remember me is user choice [02:22] luciash: you can use Live HTTP Headers to watch Cookie headers go by [02:22] the Firefox extension [02:22] otherwise it's hard to help without being able to access the site [02:23] i used Webdeveloper extension Cookies > View cookie information [02:24] luciash: yes but that told you you're missing the remember me cookie, which is the new mystery [02:24] Tiki asks the browser to create the cookie with a HTTP header [02:24] chealer: i have one cookie named tiki-user-tikiwiki [02:25] is it the remember me one ? [02:26] luciash: ah [02:27] luciash: yes, that's the one [02:27] luciash: so what does that one look like? [02:27] that one seems to expire one year after [02:28] luciash: and what are the other properties? [02:32] ah, grmbl, sorry, it seems the remember me cookie isn't created when i put localhost in the Admin > Login > "Domain" field [02:32] when i leave it empty, it creates it [02:33] so i will test now if it will keep me logged in for one year ;) [02:33] thanks for help [02:33] i wonder what is the domain field good for ? [02:34] luciash: did you put localhost there in all your installs? [02:34] i am not aware of that [02:34] let me check trunk [02:37] nope, on my trunk copy it is empty but remember me is disabled there [02:37] i will check branches 4 [02:38] luciash: I fixed a remember me bug of this kind, but fresh installs should be fine [02:39] ah, ok [02:39] i think my only fresh is branch 5 right now [02:41] on my branch4 copy, there seems to be wrong path [02:41] there is just "/" [02:41] luciash: that seems to remind me something [02:41] I'm looking for my commits [02:42] that one is not fresh but upgraded iirc [02:45] I hate having to find a commit I did some time ago [02:45] cookie is set, value is b580e5c69958dd0669c77208c7814c0c.1275619418.admin [02:45] :) [02:45] if it's not on the CIA list it's a pain to find on ohloh [02:45] did the last part after the dot changed in Tiki 5 to the user ID instead ? [02:46] luciash: yes, I did that [02:46] i remember that cookie had 1 there [02:46] fine [02:46] I found that commit but not the one that fixed the path/domain [02:47] nevermind, i think it should work if i manually set the path to /tikibranch4/, right ? [02:47] yes [02:48] i can see there some cookies from branch 4 has the path correct and some has the path just "/" [02:48] presumably those cookies will not work properly [02:48] *** luciash_ has joined #tikiwiki [02:48] luciash: yes, I seem to remember that was the bug [02:49] oups, never hit ctrl + Z in irssi ;) [02:50] local_tz, [02:51] phplm_expand and tiki-user-tikiwiki has the path "/" [02:51] found it [02:51] luciash_: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=rev&revision=25040 [02:52] cool [02:52] luciash_: so trunk/5.x installs past February 11th shouldn't have this issue. [02:53] ok, i see ... wasn't it backported ? [02:53] *** luciash has quit IRC (Ping timeout: 272 seconds) [02:54] *** luciash_ is now known as luciash [02:56] *** luciash has quit IRC (Changing host) [02:56] *** luciash has joined #tikiwiki [02:56] *** ChanServ sets mode: +o luciash [02:58] luciash: it was at least backported to 4.x: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=rev&revision=25615 [02:58] ah, good then [02:59] i will see if my remember me will be fine now and let you know ;) [03:06] *** chealer has quit IRC (Ping timeout: 264 seconds) [03:35] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [05:34] *** haraldur has quit IRC (Ping timeout: 252 seconds) [06:18] *** franck has quit IRC (Ping timeout: 260 seconds) [06:52] *** benjamin_ has joined #tikiwiki [07:02] *** FrankP_away has joined #tikiwiki [07:07] *** Lucymoz has quit IRC (Ping timeout: 248 seconds) [07:16] *** benjamin_ has quit IRC (Ping timeout: 240 seconds) [07:20] *** benjamin_ has joined #tikiwiki [07:20] *** benjamin_ has quit IRC (Remote host closed the connection) [07:29] *** yonixxxxx has joined #tikiwiki [08:08] *** j0n3 has joined #tikiwiki [08:08] hi! :D [08:21] *** stix has joined #tikiwiki [08:22] Hi guys. Can I somehow write the current date on a page? With html or with some kind of variable? [08:36] *** martijn85 has joined #tikiwiki [08:36] good morning [08:38] *** FrankP_away has quit IRC (Ping timeout: 265 seconds) [08:39] is there a way to view pdf files in the middle frame of the screen? [08:39] do you want server date or client date? [08:39] j0n3, the server date [08:40] I've not found any plugin on docuemntation, so you could code a custom plugin... [08:41] okay, is there some docu on creating custom plugins? [08:42] Another question: is there a list of variables to use in pages? I want to show the users real-name and maybe avatar etc. [08:45] http://dev.tikiwiki.org/Create+a+Plugin [08:45] http://doc.tikiwiki.org/Documentation [08:51] cool, it works :) [09:17] martijn85: HTML plugin + iframe [09:18] stix: AVATAR plugin [09:18] ah [09:18] which can be in 4.2 ? [09:18] martijn85: in iframe src= you link the pdf [09:19] luciash, I am now hooked on writing my own plugins in php :) Is there a list of variables I can use within the coding to get data from tiki, such as username, avatar etc? [09:20] stix: i am not sure about that [09:20] >devtwo Hello+World [09:20] http://dev.tikiwiki.org/Hello+World [09:21] if it helps [09:22] if you will use tpl for the plugin to display the data, you can check the Smarty blocks, functions and mofifiers available in lib/smarty-tiki/ or learn from other plugins in lib/wiki-plugins/ [09:23] hmm okay, I will look into that [09:23] thanks\ [09:51] *** martijn85 has quit IRC (Ping timeout: 252 seconds) [09:55] *** martijn85 has joined #tikiwiki [10:00] *** martijn85_ has joined #tikiwiki [10:00] I have enabled Iframe [10:00] and put in the code [10:00] but firefox crashes... [10:02] I'll try reboot [10:02] *** martijn85 has quit IRC (Ping timeout: 252 seconds) [10:06] lol [10:06] Internet Explorer works [10:08] make sure the iframe tag syntax is correct [10:09] like: {HTML()}{HTML} [10:13] *** Caarrie|sleeping is now known as Caarrie|away [10:51] the tag= [10:51] {IFRAME(src=mckensey_km.pdf , name=test , title=test, height=500 , width=600 , align= , frameborder= , marginheight= , marginwidth= , scrolling= )}{IFRAME} [11:17] *** martijn85_ has quit IRC (Ping timeout: 252 seconds) [11:28] stix, do you still want a plugin for current date? [11:28] j0n3, I wrote my own :) [11:28] ok! [12:22] Searching from user without permissions shows number of documents found, i.e: a search of a word shows "found 25 pages" even the user can't see any. Should I report as a bug?? That's a problem ie: if a client is looking for pages we refer to other clients. No pages shown or access but "pages found" count... [12:25] *** RavenC has joined #tikiwiki [12:32] j0n3: and if you click on the link do you see the document? [12:32] *** Louis-Martin has joined #tikiwiki [12:33] no, no document's... no results but a count [12:33] if no document's shown it should say "no documents match criteria" or so... [12:45] *** ricks99 has joined #tikiwiki [12:46] * ricks99 at YOW... good visit to ottawa but ready to head home :) [12:49] pretty area ricks... good weather i hope :) [12:50] it was *hot* (hotter than home in NC, USA) [12:50] was good to finally meet some folks f2f [12:52] *** changi has quit IRC (Ping timeout: 260 seconds) [12:56] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [13:19] *** Helene has joined #tikiwiki [13:21] Can anyone help me customizing the category plugin? [13:22] it keeps inserting this headline before listing what is in the category - "Wiki Page: " [13:22] I want to remove that [13:24] *** FrankP_away has joined #tikiwiki [13:24] *** chealer has joined #tikiwiki [13:28] *** RyanS has joined #tikiwiki [13:30] Just wondering if tiki can blacklist urls from being added to pages? I don't know if wikimatrix is updated recently [13:52] *** RyanS has quit IRC () [14:20] *** changi has joined #tikiwiki [14:27] *** Helene has quit IRC (Quit: Page closed) [14:29] *** miky_ has joined #tikiwiki [14:29] hello [14:30] can anyone suggest me tool to create wiki pages [14:36] *** edwinbennink has joined #tikiwiki [14:37] I there, is it possible to use categories in order to show/hide menu modules? [14:41] tikiwiki: 03pascalstjean * r27379 10/trunk/tiki-read_article.php: [FIX] Merge from REV 27363 commited from NKoth on Branch 5x. Auto merge did not happen for this line which is important for Article Permissions [14:49] *** miky_ has quit IRC (Ping timeout: 252 seconds) [15:00] nevermind [15:00] *** edwinbennink has quit IRC (Quit: Page closed) [15:02] *** Louis-Martin has quit IRC (Quit: Page closed) [15:04] *** stix has quit IRC (Quit: Ex-Chat) [15:07] *** xavi has joined #tikiwiki [15:08] polom [15:18] sylvieg ? [15:18] I've added this line at the end of lib/setup/language.php but no change: [15:18] $prefs['language'] = $lang = $_SESSION['language'] = $u_info['prefs']['language'] = 'ca'; [15:18] thanks for the email with tip... [15:18] any other idea? [15:19] * xavi making a db dump right now [15:19] no sorry [15:20] ok... [15:21] do you mind If I leave the db dump in ourproject.org, like in the uniwiki project space? [15:21] I'm in a place with small bandwith [15:21] but I can send from one server to another [15:22] sylvieg, do you still have your access to ourproject.org server? [15:23] and what about changing you dateabse directly with phpMyadmin [15:23] the site lang and the suer lang [15:23] and logout clear cache [15:23] :-) [15:24] murphy's law... phpmyadmin is borked in the server... :-/ [15:24] they are chaging location of apps, and phpmyadmin is right now out of order [15:24] I have probably thje password ... but I have 7 persons at this time trying to have things fix (suppose it is before long week end - trying to leave early) [15:24] *** mlaporte has joined #tikiwiki [15:25] do you have ssh access? [15:25] ok, don't worry, then. [15:25] yes, hold one (pm) [15:26] mysql -u user -ppassword base [15:26] select * from tiki_preferences where name like %lang%; [15:26] ah, ok... thre I go [15:29] it's 5.0.51a-24+lenny1-log , in case it helps [15:29] mysql-server version, I mean [15:29] *** mlaporte has quit IRC (Ping timeout: 252 seconds) [15:36] sorry name like '%lang'; [15:36] ok [15:36] sorry again [15:36] '%lang%' [15:37] ok [15:38] language en [15:38] see pm [15:39] so what's the mysql command to change en for ca? [15:39] thks (pm) [15:48] c you all (workshop time) [15:48] *** xavi has left "Leaving." [16:01] *** j0n3 has quit IRC (Quit: Page closed) [16:16] *** nkoth has joined #tikiwiki [16:24] *** chealer has quit IRC (Ping timeout: 276 seconds) [16:24] *** pascalstjean has joined #tikiwiki [16:28] *** yonixxxxx has quit IRC (Quit: Leaving...) [16:37] does somebody remember which directory must eb created to use the seach in admin pannel [16:39] *** Lawiz has joined #tikiwiki [17:05] *** nkoth has quit IRC (Quit: nkoth) [17:10] *** tjmcarthur has joined #tikiwiki [17:40] *** Lucymoz has joined #tikiwiki [17:54] *** yoni has joined #tikiwiki [17:58] *** nkoth has joined #tikiwiki [18:24] *** ricks99 has joined #tikiwiki [18:45] Ack! On of my Tiki sites has died... [18:45] error logs says: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/ixed.5.2ts.lin [18:45] anyone have an idea what the issue is? [18:59] ricks99: did you try again to look at the calendar on info [18:59] my fix is not working? [19:00] no difference. [19:00] go to http://info.tikiwiki.org/tiki-calendar.php [19:00] then change to list view [19:00] the module calendar will display as list view :( [19:01] yes is did sticky option for the module to fix that [19:01] i may have misunderstood... did u make the change on info.tw.o already? [19:01] or do i need to do it? [19:02] stange it works when logged in but not as anonymous [19:03] ... does niot always worked :-( a bug [19:03] yuck [19:04] :-( need to have a look again [19:04] Tiki has a notinpage parameter for modules, would be great to have notInSection too [19:04] This way I could isimply turn the Calendar module off, when viewing the main calendar [19:05] my setting was a page with the mini table and a list view ..... perhaps the module in the column changes the conf [19:14] tikiwiki: 03sylvieg * r27380 10/branches/5.x/lib/tikilib.php: [FIX]notice: was bugging the article_image.php for instance: the var is define in lib/pear/Date.php but tikilib can be called before Date. So it is useless to do only on one side [19:32] @sylvieg: i did a quick css hack to fix the issue... now the calendar module will *not* appear when viewing the calendar page [19:32] not perfect fix, but "good enough" [19:58] *** RavenC has left [20:10] tikiwiki: 03changi67 * r27381 10/branches/5.x/lang/fr/language.php: [TRA] Some french trad [20:15] New Forum Posts: Only admin can see structures - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37294 [20:16] *** conner_bw has joined #tikiwiki [20:22] tikiwiki: 03sylvieg * r27382 10/branches/5.x/lib/prefs/server.php: [FIX]admin general pannel: fix 26628: seems that not all the php has the class DateTime [20:30] *** nkoth has quit IRC (Quit: nkoth) [20:33] *** yoni has quit IRC (Quit: yoni) [20:36] *** conner_bw has quit IRC (Read error: Connection reset by peer) [20:37] *** conner_bw has joined #tikiwiki [20:38] *** conner_bw has quit IRC (Read error: Connection reset by peer) [20:38] *** conner_bw has joined #tikiwiki [20:41] *** conner_bw has quit IRC (Read error: Connection reset by peer) [20:41] *** conner_bw has joined #tikiwiki [20:51] *** conner_bw has quit IRC (Read error: Connection reset by peer) [20:51] *** conner_bw has joined #tikiwiki [20:59] *** tjmcarthur has quit IRC (Remote host closed the connection) [21:19] *** conner_bw has quit IRC (Read error: Connection reset by peer) [21:20] *** conner_bw has joined #tikiwiki [21:21] rick - I think I found the problem [21:21] tikiwiki: 03sylvieg * r27383 10/branches/5.x/modules/mod-func-calendar_new.php: [FIX]calendar: wrong documentation - a module in column must set viewlist to table (and not calendar) to be displayed always as table [21:22] *** chealer has joined #tikiwiki [21:23] *** FrankP_away has quit IRC (Ping timeout: 265 seconds) [21:23] tikiwiki: 03sylvieg * r27384 10/branches/5.x/modules/mod-func-calendar_new.php: [FIX]calendar: wrong documentation - a module in column must set viewlist to table (and not calendar) to be displayed always as table [21:27] ricks99: btw the css trick is not working for me [21:27] theres something wrong w/ the css minify i think... [21:28] perhaps you have to clear the cache [21:28] i did, and it works the first time, [21:28] look @ the custom css i added on Admin: look & feel [21:28] aha [21:28] it *should* be working [21:29] *** conner_bw_ has joined #tikiwiki [21:29] *** conner_bw has quit IRC (Read error: Connection reset by peer) [21:29] *** conner_bw_ is now known as conner_bw [21:30] *** Lawiz has quit IRC (Quit: Page closed) [21:31] are you sure mid is afected css are still loaded at the beginning [21:32] I will go for a rule like .tiki-calendar div.box-Calendar [21:32] i just check to see if tiki-calendar is mid [21:32] and if so, i set the box-calendar display:none [21:32] yes [21:33] i think it has to do with the templates or css being cached? [21:33] yeh [21:33] you are probably right [21:33] the scc are cached [21:33] but the .tiki-calendar contexts will work [21:34] let me try 1 more thing... [21:35] my calendar module on my local with the parameters viewlist=table works fine [21:36] I should have not missed utp with the description [21:39] and if you go to tiki-calendar and change the view to list? [21:39] does the module stay in table? [21:40] yes the parameter is more important taht the urlp param [21:40] than [21:40] url [21:41] perhaps it is not intuitive ... but it was the only way I found to do ... whatever.. [21:47] *** chealer has quit IRC (Ping timeout: 276 seconds) [21:59] *** conner_bw has quit IRC (Read error: Connection reset by peer) [21:59] *** conner_bw has joined #tikiwiki [22:01] *** conner_bw_ has joined #tikiwiki [22:01] *** conner_bw has quit IRC (Read error: Connection reset by peer) [22:01] *** conner_bw_ is now known as conner_bw [22:01] *** conner_bw has quit IRC (Client Quit) [22:27] *** mlaporte has joined #tikiwiki [22:30] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [23:00] *** chealer has joined #tikiwiki [23:35] *** rodrigo_sampaio has joined #tikiwiki [23:44] *** conner_bw has joined #tikiwiki [23:50] *** rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds) [23:53] *** Caarrie|away is now known as Caarrie [23:57] *** mlaporte_ has joined #tikiwiki