***: Caarrie has joined #tikiwiki
Caarrie|sleeping has joined #tikiwiki
Caarrie has quit IRC (Disconnected by services)
Caarrie|away has quit IRC (Disconnected by services)
CIA-87: 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.
***: coaboa has joined #tikiwiki
coaboa|afk has quit IRC (Ping timeout: 246 seconds)
CIA-87: 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.
***: chealer has quit IRC (Remote host closed the connection)
CIA-87: 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.
Tiki|bot: New Forum Posts: Errors converting between wiziwig editor and tikisyntax editor - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41249
***: chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
lindonb has quit IRC (Quit: lindonb)
chealer: 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
***: nkoth has quit IRC (Quit: nkoth)
LordVan has joined #tikiwiki
Sp4rKy: 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 ?
***: Trebly has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie|away
Trebly: <anybody who knows about> 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 ?
luciash: Sp4rKy: seems a bug, u r right imho
Trebly: <anybody who knows about> 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.
***: LordVan has quit IRC (Quit: Verlassend)
jonnyb has joined #tikiwiki
CIA-87: tikiwiki: 03jonnybradley * r34429 10/branches/7.x/styles/layout/layout.css: [FIX] modules: List rss feeds in a row when in bottom modules zone
***: Bernard1 has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
Bernard1: 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.
jonnyb: Bernard1: i tihnk you need to use the "scale" param to resize by a fraction - i.e. scale=0.25
Bernard1: 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
CIA-87: 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)
***: jonnyb has quit IRC (Quit: nite nite)
lindonb has joined #tikiwiki
lindonb: chealer: would alnum work for plugin fade filter
changi|away: Trebly: apache in prefork or worker mode ,
?
adding phpapc should help
lindonb: chealer: or better to validate either "fast" or "slow" or numbers less than 1000 and greater than 0
changi|away: Trebly: doc /dev / themes and other community web site are hosted in OVH
***: lindonb has quit IRC (Quit: lindonb)
lindonb has joined #tikiwiki
luciash: polom
where can be the Forums "sections" edited ?
chealer: 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?
lindonb: chealer: thanks. pretty easy to do both so I'll probably do that
luciash: chealer: yep, realized that too but wasn't sure
chealer: i just wanted to fix Tikiwiki > Tiki on http://tiki.org/tiki-forums.php
chealer: luciash: right... :-(
Tiki|bot: 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
CIA-87: 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)
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?
lindonb: chealer: numbers would be better, integers probably the best
chealer: lindonb: OK, I'll change it
lindonb: thanks
***: Bernard1 has quit IRC (Quit: Leaving.)
chealer: lindonb: where is the accepted used?
lindonb: plugin manager
produces automatic table of parameters
see http://doc.tiki.org/PluginFade
CIA-87: 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
chealer: lindonb: thanks. hopefully that will be used in plugin form too
lindonb: if the icon parameter is undefined, fade produces "<a id="wpfade-1-link" class=>" which is invalid HTML.
"Attribute value missing"
(for class)
lindonb: okay, so shouldn't write class= if no icon, right?
chealer: 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
lindonb: how do you see html errors?
chealer: lindonb: which browser do you use, Firefox?
lindonb: yes, and safari
chealer: lindonb: do you have the Web Developer extension for Firefox?
lindonb: let me see...
doesn't look like it
i'll add
CIA-87: tikiwiki: 03chealer * r34434 10/branches/7.x/templates/categobjects.tpl:
tikiwiki: [FIX] HTML
tikiwiki: [FIX] Colons inside tr blocks
lindonb: i see now
have to validate on a public site apparently
chealer: 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"
lindonb: glad to know about this one - thanks
chealer: 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"
lindonb: ah yes, that works fine
thanks
you're a wealth of information!
lots of errors in the various validators
Sp4rKy: luciash: should I report it somewhere ?
chealer: 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?
lindonb: :)
***: qb has quit IRC (Ping timeout: 252 seconds)
Sp4rKy: chealer: yep, lemme check
chealer: bbl
Sp4rKy: luciash, chealer the line was introduced in rev 27609 by niclone
sylvieg: tracker export in broken .. again in 6
never understaood why jonnyb rewrote the export tracker.. the old one is less bugged
***: dabright has quit IRC (Quit: Leaving.)
coaboa has quit IRC (Ping timeout: 246 seconds)
Jyhem has quit IRC (Read error: Operation timed out)
Jyhem has joined #tikiwiki
steve_ has joined #tikiwiki
steve_: 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.
CIA-87: 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)
sylvieg: there is a trick with an url as link" target="xxx
if the setting in admin ->general menu can be html is on
steve_: I tried using the target= approach, but I didn't check for "Menu can be HTML"
I'll give it a go...
***: GillesM has quit IRC (Ping timeout: 246 seconds)
steve_: I just turn on "Menu can be HTML" and entered several permutations of "http://Domain.com target="_blank" without success.
sylvieg: there are 2 settings for this
you need to go in admin_>general .. I think to see them
***: GillesM has joined #tikiwiki
dabright has joined #tikiwiki
Tiki|bot: New Forum Posts: External login - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41254