←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
***Trebly has quit IRC (Ping timeout: 240 seconds) [00:36]
......... (idle for 40mn)
Caarrie has joined #tikiwiki
Caarrie|sleeping has joined #tikiwiki
Caarrie has quit IRC (Disconnected by services)
Caarrie|away has quit IRC (Disconnected by services)
[01:16]
......................... (idle for 2h1mn)
CIA-87tikiwiki: 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.
[03:19]
.... (idle for 19mn)
***coaboa has joined #tikiwiki
coaboa|afk has quit IRC (Ping timeout: 246 seconds)
[03:38]
..... (idle for 20mn)
CIA-87tikiwiki: 03lindonb * r34426 10/branches/7.x/lib/wiki-plugins/wikiplugin_fade.php: [FIX] Add since item to plugin info for easy documentation using PluginManager [03:58]
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. [04:03]
.... (idle for 19mn)
***chealer has quit IRC (Remote host closed the connection) [04:22]
CIA-87tikiwiki: 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. [04:31]
......... (idle for 40mn)
Tiki|botNew Forum Posts: Errors converting between wiziwig editor and tikisyntax editor - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41249 [05:11]
....... (idle for 33mn)
***chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
lindonb has quit IRC (Quit: lindonb)
[05:44]
.................. (idle for 1h28mn)
chealerthere 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 [07:15]
nevermind that [07:22]
..... (idle for 20mn)
***nkoth has quit IRC (Quit: nkoth) [07:42]
..... (idle for 24mn)
LordVan has joined #tikiwiki [08:06]
............ (idle for 59mn)
Sp4rKyhi
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 ?
[09:05]
***Trebly has joined #tikiwiki [09:18]
..................... (idle for 1h42mn)
Caarrie|sleeping is now known as Caarrie|away [11:00]
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 ?
[11:05]
.... (idle for 19mn)
luciashSp4rKy: seems a bug, u r right imho [11:24]
........ (idle for 36mn)
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. [12:00]
***LordVan has quit IRC (Quit: Verlassend) [12:01]
jonnyb has joined #tikiwiki [12:13]
CIA-87tikiwiki: 03jonnybradley * r34429 10/branches/7.x/styles/layout/layout.css: [FIX] modules: List rss feeds in a row when in bottom modules zone [12:16]
***Bernard1 has joined #tikiwiki [12:23]
...... (idle for 27mn)
Bernard1 has quit IRC (Quit: Leaving.) [12:50]
Bernard1 has joined #tikiwiki [12:58]
Bernard1it 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. [13:03]
jonnybBernard1: i tihnk you need to use the "scale" param to resize by a fraction - i.e. scale=0.25 [13:04]
Bernard1jonnyb: 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
[13:06]
..... (idle for 24mn)
CIA-87tikiwiki: 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)
[13:36]
***jonnyb has quit IRC (Quit: nite nite)
lindonb has joined #tikiwiki
[13:38]
lindonbchealer: would alnum work for plugin fade filter [13:42]
changi|awayTrebly: apache in prefork or worker mode ,
?
adding phpapc should help
[13:42]
lindonbchealer: or better to validate either "fast" or "slow" or numbers less than 1000 and greater than 0 [13:43]
changi|awayTrebly: doc /dev / themes and other community web site are hosted in OVH [13:44]
................. (idle for 1h23mn)
***lindonb has quit IRC (Quit: lindonb) [15:07]
..... (idle for 20mn)
lindonb has joined #tikiwiki [15:27]
....... (idle for 31mn)
luciashpolom
where can be the Forums "sections" edited ?
[15:58]
......... (idle for 40mn)
chealerpolom
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
[16:38]
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?
[16:47]
lindonbchealer: thanks. pretty easy to do both so I'll probably do that [16:47]
luciashchealer: yep, realized that too but wasn't sure
chealer: i just wanted to fix Tikiwiki > Tiki on http://tiki.org/tiki-forums.php
[16:47]
chealerluciash: right... :-( [16:54]
Tiki|botRecent 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 [16:54]
CIA-87tikiwiki: 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
[17:06]
............ (idle for 56mn)
tikiwiki: 03lindonb * r34432 10/branches/7.x/lib/wiki-plugins/wikiplugin_fade.php: [FIX] Use better filter speed params and validate them (thanks chealer) [18:02]
chealerlindonb: 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?
[18:05]
..... (idle for 22mn)
lindonbchealer: numbers would be better, integers probably the best [18:27]
chealerlindonb: OK, I'll change it [18:30]
lindonbthanks [18:30]
***Bernard1 has quit IRC (Quit: Leaving.) [18:34]
.... (idle for 16mn)
chealerlindonb: where is the accepted used? [18:50]
lindonbplugin manager
produces automatic table of parameters
see http://doc.tiki.org/PluginFade
[18:50]
CIA-87tikiwiki: 03chealer * r34433 10/branches/7.x/lib/wiki-plugins/wikiplugin_fade.php:
tikiwiki: [FIX] HTML special characters encoding
tikiwiki: improve speed parameters value description
[18:54]
chealerlindonb: 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)
[18:54]
lindonbokay, so shouldn't write class= if no icon, right? [18:58]
chealerlindonb: 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
[18:59]
lindonbhow do you see html errors? [19:04]
chealerlindonb: which browser do you use, Firefox? [19:05]
lindonbyes, and safari [19:05]
chealerlindonb: do you have the Web Developer extension for Firefox? [19:05]
lindonblet me see...
doesn't look like it
i'll add
[19:05]
CIA-87tikiwiki: 03chealer * r34434 10/branches/7.x/templates/categobjects.tpl:
tikiwiki: [FIX] HTML
tikiwiki: [FIX] Colons inside tr blocks
[19:09]
lindonbi see now
have to validate on a public site apparently
[19:23]
chealerlindonb: 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"
[19:30]
lindonbglad to know about this one - thanks [19:31]
chealerlindonb: 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" [19:31]
lindonbah yes, that works fine
thanks
you're a wealth of information!
lots of errors in the various validators
[19:33]
Sp4rKyluciash: should I report it somewhere ? [19:38]
chealerlindonb: yes, Tiki is as rich in HTML errors as in PHP notices :-)
Sp4rKy: do you know how to identify when this line was introduced?
[19:38]
lindonb:) [19:40]
***qb has quit IRC (Ping timeout: 252 seconds) [19:40]
Sp4rKychealer: yep, lemme check [19:42]
chealerbbl [19:47]
...... (idle for 28mn)
Sp4rKyluciash, chealer the line was introduced in rev 27609 by niclone [20:15]
.......... (idle for 48mn)
sylviegtracker export in broken .. again in 6 [21:03]
never understaood why jonnyb rewrote the export tracker.. the old one is less bugged [21:11]
***dabright has quit IRC (Quit: Leaving.) [21:21]
coaboa has quit IRC (Ping timeout: 246 seconds)
Jyhem has quit IRC (Read error: Operation timed out)
[21:34]
Jyhem has joined #tikiwiki [21:42]
steve_ has joined #tikiwiki [21:52]
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.
[21:53]
CIA-87tikiwiki: 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) [21:56]
sylviegthere is a trick with an url as link" target="xxx
if the setting in admin ->general menu can be html is on
[21:57]
steve_I tried using the target= approach, but I didn't check for "Menu can be HTML"
I'll give it a go...
[21:59]
***GillesM has quit IRC (Ping timeout: 246 seconds) [22:02]
steve_I just turn on "Menu can be HTML" and entered several permutations of "http://Domain.com target="_blank" without success. [22:08]
sylviegthere are 2 settings for this
you need to go in admin_>general .. I think to see them
[22:12]
***GillesM has joined #tikiwiki [22:18]
...... (idle for 29mn)
dabright has joined #tikiwiki [22:47]
....... (idle for 30mn)
Tiki|botNew Forum Posts: External login - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41254 [23:17]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)