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. 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. 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). New Forum Posts: File Gallery creation fails - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38886 Hi all :-) polom 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 polom hi xavi (and ricks99) hi chibaguy and all :-) I need some help with smarty syntax, if any smarty master around not sure about "master" but i can try I'm writing some simple smarty template (in a wiki page, pretty tracker related, etc.) and it produces some error, in this line of the compiled php file: _tpl_vars['f_itemId'] ) & amp ;& $this->_tpl_vars['f_itemId'] & > ; 1): ?> it says Parse error: syntax error, unexpected ';' and let me copy the source syntax from the wiki page containing the smarty syntax.... {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 *} extra space in first "& amp;" yes, I noticed those extra spaces, and I don't understand the "& > ; 1" part try using verbose {if isset(.....) and ....} but this looks to me as if some bug exists in the parser ok, there I go (thanks for tip, Rick) need a real master to fix the parser :-) :-D interesting... at least something changed! Parse error: syntax error, unexpected '>' in and there I go to see the compiled file & line number... what's the smarty ur actually adding again?

_tpl_vars['f_itemId'] ) && $this->_tpl_vars['f_itemId'] & > ; 1): ?> so the ">" seems to be indigesting the parser... ) I'll try the verbose alternative syntax again for that one also {if isset($f_itemId) && $f_itemId > 1} need to use verbose for all items that can be parsed as php apparently. for exmple, use ge instead of greater/equal than ok, thanks for tip. that worked! @xavi: see http://www.smarty.net/manual/en/language.function.if.php for details smarty syntax working again :-) possibly due to security settings on ur sever ricks99: I still have this page on my screen since yesterday ? security settings??? see the note at top of page ok, I'll re-read again :-) smarty guy :-) writing guides for smarty-ies :-) smart smarty-guy ;-) lo all Hi JoernOtt hi JoernOtt anyway, for future reference in this (logged) channel, that's the working syntax for a server with some security settings (paranoias?) enabled: {if isset($f_itemId) and $f_itemId gt 1} Hi all ... what does the table "tiki_forum_reads" is for ? (i have 23.xxx row there) no idea yonixxx , sorry (something related to forums, of course). You can search for that in the code, I guess and ricks99 , I need to tell smarty to check if there is a "&itemId" in the url passed to that pretty tracker page but no idea (yet) how to indicate "if url contains itemId=N" (being N a number) @xavi: you need to use something like strpos if (strpos($theurl, 'itemId=N'))..... ricks99: thanks, but what's the syntax for the url variable? I found out how to get the page name, or php script, but not the params... 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 ricks99: $smarty.server.PHP_SELF gives me the php script, but not the "&itemId=N" @xavi: somehting like $_SERVER["REQUEST_URI"] yonixxx: are you using some program to help you search for the calls to that table? ok, thanks, ricks99 no problem savi argh. *x* avi :-) you know me Xavi :) Tell me more about it yonixx: which OS are you using? mac ... the server debian O: you can use aptana (eclipse) easily, and search recursively for all calls to that mysql table in the tiki project., etc. 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) kde for sure, if you manage to have kde installed in your mac (some people reported to do so; not me ) thanks ricks99 again! {$smarty.server.REQUEST_URI} did the trick! 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 rick + coffee = *very* smarty :-) :-) ricks99: strpos seems to be from another world (php) differnt from smarty I 'll continue tomorrow morning. Thansk for your help so far. I need to keep reading more page from smarty.net cheers y. but u can use php functions in smarty with no issues c u all ok, thanks for tip, I'll try tomorrow cya 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 tikiwiki: 03sept_7 * r29828 10/branches/6.x/lib/ (headerlib.php smarty_tiki/block.textarea.php): tikiwiki: [ENH/bp29805] Change the way already minified JS are handled. tikiwiki: We skip minifying files if: tikiwiki: o the file name ends with '.min.js' tikiwiki: o or is added with headerlib->add_jsfile($file,$rank,true) tikiwiki: the third argument means : true minified file, false normal file tikiwiki: With this modification we don't break JS file order. Poloms of New York hi, jonnyb. how's NYNY? excellent (tiring!) one day left a lot accomplished, eh? ok - breakfast - bbl oh, changi - you about? 6.0 beta 1 on Friday sound ok? ok, now brekky - laters... tikiwiki: 03nyloth * r29829 10/branches/6.x/ (5 files in 5 dirs): tikiwiki: [FIX] CAS authentication / auto-login SSO 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) tikiwiki: - Auto-login SSO : do not force redirection to authentication page if not already logged in SSO tikiwiki: - Auto-login SSO : Avoid infinite loop when not logged into SSO tikiwiki: - Allow users to choose if the CAS logout should also log out from the CAS SSO tikiwiki: 03sept_7 * r29830 10/trunk/lang/fr/language.php: [ENH] More French translations polom ping sylvieg yes hi sylvieg 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. I'm looking at tiki-adminusers.php and the import users tab. I don't understand the overwrite choice. what does overwrite=c do? sylvieg: "Overwrite but keep the previous login if the login exists in another case " is it not clear? sylvieg: no... and I can't find the code handling that case do you know the commit it was introduced? sylvieg: yes, http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=6066 5 yearas ...I do not remeber probably New Forum Posts: Problème d'édition dans DOC.TIKI.ORG - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=38889 seems iot is completly broken - why does it ask for a validation step? sylvieg: iot? it sylvieg: to check authenticity of the request (CSRF protection) the simple overwrite is broken too ... last time I used it ... 6 mounts ago perhaps it was working sylvieg: Carsten reported a problem with admin users in 6 yesterday to tikiwiki-devel which I'm trying to debug sylvieg: sorry, geoff, not Carsten 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 Recent Bug: Tracker item: #3569 - - Articles do not support FOOTNOTEAREA plugin - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3569 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 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 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 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 anyone know how to pass the tab id to the result string? makes it difficult (impossible) to have useful search results on a site that uses the TAB plugin tikiwiki: 03jonnybradley * r29835 10/branches/6.x/ (5 files in 3 dirs): [FIX] kaltura: Respect page size on lists, and reveal hidden editor pref anyone using the TABS plugin on their Tiki site? ^^^^ sylvieg: so, do you want if I remove that option sylvieg: so, do you mind if I remove that option? 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. 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 hi ricks99 - you still about? (and stuck on TABS?) hi jonnyb not stuck, per se, but finding bugs :( chealer - no it needs to be repaired ping jonnyb? still not been able to set the background of a cell in tiki-sheet sorry - meeting here 0 with you in a few mins no problem. sylvieg: I mean the option "Overwrite but keep the previous login if the login exists in another case", not all Overwrite options it is a specific case - login with different case is not possible since ... when? so perhaps - not anymore useful... tikiwiki: 03Jyhem * r29838 10/branches/6.x/styles/coelesce.css: [FIX] Correct IE7 bug which displayed input field incorrectly in case searchbar is apparent sylvieg: oh, OK, case as in case-sensitive. but where is that option implemented? hi all - back tikiwiki: 03changi67 * r29839 10/branches/6.x/installer/schema/20100927_better_column_fix_tiki.php: ~FIX~ Put the right svn property - thx pkdille welcome back jonnyb bugs in {TABS}? (in 6.x?) and 5. either a bug in the TABS or bug with search if a search result is on the 2nd tab, the search result link does not open to the correct tab do you follow me? ricks99: oh right -in the admin panels (i thought you meant the tabs plugin) no. i mean the TABS plugin yes, it was on my list but haven't had time unlikely for 6.0 now (not a [FIX] really) oh, sorry - er... how? hmmm, can't work out how that would work tiki needs to be aware (somehow) of which tab's div content the serach results are from am i being clear? do you understand the issue? i *think* the issue also happesn with the VERSIONS plugin (y, confrirmed. same issue with VERSSION plugin, too) gotta run for a whlie. but email me if u need more details. 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) New Forum Posts: Proposition de SEO dans TIKI - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=38890 tikiwiki: 03nyloth * r29841 10/branches/6.x/templates/tiki-browse_freetags.tpl: [FIX] dos2unix on templates/tiki-browse_freetags.tpl 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 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. 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? 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. anyone awake? rick has an encoding issue with rss feeds. i am syndicating several external feeds... i'm seeing lots of & and "e; entities in the displayed feed (istead of the actual characters & and " in the databse, the full entity is dispalyed, too. my d b is utf8 and my client charset is utf8 in local.php, too why arent the characters displaying properly? hi ricks99 - yes, have seen html entity issues in various places possibly due to some of my changes for wyiswyg stuff is it the rss reader parser? not sure - haven't played with that if i vew the feed in the browser or via a feed reader, the carcater are correct k. i'll add it to your list :-) can you remind me of it in a few days when i'm back at home? need to fix tiki.org now... no problem tee hee (although i suspect the tweets module isn't helping ;) ) really? its just an rss feed how come it causes JS errors then? um.... (don't worry about it - the problem now is memory usage server-side) just sometimes it breaks jquery etc k. but all it is is an exteranl rss feed nothing special iirc