tikiwiki: 03lindonb * r34425 10/branches/7.x/lib/wiki-plugins/wikiplugin_fancytable.php: tikiwiki: [FIX] Maintain alternating odd/even class even when rows are sorted. Fixed by tikiwiki: not assigning an odd/even class here if sortable parameter is set since tikiwiki: javascript will set it automatically and the alternation will get messed up if tikiwiki: set here too. tikiwiki: 03lindonb * r34426 10/branches/7.x/lib/wiki-plugins/wikiplugin_fade.php: [FIX] Add since item to plugin info for easy documentation using PluginManager tikiwiki: 03lindonb * r34427 10/branches/7.x/lib/wiki-plugins/wikiplugin_pluginmanager.php: [FIX] Don't include empty accepted values and always have a since column. tikiwiki: 03lindonb * r34428 10/branches/7.x/lib/wiki-plugins/wikiplugin_fade.php: [FIX] Wrong filter as speed parameters can be letters as well as digits. Also, speed parameter need to be enclosed in quotes in case fast or slow is used for speed. New Forum Posts: Errors converting between wiziwig editor and tikisyntax editor - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41249 there is a regression in 7.x as of REV 34428 visible on doc - browser is not redirected to tiki-index.php after a wiki page edit, stays on tiki-editpage.php nevermind that hi if ($result->field == 'email' && $result->field == 'email_not_valid') in tiki-register.php (tiki 6.3) how can it be expected to get smthg else than "False" for this condition ? I Have a problem of time to generate tikipages, and I don't found till know a good solution. I operate on windows with the last versions of Apache, php, mysql. 1- with my ojd portable (pentium M750, 1,8Ghz) I was using 100% CPU I got 30 seconds to generate a page with 6.x and 140s with 7.x 2- I changed for a server Using a Dual Core2 E7500 2,6Ghz. No problem of resources, use at 50% of CPU and 12s for a page with 6.x and 30s with 7.x. I is long very when you develop and test. 3- I had a wrong idea I changed the processor for a better Benchmarked a Core Quad extreme Q9650 (Bench x 2,5), In fact I use 20% of CPU and I got the same duration (I could get a little better but it is underclocked because of a memory spedd) what can be the solution to speed up the server (actually as php uses only one processor) the changes from E7500(duo) to Q9650 (quad) has no effect ? Sp4rKy: seems a bug, u r right imho Follow. When I use the operational server on OVH hosting I have executing time between 0.8 and 1.6s. Jonnyb said that he had 0.9s execution time. I still try to find the solution to be under 5second with 7.X. If not to make test is awful and efficiently quite impossible. tikiwiki: 03jonnybradley * r34429 10/branches/7.x/styles/layout/layout.css: [FIX] modules: List rss feeds in a row when in bottom modules zone it is the second tw 6.3 today i have some prob with the {img} plugin. size or resizing is not applied on a new insert. i check source code, {img src="display125" height="25%" width="25%"} it look ok to me. Bernard1: i tihnk you need to use the "scale" param to resize by a fraction - i.e. scale=0.25 jonnyb: i try this too but not with the fraction… trying right now pfff… no good this is weird it use to work (refreshing caches) nop on another tw i have {img src="display13" thumb="y" button="y" max="100px"} the only thing i can notice is the zoom glass tikiwiki: 03jonnybradley * r34430 10/branches/7.x/lib/ (smarty_tiki/block.tabset.php tiki-js.js): tikiwiki: [FIX] tabs: Enclose tabsets in a div to be able to separate multiple sets on a tikiwiki: single page. Also rework $smarty_tabset_name calculation to make sure unique id tikiwiki: are used. Fixes too for tikitabs function for when called externally (thanks tikiwiki: Lindon) chealer: would alnum work for plugin fade filter Trebly: apache in prefork or worker mode , ? adding phpapc should help chealer: or better to validate either "fast" or "slow" or numbers less than 1000 and greater than 0 Trebly: doc /dev / themes and other community web site are hosted in OVH polom where can be the Forums "sections" edited ? polom luciash: if you edit a forum, you can create a new one, but I don't think you can *edit* a section or do the management you would expect lindonb: validation is always better, but in terms of security, alnum is sufficient. a quote or a backslash is needed to get out of the context Sp4rKy: it could be true if $result->field was the TRUE boolean, but there's certainly a bug. do you know how to identify when this line was introduced? chealer: thanks. pretty easy to do both so I'll probably do that chealer: yep, realized that too but wasn't sure chealer: i just wanted to fix Tikiwiki > Tiki on http://tiki.org/tiki-forums.php luciash: right... :-( Recent Bug: Tracker item: #3885 - - Regression: tracker text fields with Prepend and Append values do not display correctly. - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3885 tikiwiki: 03gregmartin * r34431 10/branches/6.x/lib/logs/logslib.php: tikiwiki: truncate log messages to 200 chars; causes recursion error when logging ldap calls. tikiwiki: fixes bugs 3629, 3661, 3710 tikiwiki: 03lindonb * r34432 10/branches/7.x/lib/wiki-plugins/wikiplugin_fade.php: [FIX] Use better filter speed params and validate them (thanks chealer) lindonb: thank you. I hadn't heard about "accepted" lindonb: pardon if my language limitation is showing, but in "digits greater than 0 and less than or equal to 1000", shouldn't digits read numbers? chealer: numbers would be better, integers probably the best lindonb: OK, I'll change it thanks lindonb: where is the accepted used? plugin manager produces automatic table of parameters see http://doc.tiki.org/PluginFade tikiwiki: 03chealer * r34433 10/branches/7.x/lib/wiki-plugins/wikiplugin_fade.php: tikiwiki: [FIX] HTML special characters encoding tikiwiki: improve speed parameters value description lindonb: thanks. hopefully that will be used in plugin form too lindonb: if the icon parameter is undefined, fade produces "" which is invalid HTML. "Attribute value missing" (for class) okay, so shouldn't write class= if no icon, right? lindonb: that would be ideal. in any case the attribute quotes should be around on the line that uses $a_class_hidden instead of inside the variable I mean, that's more readable and would already fix this how do you see html errors? lindonb: which browser do you use, Firefox? yes, and safari lindonb: do you have the Web Developer extension for Firefox? let me see... doesn't look like it i'll add tikiwiki: 03chealer * r34434 10/branches/7.x/templates/categobjects.tpl: tikiwiki: [FIX] HTML tikiwiki: [FIX] Colons inside tr blocks i see now have to validate on a public site apparently lindonb: yeah, there are local validators but they may be less convenient lindonb: I don't know of any integrating in a browser. also it may be difficult to find one that supports "HTML5" glad to know about this one - thanks lindonb: so with Web Developer you have two options, either tell the validator to fetch the page and validate it, or send the page. if you do local development like I do you have to do the latter, "Validate Local HTML" ah yes, that works fine thanks you're a wealth of information! lots of errors in the various validators luciash: should I report it somewhere ? lindonb: yes, Tiki is as rich in HTML errors as in PHP notices :-) Sp4rKy: do you know how to identify when this line was introduced? :) chealer: yep, lemme check bbl luciash, chealer the line was introduced in rev 27609 by niclone tracker export in broken .. again in 6 never understaood why jonnyb rewrote the export tracker.. the old one is less bugged Anyone know of a way to have a URL accessed by menu item open in a new tab/window? My own attempts and doc searches have yielded no joy. tikiwiki: 03sylvieg * r34435 10/branches/proposals/6.x/tiki-export_tracker_ajax.php: [FIX]tracker: change also the CR and quote for any field (especially textarea) there is a trick with an url as link" target="xxx if the setting in admin ->general menu can be html is on I tried using the target= approach, but I didn't check for "Menu can be HTML" I'll give it a go... I just turn on "Menu can be HTML" and entered several permutations of "http://Domain.com target="_blank" without success. there are 2 settings for this you need to go in admin_>general .. I think to see them New Forum Posts: External login - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41254