[00:00] tikiwiki: 03sampaioprimo * r28466 10/trunk/templates/tiki-list_posts.tpl: [FIX] link to post in admin post page [00:01] tikiwiki: 03sampaioprimo * r28467 10/trunk/tiki-list_posts.php: removing unused code [00:02] *** redflo has left [00:05] sylvieg : I have a complex toc, all trees context are OK
    etc. I had to write complete trees management (dtabase and displys) for great toc(s) that it had been very easy and I had just may be 100 chars to add for the whole [00:05] *** rlpowell has quit IRC (Remote host closed the connection) [00:05] *** rlpowell has joined #tikiwiki [00:06] not against you Trebly - I have to go to cok - soory - see you later [00:06] s/cok/cook [00:10] sylvieg : It's late, I go to sleep... I kept the chat view, we will go-on tomorrow [00:43] *** FrankP has quit IRC (Ping timeout: 258 seconds) [00:53] *** jonnyb has joined #tikiwiki [00:58] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [01:01] *** Trebly_ has joined #tikiwiki [01:02] *** Trebly has quit IRC (Ping timeout: 265 seconds) [01:02] *** Trebly_ is now known as Trebly [01:05] *** Caarrie is now known as Caarrie|sleeping [01:21] *** Andurino has left [01:47] *** Sug4r has quit IRC (Ping timeout: 248 seconds) [01:47] *** luciash has quit IRC (Ping timeout: 265 seconds) [01:50] *** goj|ghost has joined #tikiwiki [01:51] *** luciash has joined #tikiwiki [01:51] *** luciash has quit IRC (Changing host) [01:51] *** luciash has joined #tikiwiki [01:51] *** ChanServ sets mode: +o luciash [01:52] *** Sug4r has joined #tikiwiki [01:53] *** goj has quit IRC (Ping timeout: 246 seconds) [01:53] *** goj|ghost is now known as goj [01:54] *** rotterdam|auei is now known as gato_na_cam [01:57] *** gato_na_cam is now known as rotterdam100gata [01:57] *** rotterdam100gata is now known as rotterdam [02:02] *** rotterdam is now known as rotterdam|auei [02:23] *** MartinCleaver has quit IRC (Quit: MartinCleaver) [02:33] *** chibaguy has joined #tikiwiki [02:33] *** ChanServ sets mode: +o chibaguy [03:42] *** rotterdam|auei has quit IRC (Remote host closed the connection) [03:56] *** Trebly has quit IRC (Read error: Connection reset by peer) [04:12] tikiwiki: 03sampaioprimo * r28468 10/trunk/ (templates/tiki-print_blog_post.tpl tiki-print_blog_post.php): [ENH] cleaner code and fixing some details on print post page (but still very simple layout) [04:44] ah, I suppose broken community is why it takes so long to get to admin panels (timeout fetching stable.version) :-/ [04:50] hi chealer [04:51] hello chibaguy [04:52] I wonder why tw.o, etc. can't be more stable. [04:53] Not a very good demo of the software. [04:59] chibaguy: welcome to my mind an hour ago [05:01] It'd be nice if a non-performing Tiki site could automagically put up a static splash page to at least give visitors a message like "sorry, site is used for bug fixing and is temporarily down." [05:01] (for tw.o, etc.) [05:02] But I suppose some external script would have to do that. [05:04] actually, I was more thinking it would be nice if they were more stable. the reasons are not too mysterious (too few sysadmins, probably too many Tiki performance bugs) [05:05] Sure, more stable would be best. [05:21] tikiwiki: 03sampaioprimo * r28469 10/trunk/ (3 files in 2 dirs): [05:21] tikiwiki: [FIX] comment preview equal to published comment [05:21] tikiwiki: [ENH] display author and date in the format "Published by authorName on datetime" [05:23] *** chealer has quit IRC (Remote host closed the connection) [05:43] *** chealer has joined #tikiwiki [05:46] *** rodrigo_sampaio has quit IRC (Quit: rodrigo_sampaio) [06:10] *** ChefTim has joined #tikiwiki [06:15] Hi. I'd like to change references to MyTiki to something else. It feels like calling it MyTiki emphasizes the website code rather than content. Am I safe to edit references in tiki-my_tiki.tpl or will this cause problems? [06:26] ChefTim, how about just editing the language file so that "MyTiki" is replaced by some other term? [06:27] oh didnt know there was one [06:27] Yep. [06:28] you mean the language file for internationalization? [06:28] Well, all of the interface strings in Tiki are translatable. [06:29] There's an English one - lang/en/language.php [06:29] cool. thanks [06:29] Or better, make a custom file lang/en/custom.php, with your translation. [06:29] Then it won't be overwritten when you next update the Tiki version. [06:29] probably a better idea. does it load automagically? [06:30] There's probably info at doc.tikiwiki.org. [06:30] The formatting of the custom.php is kind of particular. [06:31] Also be sure your editor saves it with utf-8 character encoding. [06:31] im sure if docs don't cover it I can figure it out by looking at other language.php files and experimentation. [06:31] yes, it loads automatically. [06:31] aye [06:31] right. [06:32] should I avoid editing existing .tpl files in the future for updating [06:32] or the phps for that meatter [06:33] s/e// [06:33] yes, avoid editing those if possible, I'd say. [06:34] 'k thanks. the slowly climbing this learning curve. [06:34] :-) [06:39] *** rlpowell has quit IRC (Ping timeout: 260 seconds) [06:39] oh btw I eventually want to change the way categories are displayed. Where should I start looking into this? I believe it is the tpl that regulates it but I understand I should avoid editing it. [06:40] ChefTim, there's a lang/fr/custom.php file to use as an example, IIRC, or anyway there used to be. [06:40] i'll look :) [06:40] If you can change the categories display with CSS, that'd be the best way. [06:41] I want to get rid of the extraneous buttons. make the display cleaner and simpler. [06:41] You could hide or display or move things around to some degree with CSS. [06:41] I'd look at the page with Firefox and Firebug add-on, to see what CSS rules are involved there. [06:42] Then you can make a (drum roll) styles/custom.css file with the rules you need. [06:43] k [06:43] Probably {display: none} types of things. [06:46] kinda offends my sense of efficiency to have it send the data, that i'll never use, and not display it. Probably a sacrifice I'll have to make since I have decided that I like tikiwiki :) [06:47] but im young .. im sure down the road i'll feel/know better [06:47] Well, yeah, that is a down side. [06:47] young to tikiwiki that is [06:48] You can edit the .tpl file, etc., but document it so you know what to do after an upgrade, I suggest. [06:48] * ChefTim nod [06:48] (If you're like me, it's best to write stuff down. ;-) ) [06:48] aye [06:49] Or comment things out in the file rather than deleting, and keep a local copy. [06:49] I'll make diffs if I make changes [06:49] yeah [06:50] most of my problems right now are learnign new web technologies I havent played with in years and generally catching up. [06:51] err anyway back to tweaking [06:51] thanks again [06:54] sure, no problem. [07:11] *** chibaguy has quit IRC (Ping timeout: 252 seconds) [07:19] *** Wilkins has joined #tikiwiki [07:34] *** Caarrie|sleeping has quit IRC (Read error: Connection reset by peer) [07:43] *** JoernOtt has joined #tikiwiki [07:50] *** Caarrie has joined #tikiwiki [08:17] *** PoisonDart has joined #tikiwiki [08:29] *** ChefTim has quit IRC (Remote host closed the connection) [08:34] tikiwiki: 03xavidp * r28470 10/branches/proposals/3.x/templates/tiki-admin_tracker_fields.tpl: [bp/r28454][MOD]Exporting and importing tracker fields now includes description text and the checkbox for parsing description, as well as the equivalent when the field is of type "StaticText". [08:34] *** xavi has joined #tikiwiki [09:23] polom [09:23] any "firebug" master around? [09:23] I see some js issues in trunk at admin look and feel... [09:24] but I don't remember what jonnyb told me about how to use it to look for the js errors (if any) [09:26] oh well, tikitabs was not defined.... [09:26] which didn't allow to change tabs in that admin panel [09:27] however, If I switch "minify javascript" off, then everything works again [09:35] *** FrankP has joined #tikiwiki [09:41] luciash ? [09:42] *** PoisonDart has quit IRC () [09:42] I see some issue in the arcturus| simple.css that I don't know before hand how to fix... [09:43] I have the Application menu $ module in the right column. and the css submenus (like from "Admin" section) are shown half behind the white space next to the right column (the site is using fixed width) [09:59] *** chibaguy has joined #tikiwiki [09:59] *** ChanServ sets mode: +o chibaguy [09:59] polom [10:25] *** Caarrie is now known as Caarrie|away [10:30] hi chibaguy [10:30] sorry, was distracted :-) [10:31] hi xavi [10:31] hi... I'm too deep into a pipe of tracker plugins.... [10:31] You might be interested in this: http://zukakakina.com . Refresh or change the page a few times. :-) [10:32] Wohooo !!!!! [10:32] A few things converged at the right time. [10:32] did you take the picture yourself? [10:32] nice "falgueres" (sorry, don't remember the Enlgish word right now) [10:32] No, the pictures come with the Wordpress Twentyten theme (it's the default theme for WP 3). [10:33] ah, nice :-) [10:33] Anyway, for the rotating pictures, I used {rcontent = n} in the site header custom code. [10:33] At some point, we have to start using our own pics.... for our own themes... :-) (beyond the official themes from elsewhere ported to Tiki, of course) [10:34] rotating? Ah, sorry, didn't refresh the page a few times a syou suggested.... [10:34] * xavi is still too deep into his tracker thing... [10:34] ah, I see [10:34] nice^2 [10:35] btw, see this: http://zukakakina.com/tiki-browse_image.php?imageId=130 [10:35] I modified site_header_options.tpl to match the WP layout, just moved the custom code area down. But basically the same procedure could be used with other themes. I'll work out the details. [10:35] image in header is not centered when content is too wide, it seems [10:36] Right. I just got this far, so far. I guess in wordpress the page never goes wide, so for us there'll need to be some adjustment. [10:36] it would be easy to center the image. [10:36] ok, excellent work, Gary, my most sincere congratulations [10:36] still some details to finish up. [10:36] thanks. [10:37] I feel like there hasn't been new themes for a while, so I want to make a push between now and tiki 6. [10:37] btwe, you might want to try the months_links module added by Jyhem for blogs... (imho, it should have been named "Blog Archive") [10:37] s/btwe/btw [10:38] Yes, I need to try that out (not that my own blogs have so many posts ;-) ). [10:38] I think the blog revamp is going to be a great success. [10:39] hm, tw.o is still down. been a long time. [10:40] since you are dogfooding Blog in themes.tw.o, you might want to have that trick in that module there... This page is not updated yet (I thought I did): http://doc.tikiwiki.org/Module+Months_links [10:40] tw.o down to me also. Yes, weird [10:40] Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project. [10:40] thanks bot [10:41] :-) [10:42] Yeah, I need to work on themes.tw.o too. so much to do. [10:45] ok, page updated: http://doc.tikiwiki.org/module+months_links [10:46] with a few aliases added, such as http://doc.tikiwiki.org/BlogArchive [10:46] fyi [10:46] back to dive into trackers... [10:47] ok, thanks. see you later. [11:05] mmmm, plugintracker is broken for me in trunk... same tracker and plugin tracker works fine in Tiki3 LTS... [11:05] * xavi loves the idea of LTS versions... :-) [11:06] ^ sylvieg, fyi [11:06] I can provide the tracker and wiki pages for testing, if any dev wants to have a look [11:07] I'll setup the same environment in tiki5 (proposals/5.x), to see wherether it works there, at least ... [11:16] *** FrankP has quit IRC (Ping timeout: 265 seconds) [11:24] ah, ok, it's not necessarily broken. The message about a field being required is not shown clearly, and I couldn't distinguish it in the interface... glad it's only this.... [11:33] chibaguy still around? [11:37] I'm wondering how to add some style to that message, since it's javascript/jquery [11:46] *** coaboa has joined #tikiwiki [11:48] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [11:51] polom [11:52] hi xavi, reading back [11:52] *** coaboa_ has joined #tikiwiki [11:53] *** coaboa has quit IRC (Ping timeout: 265 seconds) [11:53] hi luciash [11:56] ok, done :) [11:56] so what is your problem xavi ? :) [11:57] right at the moment ;) [11:57] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [11:58] *** coaboa has joined #tikiwiki [11:59] *** MartinCleaver has joined #tikiwiki [12:00] :-) [12:00] well, not important for me right now... I just skipped it , since I'm running out of time to have my form fully ready [12:01] i see [12:01] but the issue I saw was that some jquery message about a field not validated in a tracker, was not clear enough [12:01] conrast problem ? [12:01] *** coaboa_ has joined #tikiwiki [12:01] *contrast [12:02] yes [12:03] *** coaboa has quit IRC (Ping timeout: 265 seconds) [12:03] in lib/jquery/jquery-validate/jquery-validate.js (r27304) [12:03] must be fixable by adding class to it in tiki-jquery.js and then in css or something [12:03] required: "This field is required.", [12:03] added by nkoth [12:04] what rev number ? [12:04] to me that tiny text should be blinking! [12:04] rev number above [12:04] meh :) [12:04] r27304 [12:04] tikiwiki: 03sylvieg * r28471 10/trunk/ (35 files in 28 dirs): [FIX]date: when using tiki_same_day_time_only change also the preposition [12:05] ah, it is 3rd party, not easy to modify [12:06] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [12:06] ah... however, it seems that nkoth did [12:06] must be done as override [12:06] *** coaboa has joined #tikiwiki [12:06] as far as I could see [12:06] with svn blame/annotations [12:06] yes, right [12:08] xavi: it seems to be feature so should be optional (switchable off) [12:08] feature_jquery_validation [12:09] ok, np. The feature is nice, but it was hard to see what was the problem [12:09] since in tiki3 the tracker was fine [12:09] (because no jquery validation) [12:09] and because in fact, the tracker validated (it's a tricky case) [12:10] never mind. I'll send a message to nkoth through devel list [12:10] *** coaboa_ has joined #tikiwiki [12:12] *** coaboa has quit IRC (Ping timeout: 245 seconds) [12:12] *** coaboa has joined #tikiwiki [12:16] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [12:19] *** coaboa_ has joined #tikiwiki [12:21] *** coaboa has quit IRC (Ping timeout: 265 seconds) [12:24] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [12:28] *** coaboa has joined #tikiwiki [12:38] *** coaboa has quit IRC (Ping timeout: 265 seconds) [12:41] any tracker guru? [12:41] haha [12:41] I noticed that when I split the tracker into sections... [12:41] :-) [12:42] ... and each section from a differnt wiki page (with the "itemId" at the url, I mean), doesn't load the default values [12:43] I mean, if I visit the page: Section01, I see the default values in drop down boxes pre-loaded [12:43] u mean tracker plugin ? [12:44] but when I go from Section01 to Section02&itemId, then the deafult values from drip down fields dissapear [12:44] yes, using tracker plugin, and not using any jquery magic (yet) [12:44] s/drip/drop [12:44] you can pass in the URL [12:45] the auto-something vars [12:45] yes, but that would make things much more complidated.... [12:45] why [12:46] if you define a drop down box with options: file1.pdf,file1.pdf,file2.pdf [12:46] then value file1.pdf is pre-loaded by default (in drop down fields, I mean) [12:47] but when you are coming with a "itemId" in the url, it seems that it doesn't show the default value but it shows nothing, since there is nothing (yet) in the tracker item [12:48] http://doc.tikiwiki.org/Plugin+Tracker+Advanced ? [12:48] to me, the logics should be: "if there is nothing in that field id for that record, and if there is a default value in the drop down box, show the default value in the drop down box. " [12:49] *** RavenC has joined #tikiwiki [12:50] hello everyone [12:50] thanks for the link, luciash. I know. [12:50] hi RavenC [12:50] *** coaboa has joined #tikiwiki [12:50] luciash: but what I say is something else [12:50] hmm [12:50] I'll make a quick look (5') at the code to see if I'm lucky and I can find where that logic is managed [12:51] what about autosave param ? [12:51] tiki-index.php?page=SubmitOrder&autosavefields=1&autosavevalues=tikiwiki [12:51] luciash, that's more complicated than just to extend a little bit the default values in drop down fields [12:53] ok, i think i would need to play with your tracker plugin to understand the problem [12:54] which i don't have time fr and don't want to slow you down too [12:54] s/fr/for/ [12:57] btw, from the Plugin Tracker page: "In Tiki 6, this plugin can also be used as a simple way to create custom forms which output the result as preformatted wiki pages instead of tracker items." [12:57] this is great news ! [13:05] yes, I agree [13:20] *** Andurino has joined #tikiwiki [13:23] *** jonnyb has joined #tikiwiki [13:23] *** coaboa has quit IRC (Read error: Connection reset by peer) [13:25] *** coaboa has joined #tikiwiki [13:31] c u all [13:31] bbl [13:31] *** coaboa_ has joined #tikiwiki [13:31] *** xavi has quit IRC (Quit: Page closed) [13:31] *** coaboa has quit IRC (Ping timeout: 245 seconds) [13:35] what is exactly the status of desing.css and desing-refeerence.css? [13:36] is the small computed from the reference? Do I have to update both? [13:36] usually people commit only in the small one [13:37] only chibaguy seems to commit in both [13:38] Is it the role of the minify to take away the comments [13:38] sylvieg, I wanted to keep the live css file small, without comments, so i made the reference one to add comments to, so people could know what the selectors are for, etc. [13:39] hi sylvieg fair point - now we have css minify we surely could use the commented one [13:39] it's for documentation [13:39] hi chibaguy [13:40] but the problem is that the commits are not done in both right now.... so using the reference ... will break stuff [13:40] hi jonnyb [13:40] that's right, sylvieg. [13:41] I guess people aren't going to commit to reference, so maybe another way of documentation is needed, like a wiki page. [13:41] Not that that will get updated either, but at least no harm will be done. [13:42] * sylvieg would like to use only the reference and minify .. because even when I debug a site - I could like to have the comments on line [13:44] ah, ok. My trying to reduce the file size was before minify. [13:45] *** coaboa has joined #tikiwiki [13:47] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [13:48] in anycase .. we will have to resync before moving ;-) [13:51] layout-tiki3_level.css is also basically useless. It was meant as a reference for upgrading custom css files after Tiki 3. [13:52] *** coaboa has quit IRC (Ping timeout: 265 seconds) [13:52] I can put the reference comments in design.css and layout.css this weekend, and get rid of the other files. [13:52] *** coaboa has joined #tikiwiki [13:55] thx chibaguy [14:14] tikiwiki: 03sylvieg * r28472 10/trunk/ (3 files in 3 dirs): [FIX]captcha: use button and put closer the button to be sure people see it [14:15] yes, good plan [14:15] hardly everybody will follow the guidlines and put in both [14:36] *** coaboa_ has joined #tikiwiki [14:37] *** coaboa has quit IRC (Ping timeout: 265 seconds) [14:37] *** Faisal has joined #tikiwiki [14:37] *** MartinCleaver_ has joined #tikiwiki [14:37] tikiwiki: 03sylvieg * r28473 10/trunk/ (3 files in 2 dirs): [FIX]antibot: show mandatory in tracker [14:37] Which version of Tikiwiki has a stable WYSIWYG editor [14:37] ? [14:39] *** MartinCleaver has quit IRC (Ping timeout: 276 seconds) [14:39] *** MartinCleaver_ is now known as MartinCleaver [14:40] *** coaboa_ has quit IRC (Ping timeout: 245 seconds) [14:42] *** coaboa has joined #tikiwiki [14:47] Faisal: Probably the most recent version. [14:48] *** coaboa has quit IRC (Ping timeout: 265 seconds) [14:49] I am trying the on the 4.3 .. still not stable .. will try it on 5 later [14:49] Is that a priority for Tikiwiki to provide a good editor [14:49] ? [14:52] *** xavi has joined #tikiwiki [14:53] *** coaboa has joined #tikiwiki [14:53] imho it is not priority as Tiki is wiki syntax based and WYSIWYG editor is extra additional feature [14:53] *** rotterdam has joined #tikiwiki [14:56] I see thank you for the information [14:56] *** Faisal has left [14:56] tikiwiki: 03sylvieg * r28474 10/trunk/ (2 files in 2 dirs): [FIX]antibot: better layout than 28473 [15:06] *** rotterdam has quit IRC (Quit: Saindo) [15:29] *** coaboa_ has joined #tikiwiki [15:30] *** coaboa has quit IRC (Ping timeout: 265 seconds) [15:44] *** chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.) [15:50] *** britneypire has joined #tikiwiki [15:52] *** britneypire has quit IRC (Client Quit) [15:56] polom [15:57] FWIW WYSIWYG is still experimental in all versions, although jonnyb is working on getting it stable [15:57] hi chealer - sure am! [15:57] wrestling weith [15:58] oops - wrestling with the autosave thing at the moment [15:58] generally looking pretty good though (so far) [16:00] hi jonnyb. lots of work, but I'm eager to see the results :-) [16:01] you can play with some of it at http://alcns.net [16:01] username tiki [16:01] (or register) [16:03] thanks, I'll wait to see it in trunk for now [16:14] *** coaboa has joined #tikiwiki [16:16] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [16:23] hi jonnyb and chealer [16:23] jonnyb, did you see my comments on skype the other day? [16:23] abot the test in alcns.net with your ckedtiro [16:23] about [16:23] ckeditor [16:23] hi xavi [16:23] (fingers lazy) [16:24] um, yes - i think so, thanks for testing [16:24] ok, no problem. [16:24] hi xavi :-) [16:24] hi philippe [16:24] *** Wilkins has quit IRC (Ping timeout: 260 seconds) [16:25] *** coaboa has quit IRC (Ping timeout: 265 seconds) [16:25] * xavi back into R world [16:26] *** coaboa has joined #tikiwiki [16:29] *** coaboa_ has joined #tikiwiki [16:30] *** rotterdam has joined #tikiwiki [16:30] *** coaboa has quit IRC (Ping timeout: 265 seconds) [16:34] *** coaboa has joined #tikiwiki [16:35] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [16:58] jonnyb: How do I run the unit test for instance if I do cd lib/test/TikiLib; phpunit . [16:58] I have PHP Fatal error: Class 'TikiLib' not found in /home/sg/www/html/test/tikiwikitrunk/lib/test/TikiLib/WikiParserTest.php on line 19 [16:58] just cs lib/test [16:59] aha tahnks I least I have sonething running [17:00] :) [17:01] so now I have to figure out how to add my own test - I am always loosing my test scripts - I need to commit them somewhere [17:02] no sure [17:03] take a simple one and copy it? ;) [17:14] mmm, is there any example of a plugin inside a plugin working? [17:15] in php? trackerfilter [17:15] I'm jus trying a PluginDIV inside pluginR and it doesn't sem to like it... [17:15] I mean, inside a wiki page [17:16] I think I have somewhere an INCLUDE and MENUPAGE [17:16] {R()}bla bla {DIV(width=200)} bla bla {R} [17:16] missing the closing {DIV} [17:16] I mean, in case I need to add something in PluginR to make it allow calls to other plugins inside [17:16] ah, yes, thnks. it is in the real example [17:17] I mean , I have a closing div there [17:17] I noticed some bug when using closing tag like /} [17:18] ok, in my case, I'm closing them in the traditioanl way {DIV(with=200)}text{DIV} [17:18] s/with/width (of course) [17:23] I am not sure it will work with R - because R takes on the $data and 'eats' it [17:24] sorry [17:24] take away the ~np~ at the return return '~np~'.$ret.'~/np~'; [17:24] and your DIV will be probably interpreted [17:29] ok, you are right, maybe that's why I'm having these issues [17:30] mmm, I'll try with the param to (wiki) parse the output [17:30] (I created a param for that, now I remember :-) ) [17:31] ah, nope, I was already using that wiki parsing... so , it seems that R doesn't like the DIV plugin, and plugin CODE can not be validated once inside R, it seems [17:32] hehe [17:32] ok, minor display issue (lines shown too long) [17:45] Is there in the room, a Spanish speaker I can clarify some doubts, to see if a viable tikiwiki for an association of the disabled, accessibility features, security of personal data, access levels, etc? I do not speak English, I need to translate with a program and hardly understand anything. If you contact me please use a language English without abbreviations and simple. Thanks [17:46] Andurino, there I go, see pm [17:49] Andurino: te he escrito en una ventana a parte. Me ves? [17:49] no [17:49] ok, ahora si [17:51] oh... Spanishs and Catalans can speak together - just kidding;-) [17:51] :-) [17:53] sylvieg, in Catalonia, we usually do without any problem. From the rest of Spain, they seem to have problems to speak with us sometimes... (mass media in other parts of Spain is doing an incredible and awful job, as far as I could feel a couple of years ago, when I was visiting some of my family's hometowns) [17:53] fyi :-) [18:02] *** coaboa_ has joined #tikiwiki [18:03] *** coaboa has quit IRC (Ping timeout: 245 seconds) [18:25] *** rotterdam has quit IRC (Read error: No route to host) [18:50] *** rotterdam has joined #tikiwiki [18:54] *** coaboa has joined #tikiwiki [18:55] *** coaboa_ has quit IRC (Read error: Connection reset by peer) [19:01] *** rodrigo_sampaio has joined #tikiwiki [19:02] *** coaboa_ has joined #tikiwiki [19:03] *** coaboa has quit IRC (Ping timeout: 265 seconds) [19:07] *** rodrigo_sampaio has quit IRC (Quit: rodrigo_sampaio) [19:08] *** rodrigo_sampaio has joined #tikiwiki [19:22] *** xavi has left [19:39] *** Faisal has joined #tikiwiki [19:39] When you search in Tikiwiki it highlights the words in your search in the result. how to turn that feature off? [19:51] anybody? [19:57] *** Faisal has left [19:57] tikiwiki: 03sampaioprimo * r28475 10/trunk/templates/tiki-edit_blog.tpl: [FIX] only show heading preview button if feature_blog_heading is enabled [20:23] *** FrankP has joined #tikiwiki [20:28] *** RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [20:51] tikiwiki: 03sampaioprimo * r28476 10/trunk/ (8 files in 5 dirs): [NEW] related posts on the bottom of each post [20:52] rodrigo_sampaio: optional ? [20:53] luciash: yes, and disabled by default ;) [20:53] rodrigo_sampaio: great :) thank you [20:53] luciash: always good to know that there are people watching the new commits ;) [20:54] * luciash is always watching :-p [20:54] :D [20:56] is it only per blog setting ? no global one ? [20:56] afaics [20:56] but maybe you are right it is not necessary in case of blogs [21:11] tikiwiki: 03jonnybradley * r28477 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (10 files in 3 dirs): [ENH] ckeditor: Add ajaxAutoSave plugin. Not fully working - more to come soon. [21:27] *** FrankP2 has joined #tikiwiki [21:31] *** mose_ has joined #tikiwiki [21:34] *** FrankP has quit IRC (*.net *.split) [21:34] *** mose has quit IRC (*.net *.split) [21:36] *** Andurino has quit IRC (*.net *.split) [21:36] *** Caarrie|away has quit IRC (*.net *.split) [21:36] *** goj has quit IRC (*.net *.split) [21:36] *** coaboa_ has quit IRC (*.net *.split) [21:36] *** jonnyb has quit IRC (*.net *.split) [21:36] *** chealer has quit IRC (*.net *.split) [21:36] *** Sug4r has quit IRC (*.net *.split) [21:36] *** sylvieg has quit IRC (*.net *.split) [21:37] *** JoernOtt has quit IRC (*.net *.split) [21:37] *** olio has quit IRC (*.net *.split) [21:39] *** coaboa_ has joined #tikiwiki [21:39] *** jonnyb has joined #tikiwiki [21:39] *** Andurino has joined #tikiwiki [21:39] *** Caarrie|away has joined #tikiwiki [21:39] *** JoernOtt has joined #tikiwiki [21:39] *** chealer has joined #tikiwiki [21:39] *** Sug4r has joined #tikiwiki [21:39] *** goj has joined #tikiwiki [21:39] *** sylvieg has joined #tikiwiki [21:39] *** olio has joined #tikiwiki [21:39] *** zelazny.freenode.net sets mode: +o sylvieg [21:40] *** rodrigo_sampaio has quit IRC (*.net *.split) [21:40] *** rotterdam has quit IRC (*.net *.split) [21:40] *** Ludo_ has quit IRC (*.net *.split) [21:41] *** Ludo_ has joined #tikiwiki [21:42] *** rotterdam_ has joined #tikiwiki [21:51] *** MartinCleaver has quit IRC (Quit: MartinCleaver) [21:57] *** rotterdam_ is now known as rotterdam [22:19] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [22:24] *** coaboa has joined #tikiwiki [22:26] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [22:42] *** Andurino has quit IRC (Quit: Andurino) [23:26] tikiwiki: 03jonnybradley * r28478 10/branches/experimental/wysiwyg_ckeditor_update/lib/ (3 files in 3 dirs): [ENH] ckeditor: More on ajaxAutoSave plugin. Much better! Refactoring still TODO [23:36] tikiwiki: 03jonnybradley * r28479 10/branches/experimental/wysiwyg_ckeditor_update/lib/toolbars/toolbarslib.php: [FIX] ckeditor: Maximize - the new name for Fullscreen [23:45] *** Caarrie|away is now known as Caarrie [23:50] *** coaboa_ has joined #tikiwiki [23:53] *** coaboa has quit IRC (Ping timeout: 265 seconds) [23:55] *** coaboa has joined #tikiwiki [23:56] *** coaboa_ has quit IRC (Ping timeout: 265 seconds) [23:58] *** Trebly has joined #tikiwiki [23:58] *** coaboa_ has joined #tikiwiki