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

WhoWhatWhen
***mohrt has joined #tikiwiki
mohrt has left
[00:00]
femabr has joined #tikiwiki [00:05]
femabrwhat is the syntax to make a note (blocknote) in a wiki ? [00:05]
***mohrt has joined #tikiwiki [00:11]
redflo has left [00:22]
lindonb has quit IRC (Quit: lindonb) [00:35]
.......... (idle for 45mn)
Caarrie|away is now known as Caarrie|sleeping [01:20]
.... (idle for 16mn)
idle-_ has quit IRC (Ping timeout: 255 seconds)
idle- has joined #tikiwiki
femabr has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
[01:36]
...... (idle for 28mn)
white has joined #tikiwiki
cdrwhite has quit IRC (Ping timeout: 245 seconds)
goj|ghost has joined #tikiwiki
goj has quit IRC (Read error: Operation timed out)
goj|ghost is now known as goj
fabricius has quit IRC (Ping timeout: 260 seconds)
[02:07]
Tiki|botNew Forum Posts: Getting rid of icons - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39824
New Forum Posts: facebook like button interfering with site - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=39823
[02:23]
***mohrt has quit IRC (Quit: Leaving.)
mohrt has joined #tikiwiki
mohrt has left
[02:33]
......... (idle for 41mn)
teresatrimm has left [03:19]
.... (idle for 15mn)
lindonb has joined #tikiwiki [03:34]
................. (idle for 1h20mn)
chealer has quit IRC (Read error: Connection reset by peer) [04:54]
lindonb has left [05:01]
........ (idle for 36mn)
fabricius has joined #tikiwiki [05:37]
fabricius has quit IRC (Ping timeout: 260 seconds) [05:48]
........................ (idle for 1h57mn)
kiilo has joined #tikiwiki [07:45]
coaboa||away has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 245 seconds)
[07:50]
........... (idle for 54mn)
Sug4r has quit IRC (Ping timeout: 265 seconds)
luciash has quit IRC (Ping timeout: 276 seconds)
[08:44]
kiilo has quit IRC (Ping timeout: 272 seconds) [08:51]
..... (idle for 23mn)
luciash has joined #tikiwiki
luciash has quit IRC (Changing host)
luciash has joined #tikiwiki
ChanServ sets mode: +o luciash
Sug4r has joined #tikiwiki
[09:14]
kiilo has joined #tikiwiki
kiilo has quit IRC (Ping timeout: 250 seconds)
[09:23]
...... (idle for 26mn)
coaboa||away is now known as coaboa [09:53]
coaboaa "Hi" to the tikiverse [09:53]
..... (idle for 21mn)
Tiki|botNew Forum Posts: Colorbox Plugin parameters - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39826 [10:14]
........ (idle for 37mn)
CIA-79tikiwiki: 03Jyhem * r31379 10/branches/proposals/3.x/lib/wiki-plugins/wikiplugin_subscribegroup.php: [FIX] Being in an included group is not incorrect, and can be handled [10:51]
........ (idle for 37mn)
***Caarrie|sleeping is now known as Caarrie|away
redflo has joined #tikiwiki
[11:28]
kiilo has joined #tikiwiki [11:34]
CIA-79tikiwiki: 03xavidp * r31380 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php: [MOD]A new command ggsave (from the nice ggplot package) to be sent through plugin validation [11:35]
***jonnyb has joined #tikiwiki [11:41]
.......... (idle for 46mn)
ricks99 has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki
[12:27]
changi|afkjonnyb: hi [12:29]
***changi|afk is now known as changi|work [12:29]
ricks99hi all :-) [12:29]
jonnybpolom changi|work, ricks99 and all [12:29]
changi|workjonnyb: i have a question for jquery master and more precisely checkbox. [12:30]
Tiki|botWelcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you!
Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you!
[12:30]
jonnybthanks Tiki|bot :) [12:31]
changi|workjonnyb: i have a list a 100 checkbox, i want to be able to check some of them in javascript using a specific patern
jonnyb: is that possible ?
for example: i want to check all checkbox starting with A
[12:32]
jonnybsry changi|work - back
certainly - i'll find you the doc (do you mean id starting with "A", name, contents? they're all possible with different selectors) - 1 mo
[12:35]
changi|workname starting with A [12:36]
jonnybok, trry this: http://api.jquery.com/attribute-contains-prefix-selector/
so you want $("input[name|=A]")
you can play with it in the console with $("input[name|=A]").click() for instance
[12:37]
changi|workjonnyb: yes, in fact i will put some more checkboxs at the top [12:38]
Tiki|botRecent Bug: Tracker item: #3711 - - Enhancement for sorting items within structures - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3711 [12:38]
changi|workdoes this work with jquery-ui or need i to add full jquery ? [12:39]
jonnybno, just jQuery
jq-ui are the add on objects like tabs, progress bar, dialog etc
[12:39]
changi|workok, i was asking because i already have jquery-ui added in this page [12:40]
jonnybhttp://jqueryui.com/demos/ [12:40]
changi|workand a jquery-1.4.2.min.js
i that enough ?
[12:41]
jonnybyou don't need jquery-ui for anything that's not on http://jqueryui.com/demos/
i.e. the basic $() stuff
[12:41]
changi|worki already use tabs :) [12:42]
CIA-79tikiwiki: 03jonnybradley * r31381 10/trunk/ (3 files in 3 dirs): [MRG] Automatic merge, branches/6.x 31374 to 31378 [12:49]
changi|workjonnyb: now you can i get this work with an array ? [12:49]
jonnybhow do you mean?
on http://dev.tiki.org/Tiki6#Regression_bugs the only one still outstanding is the one about forum links - can anyone explain it to me? (then i'll fix it)
[12:49]
ricks99@jonnyb: i has to do if the forum thread has multiple pages and the default view is anything *other then* flat
no matter the link, Tiki always only shows page 1 of comments
[12:52]
jonnybso it doesn't use the page number you mean (i find tiki forums totally baffling and never use them)
ok, i'll investigate - probably a query_auto_args missing
[12:52]
ricks99i've seen it on this thread in t.o: http://tiki.org/tiki-view_forum_thread.php?comments_parentId=35775&topics_offset=7&topics_sort_mode=lastPost_desc&forumId=6
the thread is 3 pages long, but notification links always only show page 1
[12:54]
changi|workjonnyb: should this $('input[value|="www"]').each(function() { this.checked = checked_status; }); work ? [12:54]
jonnybricks99: ok, so the links on the pages are ok, it's just in the mails? [12:55]
ricks99afaik [12:55]
jonnybthx ricks99 [12:55]
rodrigo_sampaiojonnyb: as far as I know yes, the problem is only in the notification messages send by email [12:55]
jonnybchangi|work: what is checked_status [12:55]
rodrigo_sampaiojonnyb: but I guess we are talkin about two different problems [12:55]
jonnybho rodrigo_sampaio - thx 2 [12:55]
changi|workchecked [12:55]
rodrigo_sampaiojonnyb: I was not aware of this problem with pagination [12:56]
jonnybwhat's the other one?
(lost now)
[12:56]
rodrigo_sampaiojonnyb: in other words, when you receive a notification email the link points you to the first page regardless if the topic has more than one page
jonnyb: this is the first one
[12:56]
jonnybok [12:56]
rodrigo_sampaiojonnyb: explained by ricks99 and I was not aware of this one [12:56]
jonnybricks99: wasn't that exactly what you just said?
"ricks99: the thread is 3 pages long, but notification links always only show page 1"
[12:57]
ricks99ricks99 thinks that rodrigo)sampaio & i are talking about the same thing? [12:57]
rodrigo_sampaiojonnyb: yes, this is the one he explained
jonnyb: but there is a second one, both are related
[12:57]
jonnybok, i'll try and fix that one... [12:58]
rodrigo_sampaiojonnyb: I will explain it, I can't type in English that fast :P [12:58]
ricks99ricks99 will drink more coffee and let rodrigo_sampaio explain. [12:58]
jonnybthanks rodrigo_sampaio - no rush... [12:58]
rodrigo_sampaiojonnyb: the second problem is that the anchor for the forum topic is wrong [12:58]
jonnybi need to make a thread locally that is more than a page long! :P [12:59]
rodrigo_sampaiojonnyb: no matter if the topic has just one page or more than one page [12:59]
ricks99@jonnyb: u can simply change the the # of reccords per page to "2" [12:59]
changi|workjonnyb: ok will find out, thank you [12:59]
rodrigo_sampaiojonnyb: the expected behavior is that when you click in the link you go directly to the new message instead of the top of the page [12:59]
jonnybhmmm, it sounds like this may not be just a "fix" but forums haven't been written with the concept of more than one page (properly) [13:00]
ricks99I thought the expected behavior is to show the full thread -- not simply the message -- but anchored at the new msg?
showing the reply out of context is not very helpful (imho)
[13:00]
rodrigo_sampaioricks99: yes, you are write. this is what I meant but I said something differently
fixing the anchor should be easy, the pagination, as jonnyb said, I think it is not just a quick fix
[13:01]
***kiilo has quit IRC (Quit: leaving ...) [13:09]
.... (idle for 19mn)
changi|workjonnyb: found what i need : value*=toto :) [13:28]
jonnybsuper - sorry, i lost track there
it's all in api.jquery.com though
[13:28]
changi|workjonnyb: i found it. JQuery is so easy when you have examples :)
like tiki :)
[13:33]
jonnybhmmm, examples can be wrong though... ;)
the api is the ultimate source
[13:34]
changi|workwas talking about api examples. [13:34]
***conner_bw has joined #tikiwiki [13:34]
changi|workon http://api.jquery.com/category/selectors/ [13:35]
jonnybphew, as long as you're not using _my_ examples in tiki! :P
once you're more familiar this is quite nice too: http://api.jquery.com/browser/
[13:35]
changi|workjonnyb: was talking about the confirmation stuff with pkdille, would it be possible to replace it with a popup ? [13:37]
jonnybsome of it used to be in fact (when using xajax)
so yes, it's possible
nicer to use a jquery-ui dialog, i think
[13:38]
changi|workjonnyb: exactly, i was talking about the jquery-ui one
:)
jquery is my new friend
[13:38]
jonnyb:)
"write less, do more" is a great slogan!
[13:39]
changi|workdoes jquery allow regexp ? [13:41]
lphuberdeaujavascript does that alone [13:41]
jonnybJavaScript itself does -
:P - morning lphuberdeau
check out the string functions like match and replace
[13:41]
changi|worklphuberdeau: morning :) [13:42]
***redflo has quit IRC (Remote host closed the connection) [13:43]
jonnybok, sorry all - giving in on the forum stuff - it's all calculated in smarty, life's too short :( [13:46]
Tiki|botNew Forum Posts: problem - maybe a bug - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39828 [13:48]
lphuberdeaulphuberdeau heads to the office [13:49]
jonnybone thing has been bugging me (for a few years) - why is the maximum time for wiki_cache 2 hours? why not 2 days, for instance?
as long as it remakes the cache if the page is changed surely it could be practically infinite
[13:51]
***lphuberdeau has quit IRC (Ping timeout: 240 seconds) [13:53]
lphuberdeau has joined #tikiwiki [13:59]
.... (idle for 16mn)
ricks99 has quit IRC (Remote host closed the connection) [14:15]
redflo has joined #tikiwiki [14:23]
ricks99 has joined #tikiwiki [14:34]
LN_ has joined #tikiwiki
mohrt has joined #tikiwiki
[14:43]
LN_In tiki 6.0, the editing box of blog posts don't stop loading... somebody knows what going on on my tiki? [14:46]
***lphuberdeau has quit IRC (Remote host closed the connection) [14:48]
jonnybLN_: are you getting javascript errors? [14:54]
LN_jonnyb: uncaught exception: [CKEDITOR.resourceManager.add] The resource name "tikiimage" is already registered. (Is it a javascript error?) [14:57]
jonnybyes, that'll be the one
can you update to 6.1 (beta 2?)
or wait until later and 6.1 will be released
[14:58]
LN_Do you have an idea when the 6.1 will be release? [14:59]
jonnybtonight in theory [14:59]
LN_oooh
great:)
[14:59]
jonnybpretty certian that one should be fixed (whether that fixes your prob or not i'm not sure)
wysiwyg in blog is still a bit patchy
[15:00]
LN_BTW, you did a great job in the fixing the wysiwyg !! :D [15:01]
jonnybthanks LN_ (slightly ran out of steam in implementing it properly in every single area) [15:01]
LN_jonnyb: That's not important, you did a terrific job where it was mostly important !! [15:05]
jonnyb:) [15:05]
***conner_bw has quit IRC (Ping timeout: 245 seconds) [15:11]
changi|workjonnyb: tonight it's a RC1 ? [15:12]
jonnyboh yes, of course - probably a good thing, there have been a few fixes
also i have one more cclite one to go in
(so being extra careful!)
[15:13]
ricks99Q: am i correct in assuming that the Menu type (dynamic, fixed, etc) has no affect when using type=css ? [15:18]
jonnybprobably ricks99 - it was fairly patchy in phplm anyway...
i never really understood that code - really convoluted
[15:19]
ricks99thats what i thought (and for phplayer, if still used, too). t x for verifciation. :-) [15:19]
jonnybphplayermenus are going in 7 - woo hoo! :) [15:20]
ricks99cool. the category browser is being updated to use css? sweeet [15:21]
jonnybhas been already (for 5 i think)
not pretty though (yet)
[15:21]
ricks99ah... :-) [15:21]
***lphuberdeau has joined #tikiwiki [15:21]
jonnybanyone got any thoughts on: why is the maximum time for wiki_cache 2 hours? why not 2 days, for instance? [15:23]
CIA-79tikiwiki: 03jonnybradley * r31382 10/branches/6.x/lib/ (3 files in 3 dirs): [FIX] cclite payments: Use registry's defined currency if set, not the global pref and use correct registry for transaction on cclite server. [15:27]
***fabricius has joined #tikiwiki [15:37]
CIA-79tikiwiki: 03Jyhem * r31383 10/branches/6.x/templates/tiki-register.tpl: [FIX] Allow valid email syntax 'display name <email>' [15:39]
ricks99isn't there a tracker type for multi-select? [15:42]
lphuberdeaujonnyb, 2 hours seems reasonable... if some cache gets stale because of a missing invalidation, at least it won't last too long [15:44]
oooo managed to cut down the indexing time from 50 minutes to 20 minutes [15:54]
***chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
[15:59]
lphuberdeaulphuberdeau just understood why search was this slow on my dump of doc.t.o
maxRecords is set to the unrealistic value of 2000
some days, I think wiki way site administration is a major failure
[16:09]
***mohrt has left
changi|work has quit IRC (*.net *.split)
[16:12]
jonnybcrikey - 2000 items per page? :O [16:15]
lphuberdeauyes
that was essentially causing tiki to... load all the db's data in memory
[16:15]
jonnybyes, wiki-admin not the best use of the theory
ouch
and doc.t.o is not a trivial data set
[16:15]
***ricks99 has quit IRC (Remote host closed the connection)
changi|work has joined #tikiwiki
lorinc has joined #tikiwiki
[16:17]
sylviegHow do I do with tiki a <a href="javascript:window.print()>Print</a> without haveing ,x> and without writing a plugin? [16:24]
jonnybhtml plugin sylvieg? [16:25]
sylvieggood idea...
no it escapes the javascript :-(
perhaps I am on an old version..
[16:25]
jonnybreally? ah, do you have allow_html on the page?
i think that has a sanitising problem
[16:27]
sylviegI am on an html page...
I will try on on tiki6
Btw - has somebody a good idea
[16:27]
jonnybyes, the html plugin etc sometimes gets sanitised in html pages in tiki 6 [16:28]
sylviegI need to display output of some tracker fields in a TRACKER via pretty [16:28]
jonnybi've investigated a few times but never found the cause [16:28]
sylviegwas thing to use a syntax like {$foutput_1234} [16:28]
***conner_bw has joined #tikiwiki [16:28]
sylviegbut ... I am not sure...
{$f_1234|output}
[16:29]
jonnybwhat does |output do? [16:29]
sylviegit will replace the <input of the field with the display of the field
people uses TRACKERITEMFIELD now - that is very slow
I need to find a syntax to do it...
for instance Heel Mrs {$f_1234|output} give me your age {$f_3456}
[16:29]
chealerpolom [16:31]
sylviegthat will produce Hello Mr jonnyb, give me your age <input>>>> [16:31]
jonnybhmm, i see - not tried anything like that - you're suggesting adding an output modifier? sounds like a good way...
polom chealer
[16:32]
sylviegpolom
it will not be really a modifier in a smarty way...
[16:33]
***ddub711 has joined #tikiwiki [16:39]
jonnybsylvieg: i suppose you could do something nasty with jquery and css, to convert some fields into labels?
would save having to change the tracker code (which usually ends up breaking something you've never heard of)
[16:42]
.... (idle for 17mn)
sylvieg: going back to your <a href="javascript:window.print()>Print</a> issue - you could make the link normally and use the {jq} plugin to apply a click handler [17:01]
***LN_ has quit IRC (Ping timeout: 265 seconds) [17:08]
..... (idle for 21mn)
chealer has quit IRC (Remote host closed the connection)
Wilkins has quit IRC (Ping timeout: 240 seconds)
ricks99 has joined #tikiwiki
[17:29]
jonnyb has quit IRC (Ping timeout: 245 seconds) [17:44]
gooroo has joined #tikiwiki [17:57]
gooroois anyone familiar with using DSNs on TW? [17:58]
***SEWilco2 has quit IRC (Quit: Leaving.)
SEWilco2 has joined #tikiwiki
[18:01]
lphuberdeaugooroo, somewhat [18:07]
goorooi am trying to create a dsn string to access an AS400 database, but when i run the query, th epage is completely blank... cant even see the tiki page
do i need to install a driver?
[18:08]
lphuberdeauit essentially runs through ADODB, is there a driver for that? [18:09]
gooroothere is a client access driver provided by IBM
can you give me an example of what the DSN would look like?
adodb://user:pass@hostname/databasename <-- Something like this?
[18:09]
lphuberdeauno
adodb is the database layer
your driver probably uses odbc
so you need to use adodb's odbc driver
but you should know, I don't think this case was ever tested
[18:11]
if not through odbc, you can always search for a driver written somewhere or attempt to write one of your own... however, they so seem to average 700 lines of code [18:19]
gooroodont think i will be writing any drivers ;) Thanks a lot for the help [18:21]
lphuberdeauwell, it's not really a driver, just an adapter in php
assuming there is a php extension for it
[18:22]
gooroo1 more question. do you know why when using the plugin sql, nothing would appear in the window at all? i cant even see the menus, header or anything. [18:22]
lphuberdeauthat's probably because a fatal error happened [18:23]
goorooahh [18:23]
lphuberdeauunder admin > general, you should be able to turn on PHP error reporting to see what's going on [18:23]
goorooyup it was fatal [18:25]
***LN_ has joined #tikiwiki
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
conner_bw_ has joined #tikiwiki
conner_bw has quit IRC (Ping timeout: 245 seconds)
conner_bw_ is now known as conner_bw
changi|work is now known as changi|afk
[18:26]
.... (idle for 17mn)
fabricius has quit IRC (Ping timeout: 264 seconds)
olinuxx has joined #tikiwiki
[18:53]
..... (idle for 22mn)
Bsfez has joined #tikiwiki [19:16]
BsfezI update to tw6.1 alpha then i was out of business with a HD failure and i get back to find hundreds of fony registration. someone else ?
just in 4 days
[19:18]
ricks99is your site under attachK? [19:20]
lphuberdeauis captcha enabled? [19:21]
changi|afkchangi|afk preparing release [19:31]
CIA-79tikiwiki: 03changi67 * r31384 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing release [19:33]
tikiwiki: 03changi67 * r31385 10/branches/6.x/README: [REL] Update README file for 6.1RC1 [19:42]
QantouriscAnyone tried graphviz in wiki6 N [19:45]
CIA-79tikiwiki: 03changi67 * r31386 10/branches/6.x/lang/ (47 files in 47 dirs): [REL] Update language.php files for 6.1RC1
tikiwiki: 03changi67 * r31387 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.1RC1
tikiwiki: 03changi67 * r31388 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.1RC1
[19:49]
***rodrigo_sampaio has quit IRC (Quit: Leaving.)
conner_bw has quit IRC (Ping timeout: 245 seconds)
rodrigo_sampaio has joined #tikiwiki
[19:53]
CIA-79tikiwiki: 03changi67 * r31389 10/branches/6.x/db/tiki-secdb_6.1_mysql.sql: [REL] SecDB for 6.1RC1
tikiwiki: 03changi67 * r31391 10/tags/6.1RC1/: [REL] Tagging release
[19:57]
***lphuberdeau has quit IRC (Ping timeout: 265 seconds) [20:02]
lphuberdeau has joined #tikiwiki [20:09]
sylviegCan I commit to 6 or I need to wait? [20:19]
changi|afksylvieg: is it a fix ?
:)
[20:21]
sylviegyes [20:21]
changi|afkgo go go
rc is finished
[20:21]
CIA-79tikiwiki: 03sylvieg * r31392 10/branches/6.x/lib/trackers/trackerlib.php: [FIX]tracker: IP does not seem to be a global anymore -> fix uniq for IP [20:25]
.... (idle for 16mn)
***teresatrimm has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 240 seconds)
[20:41]
lorinc has quit IRC (Remote host closed the connection) [20:49]
..... (idle for 20mn)
changi|afkladies and gentlemen, 6.1 RC1 is out [21:09]
coaboacool [21:11]
changi|afkplease try some of the archive file [21:12]
***LN_ has quit IRC (Ping timeout: 265 seconds) [21:15]
...... (idle for 28mn)
conner_bw has joined #tikiwiki [21:43]
Bsfez"is captcha enabled?"... That's a kind of a question... It was for sure ! Now captcha is not enabled and i can't find the option "Prevent automatic/robot registration:" in the Admin "log-in" section.
hu ???
[21:53]
***jonnyb has joined #tikiwiki [21:53]
coaboahi jonny thx again for the "quick fix" regarding the removing of multiple selected files [21:54]
jonnybhi coaboa - no problem, funny how something like that can be missing for so long! [21:56]
coaboaneeds a stupid person to find it ;-) you can call on me! [21:56]
***conner_bw has quit IRC (Ping timeout: 245 seconds) [21:57]
jonnybjonnyb wonders how many people's pages got lost before we spotted it [21:58]
lphuberdeausome days, I wonder if anyone is using tiki at all [21:59]
***ddub711 has quit IRC (Ping timeout: 260 seconds) [22:04]
SEWilco2Bsfez: Look in Admin Home > Security for anti-robot. [22:04]
Bsfezjust find it :) tks [22:05]
jonnyblphuberdeau: no, i think they just download it for fun! [22:05]
luciashpolom polom [22:06]
Bsfezi wonder if having login setting and antibot captcha in different section of the admin is a smart move [22:06]
jonnybmind you, i just had to submit a form 7 times to buy my bro-in-law national geographic for xmas... (you'd have thought...)
polom luciash
[22:06]
luciashhi jonnyb
sylvieg: around still with the JS <x> problem ?
[22:06]
Bsfezi think this option should be available on both place to be set in a convinient way. [22:07]
luciashsylvieg: was it in preview or after save ? i found out the <x> appears sometimes only in preview mode... or was it the other way around ?
jonnyb: wow, 7 times, that's annoying... i wonder you didn't gave up ;)
[22:07]
jonnybluciash: it depends on if allow_html is checked for that page - if it is then _everything_ (including html plugin body) gets xss filtered, so you can't (always) use all html in html pages
luciash: i enjoyed the debug ;)
i was tempted to change it (so if you allow html there's no filtering) but then chickened out
[22:10]
luciashi wonder what is the trust_html_nput perm for actually, if admin doesn't have it [22:12]
jonnybthe {js} or {jq} plugins probably work [22:12]
luciashthat would be bad move i guess [22:13]
jonnybit's all a bit murky [22:13]
luciashbetter would be if it skipped the html plugin body [22:13]
jonnybnon-trivial
anyway, i suspect we all should be downloding and testing the 6.1 RC 1 packages...
:P
[22:13]
luciashand i wonder why can't we use that perm trust_bla_bla for skipping all that annoying html plugin validation when i am admin [22:14]
jonnybhttp://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/ [22:14]
luciashhihi [22:14]
jonnybagain, auto-trust is very involved (lphuberdeau promises nice things for tiki 7, ay?) [22:15]
luciashand we could even use that perm for that "html in menu items controversy" if it really actually worked for anything [22:15]
lphuberdeautrust_input was a hack for admins to safely ignore the <x> issues
introduced in 2
[22:16]
luciashluciash is not sure if that perm is implemented for anything in Tiki at all [22:16]
jonnyb:D
jonnyb tests the tiki-6.1.RC1.zip
[22:16]
luciashlphuberdeau: does it still work in 6 ? [22:16]
lphuberdeauit has absolutely nothing to do with plugin validation, that's just bad documentation that slipped in
I have no idea, I think the idea was a failure from the start and I don't even bother supporting it
[22:17]
jonnybit's wiki-admin again... [22:17]
luciashlphuberdeau: i know it didn't work (and wasn't meant to be) for plugin validation
lphuberdeau: but couldn't it be used for that too ?
lphuberdeau: haha
[22:17]
lphuberdeauthere are different technical issues preventing that [22:17]
luciashit's just a perm [22:18]
lphuberdeaujust for the amount of time I wasted explaining the issue, I would have fixed it if it were easy [22:18]
luciashi mean it is just a perm to be checked against user in group before saving/previewing
isn't it ?
[22:19]
lphuberdeauno
absolutely not
[22:20]
Tiki|botRecent Bug: Tracker item: #3712 - - Parsing issues in wiki HTML pages - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3712 [22:20]
***sylvieg has left [22:20]
jonnybchangi|afk: tiki-6.1.RC1 unpacks and installs fine, i expect the others do too - thanks :) [22:22]
luciashhm, ok, i understand if some other user comes not having the perm assigned afterwards and edits the page it will become sanitized again, right, but it is not a big issue
imho
[22:22]
lphuberdeauthere is just no hook in the code, nowhere other than during the actual execution, that you have the information necessary to register the plugin signatures, that's the issue [22:23]
***sylvieg has joined #tikiwiki
ChanServ sets mode: +o sylvieg
[22:24]
Tiki|botRecent Bug: Tracker item: #3713 - - Comment box below wiki page opens too small the first time - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3713 [22:30]
***Gergely has joined #tikiwiki [22:31]
GergelyHi all! long time not see. Would someone try on a tiki web page looking at the non-existing subfolder /a/a? Just logged the issue. I could reproduce on a tiki website luciash mentioned once: kincwood. Not reproducable on dev.tiki.org. Has it been fixed? [22:37]
coaboagood night [22:39]
***coaboa is now known as coaboa||away [22:40]
luciashGergely: what you mean by non-existing subfolder ?
a/a/ ?
[22:40]
Tiki|botRecent Bug: Tracker item: #3714 - - default tiki setup vulnarable to subfolder links - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3714 [22:40]
luciashgood night coaboa||away [22:40]
Gergelyon the server there is normally no 'a' folder
try yourwebpage.com/a/a
good night coaboa
[22:41]
luciashGergely: i don't understand the problem
Gergely: what it should do ideally ?
[22:43]
jonnybhi Gergely [22:43]
Gergelyhi jonnyb [22:43]
luciashGergely: now it just says page a/a doesn't exist [22:43]
Gergelythat is ideal
it does not do that for me
[22:44]
luciashGergely: what it does for you ? [22:44]
Gergelyit loads the page for a long time...
and when it stops it shows some parts of the page with white background in a nasty format
Firefox/3.6.12
[22:44]
jonnybwhat tiki version Gergely? [22:46]
luciashGergely: hmm, ok, and why is it security related ?
Gergely: isn't it just nasty look related ? :)
[22:46]
Gergelywell, it is easy to overload the server. it is not a serious issue perhaps
I am not sure what the server does actually
[22:47]
***teresatrimm is now known as ttrimm|AFK [22:47]
Gergelytiki version 5.3
I have to say I have not tried on a fresh install
[22:48]
jonnybi added a pref to add the <base> tag in the <head> in tiki6.1 - might help [22:49]
Gergelywow jonnyb. is 6.1 out? [22:50]
jonnybRC 1 is out now
http://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/
[22:50]
Gergelyoh, yes. sounds good. I will wait for the 6.1, but thanks for the hint
jonnyb: am i supposed to be able to find the base tag in the dev.tiki.org page source?
[22:51]
jonnybGergely: think it got turned off again while i was fixing it [22:55]
Gergelya/a is handled properly, so it must be something else doing the trick
does dev.tiki.org have a special htaccess?
[22:56]
***Trebly has joined #tikiwiki [22:58]
lphuberdeausmall modifications [22:58]
luciashGergely: try allow / in page names [22:58]
lphuberdeaumostly additional rewrite rules [22:59]
luciashAdmin > Wiki i suppose [22:59]
Gergelylooking... [22:59]
luciashGergely: sorry, it will probably not be that
Gergely: affects new page creations only afaics
[23:04]
Gergelyok.
stopped looking
lphuberdeau: is there a rewrite rule for subfolder urls?
[23:05]
lphuberdeauexample? [23:08]
Gergelya/a [23:09]
lphuberdeauwhere do you want that to point? [23:09]
Gergelysomething like page not found [23:09]
lphuberdeautiki will take any remaining URL and send it as a wiki page name essentially
404 is then handled by tiki
[23:10]
Gergelysince when? [23:11]
lphuberdeaulong time I believe [23:11]
luciashGergely: it is very well possible that you only need to set the RewriteBase [23:11]
Gergely5.1 I had to fill in ErrorDocument 404 /tiki-index.php?page=access+denied
RewriteBase / ?
[23:12]
luciashyep [23:12]
Gergelyis it enough to do it just once right after RewriteEngine On?
because I did that
[23:13]
luciashGergely: or add the base tag as jonny suggested to your L&F > General Layout > HEAD code [23:13]
Gergelylike <base>? sorry, I lack the example [23:14]
luciashsearch google for base html tag [23:15]
Gergelytried it. no joy [23:19]
jonnybthe trouble with <base> is that it needs the full url (inc page) to work properly
but it might not be that for you Gergely - might be how page not found is being handled
[23:20]
luciashjonnyb: tried it on kincwood, no joy either
might be fixed in 6.x but not in 5.x
[23:22]
jonnybthe fix in 6.x copes with it afaik now
no, 5.x is done now
[23:22]
luciashi mean adding the <base> tag manually doesn't change the "broken" stylesheet display, but fixes the links at least
in 5.x
[23:23]
jonnybyes, but will break {maketoc} and other ahnchors
anchors
[23:24]
luciashhmm, must upgrade that site
running 5.0 still
any idea why it says new version is available 5.3 but not 6.0 ?
[23:26]
jonnybbugs (unreported) :P [23:27]
Gergelythank you guys for the effort. looking forward to 6.1 [23:27]
***conner_bw has joined #tikiwiki [23:27]
Gergelygood night [23:28]
luciashjonnyb: hmm, i thought it should work fine nowadays (the latest version detection)
Gergely: good nite
[23:30]
***conner_bw has quit IRC (Client Quit) [23:30]
chealerluciash: stable.version is not updated yet. I think 6.1 would be the time to put 6 [23:31]
luciashchealer: oh ? i have 6.0 as latest in my tikitrunk/doc/stable.version [23:31]
chealerluciash: I'm not sure if major updates are proposed the same way as minor updates though [23:31]
***Gergely has quit IRC (Ping timeout: 265 seconds) [23:32]
luciashand it seems commited for me [23:32]
chealerluciash: hum. tiki.org/stable.version has 6.0, but tikiwiki.org/stable.version doesn't. [23:32]
luciashaaaaah, that's the problem [23:33]
chealersurely old Tiki versions look at the latter. [23:33]
luciashTiki 5 was still referring to tikiwiki.org
yup yup
[23:33]
chealerI don't understand the discrepancy [23:33]
luciashchangi|afk: when you come back to k, can you please update that one ?
chealer: missing rewrite rule
i suppose
on t.o
[23:33]
hmm, there's something wrong on tiki.org with utf-8 [23:41]
***conner_bw has joined #tikiwiki [23:41]
luciashcannot save page escription or structure alias in czech
tried to save "Obsah tiki.org v češtině" but turned out as "Obsah tiki.org v ?eštin?"
*description
[23:41]
***Caarrie|away has quit IRC (Ping timeout: 265 seconds) [23:45]
coaboa||away has quit IRC (Ping timeout: 245 seconds)
mohrt has joined #tikiwiki
GillesM has joined #tikiwiki
ricks99 has joined #tikiwiki
[23:51]

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