[00:29] *** rotterdam has quit IRC (Remote host closed the connection)
[00:47] *** rodrigo_sampaio has quit IRC (Quit: rodrigo_sampaio)
[00:58] <rlpowell> So, if you look at lojban.org (my site), the language dropdown became empty after my last update.
[00:59] <rlpowell> Upper right.
[00:59] <rlpowell> Anyone know why that might be?
[01:04] *** chibaguy has joined #tikiwiki
[01:04] *** ChanServ sets mode: +o chibaguy
[01:06] <rlpowell> <option value="Lojban (es)"></option>
[01:06] <rlpowell> -- -_-  No text in the option at all.
[01:07] *** white has joined #tikiwiki
[01:11] *** JoernOtt has quit IRC (Ping timeout: 264 seconds)
[01:45] *** MartinCleaver has quit IRC (Quit: MartinCleaver)
[01:53] *** goj has quit IRC (Ping timeout: 246 seconds)
[02:04] *** SEWilco2 has joined #tikiwiki
[02:18] <Kimberlee> hello SEWilco2
[02:35] *** Caarrie is now known as Caarrie|sleeping
[02:39] <chealer> rlpowell: update on which branch?
[02:49] *** SEWilco2 has quit IRC (Quit: Leaving.)
[02:55] *** goj has joined #tikiwiki
[03:08] *** chibaguy has quit IRC (Ping timeout: 252 seconds)
[04:08] <Tikiwiki|bot>  New Forum Posts: Email Settings not available - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37966
[04:19] <CIA-65> tikiwiki: 03chibaguy * r28292 10/branches/5.x/tiki-install.php: [FIX] Corrected background image paths. Thanks to Chealer for spotting and reminding.
[05:05] <chealer> conflict on lib/jquery/jquery.s5 updating a fresh trunk
[05:05] <chealer> s/fresh trunk/recently updated trunk checkout"
[05:30] *** coaboa has joined #tikiwiki
[05:31] <coaboa> good morning
[05:32] <amette> morning
[06:00] *** escamoteur has joined #tikiwiki
[06:00] <rlpowell> chealer: HEAD.
[06:00] <escamoteur> hi
[06:01] <escamoteur> Any idea why the Passcode for user registrattion changes by itself?
[06:05] <chealer> do you have PHP errors/notices enabled?
[06:06] <chealer> rlpowell: assuming you're on trunk, I don't have this problem
[06:06] <rlpowell> *nod*
[06:12] <rlpowell> It's compalining about this line in tikilib: if ( empty($prefs['available_languages'] ) || (!$all and in_array($lc,$prefs['available_languages']))) {
[06:12] <rlpowell> Which is around 7940.  Apparently teh second argument to in_array is the wrong time.
[06:12] <rlpowell> Erm, type.
[06:13] <chealer> the wrong type :-? what is the error message?
[06:13] <rlpowell> Type: in_array() [function.in-array]: Wrong datatype for second argument
[06:13] <chealer> $lc isn't too explicit
[06:13] <rlpowell> -- like I said.
[06:14] <rlpowell> No, the *second* argument.
[06:14] <rlpowell> Which should be an array, but appears to just be a string with some colons in it.
[06:14] <chealer> yes, but I'm wondering what $lc means
[06:14] <chealer> aha
[06:14] <rlpowell> foreach ($languages as $lc) {
[06:16] *** changi has quit IRC (Ping timeout: 264 seconds)
[06:18] <rlpowell> Yeah, $prefs['available_languages'] is: avail:a:43:{i:0;s:2:"sq";i:1;s:2:"ar";i:2;s:5:"pt-br";i:...
[06:18] <rlpowell> Which is some kind of serialization?
[06:18] <chealer> rlpowell: yes, looks like JSON or serialize() output
[06:19] <chealer> rlpowell: it does look like available_languages is supposed to be an array
[06:19] <chealer> rlpowell: so it seems available_languages is not being unserialized properly
[06:22] <chealer> rlpowell: I can't reproduce even if I enable restrict languages
[06:23] <chealer> I don't see any error neither
[06:24] <rlpowell> -_-
[06:24] <rlpowell> Neat.
[06:24] <rlpowell> I can't make it stop by turning it off.
[06:24] <chealer> hum
[06:25] <chealer> rlpowell: same problem, even though the error is gone?
[06:25] <chealer> rlpowell: see http://irc.tikiwiki.org/irclogger_log_search/tikiwiki?search=serialize&action=search&error=0
[06:25] <chealer> rlpowell: it's worth noting you were the last one to talke about unserialize issues
[06:26] <chealer> <rlpowell> Notice: unserialize() [function.unserialize]: Error at offset 0 of 1 bytes in /var/www/lojban/tiki-svn/lib/setup/prefs.php on line 1825 -- anyone know what that is?
[06:26] <rlpowell> chealer: I didn't say the error is gone.
[06:26] <rlpowell> Yes, I know.
[06:26] <rlpowell> I wonder I've I've been upgrading the same database longer than anybody else.  :)
[06:27] <rlpowell> mysql> delete from tiki_preferences where name='available_languages';
[06:27] <rlpowell> Query OK, 1 row affected (0.00 sec)
[06:27] <rlpowell> -- same error, still broken.
[06:27] <chealer> rlpowell: well is the error still there?
[06:27] <rlpowell> Yes.
[06:28] <chealer> rlpowell: if you do it that way, there may be a cache issue, because empty($prefs['available_languages'] ) should be true
[06:29] <rlpowell> It's still an unserialized string.  0.o
[06:29] <rlpowell> Just cleared teh cache; didn't help.
[06:29] <rlpowell> Oh, wait, no, there it goes.
[06:30] <rlpowell> There, that fixed it.
[06:30] <rlpowell> So the value in my database was bad, apparently.
[06:31] <rlpowell> Just set the restricted language list; right back to the same problem.
[06:31] <chealer> rlpowell: you're back with restricted languages and it works?
[06:31] <rlpowell> Nope.
[06:31] <rlpowell> i18n -> restricted langs -> set all but 3 -> broken
[06:31] <chealer> rlpowell: do you still have the unserialize notice?
[06:31] <rlpowell> Huh?
[06:32] <rlpowell> I still have Type: in_array() [function.in-array]: Wrong datatype for second argument
[06:32] <rlpowell> Can you see what htis says for you when you set restricted langs?  select * from tiki_preferences where name='available_languages';
[06:32] <chealer> rlpowell: the Notice: unserialize() [function.unserialize]: Error at offset 0 of 1 bytes in /var/www/lojban/tiki-svn/lib/setup/prefs.php on line 1825
[06:32] <rlpowell> No, I don't see an error like that.
[06:32] <rlpowell> Ah, but!
[06:32] <rlpowell> PHP (5.2.14-0.dotdeb.0) NOTICE (E_NOTICE):
[06:32] <rlpowell> File: lib/prefslib.php
[06:32] <rlpowell> Line: 40
[06:32] <rlpowell> Type: Uninitialized string offset: 1
[06:33] <chealer> rlpowell: so do you think that notice disappeared?
[06:33] <chealer> the august 1st notice
[06:34] <rlpowell> I'm not sure what pages were giving that; maybe.
[06:36] <chealer> that's a kinda hacky way to unserialize
[06:36] <rlpowell> Which?
[06:36] <chealer> that line 40
[06:37] <rlpowell> 0.o
[06:37] <rlpowell> Oh. 
[06:37] <rlpowell> 1825 has stopped alarming because I *commented it out*.
[06:37] <rlpowell> I forgot that.
[06:37] <rlpowell> Thanks for mentioning it!  :)
[06:38] <chealer> heh
[06:38] <chealer> Jonny did a fix on July 22: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/lib/prefslib.php?r1=28096&r2=28095&pathrev=28096
[06:39] <chealer> on that line 40
[06:39] <rlpowell> That seems to have fixed it.  *sigh*  Sorry for wasting your time.
[06:39] <rlpowell> *nod*
[06:39] <chealer> rlpowell: it seems you should have had that fix on August 1st though
[06:40] <rlpowell> line 40 only complains on the actual http://www.lojban.org/tiki/tiki-admin.php?page=i18n page
[06:40] <rlpowell> And it's only a notice.
[06:40] <rlpowell> It was a red herring, I think.
[06:40] *** escamoteur has quit IRC (Ping timeout: 252 seconds)
[06:41] <chealer> according to the log you updated before getting that :1825 notice
[06:42] <chealer> rlpowell: so it seems what really got it to work again was to "re-set" available_languages?
[06:45] *** redflo has joined #tikiwiki
[06:45] <rlpowell> No, it was un-commenting the line 1825 section prefs.php
[06:45] *** chealer has quit IRC (Remote host closed the connection)
[06:51] *** yonixxx has joined #tikiwiki
[07:20] *** Wilkins has joined #tikiwiki
[07:22] *** changi has joined #tikiwiki
[07:28] *** aung has joined #tikiwiki
[07:29] <aung> hey is anyone there? 
[07:29] *** chealer has joined #tikiwiki
[07:29] <coaboa> y
[07:29] <aung> is it possible to edit a wiki page across tikis?
[07:29] *** rig has joined #tikiwiki
[07:29] <rig> echo
[07:30] <coaboa> a common page for more than one site?
[07:30] <aung> yes
[07:30] <aung> all of them are tikiwikis though
[07:30] <rig> is it possible for me to upload padcast or can enable online listening of mp3s
[07:31] <rig> ?
[07:32] <coaboa> pluginsnarf -> include the page from one source, so you just have to change once. 2. option is to set up a profile doing the job
[07:34] *** mace has quit IRC (Ping timeout: 260 seconds)
[07:34] <aung> which option allows all of the websites to edit
[07:34] <aung> for e.g if I have 3 websites with one common page
[07:34] <chealer> rlpowell: so by commenting, you got rid of the error but broke the language selector, and by uncommenting, you're back to the August 1st situation, with an error but not visible problem?
[07:35] <coaboa> recently propose a "eclectic module" for citations because currently there is no easy way to "mashup" content.
[07:35] <aung> can all of these website be able to edit this common page....and it will get updated....
[07:35] <coaboa> editable could be achieved through profiles and data channels. 
[07:36] <aung> ic...how do i set up a profile and data channels?
[07:36] <coaboa> but the changes are not snced as far as i know
[07:36] <coaboa> *synced
[07:37] <rig> @cobra podcasts?
[07:37] <coaboa> rig: no, common page content.
[07:38] <aung> @coaboa ok ....thanks though.... :)
[07:38] <coaboa> aung: see profiles.tikiwiki.org and doc.tikiwiki.org data channels
[07:38] <rig> @ cobra but if i want to set up a podcast 'service' what do i do
[07:39] <coaboa> rig: no idea
[07:40] <rig> thanks any way
[07:40] *** rig has quit IRC (Quit: Page closed)
[07:45] *** aung has quit IRC (Quit: Page closed)
[07:51] *** yonixxx has quit IRC (Quit: Leaving...)
[07:58] *** yonixxx has joined #tikiwiki
[08:30] *** rig has joined #tikiwiki
[08:30] <rig> How can I add a chat feature in tiki 3.6 ?
[08:32] <rig> help!
[08:33] <rig> >help!
[08:33] <Sug4r> 'help' could be way of getting some useful (or not so useful but kind of funny) information from me. By me I mean Sug4r, the IRC bot. You can give me commands like >whatis foo to get some facts from my factoids database about foo , >list alias to get list of command aliases i understand, >help alias about to get some help about alias called about and its parameters or /msg Sug4r help someothercommand to (1 more message)
[08:33] <coaboa> there is a feature minichat
[08:33] <rig> yeah exept that
[08:33] <rig> is there any way to initate a one to one chat
[08:34] <rig> (privacy)
[08:34] <coaboa> a little bit outdated feature : live support
[08:35] <rig> oh , I think it sed to be in 1.9 or 2 rigt
[08:35] <rig> *used
[08:36] <rig> is there any mini chat syntax
[08:36] <coaboa> dont know
[08:36] <rig> well thanx
[08:36] *** rig has quit IRC (Quit: Page closed)
[09:26] *** MartinCleaver has joined #tikiwiki
[09:28] *** goj has quit IRC (*.net *.split)
[09:28] *** Kimberlee has quit IRC (*.net *.split)
[09:28] *** Sug4r has quit IRC (*.net *.split)
[09:29] *** Sug4r has joined #tikiwiki
[09:34] *** Kimberlee has joined #tikiwiki
[09:41] <CIA-65> tikiwiki: 03jonnybradley * r28293 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX] Tracker plugin: Proper test for perm
[09:44] *** goj has joined #tikiwiki
[09:46] <luciash> polom
[09:52] <coaboa> hello
[09:57] *** coaboa_ has joined #tikiwiki
[10:00] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[10:03] *** coaboa_ is now known as coaboa
[10:05] <Tikiwiki|bot>  New Forum Posts: Imagick not detected - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37967
[10:17] <coaboa> does one know how a can have a search input field and a go button on an ordinary html page to use tikis search function?
[10:22] *** Caarrie|sleeping is now known as Caarrie|away
[10:33] <coaboa> basically i need a minipartalpage whcih just have two options search (site) and random article. Any hint how to achieve this? 
[10:33] <coaboa> *miniportalpage
[10:40] *** coaboa_ has joined #tikiwiki
[10:41] <CIA-65> tikiwiki: 03jonnybradley * r28294 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX] Tracker plugin: Another attempt to get user etc fields behaving properly. Admins can override if the field is included, regular users get to see but not change.
[10:42] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[10:47] *** coaboa has joined #tikiwiki
[10:48] *** coaboa_ has quit IRC (Ping timeout: 265 seconds)
[10:48] *** coaboa_ has joined #tikiwiki
[10:51] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[10:51] *** yonixxx has quit IRC (Read error: Connection reset by peer)
[10:54] *** coaboa has joined #tikiwiki
[10:55] *** coaboa_ has quit IRC (Ping timeout: 265 seconds)
[11:01] <CIA-65> tikiwiki: 03sylvieg * r28295 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: notice
[11:02] *** coaboa_ has joined #tikiwiki
[11:02] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[11:05] *** Kevin__ has joined #tikiwiki
[11:05] <Kevin__> hi...
[11:05] *** Kevin__ has left 
[11:06] *** coaboa has joined #tikiwiki
[11:07] *** coaboa_ has quit IRC (Ping timeout: 265 seconds)
[11:08] *** ricks99 has joined #tikiwiki
[11:13] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[11:15] *** coaboa has joined #tikiwiki
[11:20] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[11:26] *** coaboa has joined #tikiwiki
[11:29] *** chibaguy has joined #tikiwiki
[11:29] *** ChanServ sets mode: +o chibaguy
[11:29] <chibaguy> polom
[11:29] *** coaboa_ has joined #tikiwiki
[11:32] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[11:33] *** coaboa has joined #tikiwiki
[11:35] *** coaboa_ has quit IRC (Ping timeout: 265 seconds)
[11:43] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[11:47] *** coaboa has joined #tikiwiki
[11:50] *** coaboa_ has joined #tikiwiki
[11:51] *** coaboa has quit IRC (Ping timeout: 246 seconds)
[11:51] *** coaboa_ is now known as coaboa
[11:57] *** coaboa_ has joined #tikiwiki
[11:59] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[12:23] *** yonixxx has joined #tikiwiki
[12:32] *** Kimberlee has quit IRC ()
[12:38] *** coaboa_ is now known as coaboa
[12:50] <luciash> hi gary
[13:09] <chibaguy> hi luciash
[13:11] *** FrankP has joined #tikiwiki
[13:11] <chibaguy> just noticed something - when comparing two wiki page revisions in page history, the old version is ok but the new version has all the quote marks and angle brackets html encoded.
[13:11] <chibaguy> This is a branch 5 site, tho not the very latest.
[13:13] *** yonixxx has quit IRC (Ping timeout: 276 seconds)
[13:27] <luciash> :-/
[13:34] <CIA-65> tikiwiki: 03sylvieg * r28296 10/trunk/tiki-upload_file.php: [FIX]FILES: when showupload - init_get when the system does not allow it was preventing the header(location) to work
[13:36] <CIA-65> tikiwiki: 03sept_7 * r28297 10/trunk/lib/: [FIX] Use external SVN for PHPCAS, so updates follow upstream
[13:37] *** redflo has left 
[13:39] <CIA-65> tikiwiki: 03sept_7 * r28298 10/branches/5.x/lib/: [FIX/bp28297] Use external SVN for PHPCAS, so updates follow upstream
[13:42] *** RavenC has joined #tikiwiki
[13:46] <sylvieg> do we have somewhere the information the number of logins in a period . action log and tikilogs have the list - but can not find the stats... 
[13:47] *** MartinCleaver has quit IRC (Quit: MartinCleaver)
[13:48] <RavenC> Has anyone tried 5.x with php 5.3.3 ?
[13:59] * RavenC will be the guinea pig  :)
[14:02] *** rotterdam has joined #tikiwiki
[14:04] *** MartinCleaver has joined #tikiwiki
[14:05] <CIA-65> tikiwiki: 03sylvieg * r28299 10/trunk/templates/tiki-admin_actionlog.tpl: [FIX]actionlog: display the total of records
[14:11] <chibaguy> RavenC, I think I saw that somebody tried 5.3.3 and it was ok.
[14:14] <RavenC> chibaguy, thanks!
[14:19] <chibaguy> This is what I saw: http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2010-08-02,Mon&sel=530#l526
[14:23] <RavenC> nice catch.  Thanks!  (and thanks chealer for being the guinea pig!  :)
[14:33] *** sylvieg has left 
[14:36] *** sylvieg has joined #tikiwiki
[14:36] *** ChanServ sets mode: +o sylvieg
[14:46] *** j03n has joined #tikiwiki
[14:46] *** j03n is now known as j0n3
[14:46] <j0n3> :S
[14:47] *** coaboa has quit IRC (Ping timeout: 265 seconds)
[14:50] <chealer> RavenC: yes, works fine since a couple of days - better than 5.3.2
[14:50] *** chibaguy has quit IRC (Read error: Connection reset by peer)
[14:53] *** rodrigo_sampaio has joined #tikiwiki
[15:14] * rotterdam is away: Away or Very Busy
[15:17] *** rodrigo_sampaio has quit IRC (Quit: rodrigo_sampaio)
[15:18] *** redflo has joined #tikiwiki
[16:02] *** j0n3 has quit IRC (Quit: Page closed)
[16:24] *** Wilkins has quit IRC (Ping timeout: 260 seconds)
[16:34] <rlpowell> chealer: I actually haven't seen the error again.  I suspect it got fixed by a recent change.
[16:43] <CIA-65> tikiwiki: 03sampaioprimo * r28300 10/trunk/lib/captcha/captchalib.php: removing code that has been upstreamed to ZF (see http://framework.zend.com/issues/browse/ZF-10006)
[16:48] *** batchman82 has joined #tikiwiki
[16:55] *** rotterdam is now known as rotterdam|busy
[17:07] *** aung has joined #tikiwiki
[17:08] <aung> hi, does anyone know how to import users from one tiki to another?
[17:08] <aung> i have 2 tikis (E.g A and B), and I have 20 registered useres in B
[17:08] <aung> but I want to make A the master.....so I need to import users from B to A...how can i do that?
[17:20] *** rotterdam|busy has quit IRC (Read error: Connection reset by peer)
[17:26] <Tikiwiki|bot>  New Forum Posts: Recurrent events and daylight savings - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37968
[17:29] <CIA-65> tikiwiki: 03sampaioprimo * r28301 10/trunk/lib/captcha/captchalib.php: ops... deleting the call to the class removed in the last commit
[17:45] *** rotterdam has joined #tikiwiki
[17:58] <CIA-65> tikiwiki: 03sampaioprimo * r28302 10/trunk/ (2 files in 2 dirs): [KIL] import language feature (not necessary anymore since the code use the string in the language.php if not present in the database)
[17:58] *** aung has quit IRC (Quit: Page closed)
[18:03] *** rodrigo_sampaio has joined #tikiwiki
[18:13] *** rodrigo_sampaio has quit IRC (Quit: rodrigo_sampaio)
[18:21] <CIA-65> tikiwiki: 03sampaioprimo * r28303 10/trunk/ (2 files in 2 dirs): [KIL] removing useless feature "Modify String in Source Language"
[18:35] *** redflo has left 
[18:54] *** FrankP has quit IRC (Ping timeout: 248 seconds)
[19:11] *** RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
[19:11] <CIA-65> tikiwiki: 03sampaioprimo * r28304 10/trunk/ (4 files in 2 dirs): [ENH] merge tiki-imexport_languages.php and tiki-edit_languages.php in one single page
[19:28] *** rotterdam has quit IRC (Read error: Connection reset by peer)
[19:29] *** rotterdam has joined #tikiwiki
[19:35] <CIA-65> tikiwiki: 03sampaioprimo * r28305 10/trunk/lib/captcha/index.php: adding index.php file to lib/captcha dir
[19:58] *** rotterdam has quit IRC (Quit: Saindo)
[19:59] *** rotterdam has joined #tikiwiki
[20:54] <CIA-65> tikiwiki: 03sylvieg * r28306 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [ENH]TRACKERLIST: possibility to filter on date field > or < now or any string time
[20:58] *** redflo has joined #tikiwiki
[21:03] *** rodrigo_sampaio has joined #tikiwiki
[21:04] * rodrigo_sampaio ping luciash
[21:07] *** rotterdam has quit IRC (Ping timeout: 260 seconds)
[21:19] <luciash> rodrigo_sampaio: pong
[21:19] <rodrigo_sampaio> luciash: I saw your e-mail in tikiwiki-svn list
[21:20] <luciash> yep, does it make sense ?
[21:20] <rodrigo_sampaio> luciash: yes, my fault :)
[21:20] <rodrigo_sampaio> luciash: but I'm planning to implement a better way to handle interface translation without having to import all the content to the database
[21:21] <rodrigo_sampaio> luciash: so I hope that in the next days it will be fixed
[21:21] <luciash> rodrigo_sampaio: ok, sounds fair then :)
[21:21] *** rotterdam has joined #tikiwiki
[21:23] <luciash> rodrigo_sampaio: there would be also nice if one could get imported a file sent by user (possibly language.php) and diff and merge then
[21:24] <luciash> i thought when there is export feature from db it make sense to have import and delete too
[21:34] <rodrigo_sampaio> luciash: why you want to import the file send from a user to the database? why not replacing language.php with this file or creating a custom.php with it?
[21:35] <rodrigo_sampaio> luciash: our idea, but we might be wrong, is that there is no reason to import the whole language.php to the database. we want to store in the database only what has been modified
[21:35] <luciash> because i want easy way to merge without need to go to filesystem
[21:35] <luciash> ssh/ftp
[21:36] <luciash> what has been modified where ?
[21:37] <luciash> you mean without // in language.php ?
[21:37] <CIA-65> tikiwiki: 03sampaioprimo * r28307 10/trunk/lib/multilingual/multilinguallib.php: removing unused function
[21:37] <luciash> i agree commented out doesn't have to be imported, but it was already so
[21:38] <luciash> everything else is "modified" aka translated or "partly translated"
[21:40] <luciash> i would prefer GUI way, which would offer me options what to merge/replace at import time, than manually doing diff of language.php and hard work in ftp/ssh
[21:41] <luciash> also read what i put on the wiki page about approval and voting for contributed translations
[21:41] <rodrigo_sampaio> luciash: are you available for a skype call tomorrow? I think it is going to be easier to discuss all this
[21:42] <rodrigo_sampaio> luciash: one more thing: do you see any use for the "Create language" section of the tiki-edit_language.php page? this is one of the section I was planning to remove after discussing today with louis-phillipe
[21:43] <luciash> have to work now, i have friday deadline for something so i think tomorrow not, but friday or saturday might work
[21:43] <luciash> well, you could create (start) your own language from the interface and export then
[21:44] <rodrigo_sampaio> luciash: huh... true :)
[21:44] <luciash> you guys do tremendous work, but remeber the first rule ;)
[21:44] <rodrigo_sampaio> luciash: so lets try to talk friday
[21:44] <rodrigo_sampaio> luciash: you are right :)
[21:45] <luciash> okay, c ya
[21:45] <rodrigo_sampaio> luciash: ok, talk to you friday
[21:45] *** luciash is now known as luciash-away
[21:49] *** Trebly has joined #tikiwiki
[21:53] <Trebly> Hello, Info for whom is involved in some trackers with me : sorry I could not connect during one month because of a local sinister on phone line. I have now a line but very slow (140kb/s) which don't allows a very good job, but I have one. 
[21:56] *** redflo has left 
[22:01] <Trebly> Important : Subject feature_sefurl : last version 5.1rc1 (current yesterday). The feature_sefurl don't functions normally (I Have not searched why). So  if activated all url(s) as site/<page name> fail. (nota : naturally Il the option is not activated the url generated for display of pages : site/tiki-index.php?page=<page name> which functions normally)
[22:21] <CIA-65> tikiwiki: 03sampaioprimo * r28308 10/trunk/templates/tiki-edit_languages.tpl: indentation
[22:27] <Tikiwiki|bot>  Recent Bug: Tracker item: #3508 - - feature_sefurl : 5. ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3508
[22:33] *** ricks99_ has joined #tikiwiki
[22:36] *** ricks99 has quit IRC (Ping timeout: 245 seconds)
[22:41] <amette> Trebly: sefurl works perfectly with 5.1rc1, must be your server setup
[22:54] <Trebly> amette : but with 4.2 it functions ?
[22:54] <Trebly> please, in your opinion which parameter (httpd.conf, .htaccess, php;ini  can have a bad action on the operations of sefurl with 5.1rc1 probably since 5.0 and not with 4.x ?)
[22:58] *** rotterdam is now known as rotterdam|busy
[23:03] <sylvieg> Trebly: access fails or generation fails?
[23:03] <sylvieg> if it is access need to have a .htaccess
[23:04] <Tikiwiki|bot>  New Forum Posts: 'Dump' including wiki page attachments? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37971
[23:08] <Tikiwiki|bot>  Recent Bug: Tracker item: #3509 - - 5.0RC1 - wiki Editing option "check orthography" ->em ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3509
[23:09] *** rodrigo_sampaio has quit IRC (Ping timeout: 265 seconds)
[23:18] *** chealer has quit IRC (Ping timeout: 265 seconds)
[23:19] <Trebly> sylvieg : detail in #3508. If seffeature_sefurl is on, the url is <site>/<page name&page_ref_id=999> (sample : http://locald8.teawik-50sanew_cur.net/Accueils&structure=Accueils&page_ref_id=4%27) if not <site>/tki-index.php?page=<page name&page_ref_id=999> (sample http://locald8.teawik-50sanew_cur.net/tiki-index.php?page=Accueils&structure=Accueils&page_ref_id=4%27). The first leads to 404...
[23:19] <Trebly> ...error the second normal.
[23:19] <Trebly> I have rewrite.so and .htaccess (without changes), we are with Apache on windows.
[23:19] <Trebly> Nota : if for test I had before "{sefurl .... " into the .tpl  "tiki-index.php.page=" I have a "normal" behavior
[23:20] <Trebly> sorry -> Nota : if for test I add before "{sefurl .... " into the .tpl "tiki-index.php.page=" I have a "normal" behavior
[23:22] <CIA-65> tikiwiki: 03marclaporte * r28309 10/trunk/lib/setup/prefs.php: [FIX] some default prefs
[23:33] *** rotterdam|busy is now known as rotterdam|away
[23:34] <Tikiwiki|bot>  New Forum Posts: No entiendo este problema y Agradeceria Ayuda - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=37973
[23:34] <CIA-65> tikiwiki: 03marclaporte * r28310 10/trunk/templates/tiki-admin-include-socialnetworks.tpl: [FIX] Like video admin panel
[23:43] *** rotterdam|away is now known as rotterdam
[23:45] *** Caarrie|away is now known as Caarrie
[23:49] <Tikiwiki|bot>  Recent Bug: Tracker item: #3510 - - Take in account the Apache option "AccessFileName"  - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3510
[23:51] *** rodrigo_sampaio has joined #tikiwiki