polom all (over and out for today) bye Marc New Forum Posts: Some noob questions :) - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42561 tikiwiki: 03pkdille * r38695 10/trunk/installer/schema/ (28 files): No changes - code styling only (seen on quality.tiki.org) New Forum Posts: Importing data into Tracker - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42563 tikiwiki: 03changi67 * r38696 10/trunk/lib/test/language/fixtures/ (2 files): [FIX] Cause test to failed Good day to everyone :) polom I need some advice on where to add an icon to allow users to view tracker item history, when they are viewing an item I mean, the feature is there even in 6.x (https://ueb.ir.vhebron.net/tiki-tracker_view_history.php?itemId=X), but it's not available from tiki-view_tracker_item.php (tpl, in fact) but only, afaik, from tiki-view_tracker.php (tpl) I was planning to add the icon next to the "watch" icon for the tracker item view... anyone connected and from the UI team? ricks99: right in time, again :-) oups tikiwiki: 03xavidp * r38697 10/branches/8.x/templates/tiki-view_tracker_item.tpl: [FIX]Usability fix to show icon and link to tracker item history also in item view in case item has versions for some of its fields. tikiwiki: 03xavidp * r38698 10/branches/7.x/templates/tiki-view_tracker_item.tpl: [bp/r38697][FIX]Usability fix to show icon and link to tracker item history also in item view in case item has versions for some of its fields. tikiwiki: 03xavidp * r38699 10/branches/proposals/6.x/templates/tiki-view_tracker_item.tpl: [bp/r38697][FIX]Usability fix to show icon and link to tracker item history also in item view in case item has versions for some of its fields. polom hello tikiverse marclaporte: ping polom everybody polom repolom tikiwiki: 03chealer * r38700 10/trunk/ (lib/wiki/histlib.php templates/tiki-lastchanges.tpl): tikiwiki: [FIX] Last changes: only show the last change to a page once tikiwiki: [FIX] Pages count tikiwiki: Note: r31737 regression. WARNING: This assumes the current version of each page will be found in tiki_history Info: 2011 Year in Review - http://info.tiki.org/article181-2011-Year-in-Review hey ricks99 polom hi chealer ricks99: 7.3 and 8.0 are released, we just need to announce them now do both included the security fix? who to attribute to? can you update the news item on upcoming news page? shouldn't the announcement of attribution of the security fix be after the release of fixed 6.x LTS ? anyone here has experience solving "Object of class Smarty_Internal_Template could not be converted to string" errors? I have one on upgrading to 8.x and from my googling it's a php5.2 bug hello - I have a css problem - two similar modules I am not getting to look in the same way - dependant on the browser (in Chrome OK, in FF wrong) I would need a hint what the reason could be - could somebody have a quick look at thetwo sreenshots at h?ttp://fabricius.me/Screenshots http://fabricius.me/Screenshots ? New Forum Posts: Display a Word document or PDF on Wiki page - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42566 ok , traced it to the {poll} polom all chealer: fixes for 8.x go as usual direct into branches/8.x for now right? nkoth|nelson: yes nkoth|nelson: ah, {poll} in a module...always fun nkoth|nelson: see http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&status=o&sort_mode=f_41_desc&filterfield=26&filtervalue%5B26%5D=poll&filter=Go&itemId=2405&show=view polom marclaporte chealer: can you assist me check something? nkoth|nelson: sure.... chealer: lib/init/smarty.php line 246 The variable $content_type nkoth|nelson: yes? one sec, I may be on to something chealer, ok let me explain for some reason when I use {poll id=1} in a modules, that variable is a Smarty_Internal_Template object instead of the content_type string the other day someone was having a smarty eval related problem what was that? chealer, do you have a working {poll} inside a module? nkoth|nelson: I think chibaguy had problems with servers that don't have an eval function nkoth|nelson: and Tiki 8 relies on it for modules now nkoth|nelson: so I assume you don't have a debugger on the install where that problem happens? no but some modules are working only the poll is causing this error due to the content_type variable being the Smarty emplate object which is really strange I see. maybe the problem is that function.poll.php is using smarty->display shouldn't it use fetch and then return the output? ok, that fixes it let me commit http://permalink.gmane.org/gmane.comp.cms.tiki.devel/23826 tikiwiki: 03nkoth * r38701 10/branches/8.x/lib/smarty_tiki/function.poll.php: [FIX] Solve 'Object of class Smarty_Internal_Template could not be converted to string' error when using {poll id=x} in module. display should not be called from any of these functions anyway chibaguy, chealer ^ seem like a separate issue from the custom module thing though heh, unfortunately nkoth|nelson: looks like you're fixing Argerich code http://tikiwiki.cvs.sourceforge.net/viewvc/tikiwiki/tiki/Smarty/plugins/function.poll.php?revision=1.1&view=markup chealer: lol, well I think the problem is only recently due to Smarty 3 or something because for sure it had no problem in the past nkoth|nelson: well what changed then? display and fetch were always very different things I seem to remember problems with {poll} for as long as I know Tiki I am guessing it might have to do with the switch of the $smarty from referring to the smarty template object from the smarty instance object from smarty 2 to 3? I doubt one could convert to a string more than the other all of the other custom tiki smarty functions use fetch. only this one use disply, it probably worked because smarty older versions were lax abt it or something did or does anybody have a chance for a quick view on my screenshot? it's just a menu button design thing with css - I think I just miss s.th. and s.b. could maybe easily guide me the direction to go ahead myself fabricius: i had a quick glance, hard to tell without firebugging. margins, paddings or something thx nkoth|nelson - what do you think i should look for with firebug? are there more tools for FF and Chrome to find out stuff like that? another thing I realised: this particular module (switch language) counts up a selector from time to tim, so I have to adjust the number in the css: * mod-switch_langt5 * was 1 and now it is 5 if you inspect the element in firebug you will get a chance to remove/adjust css classes that apply to that element in real time - that way you can seee how it responds to the changes once the module counts up, I just see the ordinary default button; when I adjust the numbers in the css, it is back like on the screenshots similar to webdeveloper in FF and inspect element in Chrome? -> with these standart tools I do not find anything up to now similar to inspect element in chrome but better imo I'll try thx for the hint tikiwiki: 03robertplummer * r38702 10/trunk/lib/wiki-plugins/wikiplugin_convene.php: [ENH] A bunch of layout fixes and enhancements so edit mode is less confusing if you have more ideas, just throw them in my direction - if I do not find a solution I might write in the forum or one of the lists I thak you for checking and guiding ping changi tikiwiki: 03robertplummer * r38703 10/trunk/ (lib/jquery_tiki/tiki-jquery.js tiki-timesheet.php): tikiwiki: [FIX] Improvements to the visible event tikiwiki: [FIX] Better integration for viewing timesheet, switched to visible event tikiwiki: 03robertplummer * r38704 10/trunk/ (4 files in 4 dirs): tikiwiki: [FIX] Layout fixes tikiwiki: [FIX] Added permissions for tracker items, since that is where they are stored polom chealer hi RobertPlummer nkoth|nelson: note that #2405 is still open (the tracker item status) i tought it was closed before? I see the ticket status is closed but tracker item is open should i put it to pending? I have always taken not sure the difference between pending and lcosed nkoth|nelson: it's not clear indeed, but I'd say in our context pending means waiting for input from submitter thanks tikiwiki: 03tikii18nbot * r38705 10/trunk/lang/de/language.php: German translations done on i18n.tiki.org hello I'm not having a lot of success with AD authentication on tiki64. the 'Connect Host' ldap log message in tiki looks like it has the correct parameters, there is no error message in the log, but I get presented with a http 500 error in the browser. Anyone have any tips for me? gandy909, unfortunately no. What OS is this server? Do you have the PHP ldap components installed? but 500 internal server error is rare, perhaps some other server/apache misconfig. check the apache error logs LDAP is known to have problems in 6.4 Tiki 7 or 8 may be better, but probably still buggy the hosting server is ubunto 10.04. the AD domain controller is 2008R2. It is a fresh install if tiki6.4 the least you could do is to enable error reporting check the apache error log. 500 errors should be logged there on tiki? 10.98.64.130 - - [04/Nov/2011:14:18:12 -0500] "POST /tiki/tiki-login.php HTTP/1.1" 500 498 "http://10.98.64.52/tiki/tiki-login_scr.php" "Mozilla/4.0 (compatib le; MSIE 7.0; Windows NT 5.1; Trident/4.0; chromeframe/15.0.874.106; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NE T CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)" thats the latest 500 error that looks like the access_log, try the error_log instead I looked there first. noting there in several hours, and even then only complaints about missing favicons is it working fine without LDAP? yes it was sorry that didn't help - you could try make sure there error reporting is enabled in tiki to see if thre are any php errors to be reported that way. Also check tiki-phpinfo.php to see if the ldap module is installed. other than that I cant think of anything. normally 500 errors are in error_log I typically never get any 500 errors with ldap problems, usually white screens or other things are more likely did you make any custom changes to .htaccess? an error there would cause a 500 negative no custom changes. what should I see in the phpinfo output? i did a search for "ldap" and nothings is there this probaly means you don't have it installed. try apt-get install php5-ldap ahh, ok, done. do i need to restart something now? should restart apache thank you very much. that solved the issue. I don't know why I didn't think of that what version are 'most' people running in production environments these days? 6, 7 and 8, but expect that most on 7 will be upgrading to 8 now that it is released I am on 8 and pre-9 already since 7.1 was released I made only Daily Build installations on several sites ... feels a bit like sailing in the wind ;-) fabricius The O.G.R.E? no, I am not involved there, but have heard of the site and watched it from time to time so its pretty stable then? v7 that is hmm I was going to dogfood, as I at the moment have not to maintain any full productive site - developments in different stages with few users so it is an ideal situation to test the new code and once on the "head" of a version, meaning the prerelease dev stuff, I madeery fast the experience, that error reporting is very helpul for the devs and fixes are maid v very fast did feel somehow even better than stable gandy909: support for 7 is being replaced by 9 I mean 8 so you really should be using either 6 or 8, not 7 Ok sometimes my heard was bumping ... ah yes gandy909 absolutely right what nkoth|nelson says tikiwiki: 03chealer * r38706 10/trunk/lib/setup/error_reporting.php: [FIX] Error reporting: Make "Report all PHP errors" report E_STRICT notices too I even would moire strongly recommend 8, because from 6 to 7 there have been several changes which could make afterworks necessary when you upgrade nothing major, but maybe some timeconsuming and boring restructuring what will the next LTS version be? 9 not directly from 9.0 but maybe from 9.2 or 9.3 what is the estimate on when that will happen? I mean that we give it the official LTS medal ;-) in my opinion if this is a new site is is better to try tikii 8 more weeks than month ... count back to the 8 release and then 1/2 year forward - thats about when Tiki9 will be released will 8->9 be a simple upgrade for an existing site when that time comes? probaly May 2012 8->9 will be the easiest upgrade, easier than 6->9 8->9 simple upgrade, yes ok. back to the download section then :) nkoth|nelson gandy909 it depends on the type of the project=> is a quick stable site needed and user strat soon, then start with 8 first nkoth|nelson gandy909 but if its a mor longterm development with start in next spring time, then go with 9 straight away and use the new functions ... some little bits and pieces are more in 9 than in 8 that will ease my life and which alone make it worth, that I go productive even with pre-9 but might be in another situation than gandy tikiwiki: 03chealer * r38707 10/trunk/lib/smarty_tiki/block.ajax_href.php: tikiwiki: [REF] Cleanup after r31434 tikiwiki: Note: untested. should probably be looked at by someone who knows what this is supposed to do. hi coaboa hi fabricius looks like I need to get rid of some designelement (buttonlike) for a switch_language module at the moment I am viewing in a tpl file cannot really even read smarty, but try to figure things out how can I comment in a .tpl file? fabricius: {* comment *} innodb now safe to use in 8? Jyhem thank you gandy909: it's experimental tikiwiki: 03robertplummer * r38708 10/trunk/ (5 files in 5 dirs): tikiwiki: [FIX] Added fix for nested array items in simple array tikiwiki: [ENH] Started work on joining reports tikiwiki: 03sylvieg * r38709 10/trunk/ (3 files in 3 dirs): [ENH]hotword: setting for the hotword delimiter. :: can be use in class notation tikiwiki: 03chealer * r38710 10/branches/8.x/lib/smarty_tiki/ (block.self_link.php block.title.php function.query.php): tikiwiki: [FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands tikiwiki: Note: Gentler approach to replace most of r38639. tikiwiki: Thanks to Jonny Bradley chealer: is InnoDB only for the installation prozess (database setup) or does ist change the database at all? fabricius: it's not just for the installation, it's the MySQL database's format (alternative to MyISAM) chealer: tikiwiki: 03chealer * r38711 10/branches/7.x/lib/smarty_tiki/ (block.self_link.php block.title.php function.query.php): [bp/r38710][FIX] Broken links from self_link (and button) with double-HTML-encoded ampersands I was thinking abt the double encode thing ... and was wondering, so is one encode done in php and another in smarty or what? nkoth|nelson: they're both done in PHP, one in self_link and another one depending on the problem in php 5.2.3, a double_encode param was added to htmlspecialchars http://php.net/manual/en/function.htmlspecialchars.php I was wondering if that will help in the case of pagehistory (and most cases) the problem comes from the query function nkoth|nelson: that could help for a quick patch, but I already did one (and we don't officially require 5.2.3) well I suppose we require 5.2 and there are probably no 5.2.1 or 5.2.2 existing in the wild I think anyway, if your fix work that is fine I think it works, but it's not the most pleasant code to have to touch also, jonny's other problem regarding login password change, did you encounter it? anyway, so what do we do, release 8.1 next week? nkoth|nelson: I didn't notice that I encountered it, but no time to look at that one chealer: thx - I did use InnoDB when I installed my new private site recently - starting with Trunk just a few days ago (sunday or maonday) hum do you undo a merge on your checkout that went bad? chealer do not commit rm and co sylvieg: a new checkout? it happens to me .. if you did not commit - it is still in your local so I must admit a couple of time I rm co it is when merge backport .. does not work anymore with svn meh, this sucks nkoth|nelson: ASAP asap what? nkoth|nelson: 8.1 ah