[00:19] *** Caarrie|away is now known as Caarrie [01:05] *** ttrimm has joined #tikiwiki [01:12] *** ttrimm has quit IRC (Remote host closed the connection) [01:13] *** ttrimm has joined #tikiwiki [01:22] *** fabricius has quit IRC (Ping timeout: 252 seconds) [01:52] *** goj|ghost has joined #tikiwiki [01:53] *** Caarrie is now known as Caarrie|sleeping [01:53] *** goj has quit IRC (Ping timeout: 250 seconds) [01:53] *** goj|ghost is now known as goj [03:17] *** ttrimm has quit IRC (Quit: Later Folks!) [04:05] *** nkoth has joined #tikiwiki [04:54] tikiwiki: 03chibaguy * r29824 10/branches/6.x/styles/ (12 files in 3 dirs): [FIX] Button hover style wasn't being applied (at least in Firefox) because hover state selector wasn't as specific as normal state (".button" vs. "span.button"). Thanks to Xavi for reporting. [05:25] *** nkoth has quit IRC (Quit: nkoth) [05:49] *** chealer has joined #tikiwiki [06:12] *** chealer has quit IRC (Quit: Konversation terminated!) [06:12] *** chealer has joined #tikiwiki [07:45] *** redflo has joined #tikiwiki [07:49] tikiwiki: 03chibaguy * r29825 10/mods/trunk/themes/ (13 files in 13 dirs): [FIX] Button hover style wasn't being applied (at least in Firefox) because hover state selector wasn't as specific as normal state (".button" vs. "span.button"). Thanks to Xavi for reporting. [09:14] *** Andurino has joined #tikiwiki [09:53] tikiwiki: 03nyloth * r29826 10/branches/6.x/tiki-editpage.php: [FIX] Loses the session when creating a page with the character exclamation mark in the name (tested using https). [10:25] *** Caarrie|sleeping is now known as Caarrie|away [10:25] *** Andurino has quit IRC (Remote host closed the connection) [10:56] *** ricks99 has joined #tikiwiki [11:06] New Forum Posts: File Gallery creation fails - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38886 [11:06] Hi all :-) [11:34] *** chibaguy has joined #tikiwiki [11:34] *** ChanServ sets mode: +o chibaguy [11:34] polom [11:34] *** ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) [11:36] Info: Tiki Wiki CMS Groupware: Celebrating eight years of continuous development - http://info.tiki.org/article114-Tiki-Wiki-CMS-Groupware-Celebrating-eight-years-of-continuous-development [11:39] *** ricks99 has joined #tikiwiki [12:18] *** xavi has joined #tikiwiki [12:18] polom [12:22] hi xavi [12:23] (and ricks99) [12:23] hi chibaguy [12:23] and all :-) [12:23] I need some help with smarty syntax, if any smarty master around [12:23] not sure about "master" but i can try [12:23] I'm writing some simple smarty template (in a wiki page, pretty tracker related, etc.) [12:24] and it produces some error, in this line of the compiled php file: [12:24] _tpl_vars['f_itemId'] ) & amp ;& $this->_tpl_vars['f_itemId'] & > ; 1): ?> [12:24] it says [12:24] Parse error: syntax error, unexpected ';' [12:25] and let me copy the source syntax from the wiki page containing the smarty syntax.... [12:25] {if isset($f_itemId) && $f_itemId > 1} {* check if there is an itemId at the url and is a number - it could be itemId between doouble angle brackets. otherwise warn and stop *} [12:25] extra space in first "& amp;" [12:26] yes, I noticed those extra spaces, and I don't understand the "& > ; 1" part [12:26] try using verbose {if isset(.....) and ....} [12:26] but this looks to me as if some bug exists in the parser [12:27] *** JoernOtt has joined #tikiwiki [12:27] ok, there I go (thanks for tip, Rick) [12:27] need a real master to fix the parser :-) [12:27] :-D [12:28] interesting... at least something changed! [12:28] Parse error: syntax error, unexpected '>' in [12:29] and there I go to see the compiled file & line number... [12:29] what's the smarty ur actually adding again? [12:29]

_tpl_vars['f_itemId'] ) && $this->_tpl_vars['f_itemId'] & > ; 1): ?> [12:30] so the ">" seems to be indigesting the parser... ) I'll try the verbose alternative syntax again for that one also [12:30] {if isset($f_itemId) && $f_itemId > 1} [12:31] need to use verbose for all items that can be parsed as php apparently. [12:31] for exmple, use ge instead of greater/equal than [12:32] *** yonixxx has joined #tikiwiki [12:32] ok, thanks for tip. that worked! [12:32] @xavi: see http://www.smarty.net/manual/en/language.function.if.php for details [12:33] smarty syntax working again :-) [12:33] possibly due to security settings on ur sever [12:33] ricks99: I still have this page on my screen since yesterday [12:33] ? [12:33] security settings??? [12:33] * xavi has root accunt on the server.... [12:33] see the note at top of page [12:34] ok, I'll re-read again [12:35] * ricks99 maybe rick is a smarty master after all.... [12:36] :-) [12:36] smarty guy :-) [12:36] writing guides for smarty-ies :-) [12:37] smart smarty-guy ;-) [12:37] lo all [12:37] * xavi wonders where are the smarty settings stored/defined in the server [12:37] Hi JoernOtt [12:37] hi JoernOtt [12:39] anyway, for future reference in this (logged) channel, that's the working syntax for a server with some security settings (paranoias?) enabled: [12:39] {if isset($f_itemId) and $f_itemId gt 1} [12:42] Hi all ... what does the table "tiki_forum_reads" is for ? (i have 23.xxx row there) [12:49] no idea yonixxx , sorry (something related to forums, of course). You can search for that in the code, I guess [12:49] and ricks99 , I need to tell smarty to check if there is a "&itemId" in the url passed to that pretty tracker page [12:50] but no idea (yet) how to indicate "if url contains itemId=N" (being N a number) [12:50] * xavi browsing smarty.net website in the meantime.... to see if he sees some light to his questions... [13:15] @xavi: you need to use something like strpos [13:16] if (strpos($theurl, 'itemId=N'))..... [13:18] *** schalda has joined #tikiwiki [13:18] *** schalda has left [13:27] ricks99: thanks, but what's the syntax for the url variable? [13:28] I found out how to get the page name, or php script, but not the params... [13:28] Xavi... Dam i'm looking ! :) it look like couting which user read whichthread... It is heavy for nothing (in my case) Before i flush i'll be happy to have the right advise :D :D :D [13:29] ricks99: $smarty.server.PHP_SELF gives me the php script, but not the "&itemId=N" [13:29] @xavi: somehting like $_SERVER["REQUEST_URI"] [13:29] yonixxx: are you using some program to help you search for the calls to that table? [13:29] ok, thanks, ricks99 [13:29] no problem savi [13:30] argh. [13:30] *x* avi [13:30] :-) [13:30] you know me Xavi :) Tell me more about it [13:30] * ricks99 goes to get more coffee [13:30] yonixx: which OS are you using? [13:30] mac [13:30] ... the server debian [13:30] O: [13:31] you can use aptana (eclipse) easily, and search recursively for all calls to that mysql table in the tiki project., etc. [13:32] or whatever GUI program to use grep recursively inside files in a filetree... (sorry, I don't know many examples of those programs in mac) [13:32] kde for sure, if you manage to have kde installed in your mac (some people reported to do so; not me ) [13:33] thanks ricks99 again! {$smarty.server.REQUEST_URI} did the trick! [13:34] * xavi will nominate ricks99 to smarty-master of the ... day, at least :-) [13:34] Hu... that is going too far for now. I'm just trying to clean a heavy db (268mb) before i move this tw 3.2 to 5.1 [13:34] rick + coffee = *very* smarty :-) [13:35] :-) [13:44] ricks99: strpos seems to be from another world (php) differnt from smarty [13:44] I 'll continue tomorrow morning. Thansk for your help so far. I need to keep reading more page from smarty.net [13:44] cheers [13:44] y. but u can use php functions in smarty with no issues [13:45] c u all [13:45] ok, thanks for tip, I'll try tomorrow [13:45] *** xavi has quit IRC (Quit: Page closed) [13:45] cya [13:53] tikiwiki: 03sept_7 * r29827 10/branches/6.x/ (4 files in 3 dirs): [EHN/bp29804 29814 29819 29820 29823] French translation + typo + allow more strings to be translated [13:55] tikiwiki: 03sept_7 * r29828 10/branches/6.x/lib/ (headerlib.php smarty_tiki/block.textarea.php): [13:55] tikiwiki: [ENH/bp29805] Change the way already minified JS are handled. [13:55] tikiwiki: We skip minifying files if: [13:55] tikiwiki: o the file name ends with '.min.js' [13:55] tikiwiki: o or is added with headerlib->add_jsfile($file,$rank,true) [13:55] tikiwiki: the third argument means : true minified file, false normal file [13:55] tikiwiki: With this modification we don't break JS file order. [13:59] *** jonnyb has joined #tikiwiki [14:00] Poloms of New York [14:14] hi, jonnyb. how's NYNY? [14:14] excellent (tiring!) [14:14] one day left [14:15] a lot accomplished, eh? [14:23] *** redflo has left [14:36] ok - breakfast - bbl [14:36] oh, changi - you about? [14:37] 6.0 beta 1 on Friday sound ok? [14:37] ok, now brekky - laters... [14:37] *** jonnyb has quit IRC (Quit: jonnyb) [14:40] *** chibaguy has quit IRC (Read error: Connection reset by peer) [14:52] *** jonnyb has joined #tikiwiki [15:04] *** jonnyb has quit IRC (Quit: jonnyb) [15:12] tikiwiki: 03nyloth * r29829 10/branches/6.x/ (5 files in 5 dirs): [15:12] tikiwiki: [FIX] CAS authentication / auto-login SSO [15:12] tikiwiki: - Avoid CAS periodic revalidation on POST methods and when using CLI, because CAS is not able to handle those cases and data will be lost (especially POST data) [15:12] tikiwiki: - Auto-login SSO : do not force redirection to authentication page if not already logged in SSO [15:12] tikiwiki: - Auto-login SSO : Avoid infinite loop when not logged into SSO [15:12] tikiwiki: - Allow users to choose if the CAS logout should also log out from the CAS SSO [15:21] tikiwiki: 03sept_7 * r29830 10/trunk/lang/fr/language.php: [ENH] More French translations [15:31] polom [15:32] ping sylvieg [16:01] yes [16:01] hi sylvieg [16:02] tikiwiki: 03nyloth * r29831 10/branches/6.x/lib/jquery_tiki/tiki-jquery.js: [FIX] Fix the rendering with ie7 and jquery.slidedown (correct edit tab in trackers for ie7) - this is a known jquery bug (http://dev.jquery.com/ticket/3120) which is not fixed yet. [16:02] I'm looking at tiki-adminusers.php and the import users tab. I don't understand the overwrite choice. what does overwrite=c do? [16:03] sylvieg: "Overwrite but keep the previous login if the login exists in another case " [16:03] is it not clear? [16:04] sylvieg: no... and I can't find the code handling that case [16:07] do you know the commit it was introduced? [16:08] sylvieg: yes, http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=6066 [16:09] 5 yearas ...I do not remeber probably [16:15] New Forum Posts: Problème d'édition dans DOC.TIKI.ORG - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=38889 [16:18] seems iot is completly broken - why does it ask for a validation step? [16:19] sylvieg: iot? [16:19] it [16:19] sylvieg: to check authenticity of the request (CSRF protection) [16:26] the simple overwrite is broken too [16:26] ... last time I used it ... 6 mounts ago perhaps it was working [16:27] sylvieg: Carsten reported a problem with admin users in 6 yesterday to tikiwiki-devel which I'm trying to debug [16:27] sylvieg: sorry, geoff, not Carsten [16:44] tikiwiki: 03nyloth * r29832 10/branches/6.x/templates/edit_file_gallery.tpl: [FIX] file galleries: be able to change parent gallery just after creating a new gallery [16:48] Recent Bug: Tracker item: #3569 - - Articles do not support FOOTNOTEAREA plugin - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3569 [16:50] *** chealer has quit IRC (Remote host closed the connection) [16:51] *** chealer has joined #tikiwiki [16:58] Recent Bug: Tracker item: #3570 - - testing if I am the author of this bug - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3570 [16:59] tikiwiki: 03nyloth * r29833 10/branches/6.x/templates/header.tpl: [FIX] header: use breadcrumbs only if prefs.feature_breadcrumbs is enabled + also translate browsertitle and headtitle [17:11] tikiwiki: 03nyloth * r29834 10/branches/6.x/ (styles/layout/layout.css templates/browse_file_gallery.tpl): [FIX] filegals: fix images alignement in FF, IE6 and IE7 when the lines around the image varies too much [17:24] Q with TABS and tiki search... if the serach result is in a tab, tiki does not (in tiki 6 from svn) open the correct tab from the search results [17:25] anyone know how to pass the tab id to the result string? [17:26] makes it difficult (impossible) to have useful search results on a site that uses the TAB plugin [17:45] *** jonnyb has joined #tikiwiki [17:49] *** JoernOtt is now known as JoernOtt|away [17:55] tikiwiki: 03jonnybradley * r29835 10/branches/6.x/ (5 files in 3 dirs): [FIX] kaltura: Respect page size on lists, and reveal hidden editor pref [17:56] anyone using the TABS plugin on their Tiki site? ^^^^ [18:01] *** jonnyb has quit IRC (Quit: jonnyb) [18:20] sylvieg: so, do you want if I remove that option [18:34] sylvieg: so, do you mind if I remove that option? [18:48] tikiwiki: 03nyloth * r29836 10/branches/6.x/tiki-login.php: [FIX] CAS authentication: Keep cas=y argument for the login page when redirect to https or http. [19:08] tikiwiki: 03chealer * r29837 10/branches/6.x/tiki-admin.php: [FIX] Admin panel: don't say there's a new version if stable.version has old version or tiki_release from cache is outdated [19:09] *** jonnyb has joined #tikiwiki [19:09] hi ricks99 - you still about? (and stuck on TABS?) [19:10] *** JoernOtt|away has quit IRC (Ping timeout: 240 seconds) [19:11] hi jonnyb [19:11] not stuck, per se, but finding bugs :( [19:23] chealer - no it needs to be repaired [19:23] ping jonnyb? [19:23] still not been able to set the background of a cell in tiki-sheet [19:24] sorry - meeting here 0 with you in a few mins [19:24] no problem. [19:27] sylvieg: I mean the option "Overwrite but keep the previous login if the login exists in another case", not all Overwrite options [19:29] it is a specific case - login with different case is not possible since ... when? [19:30] so perhaps - not anymore useful... [19:30] tikiwiki: 03Jyhem * r29838 10/branches/6.x/styles/coelesce.css: [FIX] Correct IE7 bug which displayed input field incorrectly in case searchbar is apparent [19:53] sylvieg: oh, OK, case as in case-sensitive. but where is that option implemented? [20:19] hi all - back [20:19] tikiwiki: 03changi67 * r29839 10/branches/6.x/installer/schema/20100927_better_column_fix_tiki.php: ~FIX~ Put the right svn property - thx pkdille [20:20] welcome back jonnyb [20:25] bugs in {TABS}? (in 6.x?) [20:25] and 5. [20:25] either a bug in the TABS or bug with search [20:26] if a search result is on the 2nd tab, the search result link does not open to the correct tab [20:27] do you follow me? [20:36] ricks99: oh right -in the admin panels (i thought you meant the tabs plugin) [20:37] no. i mean the TABS plugin [20:37] yes, it was on my list but haven't had time [20:37] unlikely for 6.0 now (not a [FIX] really) [20:37] oh, sorry - er... how? [20:37] hmmm, can't work out how that would work [20:38] tiki needs to be aware (somehow) of which tab's div content the serach results are from [20:38] am i being clear? do you understand the issue? [20:39] i *think* the issue also happesn with the VERSIONS plugin [20:40] (y, confrirmed. same issue with VERSSION plugin, too) [20:42] gotta run for a whlie. but email me if u need more details. [20:42] *** chealer has quit IRC (Remote host closed the connection) [20:42] *** ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) [20:59] tikiwiki: 03jonnybradley * r29840 10/branches/6.x/ (templates/tiki-kaltura_video.tpl tiki-kaltura_video.php): [FIX] kaltura: Workaround for save/publish not setting editor type (so you have to do it in "change details" form) [21:01] New Forum Posts: Proposition de SEO dans TIKI - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=38890 [21:05] tikiwiki: 03nyloth * r29841 10/branches/6.x/templates/tiki-browse_freetags.tpl: [FIX] dos2unix on templates/tiki-browse_freetags.tpl [21:12] *** yonixxx has quit IRC (Quit: Leaving...) [21:16] *** redflo has joined #tikiwiki [21:20] *** Andurino has joined #tikiwiki [21:47] tikiwiki: 03nyloth * r29842 10/branches/6.x/ (3 files in 3 dirs): [FIX] freetags : display 'no result' when there is no result found + parse tag description + strip_tags on tags names and description [21:54] *** mlaporte has joined #tikiwiki [21:56] tikiwiki: 03jonnybradley * r29843 10/branches/6.x/lib/wiki-plugins/wikiplugin_files.php: [FIX] files plugin: Better titles and descriptions, use advanced section for some params, add fgal picker for fileId. [22:00] *** _Gergely has joined #tikiwiki [22:08] <_Gergely> Hi all! Anyone tested the gmap tracker field type in the presence of other mandatory fields? I am having hard time by integrating gmap changes from trunk/6.x into my local 5.1. Now it saves the whole tracker item when pressing Find address or Save as object location. Which changes am I missing? [22:08] tikiwiki: 03nyloth * r29844 10/branches/6.x/styles/lite/lite.css: [FIX] lite.css : 'display: table' on the body is causing a lot of javascript problems / weird behaviors, especially when trying to get selection range of textareas. [22:13] *** Andurino has quit IRC (Quit: Andurino) [22:38] *** CameronGoble has quit IRC (Quit: leaving) [22:46] *** jonnyb has quit IRC (Quit: jonnyb) [22:50] *** jonnyb has joined #tikiwiki [23:16] *** redflo has left [23:19] *** ricks99 has joined #tikiwiki [23:20] *** ricks99_ has joined #tikiwiki [23:23] *** ricks99 has quit IRC (Ping timeout: 260 seconds) [23:24] anyone awake? rick has an encoding issue with rss feeds. [23:24] *** ricks99_ is now known as ricks99 [23:25] i am syndicating several external feeds... [23:25] i'm seeing lots of & and "e; entities in the displayed feed (istead of the actual characters & and " [23:25] in the databse, the full entity is dispalyed, too. [23:26] my d b is utf8 and my client charset is utf8 in local.php, too [23:26] why arent the characters displaying properly? [23:26] hi ricks99 - yes, have seen html entity issues in various places [23:26] possibly due to some of my changes for wyiswyg stuff [23:26] is it the rss reader parser? [23:27] not sure - haven't played with that [23:27] if i vew the feed in the browser or via a feed reader, the carcater are correct [23:27] k. i'll add it to your list :-) [23:27] can you remind me of it in a few days when i'm back at home? need to fix tiki.org now... [23:28] no problem [23:28] * ricks99 glad that *he* didnt' break tiki.o [23:30] tee hee (although i suspect the tweets module isn't helping ;) ) [23:31] really? its just an rss feed [23:32] how come it causes JS errors then? [23:32] um.... [23:32] (don't worry about it - the problem now is memory usage server-side) [23:33] just sometimes it breaks jquery etc [23:33] k. but all it is is an exteranl rss feed [23:33] nothing special iirc [23:39] *** _Gergely has quit IRC (Ping timeout: 265 seconds)