[00:00] *** mohrt has joined #tikiwiki [00:00] *** mohrt has left [00:05] *** femabr has joined #tikiwiki [00:05] what is the syntax to make a note (blocknote) in a wiki ? [00:11] *** mohrt has joined #tikiwiki [00:22] *** redflo has left [00:35] *** lindonb has quit IRC (Quit: lindonb) [01:20] *** Caarrie|away is now known as Caarrie|sleeping [01:36] *** idle-_ has quit IRC (Ping timeout: 255 seconds) [01:37] *** idle- has joined #tikiwiki [01:39] *** femabr has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014]) [02:07] *** white has joined #tikiwiki [02:11] *** cdrwhite has quit IRC (Ping timeout: 245 seconds) [02:14] *** goj|ghost has joined #tikiwiki [02:17] *** goj has quit IRC (Read error: Operation timed out) [02:17] *** goj|ghost is now known as goj [02:19] *** fabricius has quit IRC (Ping timeout: 260 seconds) [02:23] New Forum Posts: Getting rid of icons - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39824 [02:23] New Forum Posts: facebook like button interfering with site - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=39823 [02:33] *** mohrt has quit IRC (Quit: Leaving.) [02:37] *** mohrt has joined #tikiwiki [02:38] *** mohrt has left [03:19] *** teresatrimm has left [03:34] *** lindonb has joined #tikiwiki [04:54] *** chealer has quit IRC (Read error: Connection reset by peer) [05:01] *** lindonb has left [05:37] *** fabricius has joined #tikiwiki [05:48] *** fabricius has quit IRC (Ping timeout: 260 seconds) [07:45] *** kiilo has joined #tikiwiki [07:50] *** coaboa||away has joined #tikiwiki [07:50] *** coaboa has quit IRC (Ping timeout: 245 seconds) [08:44] *** Sug4r has quit IRC (Ping timeout: 265 seconds) [08:46] *** luciash has quit IRC (Ping timeout: 276 seconds) [08:51] *** kiilo has quit IRC (Ping timeout: 272 seconds) [09:14] *** luciash has joined #tikiwiki [09:14] *** luciash has quit IRC (Changing host) [09:14] *** luciash has joined #tikiwiki [09:14] *** ChanServ sets mode: +o luciash [09:18] *** Sug4r has joined #tikiwiki [09:23] *** kiilo has joined #tikiwiki [09:27] *** kiilo has quit IRC (Ping timeout: 250 seconds) [09:53] *** coaboa||away is now known as coaboa [09:53] a "Hi" to the tikiverse [10:14] New Forum Posts: Colorbox Plugin parameters - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39826 [10:51] tikiwiki: 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 [11:28] *** Caarrie|sleeping is now known as Caarrie|away [11:29] *** redflo has joined #tikiwiki [11:34] *** kiilo has joined #tikiwiki [11:35] tikiwiki: 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:41] *** jonnyb has joined #tikiwiki [12:27] *** ricks99 has joined #tikiwiki [12:28] *** rodrigo_sampaio has joined #tikiwiki [12:29] jonnyb: hi [12:29] *** changi|afk is now known as changi|work [12:29] hi all :-) [12:29] polom changi|work, ricks99 and all [12:30] jonnyb: i have a question for jquery master and more precisely checkbox. [12:30] 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] 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:31] thanks Tiki|bot :) [12:32] jonnyb: i have a list a 100 checkbox, i want to be able to check some of them in javascript using a specific patern [12:32] jonnyb: is that possible ? [12:32] for example: i want to check all checkbox starting with A [12:35] sry changi|work - back [12:36] 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:36] name starting with A [12:37] ok, trry this: http://api.jquery.com/attribute-contains-prefix-selector/ [12:37] so you want $("input[name|=A]") [12:38] you can play with it in the console with $("input[name|=A]").click() for instance [12:38] jonnyb: yes, in fact i will put some more checkboxs at the top [12:38] Recent Bug: Tracker item: #3711 - - Enhancement for sorting items within structures - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3711 [12:39] does this work with jquery-ui or need i to add full jquery ? [12:39] no, just jQuery [12:40] jq-ui are the add on objects like tabs, progress bar, dialog etc [12:40] ok, i was asking because i already have jquery-ui added in this page [12:40] http://jqueryui.com/demos/ [12:41] and a jquery-1.4.2.min.js [12:41] i that enough ? [12:41] you don't need jquery-ui for anything that's not on http://jqueryui.com/demos/ [12:42] i.e. the basic $() stuff [12:42] i already use tabs :) [12:49] tikiwiki: 03jonnybradley * r31381 10/trunk/ (3 files in 3 dirs): [MRG] Automatic merge, branches/6.x 31374 to 31378 [12:49] jonnyb: now you can i get this work with an array ? [12:49] how do you mean? [12:50] 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:52] @jonnyb: i has to do if the forum thread has multiple pages and the default view is anything *other then* flat [12:52] no matter the link, Tiki always only shows page 1 of comments [12:52] so it doesn't use the page number you mean (i find tiki forums totally baffling and never use them) [12:53] ok, i'll investigate - probably a query_auto_args missing [12:54] i'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 [12:54] the thread is 3 pages long, but notification links always only show page 1 [12:54] jonnyb: should this $('input[value|="www"]').each(function() { this.checked = checked_status; }); work ? [12:55] ricks99: ok, so the links on the pages are ok, it's just in the mails? [12:55] afaik [12:55] thx ricks99 [12:55] jonnyb: as far as I know yes, the problem is only in the notification messages send by email [12:55] changi|work: what is checked_status [12:55] jonnyb: but I guess we are talkin about two different problems [12:55] ho rodrigo_sampaio - thx 2 [12:55] checked [12:56] jonnyb: I was not aware of this problem with pagination [12:56] what's the other one? [12:56] (lost now) [12:56] jonnyb: 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 [12:56] jonnyb: this is the first one [12:56] ok [12:56] jonnyb: explained by ricks99 and I was not aware of this one [12:57] ricks99: wasn't that exactly what you just said? [12:57] "ricks99: the thread is 3 pages long, but notification links always only show page 1" [12:57] * ricks99 thinks that rodrigo)sampaio & i are talking about the same thing? [12:57] jonnyb: yes, this is the one he explained [12:58] jonnyb: but there is a second one, both are related [12:58] ok, i'll try and fix that one... [12:58] jonnyb: I will explain it, I can't type in English that fast :P [12:58] * ricks99 will drink more coffee and let rodrigo_sampaio explain. [12:58] thanks rodrigo_sampaio - no rush... [12:58] jonnyb: the second problem is that the anchor for the forum topic is wrong [12:59] i need to make a thread locally that is more than a page long! :P [12:59] jonnyb: no matter if the topic has just one page or more than one page [12:59] @jonnyb: u can simply change the the # of reccords per page to "2" [12:59] jonnyb: ok will find out, thank you [12:59] jonnyb: 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 [13:00] hmmm, 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] I thought the expected behavior is to show the full thread -- not simply the message -- but anchored at the new msg? [13:00] showing the reply out of context is not very helpful (imho) [13:01] ricks99: yes, you are write. this is what I meant but I said something differently [13:02] fixing the anchor should be easy, the pagination, as jonnyb said, I think it is not just a quick fix [13:09] *** kiilo has quit IRC (Quit: leaving ...) [13:28] jonnyb: found what i need : value*=toto :) [13:28] super - sorry, i lost track there [13:29] it's all in api.jquery.com though [13:33] jonnyb: i found it. JQuery is so easy when you have examples :) [13:34] like tiki :) [13:34] hmmm, examples can be wrong though... ;) [13:34] the api is the ultimate source [13:34] was talking about api examples. [13:34] *** conner_bw has joined #tikiwiki [13:35] on http://api.jquery.com/category/selectors/ [13:35] phew, as long as you're not using _my_ examples in tiki! :P [13:35] once you're more familiar this is quite nice too: http://api.jquery.com/browser/ [13:37] jonnyb: was talking about the confirmation stuff with pkdille, would it be possible to replace it with a popup ? [13:38] some of it used to be in fact (when using xajax) [13:38] so yes, it's possible [13:38] nicer to use a jquery-ui dialog, i think [13:38] jonnyb: exactly, i was talking about the jquery-ui one [13:38] :) [13:39] jquery is my new friend [13:39] :) [13:39] "write less, do more" is a great slogan! [13:41] does jquery allow regexp ? [13:41] javascript does that alone [13:41] JavaScript itself does - [13:42] :P - morning lphuberdeau [13:42] check out the string functions like match and replace [13:42] lphuberdeau: morning :) [13:43] *** redflo has quit IRC (Remote host closed the connection) [13:46] ok, sorry all - giving in on the forum stuff - it's all calculated in smarty, life's too short :( [13:48] New Forum Posts: problem - maybe a bug - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39828 [13:49] * lphuberdeau heads to the office [13:51] one 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? [13:52] as long as it remakes the cache if the page is changed surely it could be practically infinite [13:53] *** lphuberdeau has quit IRC (Ping timeout: 240 seconds) [13:59] *** lphuberdeau has joined #tikiwiki [14:15] *** ricks99 has quit IRC (Remote host closed the connection) [14:23] *** redflo has joined #tikiwiki [14:34] *** ricks99 has joined #tikiwiki [14:43] *** LN_ has joined #tikiwiki [14:43] *** mohrt has joined #tikiwiki [14:46] In tiki 6.0, the editing box of blog posts don't stop loading... somebody knows what going on on my tiki? [14:48] *** lphuberdeau has quit IRC (Remote host closed the connection) [14:54] LN_: are you getting javascript errors? [14:57] jonnyb: uncaught exception: [CKEDITOR.resourceManager.add] The resource name "tikiimage" is already registered. (Is it a javascript error?) [14:58] yes, that'll be the one [14:58] can you update to 6.1 (beta 2?) [14:58] or wait until later and 6.1 will be released [14:59] Do you have an idea when the 6.1 will be release? [14:59] tonight in theory [14:59] oooh [14:59] great:) [15:00] pretty certian that one should be fixed (whether that fixes your prob or not i'm not sure) [15:00] wysiwyg in blog is still a bit patchy [15:01] BTW, you did a great job in the fixing the wysiwyg !! :D [15:01] thanks LN_ (slightly ran out of steam in implementing it properly in every single area) [15:05] jonnyb: That's not important, you did a terrific job where it was mostly important !! [15:05] :) [15:11] *** conner_bw has quit IRC (Ping timeout: 245 seconds) [15:12] jonnyb: tonight it's a RC1 ? [15:13] oh yes, of course - probably a good thing, there have been a few fixes [15:13] also i have one more cclite one to go in [15:13] (so being extra careful!) [15:18] Q: am i correct in assuming that the Menu type (dynamic, fixed, etc) has no affect when using type=css ? [15:19] probably ricks99 - it was fairly patchy in phplm anyway... [15:19] i never really understood that code - really convoluted [15:19] thats what i thought (and for phplayer, if still used, too). t x for verifciation. :-) [15:20] phplayermenus are going in 7 - woo hoo! :) [15:21] cool. the category browser is being updated to use css? sweeet [15:21] has been already (for 5 i think) [15:21] not pretty though (yet) [15:21] ah... :-) [15:21] *** lphuberdeau has joined #tikiwiki [15:23] anyone got any thoughts on: why is the maximum time for wiki_cache 2 hours? why not 2 days, for instance? [15:27] tikiwiki: 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:37] *** fabricius has joined #tikiwiki [15:39] tikiwiki: 03Jyhem * r31383 10/branches/6.x/templates/tiki-register.tpl: [FIX] Allow valid email syntax 'display name ' [15:42] isn't there a tracker type for multi-select? [15:44] jonnyb, 2 hours seems reasonable... if some cache gets stale because of a missing invalidation, at least it won't last too long [15:54] oooo managed to cut down the indexing time from 50 minutes to 20 minutes [15:59] *** chealer has joined #tikiwiki [15:59] *** chealer has quit IRC (Changing host) [15:59] *** chealer has joined #tikiwiki [16:09] * lphuberdeau just understood why search was this slow on my dump of doc.t.o [16:10] maxRecords is set to the unrealistic value of 2000 [16:10] some days, I think wiki way site administration is a major failure [16:12] *** mohrt has left [16:13] *** changi|work has quit IRC (*.net *.split) [16:15] crikey - 2000 items per page? :O [16:15] yes [16:15] that was essentially causing tiki to... load all the db's data in memory [16:15] yes, wiki-admin not the best use of the theory [16:15] ouch [16:16] and doc.t.o is not a trivial data set [16:17] *** ricks99 has quit IRC (Remote host closed the connection) [16:17] *** changi|work has joined #tikiwiki [16:20] *** lorinc has joined #tikiwiki [16:24] How do I do with tiki a Print issue - you could make the link normally and use the {jq} plugin to apply a click handler [17:08] *** LN_ has quit IRC (Ping timeout: 265 seconds) [17:29] *** chealer has quit IRC (Remote host closed the connection) [17:30] *** Wilkins has quit IRC (Ping timeout: 240 seconds) [17:33] *** ricks99 has joined #tikiwiki [17:44] *** jonnyb has quit IRC (Ping timeout: 245 seconds) [17:57] *** gooroo has joined #tikiwiki [17:58] is anyone familiar with using DSNs on TW? [18:01] *** SEWilco2 has quit IRC (Quit: Leaving.) [18:01] *** SEWilco2 has joined #tikiwiki [18:07] gooroo, somewhat [18:08] i 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 [18:08] do i need to install a driver? [18:09] it essentially runs through ADODB, is there a driver for that? [18:09] there is a client access driver provided by IBM [18:10] can you give me an example of what the DSN would look like? [18:11] adodb://user:pass@hostname/databasename <-- Something like this? [18:11] no [18:11] adodb is the database layer [18:12] your driver probably uses odbc [18:12] so you need to use adodb's odbc driver [18:14] but you should know, I don't think this case was ever tested [18:19] 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:21] dont think i will be writing any drivers ;) Thanks a lot for the help [18:22] well, it's not really a driver, just an adapter in php [18:22] assuming there is a php extension for it [18:22] 1 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:23] that's probably because a fatal error happened [18:23] ahh [18:23] under admin > general, you should be able to turn on PHP error reporting to see what's going on [18:25] yup it was fatal [18:26] *** LN_ has joined #tikiwiki [18:27] *** chealer has joined #tikiwiki [18:27] *** chealer has quit IRC (Changing host) [18:27] *** chealer has joined #tikiwiki [18:30] *** conner_bw_ has joined #tikiwiki [18:32] *** conner_bw has quit IRC (Ping timeout: 245 seconds) [18:32] *** conner_bw_ is now known as conner_bw [18:36] *** changi|work is now known as changi|afk [18:53] *** fabricius has quit IRC (Ping timeout: 264 seconds) [18:54] *** olinuxx has joined #tikiwiki [19:16] *** Bsfez has joined #tikiwiki [19:18] I 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 ? [19:18] just in 4 days [19:20] is your site under attachK? [19:21] is captcha enabled? [19:31] * changi|afk preparing release [19:33] tikiwiki: 03changi67 * r31384 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing release [19:42] tikiwiki: 03changi67 * r31385 10/branches/6.x/README: [REL] Update README file for 6.1RC1 [19:45] Anyone tried graphviz in wiki6 N [19:49] tikiwiki: 03changi67 * r31386 10/branches/6.x/lang/ (47 files in 47 dirs): [REL] Update language.php files for 6.1RC1 [19:50] tikiwiki: 03changi67 * r31387 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.1RC1 [19:52] tikiwiki: 03changi67 * r31388 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.1RC1 [19:53] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [19:54] *** conner_bw has quit IRC (Ping timeout: 245 seconds) [19:55] *** rodrigo_sampaio has joined #tikiwiki [19:57] tikiwiki: 03changi67 * r31389 10/branches/6.x/db/tiki-secdb_6.1_mysql.sql: [REL] SecDB for 6.1RC1 [19:59] tikiwiki: 03changi67 * r31391 10/tags/6.1RC1/: [REL] Tagging release [20:02] *** lphuberdeau has quit IRC (Ping timeout: 265 seconds) [20:09] *** lphuberdeau has joined #tikiwiki [20:19] Can I commit to 6 or I need to wait? [20:21] sylvieg: is it a fix ? [20:21] :) [20:21] yes [20:21] go go go [20:21] rc is finished [20:25] tikiwiki: 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:41] *** teresatrimm has joined #tikiwiki [20:44] *** ricks99 has quit IRC (Ping timeout: 240 seconds) [20:49] *** lorinc has quit IRC (Remote host closed the connection) [21:09] ladies and gentlemen, 6.1 RC1 is out [21:11] cool [21:12] please try some of the archive file [21:15] *** LN_ has quit IRC (Ping timeout: 265 seconds) [21:43] *** conner_bw has joined #tikiwiki [21:53] "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. [21:53] hu ??? [21:53] *** jonnyb has joined #tikiwiki [21:54] hi jonny thx again for the "quick fix" regarding the removing of multiple selected files [21:56] hi coaboa - no problem, funny how something like that can be missing for so long! [21:56] needs a stupid person to find it ;-) you can call on me! [21:57] *** conner_bw has quit IRC (Ping timeout: 245 seconds) [21:58] * jonnyb wonders how many people's pages got lost before we spotted it [21:59] some days, I wonder if anyone is using tiki at all [22:04] *** ddub711 has quit IRC (Ping timeout: 260 seconds) [22:04] Bsfez: Look in Admin Home > Security for anti-robot. [22:05] just find it :) tks [22:05] lphuberdeau: no, i think they just download it for fun! [22:06] polom polom [22:06] i wonder if having login setting and antibot captcha in different section of the admin is a smart move [22:06] mind you, i just had to submit a form 7 times to buy my bro-in-law national geographic for xmas... (you'd have thought...) [22:06] polom luciash [22:06] hi jonnyb [22:07] sylvieg: around still with the JS problem ? [22:07] i think this option should be available on both place to be set in a convinient way. [22:07] sylvieg: was it in preview or after save ? i found out the appears sometimes only in preview mode... or was it the other way around ? [22:10] jonnyb: wow, 7 times, that's annoying... i wonder you didn't gave up ;) [22:10] luciash: 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 [22:11] luciash: i enjoyed the debug ;) [22:12] i was tempted to change it (so if you allow html there's no filtering) but then chickened out [22:12] i wonder what is the trust_html_nput perm for actually, if admin doesn't have it [22:12] the {js} or {jq} plugins probably work [22:13] that would be bad move i guess [22:13] it's all a bit murky [22:13] better would be if it skipped the html plugin body [22:13] non-trivial [22:14] anyway, i suspect we all should be downloding and testing the 6.1 RC 1 packages... [22:14] :P [22:14] and 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] http://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/ [22:14] hihi [22:15] again, auto-trust is very involved (lphuberdeau promises nice things for tiki 7, ay?) [22:15] and we could even use that perm for that "html in menu items controversy" if it really actually worked for anything [22:16] trust_input was a hack for admins to safely ignore the issues [22:16] introduced in 2 [22:16] * luciash is not sure if that perm is implemented for anything in Tiki at all [22:16] :D [22:16] * jonnyb tests the tiki-6.1.RC1.zip [22:16] lphuberdeau: does it still work in 6 ? [22:17] it has absolutely nothing to do with plugin validation, that's just bad documentation that slipped in [22:17] I have no idea, I think the idea was a failure from the start and I don't even bother supporting it [22:17] it's wiki-admin again... [22:17] lphuberdeau: i know it didn't work (and wasn't meant to be) for plugin validation [22:17] lphuberdeau: but couldn't it be used for that too ? [22:17] lphuberdeau: haha [22:17] there are different technical issues preventing that [22:18] it's just a perm [22:18] just for the amount of time I wasted explaining the issue, I would have fixed it if it were easy [22:19] i mean it is just a perm to be checked against user in group before saving/previewing [22:20] isn't it ? [22:20] no [22:20] absolutely not [22:20] Recent 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:22] changi|afk: tiki-6.1.RC1 unpacks and installs fine, i expect the others do too - thanks :) [22:22] hm, 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 [22:23] imho [22:23] there 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:24] *** sylvieg has joined #tikiwiki [22:24] *** ChanServ sets mode: +o sylvieg [22:30] Recent 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:31] *** Gergely has joined #tikiwiki [22:37] Hi 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:39] good night [22:40] *** coaboa is now known as coaboa||away [22:40] Gergely: what you mean by non-existing subfolder ? [22:40] a/a/ ? [22:40] Recent 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] good night coaboa||away [22:41] on the server there is normally no 'a' folder [22:42] try yourwebpage.com/a/a [22:42] good night coaboa [22:43] Gergely: i don't understand the problem [22:43] Gergely: what it should do ideally ? [22:43] hi Gergely [22:43] hi jonnyb [22:43] Gergely: now it just says page a/a doesn't exist [22:44] that is ideal [22:44] it does not do that for me [22:44] Gergely: what it does for you ? [22:44] it loads the page for a long time... [22:45] and when it stops it shows some parts of the page with white background in a nasty format [22:45] Firefox/3.6.12 [22:46] what tiki version Gergely? [22:46] Gergely: hmm, ok, and why is it security related ? [22:46] Gergely: isn't it just nasty look related ? :) [22:47] well, it is easy to overload the server. it is not a serious issue perhaps [22:47] I am not sure what the server does actually [22:47] *** teresatrimm is now known as ttrimm|AFK [22:48] tiki version 5.3 [22:48] I have to say I have not tried on a fresh install [22:49] i added a pref to add the tag in the in tiki6.1 - might help [22:50] wow jonnyb. is 6.1 out? [22:50] RC 1 is out now [22:50] http://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/ [22:51] oh, yes. sounds good. I will wait for the 6.1, but thanks for the hint [22:54] jonnyb: am i supposed to be able to find the base tag in the dev.tiki.org page source? [22:55] Gergely: think it got turned off again while i was fixing it [22:56] a/a is handled properly, so it must be something else doing the trick [22:57] does dev.tiki.org have a special htaccess? [22:58] *** Trebly has joined #tikiwiki [22:58] small modifications [22:58] Gergely: try allow / in page names [22:59] mostly additional rewrite rules [22:59] Admin > Wiki i suppose [22:59] looking... [23:04] Gergely: sorry, it will probably not be that [23:05] Gergely: affects new page creations only afaics [23:05] ok. [23:05] stopped looking [23:08] lphuberdeau: is there a rewrite rule for subfolder urls? [23:08] example? [23:09] a/a [23:09] where do you want that to point? [23:09] something like page not found [23:10] tiki will take any remaining URL and send it as a wiki page name essentially [23:10] 404 is then handled by tiki [23:11] since when? [23:11] long time I believe [23:11] Gergely: it is very well possible that you only need to set the RewriteBase [23:12] 5.1 I had to fill in ErrorDocument 404 /tiki-index.php?page=access+denied [23:12] RewriteBase / ? [23:12] yep [23:13] is it enough to do it just once right after RewriteEngine On? [23:13] because I did that [23:13] Gergely: or add the base tag as jonny suggested to your L&F > General Layout > HEAD code [23:14] like ? sorry, I lack the example [23:15] search google for base html tag [23:19] tried it. no joy [23:20] the trouble with is that it needs the full url (inc page) to work properly [23:20] but it might not be that for you Gergely - might be how page not found is being handled [23:22] jonnyb: tried it on kincwood, no joy either [23:22] might be fixed in 6.x but not in 5.x [23:22] the fix in 6.x copes with it afaik now [23:22] no, 5.x is done now [23:23] i mean adding the tag manually doesn't change the "broken" stylesheet display, but fixes the links at least [23:23] in 5.x [23:24] yes, but will break {maketoc} and other ahnchors [23:24] anchors [23:26] hmm, must upgrade that site [23:26] running 5.0 still [23:26] any idea why it says new version is available 5.3 but not 6.0 ? [23:27] bugs (unreported) :P [23:27] thank you guys for the effort. looking forward to 6.1 [23:27] *** conner_bw has joined #tikiwiki [23:28] good night [23:30] jonnyb: hmm, i thought it should work fine nowadays (the latest version detection) [23:30] Gergely: good nite [23:30] *** conner_bw has quit IRC (Client Quit) [23:31] luciash: stable.version is not updated yet. I think 6.1 would be the time to put 6 [23:31] chealer: oh ? i have 6.0 as latest in my tikitrunk/doc/stable.version [23:31] luciash: I'm not sure if major updates are proposed the same way as minor updates though [23:32] *** Gergely has quit IRC (Ping timeout: 265 seconds) [23:32] and it seems commited for me [23:32] luciash: hum. tiki.org/stable.version has 6.0, but tikiwiki.org/stable.version doesn't. [23:33] aaaaah, that's the problem [23:33] surely old Tiki versions look at the latter. [23:33] Tiki 5 was still referring to tikiwiki.org [23:33] yup yup [23:33] I don't understand the discrepancy [23:33] changi|afk: when you come back to k, can you please update that one ? [23:34] chealer: missing rewrite rule [23:34] i suppose [23:34] on t.o [23:41] hmm, there's something wrong on tiki.org with utf-8 [23:41] *** conner_bw has joined #tikiwiki [23:41] cannot save page escription or structure alias in czech [23:42] tried to save "Obsah tiki.org v češtině" but turned out as "Obsah tiki.org v ?eštin?" [23:42] *description [23:45] *** Caarrie|away has quit IRC (Ping timeout: 265 seconds) [23:51] *** coaboa||away has quit IRC (Ping timeout: 245 seconds) [23:55] *** mohrt has joined #tikiwiki [23:56] *** GillesM has joined #tikiwiki [23:57] *** ricks99 has joined #tikiwiki