[00:00] *** NefariousC has joined #tikiwiki [00:05] *** SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]") [00:39] *** tomb_ has quit IRC ("Ex-Chat") [00:56] *** Lucymoz has quit IRC (Read error: 104 (Connection reset by peer)) [00:56] *** Lucymoz has joined #tikiwiki [01:02] *** ricks99__ has quit IRC (Read error: 110 (Connection timed out)) [01:04] *** Redhatter-LM2E has quit IRC (Remote closed the connection) [01:12] *** Caarrie has quit IRC ("restart x") [01:17] *** Caarrie has joined #tikiwiki [01:27] *** franck has joined #tikiwiki [01:29] *** franck has quit IRC (Read error: 104 (Connection reset by peer)) [01:39] Recent Bug: Tracker item: #2001 - ranking shows twice in top users module - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2001 [01:41] *** chibaguy has joined #tikiwiki [01:44] *** dthacker has joined #tikiwiki [01:44] I broke theme-changing in my 2.0 test site. I was testing Edit CSS and confirmed that it creates 0-byte files... [01:45] ...so I deleted the file with ftp. Then Tikineat became the default file and I could not change my theme choice to anything else.... [01:46] Every page refresh showed Tikineat as my selected theme again. So I renamed tikineat.css to see what would happen. Now there is no stylesheet in effect.... [01:46] Tiki won't let me use any other stylesheet/theme. [01:46] This sucks. [01:49] I cleared the caches and tried changing my personal theme choice and the site default... Apparently it's tikineat or nothing. [01:49] Earth to Porto.... [01:49] *** chibaguy has left [02:00] *** mattbmc has joined #tikiwiki [02:00] *** Caarrie is now known as Caarrie|sleeping [02:00] *** dthacker has quit IRC ("KVIrc 3.2.4 Anomalies http://www.kvirc.net/") [02:15] *** chibaguy has joined #tikiwiki [02:16] About the broken theme-changing, I renamed tikineat.css back to its real name, and made a copy of subsilver.css, named it subsilver-admin.css, and FTPed it to the server. [02:18] Now I can use subsilver-admin.css . . . only. The theme choice can't be changed, with either personal pref, module, or site pref. [02:19] Am I particularly skilled, or is this a potential problem for any user of Tiki 2.0? [02:19] *** rodrigo_sampaio has joined #tikiwiki [02:28] Well, some of the theme stickiness anyway seems to be browser-related. All of the above happened while using Opera. When I log in with FF3, themes are working normally. [02:30] Dang, even with caching turned off in Opera, and logged in as admin, I get the subsilver-admin.css and nothing else, but in FF3 logged in as admin, I can change themes freely. [02:34] Deleted the session cookie in Opera and now can change themes. Ok, crisis over ;-) [02:37] SVN: Commit by sylvieg :: r 14611 /trunk/lib/wiki-plugins/wikiplugin_trackerfilter.php: oops [02:37] SVN: Commit by sylvieg :: r 14610 /trunk/ (2 files in 2 dirs): [FIX]tracker: better managment of list_mode ->new a param to TRACKERLIST [02:37] SVN: Commit by ricks99 :: r 14609 /branches/2.0/templates/tiki-editpage.tpl: [FIX]smileys should appear in wiki editor, even if wysiwyg feature is enabled. [03:10] *** NefariousC has quit IRC () [03:33] *** Petjal2 has quit IRC ("Leaving.") [03:33] *** Petjal3 has joined #tikiwiki [03:45] *** Paragtim has joined #tikiwiki [03:58] *** franck has joined #tikiwiki [04:15] *** lq_184 has joined #tikiwiki [04:36] SVN: Commit by sylvieg :: r 14611 /trunk/lib/wiki-plugins/wikiplugin_trackerfilter.php: oops [04:36] SVN: Commit by sylvieg :: r 14610 /trunk/ (2 files in 2 dirs): [FIX]tracker: better managment of list_mode ->new a param to TRACKERLIST [04:36] SVN: Commit by ricks99 :: r 14609 /branches/2.0/templates/tiki-editpage.tpl: [FIX]smileys should appear in wiki editor, even if wysiwyg feature is enabled. [04:46] Hmm. BOX plugin produces these tags at the end:

[04:46] May be only with one wiki paragraph setting; I didn't check. [04:47] Causes validation errors. [04:49] The /div tags are the end of the box; I guess the p tags come from an empty new line just inside the box. But obviously the /p should be inside the /div tags. [04:53] This was with "Use Wiki paragraph formatting" "But still create line breaks within paragraphs" both activated. [04:59] Just checked and also with those not activated, the same problem occurs. [05:03] *** rodrigo_sampaio has quit IRC ("Leaving.") [05:03] Correction: with those not activated (so no paragraphs created in wiki text) no problem with tags out of order. (I had clicked on wrong submit button on wiki admin page.) [05:06] Dynamic variable causes xhtml 1.0 transitional validation error. [05:06] phew, my site now passes. [06:11] SVN: Commit by chibaguy :: r 14612 /mods/trunk/themes/ohia/styles/ohia.css: [FIX] validation errors. [06:19] *** Morpheus has joined #tikiwiki [06:25] *** lq_184 has quit IRC ("CGI:IRC (EOF)") [06:39] mornin' [06:39] chibaguy: afternoon :) [06:39] chibaguy: did you also test on the fresh new install to change nocached links to cached and back if it happens then too ? [06:42] luciash_, yes, I changed them back and forth and there was no problem, on the new install. [06:44] *** nikhilodeon__ has joined #tikiwiki [06:45] chibaguy: ok, good to know, thx [06:47] * luciash_ wonders how it handles the case when you use the same link on one page twice but forget to give one the nocache parameter... [06:47] *** luciash_ is now known as luciash [06:49] luciash, in the 2.0 admin menu there's a "wiki cache" link, the lists all the linked-to urls, and they can be deleted. [06:49] *** nikhilodeon has quit IRC (Read error: 60 (Operation timed out)) [06:49] *** nikhilodeon__ is now known as nikhilodeon [06:52] chibaguy: i know, i mean when you forgot for the same link to put the nocache param, then the page is cached anyway regardless if there's another existing link with the same URI and nocache parameter, right ? [06:58] Well, anyway in a single page, if a link gets nocache once, another instance of the same link in the page also has no (cache) link. [07:00] *** Wilkins has joined #tikiwiki [07:01] ah, ok, then you have to specify it only once... that's better i think [07:01] yes [07:17] well, I just went through the list on tiki-list_cache.php and deleted URIs that I didn't wanted cached, including the Sourceforge svn links on Theme_template_files, and now the page is clean of unwanted (cache) links. :-) [07:20] Great. Now there is no (cache) link even when I _don't_ indicate nocache. :-) [07:35] One thing: if a URI is already in tiki-list_cache.php (has a previous instance of being linked to and cached), using "nocache" when the link is added again to a page has no effect; the (cache) link displays anyway. [07:37] These seems to be in contrast to the case of a link being put on a page twice, once with nocache and once without -- in this case, the nocache prevents (cache) for both links. [07:38] But I don't know why "cache external links" is no longer being respected at the site. [08:07] *** Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [08:17] Uh oh, changing the comment tags in css files from Smarty to CSS style broke the $Id$ svn keyword. Now it isn't expanded. :-( [08:26] *** chibaguy has left [08:39] SVN: Commit by sept_7 :: r 14614 /trunk/templates/tiki-admin_modules.tpl: [ENH] put tips in the right place for the menu and preserve tab position [08:58] *** nikhilodeon__ has joined #tikiwiki [09:00] *** nikhilodeon has quit IRC (verne.freenode.net irc.freenode.net) [09:00] *** Petjal3 has quit IRC (verne.freenode.net irc.freenode.net) [09:00] *** gmc has quit IRC (verne.freenode.net irc.freenode.net) [09:00] *** gillesMMM has joined #tikiwiki [09:00] *** nikhilodeon__ is now known as nikhilodeon [09:01] *** gmc has joined #tikiwiki [09:02] Anyone know how to make fckeditor load a template by default? [09:10] *** Redhatter has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** pkdille has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** amette has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** nikhilodeon has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** gillesMMM has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** luciash has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** SEWilc1 has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** Sug4r has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** PS|bot has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** sylvieg has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** CIA-54 has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** r1 has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** niclone has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** Morpheus has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** franck has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** mattbmc has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** Amorphous has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** uSlacker has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** tomb has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** gmc has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** Paragtim has quit IRC (verne.freenode.net irc.freenode.net) [09:10] *** Jyhem has quit IRC (verne.freenode.net irc.freenode.net) [09:12] *** gmc has joined #tikiwiki [09:12] *** gillesMMM has joined #tikiwiki [09:12] *** nikhilodeon has joined #tikiwiki [09:12] *** Morpheus has joined #tikiwiki [09:12] *** franck has joined #tikiwiki [09:12] *** Paragtim has joined #tikiwiki [09:12] *** mattbmc has joined #tikiwiki [09:12] *** Sug4r has joined #tikiwiki [09:12] *** luciash has joined #tikiwiki [09:12] *** Jyhem has joined #tikiwiki [09:12] *** SEWilc1 has joined #tikiwiki [09:12] *** CIA-54 has joined #tikiwiki [09:12] *** sylvieg has joined #tikiwiki [09:12] *** Amorphous has joined #tikiwiki [09:12] *** r1 has joined #tikiwiki [09:12] *** Redhatter has joined #tikiwiki [09:12] *** tomb has joined #tikiwiki [09:12] *** pkdille has joined #tikiwiki [09:12] *** amette has joined #tikiwiki [09:12] *** niclone has joined #tikiwiki [09:12] *** uSlacker has joined #tikiwiki [09:12] *** PS|bot has joined #tikiwiki [09:13] *** nikhilodeon__ has joined #tikiwiki [09:16] *** gmc has quit IRC (Killed by ballard.freenode.net (Nick collision)) [09:16] *** gmc has joined #tikiwiki [09:16] *** gmc_ has joined #tikiwiki [09:17] *** gmc has quit IRC (Connection timed out) [09:30] *** nikhilodeon has quit IRC (Read error: 110 (Connection timed out)) [09:46] *** tikiwiki has joined #tikiwiki [09:53] *** lphuberdeau has joined #tikiwiki [09:56] *** lphuberdeau_ has joined #tikiwiki [10:10] *** tikiwiki has left [10:14] *** lphuberdeau has quit IRC (Read error: 110 (Connection timed out)) [10:23] *** Redhatter has quit IRC (No route to host) [10:48] *** Caarrie|sleeping is now known as Caarrie [10:50] *** Amorphous has quit IRC (Read error: 110 (Connection timed out)) [10:53] *** Amorphous has joined #tikiwiki [10:59] *** Redhatter has joined #tikiwiki [11:04] *** marclaporte has joined #tikiwiki [11:14] *** martinalex has joined #tikiwiki [11:16] *** NefariousC has joined #tikiwiki [11:24] *** rodrigo_sampaio has joined #tikiwiki [11:25] *** rodrigo_sampaio has quit IRC (Client Quit) [11:29] do we have a refresh backlink somewhere? [11:30] *** xavi1 has joined #tikiwiki [11:30] *** xavi1 has left [11:33] *** xavi1 has joined #tikiwiki [11:33] *** xavi1 has left [11:56] *** franck has quit IRC (Read error: 113 (No route to host)) [11:58] *** nikhilodeon___ has joined #tikiwiki [11:58] *** nikhilodeon___ is now known as nikhilodeon [12:00] *** franck has joined #tikiwiki [12:04] *** Lucymoz has joined #tikiwiki [12:08] *** martinalex has quit IRC (Read error: 110 (Connection timed out)) [12:09] *** NefariousC has quit IRC () [12:14] *** nikhilodeon__ has quit IRC (Read error: 110 (Connection timed out)) [12:32] *** ozgenie has joined #tikiwiki [12:33] I have been running TikiWiki for a number of months now and everything has been working fine until tonight. When I go to edit a page I get the following message "You don't have permission to access /twconvic/tiki-editpage.php on this server." Anyone have any ideas why this may be [12:35] A corrupted file is the most likely. Have you cleared the cache? [12:35] *** ricks99__ has joined #tikiwiki [12:36] *** ozgenie has quit IRC (Client Quit) [12:37] *** ozgenie has joined #tikiwiki [12:37] *** ozgenie is now known as ozgenie2 [12:41] Rick - The man !! - on the last visit module the date shows as Fri 29 OF Month. Any way of getting rid of the of that you know of? [12:43] *** ozgenie2 has quit IRC ("CGI:IRC (EOF)") [12:45] *** xavi1 has joined #tikiwiki [12:48] sure... [12:48] u can mod the tpl [12:49] u can also define the date format on admin: general [12:50] is that what u mean? [12:57] *** Caarrie is now known as Caarrie|away [13:00] *** nikhilodeon has quit IRC (Read error: 110 (Connection timed out)) [13:10] hello. I have a problem with a multilingual site if I enable "detect the browser language": If I change the language using the switch_lang module it always falls back to German. (u can try it at series60-remote.sf.net ) [13:10] *** ricks99 has joined #tikiwiki [13:10] *** gmc_ is now known as gmc [13:11] *** ricks99 has quit IRC (Client Quit) [13:11] *** ricks99 has joined #tikiwiki [13:11] *** ricks99__ has quit IRC (Read error: 110 (Connection timed out)) [13:37] hi there, from TikiFestPorto [13:38] did somebody manage to use http://doc.tikiwiki.org/PluginPhpFreeChat ? [13:39] I can't manage to use it, and trying at http://wiki-translation.com/tiki-index.php?page=BabelWiki08 [13:39] (lunch here) [13:42] *** tikiwiki has joined #tikiwiki [13:42] *** tikiwiki has left [13:48] rick - Sorry for the break - Late lunch. You are a star. Never even saw the word "of" in the date format. Its gone now and the suits will be a little happier [13:55] polom [14:04] *** nikhilodeon___ has joined #tikiwiki [14:04] *** nikhilodeon___ is now known as nikhilodeon [14:04] ricks99: do you subscribe to svn list - about my last commetn about
in radio? [14:09] havent seen it yet. [14:09] i just added a
is that what u mean? [14:10] * ... off to check my email [14:21] @sylvieg: did not see the email? [14:29] I think the
must be an option [14:30] for instance a radio between 1,2,3,4,5,6,7,8,9 it is not pretty to have a >br/> [14:30] I think it depends of the content of the radio [14:30] IMHO - it need to be in 3.0 and need to be an additional option to the field [14:31] without the
, you end up with somehting like: o1o2o3o4o5o6 how do u know if the radio button is to the left or right of the number? [14:31] very poor ui (imho) [14:33] maybe just me. [14:33] feel free to roll back [14:34] ok I agree - is a : ok or a , [14:34] and then in 3.0 we do / i can do it the br option [14:36] imho, the majority of cases will/should use
. only rating scales (like your example) make sense without [14:37] users already see issues with it: http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=29931 [14:40] radio is new to 2.0? [14:41] no. [14:41] (dont think so) [14:43] if the others agree - I will do the option in 2.0 - because for my 1,2,3,4 .. I need on the same line [14:44] so, ur fix will be, if options are seaprated by "," use BR, if seaprated by ":" no line break? good idea [14:46] .. this fields syntax is a mess [14:47] list of option terminated with
[14:59] polom [15:06] niclone ? we are at TikiFestPorto and we are interested in testing the Mod you made: "PluginPhpFreechat". however we can't get it to work further than saying "Chat loading. Please wait". We've enabled ajax, and manually installed the plugin (lib and wiki-plugin files, taken from svn). Does it need any thing else? [15:07] tried in local (ubuntu 8.04 box) and on server, both of them using Tiki 2.0 [15:08] xavi1: there is one working here http://help.csregistry.org/tiki-index.php?page=freecha [15:17] *** SEWilco2 has joined #tikiwiki [15:20] thanks sylvieg [15:25] mmm, it's kind of slow for me... [15:25] anyway, did you install it yourself, sylvieg ? [15:25] I'm wondering what are we missing... [15:26] we need a kind of chat for wiki-translation for monday, since the babelwiki workshop will be held during... [15:27] ...as part of Wikisym2008, and we'd prefer to dogfood tikiwiki resources, before going to install/embed external chats .... [15:35] xavi1: if u dont mind an exteral chat, i use meebo from my tiki. light, fast and easy to implement [15:40] thanks ricks99 . That's our second option.... (I always prefer to dogfood tiki resources first, or give them a try, a least...). I'll email niclone [15:47] :) [15:49] *** nikhilodeon___ has joined #tikiwiki [15:52] I have a problem with a multilingual site if I enable "detect the browser language": If I change the language using the switch_lang module it always falls back to German. (u can try it at series60-remote.sf.net ) [15:53] hi, i had a question for anyone re: the sql plugin described at http://doc.tikiwiki.org/tiki-index.php?page=PluginSQL&bl=y i have set up the dsn, logged in as an admin, entered the following code: {SQL(db=>zrw_dsn)}SELECT * FROM users_users{SQL} but nothing appears [15:53] you need a perm even as admin [15:54] tiki_dns_basename ... or something like that [15:56] @Morpheous: is german the default? (site appears in EN for me) [15:58] ricks99: yes, but the language should be detected by the browsers accept-language [15:58] ricks99: but if you select "Deutsch" in the right combobx it falls back to english [15:59] SVN: Commit by sylvieg :: r 14617 /branches/2.0/templates/styles/moreneat/tiki-show_page.tpl: [FIX]syntax error [15:59] y, but im taken to the german home (startseite) [15:59] sylvieg - right - i checked that, and the admins group has the following permission: tiki_p_dsn_zrw_dsn [16:00] odd. not swicthing the actual lang ? [16:02] ricks99: is the rest of the page also translated? (Menu, Login and so) [16:03] *** Wilkins has quit IRC (Read error: 104 (Connection reset by peer)) [16:03] no. weird [16:03] *** nikhilodeon has quit IRC (Read error: 110 (Connection timed out)) [16:06] ricks99: yes, this only works if i disable "detect the browser language" [16:09] heya, many greetings to TikiFest Porto ! :) [16:22] hi luciash :-) [16:23] I need some help for the module minichat to show on the full with on Tiki central column.... [16:24] *** nikhilodeon____ has joined #tikiwiki [16:24] *** nikhilodeon____ is now known as nikhilodeon [16:24] it's kind of weird.... it's showing fine on http://tikiwiki.org/TikiFestPorto (using tikineat.css) [16:25] but not taking the full with at http://wiki-translation.com/BabelWiki08 (using kubrick.css , latest vesrion from Gary) [16:25] module minichat is the other dogfood simple option to have a chat (even if simple) on a wiki page.... [16:27] demo time here of flex & wiki [16:28] hi xavi1 [16:28] *** sylvieg has left [16:29] xavi1: is the minichat working? [16:30] ah, i'm reading :) [16:39] *** nikhilodeon___ has quit IRC (Read error: 110 (Connection timed out)) [16:42] xavi1: i've answered some questions on the chat on http://wiki-translation.com/BabelWiki08 [16:47] *** sylvieg has joined #tikiwiki [16:55] *** snarlydwarf has joined #tikiwiki [16:56] *** Caarrie|away is now known as Caarrie [16:59] back [16:59] hi niclone . i'll read your comments [17:06] *** Redhatter has quit IRC (Read error: 104 (Connection reset by peer)) [17:07] *** Redhatter has joined #tikiwiki [17:16] When I add a "desc", the "imalign=right" stops working on an image and text stops wrapping around the image. Was this fixed in a recent version? [17:16] niclone, minichat width is better, thanks! [17:17] niclone : and what about the Pluginphpfreechat ? how do you make it work? (see irc above) [17:17] I had some problem with it and firefox 3 [17:17] yes, ff3, that's what I'm using.... :-( [17:17] did you tried with an another navigator? [17:17] I'll try [17:18] it's profiles demo time now [17:18] I'll be back in 30' or so [17:18] ok [17:18] thanks for feedback, niclone :-) [17:18] u're welcome ;) [17:26] back temporarily (profiles demo delayed) [17:26] niclone , how can you have more than one channel specified? [17:26] how do you separate channel names? [17:27] channel=#help and #default, for instance [17:38] xavi1: use , [17:38] channel=#help,#default [17:39] thanks [17:42] and niclone, where is the log of the chat saved? [17:43] xavi1: there are in a sql table: tiki_minichat [17:43] I mean, will the chat log be retrievable later on? [17:43] so... is there an easy way to say: show log from day ddmmyyyy or similar? [17:43] xavi1: actually no, except phpmyadmin... [17:44] *** Simmi has joined #tikiwiki [17:44] HI Simmi! [17:44] xavi1: on the version you've seen on csregistry, there are also droped after 24h ... [17:44] (since many people from wiki-translation look for chats that can show the log later on... this would be a good add-on to support us to dogfood minichat...). Right now they normally use skype... [17:45] niclone, and the default minichat on tiki 2.0, are logs dropped by default after 24h or so? [17:45] xavi1: ok, maybe i'll do it, it's not hard [17:45] xavi1: no [17:46] xavi1: there are never dropped, this mean that the table can grow grow grow... ;) [17:46] oh, that looks great, niclone, so that we can try (or I'll suggest to, at least) using minichat for babelwiki08 [17:47] and if in the future (?) there is a way to retrieve logs, then people might review chat conversations during babelwiki08 workshop, without leaving tiki ... :-) [17:48] btw, niclone, I?ve started a page on doc.tw.o for documentation minichat... that's a nice feature I didn't know of! (marclaporte just told me about it some hours ago when I realized that deafult chat feature was removed from admin panels, etc.) [17:49] hehe, it was commited just before features freeze of 2.0 ;) [17:50] niclone: hi! [17:50] niclone: : if you happen to be in Paris next Saturday, we'll have a TikiFest! [17:50] hi marclaporte [17:50] no it's not in my projects ;) [17:51] Simmi: please see: http://dev.tikiwiki.org/commit [17:51] hehe [17:52] niclone: : can your projects change? :-) [17:52] There will be beer [17:52] :-) [17:54] marclaporte: I apreciate you're proposition ;) unfortunatly I have some others important projects [18:11] *** xavi1 has quit IRC (Read error: 60 (Operation timed out)) [18:25] SVN: Commit by sylvieg :: r 14618 /mods/trunk/wiki-plugins/iframe/wiki-plugins/wikiplugin_iframe.php: move to trunk [18:33] *** tikiwiki has joined #tikiwiki [18:33] *** tikiwiki has left [18:35] *** franck has quit IRC ("Leaving.") [18:36] *** xavi has joined #tikiwiki [18:37] polom [18:44] niclone ? [18:45] we've tried pluginphpfreechat with IE6 on Linux and IE7 on windows , and it doesn't show any differnt behavior than with ff3 on linix or windows: "chat loading. please wait" [18:45] and nothing else [18:50] *** NefariousC has joined #tikiwiki [18:56] xavi: you just looking for _any_ chat to work with tw? [19:12] hi Caarrie [19:12] hi xavi [19:12] well, not any, starting from tiki resources first [19:12] dogfooding attempt first, you know (plus free software first, etc.) [19:13] have you looked at http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=810&trackerId=5&show=view [19:13] it hooks into tw ;) [19:19] well, looks nice. :-) We are looking for simpler solutions (which don't require java virtual machine, at least), like the minichat module niclone added... http://doc.tikiwiki.org/Module+minichat [19:19] documentation still to be improved.... [19:25] niclone, the minichat stopped working on w-t, http://wiki-translation.com/tiki-index.php?page=trial [19:26] SVN: Commit by Jyhem :: r 14619 /trunk/templates/tiki-read_article.tpl: [FIX] Keep all articletrailer items on the same line, especially the language selector [19:29] I'm looking for a text-wrapped image with caption. What does the Annotation plugin do? Undocumented and demo only shows an image with a "Save changes to annotations" button. http://wiki-translation.com/tiki-index.php?page=TestAnnotationPlugin&bl=n [19:41] xavi: there is a feature that should be actived (feature_minichat) [19:42] xavi: (yeah, it should said it... i need to put more checks about this) [19:43] xavi: i can see it here: http://wiki-translation.com/tiki-minichat_ajax.php [20:02] *** tikiwiki has joined #tikiwiki [20:03] *** ricks99 has quit IRC ("Trillian (http://www.ceruleanstudios.com") [20:04] *** nikhilodeon____ has joined #tikiwiki [20:04] SVN: Commit by lphuberdeau :: r 14620 /trunk/db/ (tiki.sql tiki_2.0to3.0.sql): [FIX] Fields lengths to install on windows mysql (strict settings by default) [20:11] *** marclaporte has quit IRC (Read error: 110 (Connection timed out)) [20:17] *** Morpheus has quit IRC ("KVIrc 3.4.0 Virgo http://www.kvirc.net/") [20:19] *** nikhilodeon has quit IRC (Read error: 110 (Connection timed out)) [20:23] *** marclaporte has joined #tikiwiki [20:24] http://dev.tikiwiki.org/tiki-index.php?page=Custom+email+message+to+new+tikiwiki.org+registrants [20:33] *** tikiwiki has left [20:59] niclone, thanks. I've re-enabled ajax. [21:00] however, not yet.... [21:00] I'll clean cache on server (already cleaned browser cache, just in case) [21:04] niclone, in the meantime, lphuberdeau_updated wiki-translation.com code to latest 2.0svn ... maybe something changed in the code, that make minichat not work any more???? [21:04] I'm running out of ideas... [21:17] mmm, seems lphuberdeau_found something that he added to the code recently that could be the reason why minichat doesn't work right now on latest 2.0svn... he's checking [21:22] !! doc.tw.o Features has been broken for at least two days. Look for "No records found". http://doc.tikiwiki.org/tiki-index.php?page=Features&bl=y [21:22] *** SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]") [21:24] *** halpinrc has joined #tikiwiki [21:26] *** halpinrc has quit IRC (Client Quit) [21:26] SEWilco2 or SEWilc1 : thanks for reporting [21:29] SEWilco2 or SEWilc1 : reloading the page to avoid tiki cache for that page seems to fix (avoid) the problem. [21:30] lphuberdeau_: if fact - I think I am completly missed up with the backlinks - please do not consider my message before I understand better [21:30] marclaporte says that some coders know but it's difficult to reproduce and fix [21:32] alright [21:35] *** Simmi has quit IRC ("CGI:IRC (Ping timeout)") [21:37] niclone: fixed . minichat working again no wiki-translation. [21:37] dinner time here [21:41] *** Morpheus has joined #tikiwiki [21:41] I have a problem with a multilingual site if I enable "detect the browser language": If I change the language using the switch_lang module it always falls back to German. (u can try it at series60-remote.sf.net ) [21:45] *** Timoth1 has joined #tikiwiki [21:45] *** Timoth1 has quit IRC (K-lined) [21:45] Can we write ((THis Is My Page|it is mine)) [21:46] even ((This is my page)) does not work [21:48] but [this is my page] works - but it is not recognized in the backlinks [21:48] ... what a mess [21:53] are user able to switch language? [21:54] *** lphuberdeau_ has quit IRC (Read error: 110 (Connection timed out)) [22:11] *** kerrnel has joined #tikiwiki [22:11] If I make a change to a db table, how do I propgate it and which files do I commit? [22:13] db/tiki.sql db/tiki_2.0to3.0.sql [22:14] I updated both of them and when I try and commit it tells me that the 2.0 to 3.0 file is not under version control [22:14] nevermind, I figured out why it isn't [22:14] ok, thanks [22:15] *** nikhilodeon____ has quit IRC (Read error: 110 (Connection timed out)) [22:16] SVN: Commit by kerrnel22 :: r 14624 /branches/experimental/kerrnel-2.5/ (5 files in 4 dirs): [ENH] Tracker items will now display the username (or the realName if provided) of the user who created or last updated a tracker item. This is viewed as part of the showCreated and showLastModif permissions and does not apply to items in a list. A minor database table update is required to add the createdBy and lastModifBy fields. [22:19] *** Petjal3 has joined #tikiwiki [22:19] *** kerrnel has quit IRC ("CGI:IRC (EOF)") [22:32] Man. PS|bot ignored my commit d: [22:39] then CIA-54 did as well as it is just a script from there ;) [22:51] Tragic. [22:51] (Alternately, I can commit. Like a ghost.) [23:03] *** lphuberdeau_ has joined #tikiwiki [23:10] *** lepi098 has joined #tikiwiki [23:11] Is it possible with Tikiwiki to have XML Sitemap? [23:12] I don't think it's a feature right now, but I see no reason why it couldn't be possible [23:12] just need someone to do it [23:12] aha [23:28] *** snarlydwarf has quit IRC (Remote closed the connection) [23:41] *** franck has joined #tikiwiki [23:48] *** Caarrie is now known as Icari|away [23:48] *** Icari|away is now known as Caarrie|away [23:54] *** marclaporte has quit IRC (Read error: 110 (Connection timed out))