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