***: mohrt has left
femabr has joined #tikiwiki femabr: what is the syntax to make a note (blocknote) in a wiki ? ***: mohrt has joined #tikiwiki
redflo has left
lindonb has quit IRC (Quit: lindonb)
Caarrie|away is now known as Caarrie|sleeping
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])
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) Tiki|bot: New 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 ***: mohrt has quit IRC (Quit: Leaving.)
mohrt has joined #tikiwiki
mohrt has left
teresatrimm has left
lindonb has joined #tikiwiki
chealer has quit IRC (Read error: Connection reset by peer)
lindonb has left
fabricius has joined #tikiwiki
fabricius has quit IRC (Ping timeout: 260 seconds)
kiilo has joined #tikiwiki
coaboa||away has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 245 seconds)
Sug4r has quit IRC (Ping timeout: 265 seconds)
luciash has quit IRC (Ping timeout: 276 seconds)
kiilo has quit IRC (Ping timeout: 272 seconds)
luciash has joined #tikiwiki
luciash has quit IRC (Changing host)
luciash has joined #tikiwiki
ChanServ sets mode: +o luciash
Sug4r has joined #tikiwiki
kiilo has joined #tikiwiki
kiilo has quit IRC (Ping timeout: 250 seconds)
coaboa||away is now known as coaboa coaboa: a "Hi" to the tikiverse Tiki|bot: New Forum Posts: Colorbox Plugin parameters - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39826 CIA-79: 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 ***: Caarrie|sleeping is now known as Caarrie|away
redflo has joined #tikiwiki
kiilo has joined #tikiwiki CIA-79: 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 ***: jonnyb has joined #tikiwiki
ricks99 has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki changi|afk: jonnyb: hi ***: changi|afk is now known as changi|work ricks99: hi all :-) jonnyb: polom changi|work, ricks99 and all changi|work: jonnyb: i have a question for jquery master and more precisely checkbox. Tiki|bot: 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!
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! jonnyb: thanks Tiki|bot :) changi|work: jonnyb: 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 jonnyb: sry 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 changi|work: name starting with A jonnyb: ok, 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 changi|work: jonnyb: yes, in fact i will put some more checkboxs at the top Tiki|bot: Recent Bug: Tracker item: #3711 - - Enhancement for sorting items within structures - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3711 changi|work: does this work with jquery-ui or need i to add full jquery ? jonnyb: no, just jQuery
jq-ui are the add on objects like tabs, progress bar, dialog etc changi|work: ok, i was asking because i already have jquery-ui added in this page jonnyb: http://jqueryui.com/demos/ changi|work: and a jquery-1.4.2.min.js
i that enough ? jonnyb: you don't need jquery-ui for anything that's not on http://jqueryui.com/demos/
i.e. the basic $() stuff changi|work: i already use tabs :) CIA-79: tikiwiki: 03jonnybradley * r31381 10/trunk/ (3 files in 3 dirs): [MRG] Automatic merge, branches/6.x 31374 to 31378 changi|work: jonnyb: now you can i get this work with an array ? jonnyb: how 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) 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 jonnyb: so 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 ricks99: 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
the thread is 3 pages long, but notification links always only show page 1 changi|work: jonnyb: should this $('input[value|="www"]').each(function() { this.checked = checked_status; }); work ? jonnyb: ricks99: ok, so the links on the pages are ok, it's just in the mails? ricks99: afaik jonnyb: thx ricks99 rodrigo_sampaio: jonnyb: as far as I know yes, the problem is only in the notification messages send by email jonnyb: changi|work: what is checked_status rodrigo_sampaio: jonnyb: but I guess we are talkin about two different problems jonnyb: ho rodrigo_sampaio - thx 2 changi|work: checked rodrigo_sampaio: jonnyb: I was not aware of this problem with pagination jonnyb: what's the other one?
(lost now) rodrigo_sampaio: 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
jonnyb: this is the first one jonnyb: ok rodrigo_sampaio: jonnyb: explained by ricks99 and I was not aware of this one jonnyb: ricks99: wasn't that exactly what you just said?
"ricks99: the thread is 3 pages long, but notification links always only show page 1" -: ricks99 thinks that rodrigo)sampaio & i are talking about the same thing? rodrigo_sampaio: jonnyb: yes, this is the one he explained
jonnyb: but there is a second one, both are related jonnyb: ok, i'll try and fix that one... rodrigo_sampaio: jonnyb: I will explain it, I can't type in English that fast :P -: ricks99 will drink more coffee and let rodrigo_sampaio explain. jonnyb: thanks rodrigo_sampaio - no rush... rodrigo_sampaio: jonnyb: the second problem is that the anchor for the forum topic is wrong jonnyb: i need to make a thread locally that is more than a page long! :P rodrigo_sampaio: jonnyb: no matter if the topic has just one page or more than one page ricks99: @jonnyb: u can simply change the the # of reccords per page to "2" changi|work: jonnyb: ok will find out, thank you rodrigo_sampaio: 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 jonnyb: 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) ricks99: I 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) rodrigo_sampaio: ricks99: 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 ***: kiilo has quit IRC (Quit: leaving ...) changi|work: jonnyb: found what i need : value*=toto :) jonnyb: super - sorry, i lost track there
it's all in api.jquery.com though changi|work: jonnyb: i found it. JQuery is so easy when you have examples :)
like tiki :) jonnyb: hmmm, examples can be wrong though... ;)
the api is the ultimate source changi|work: was talking about api examples. ***: conner_bw has joined #tikiwiki changi|work: on http://api.jquery.com/category/selectors/ jonnyb: phew, 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/ changi|work: jonnyb: was talking about the confirmation stuff with pkdille, would it be possible to replace it with a popup ? jonnyb: some of it used to be in fact (when using xajax)
so yes, it's possible
nicer to use a jquery-ui dialog, i think changi|work: jonnyb: exactly, i was talking about the jquery-ui one
:)
jquery is my new friend jonnyb: :)
"write less, do more" is a great slogan! changi|work: does jquery allow regexp ? lphuberdeau: javascript does that alone jonnyb: JavaScript itself does -
:P - morning lphuberdeau
check out the string functions like match and replace changi|work: lphuberdeau: morning :) ***: redflo has quit IRC (Remote host closed the connection) jonnyb: ok, sorry all - giving in on the forum stuff - it's all calculated in smarty, life's too short :( Tiki|bot: New Forum Posts: problem - maybe a bug - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39828 -: lphuberdeau heads to the office jonnyb: 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?
as long as it remakes the cache if the page is changed surely it could be practically infinite ***: lphuberdeau has quit IRC (Ping timeout: 240 seconds)
lphuberdeau has joined #tikiwiki
ricks99 has quit IRC (Remote host closed the connection)
redflo has joined #tikiwiki
ricks99 has joined #tikiwiki
LN_ has joined #tikiwiki
mohrt has joined #tikiwiki LN_: In tiki 6.0, the editing box of blog posts don't stop loading... somebody knows what going on on my tiki? ***: lphuberdeau has quit IRC (Remote host closed the connection) jonnyb: LN_: are you getting javascript errors? LN_: jonnyb: uncaught exception: [CKEDITOR.resourceManager.add] The resource name "tikiimage" is already registered. (Is it a javascript error?) jonnyb: yes, that'll be the one
can you update to 6.1 (beta 2?)
or wait until later and 6.1 will be released LN_: Do you have an idea when the 6.1 will be release? jonnyb: tonight in theory LN_: oooh
great:) jonnyb: pretty 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 LN_: BTW, you did a great job in the fixing the wysiwyg !! :D jonnyb: thanks LN_ (slightly ran out of steam in implementing it properly in every single area) LN_: jonnyb: That's not important, you did a terrific job where it was mostly important !! jonnyb: :) ***: conner_bw has quit IRC (Ping timeout: 245 seconds) changi|work: jonnyb: tonight it's a RC1 ? jonnyb: oh 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!) ricks99: Q: am i correct in assuming that the Menu type (dynamic, fixed, etc) has no affect when using type=css ? jonnyb: probably ricks99 - it was fairly patchy in phplm anyway...
i never really understood that code - really convoluted ricks99: thats what i thought (and for phplayer, if still used, too). t x for verifciation. :-) jonnyb: phplayermenus are going in 7 - woo hoo! :) ricks99: cool. the category browser is being updated to use css? sweeet jonnyb: has been already (for 5 i think)
not pretty though (yet) ricks99: ah... :-) ***: lphuberdeau has joined #tikiwiki jonnyb: anyone got any thoughts on: why is the maximum time for wiki_cache 2 hours? why not 2 days, for instance? CIA-79: 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. ***: fabricius has joined #tikiwiki CIA-79: tikiwiki: 03Jyhem * r31383 10/branches/6.x/templates/tiki-register.tpl: [FIX] Allow valid email syntax 'display name <email>' ricks99: isn't there a tracker type for multi-select? lphuberdeau: jonnyb, 2 hours seems reasonable... if some cache gets stale because of a missing invalidation, at least it won't last too long
oooo managed to cut down the indexing time from 50 minutes to 20 minutes ***: chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki -: lphuberdeau just understood why search was this slow on my dump of doc.t.o lphuberdeau: maxRecords is set to the unrealistic value of 2000
some days, I think wiki way site administration is a major failure ***: mohrt has left
changi|work has quit IRC (*.net *.split) jonnyb: crikey - 2000 items per page? :O lphuberdeau: yes
that was essentially causing tiki to... load all the db's data in memory jonnyb: yes, wiki-admin not the best use of the theory
ouch
and doc.t.o is not a trivial data set ***: ricks99 has quit IRC (Remote host closed the connection)
changi|work has joined #tikiwiki
lorinc has joined #tikiwiki sylvieg: How do I do with tiki a <a href="javascript:window.print()>Print</a> without haveing ,x> and without writing a plugin? jonnyb: html plugin sylvieg? sylvieg: good idea...
no it escapes the javascript :-(
perhaps I am on an old version.. jonnyb: really? ah, do you have allow_html on the page?
i think that has a sanitising problem sylvieg: I am on an html page...
I will try on on tiki6
Btw - has somebody a good idea jonnyb: yes, the html plugin etc sometimes gets sanitised in html pages in tiki 6 sylvieg: I need to display output of some tracker fields in a TRACKER via pretty jonnyb: i've investigated a few times but never found the cause sylvieg: was thing to use a syntax like {$foutput_1234} ***: conner_bw has joined #tikiwiki sylvieg: but ... I am not sure...
{$f_1234|output} jonnyb: what does |output do? sylvieg: it 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} chealer: polom sylvieg: that will produce Hello Mr jonnyb, give me your age <input>>>> jonnyb: hmm, i see - not tried anything like that - you're suggesting adding an output modifier? sounds like a good way...
polom chealer sylvieg: polom
it will not be really a modifier in a smarty way... ***: ddub711 has joined #tikiwiki jonnyb: sylvieg: 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)
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 ***: LN_ has quit IRC (Ping timeout: 265 seconds)
chealer has quit IRC (Remote host closed the connection)
Wilkins has quit IRC (Ping timeout: 240 seconds)
ricks99 has joined #tikiwiki
jonnyb has quit IRC (Ping timeout: 245 seconds)
gooroo has joined #tikiwiki gooroo: is anyone familiar with using DSNs on TW? ***: SEWilco2 has quit IRC (Quit: Leaving.)
SEWilco2 has joined #tikiwiki lphuberdeau: gooroo, somewhat gooroo: 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
do i need to install a driver? lphuberdeau: it essentially runs through ADODB, is there a driver for that? gooroo: there 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? lphuberdeau: no
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
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 gooroo: dont think i will be writing any drivers ;) Thanks a lot for the help lphuberdeau: well, it's not really a driver, just an adapter in php
assuming there is a php extension for it gooroo: 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. lphuberdeau: that's probably because a fatal error happened gooroo: ahh lphuberdeau: under admin > general, you should be able to turn on PHP error reporting to see what's going on gooroo: yup it was fatal ***: 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
fabricius has quit IRC (Ping timeout: 264 seconds)
olinuxx has joined #tikiwiki
Bsfez has joined #tikiwiki Bsfez: 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 ?
just in 4 days ricks99: is your site under attachK? lphuberdeau: is captcha enabled? -: changi|afk preparing release CIA-79: tikiwiki: 03changi67 * r31384 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing release
tikiwiki: 03changi67 * r31385 10/branches/6.x/README: [REL] Update README file for 6.1RC1 Qantourisc: Anyone tried graphviz in wiki6 N CIA-79: tikiwiki: 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 ***: rodrigo_sampaio has quit IRC (Quit: Leaving.)
conner_bw has quit IRC (Ping timeout: 245 seconds)
rodrigo_sampaio has joined #tikiwiki CIA-79: tikiwiki: 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 ***: lphuberdeau has quit IRC (Ping timeout: 265 seconds)
lphuberdeau has joined #tikiwiki sylvieg: Can I commit to 6 or I need to wait? changi|afk: sylvieg: is it a fix ?
:) sylvieg: yes changi|afk: go go go
rc is finished CIA-79: 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 ***: teresatrimm has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 240 seconds)
lorinc has quit IRC (Remote host closed the connection) changi|afk: ladies and gentlemen, 6.1 RC1 is out coaboa: cool changi|afk: please try some of the archive file ***: LN_ has quit IRC (Ping timeout: 265 seconds)
conner_bw has joined #tikiwiki 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 ??? ***: jonnyb has joined #tikiwiki coaboa: hi jonny thx again for the "quick fix" regarding the removing of multiple selected files jonnyb: hi coaboa - no problem, funny how something like that can be missing for so long! coaboa: needs a stupid person to find it ;-) you can call on me! ***: conner_bw has quit IRC (Ping timeout: 245 seconds) -: jonnyb wonders how many people's pages got lost before we spotted it lphuberdeau: some days, I wonder if anyone is using tiki at all ***: ddub711 has quit IRC (Ping timeout: 260 seconds) SEWilco2: Bsfez: Look in Admin Home > Security for anti-robot. Bsfez: just find it :) tks jonnyb: lphuberdeau: no, i think they just download it for fun! luciash: polom polom Bsfez: i wonder if having login setting and antibot captcha in different section of the admin is a smart move jonnyb: 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...)
polom luciash luciash: hi jonnyb
sylvieg: around still with the JS <x> problem ? Bsfez: i think this option should be available on both place to be set in a convinient way. luciash: sylvieg: 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 ;) jonnyb: 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
luciash: i enjoyed the debug ;)
i was tempted to change it (so if you allow html there's no filtering) but then chickened out luciash: i wonder what is the trust_html_nput perm for actually, if admin doesn't have it jonnyb: the {js} or {jq} plugins probably work luciash: that would be bad move i guess jonnyb: it's all a bit murky luciash: better would be if it skipped the html plugin body jonnyb: non-trivial
anyway, i suspect we all should be downloding and testing the 6.1 RC 1 packages...
:P luciash: 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 jonnyb: http://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/ luciash: hihi jonnyb: again, auto-trust is very involved (lphuberdeau promises nice things for tiki 7, ay?) luciash: and we could even use that perm for that "html in menu items controversy" if it really actually worked for anything lphuberdeau: trust_input was a hack for admins to safely ignore the <x> issues
introduced in 2 -: luciash is not sure if that perm is implemented for anything in Tiki at all jonnyb: :D -: jonnyb tests the tiki-6.1.RC1.zip luciash: lphuberdeau: does it still work in 6 ? lphuberdeau: it 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 jonnyb: it's wiki-admin again... luciash: lphuberdeau: 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 lphuberdeau: there are different technical issues preventing that luciash: it's just a perm lphuberdeau: just for the amount of time I wasted explaining the issue, I would have fixed it if it were easy luciash: i mean it is just a perm to be checked against user in group before saving/previewing
isn't it ? lphuberdeau: no
absolutely not Tiki|bot: Recent Bug: Tracker item: #3712 - - Parsing issues in wiki HTML pages - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3712 ***: sylvieg has left jonnyb: changi|afk: tiki-6.1.RC1 unpacks and installs fine, i expect the others do too - thanks :) luciash: 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
imho lphuberdeau: 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 ***: sylvieg has joined #tikiwiki
ChanServ sets mode: +o sylvieg Tiki|bot: 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 ***: Gergely has joined #tikiwiki Gergely: 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? coaboa: good night ***: coaboa is now known as coaboa||away luciash: Gergely: what you mean by non-existing subfolder ?
a/a/ ? Tiki|bot: 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 luciash: good night coaboa||away Gergely: on the server there is normally no 'a' folder
try yourwebpage.com/a/a
good night coaboa luciash: Gergely: i don't understand the problem
Gergely: what it should do ideally ? jonnyb: hi Gergely Gergely: hi jonnyb luciash: Gergely: now it just says page a/a doesn't exist Gergely: that is ideal
it does not do that for me luciash: Gergely: what it does for you ? Gergely: it 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 jonnyb: what tiki version Gergely? luciash: Gergely: hmm, ok, and why is it security related ?
Gergely: isn't it just nasty look related ? :) Gergely: well, it is easy to overload the server. it is not a serious issue perhaps
I am not sure what the server does actually ***: teresatrimm is now known as ttrimm|AFK Gergely: tiki version 5.3
I have to say I have not tried on a fresh install jonnyb: i added a pref to add the <base> tag in the <head> in tiki6.1 - might help Gergely: wow jonnyb. is 6.1 out? jonnyb: RC 1 is out now
http://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/ Gergely: oh, 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? jonnyb: Gergely: think it got turned off again while i was fixing it Gergely: a/a is handled properly, so it must be something else doing the trick
does dev.tiki.org have a special htaccess? ***: Trebly has joined #tikiwiki lphuberdeau: small modifications luciash: Gergely: try allow / in page names lphuberdeau: mostly additional rewrite rules luciash: Admin > Wiki i suppose Gergely: looking... luciash: Gergely: sorry, it will probably not be that
Gergely: affects new page creations only afaics Gergely: ok.
stopped looking
lphuberdeau: is there a rewrite rule for subfolder urls? lphuberdeau: example? Gergely: a/a lphuberdeau: where do you want that to point? Gergely: something like page not found lphuberdeau: tiki will take any remaining URL and send it as a wiki page name essentially
404 is then handled by tiki Gergely: since when? lphuberdeau: long time I believe luciash: Gergely: it is very well possible that you only need to set the RewriteBase Gergely: 5.1 I had to fill in ErrorDocument 404 /tiki-index.php?page=access+denied
RewriteBase / ? luciash: yep Gergely: is it enough to do it just once right after RewriteEngine On?
because I did that luciash: Gergely: or add the base tag as jonny suggested to your L&F > General Layout > HEAD code Gergely: like <base>? sorry, I lack the example luciash: search google for base html tag Gergely: tried it. no joy jonnyb: the 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 luciash: jonnyb: tried it on kincwood, no joy either
might be fixed in 6.x but not in 5.x jonnyb: the fix in 6.x copes with it afaik now
no, 5.x is done now luciash: i mean adding the <base> tag manually doesn't change the "broken" stylesheet display, but fixes the links at least
in 5.x jonnyb: yes, but will break {maketoc} and other ahnchors
anchors luciash: hmm, must upgrade that site
running 5.0 still
any idea why it says new version is available 5.3 but not 6.0 ? jonnyb: bugs (unreported) :P Gergely: thank you guys for the effort. looking forward to 6.1 ***: conner_bw has joined #tikiwiki Gergely: good night luciash: jonnyb: hmm, i thought it should work fine nowadays (the latest version detection)
Gergely: good nite ***: conner_bw has quit IRC (Client Quit) chealer: luciash: stable.version is not updated yet. I think 6.1 would be the time to put 6 luciash: chealer: oh ? i have 6.0 as latest in my tikitrunk/doc/stable.version chealer: luciash: I'm not sure if major updates are proposed the same way as minor updates though ***: Gergely has quit IRC (Ping timeout: 265 seconds) luciash: and it seems commited for me chealer: luciash: hum. tiki.org/stable.version has 6.0, but tikiwiki.org/stable.version doesn't. luciash: aaaaah, that's the problem chealer: surely old Tiki versions look at the latter. luciash: Tiki 5 was still referring to tikiwiki.org
yup yup chealer: I don't understand the discrepancy luciash: changi|afk: when you come back to k, can you please update that one ?
chealer: missing rewrite rule
i suppose
on t.o
hmm, there's something wrong on tiki.org with utf-8 ***: conner_bw has joined #tikiwiki luciash: cannot 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 ***: Caarrie|away has quit IRC (Ping timeout: 265 seconds)
coaboa||away has quit IRC (Ping timeout: 245 seconds)
mohrt has joined #tikiwiki
GillesM has joined #tikiwiki
ricks99 has joined #tikiwiki