[00:01] *** Caarrie|away is now known as Caarrie [00:17] *** ricks99 has joined #tikiwiki [00:17] <ricks99> hi all :) [00:35] <ohertel> hello ricks99 :) [00:38] <ricks99> hi ohertel [00:38] *** djst has quit IRC () [00:39] <sylvieg> hi [00:45] *** a13x has left "Leaving" [00:55] <ohertel> Hello sylvieg :) [01:04] *** Morphous has joined #tikiwiki [01:08] *** Caarrie is now known as Caarrie|sleeping [01:20] *** Morphous_ has quit IRC (Connection timed out) [02:10] *** franck has left [02:33] *** honeygirl has quit IRC (Remote closed the connection) [02:37] *** honeygirl has joined #tikiwiki [02:58] *** ohertel has left [04:09] *** chibaguy has joined #tikiwiki [04:22] *** ricks99 has quit IRC ("Trillian (http://www.ceruleanstudios.com") [04:41] *** SEWilc1 has quit IRC (Read error: 110 (Connection timed out)) [04:41] *** SEWilco has joined #tikiwiki [06:49] *** djst has joined #tikiwiki [07:13] *** djst has quit IRC ("http://djst.org/blog/") [07:39] *** Redhatter has quit IRC (verne.freenode.net irc.freenode.net) [07:39] *** honeygirl has quit IRC (verne.freenode.net irc.freenode.net) [07:39] *** caralluna_ has quit IRC (verne.freenode.net irc.freenode.net) [07:40] *** honeygirl has joined #tikiwiki [07:40] *** caralluna_ has joined #tikiwiki [07:40] *** Redhatter has joined #tikiwiki [07:53] *** marclaporte has joined #tikiwiki [09:07] <marclaporte> polom [09:09] <chibaguy> polom [09:10] <chibaguy> Just found a bug preventing css menus from working in *litecss themes. Good feeling. :-) [09:11] <marclaporte> :-) [09:12] <chibaguy> Still some theme-specific quirks, but basic functionality is ok. [10:11] *** WildPikachu has joined #tikiwiki [10:11] <WildPikachu> hi guys [10:11] <WildPikachu> the expires for scores .... what denomination is that in? [10:19] <chibaguy> WildPikachu, did you see http://doc.tikiwiki.org/score ? [10:20] *** Lucymoz has joined #tikiwiki [10:23] <WildPikachu> ah [10:24] <WildPikachu> googled for a bit but didn't turn up much [10:24] * WildPikachu checks it out [10:26] <WildPikachu> thanks chibaguy :) [10:26] *** WildPikachu has left "Leaving" [10:46] *** Paragtim_ has joined #tikiwiki [10:59] *** Paragtim_ has quit IRC (Read error: 104 (Connection reset by peer)) [12:05] *** Caarrie|sleeping is now known as Caarrie [12:51] *** shishir_gsoc has joined #tikiwiki [12:51] <shishir_gsoc> hi [12:52] <shishir_gsoc> I am GSoC 2008 student working on creating a wiki plugin for image annotation [12:52] <shishir_gsoc> Can any one guide me to setup proxy authentication in tikiwiki? [12:53] <shishir_gsoc> I am running tikiwiki server on my PC and am behind a proxy server which requires authentication [12:53] <shishir_gsoc> I need to upload the image to the server using Upload Image option [12:54] <shishir_gsoc> through an image url [12:54] <shishir_gsoc> i am able to upload an image on my hard disk but not through image source url [12:55] <shishir_gsoc> lphuberdeau: can you guide me in this matter? [12:56] <lphuberdeau> never encountered that problem [12:57] <shishir_gsoc> ok.....can you suggest someone who can help me? [12:57] <lphuberdeau> stick around, if anyone here knows the answer, they will answer [12:57] <shishir_gsoc> sure [12:58] <lphuberdeau> meanwhile, upload pictures from your PC rather than remote file [12:59] <shishir_gsoc> the thing is in the annotation plugin syntax presently I am taking image height and image width from the user......I am trying to calculate the same automatically by the image source url provided by the user [12:59] <shishir_gsoc> for this I require to first upload the image to the server [13:01] <shishir_gsoc> and therefore i need to upload the image from a remote file [13:04] *** chibaguy has left [13:06] <lphuberdeau> oh, probably a matter of PHP configuration then, not tiki [13:07] <shishir_gsoc> ok [13:11] *** Morphous is now known as Amorphous [13:12] <shishir_gsoc> Using "Upload Image" option I am able to upload an image on my hard disk but not through an URL. I get the error "That is not an image (or you have php < 4.0.5)". Then I went through "tiki-upload_image.php", the above error is returned if '$tikilib->httprequest($_REQUEST["url"])' returns a null value.(line number 108 in "tiki-upload_image.php") [13:12] <shishir_gsoc> Then I looked up in "tikilib.php" for httprequest function. I believe that I am not able to upload image using a URL since I am behind a proxy which requires authentication. in "httprequest($url, $reqmethod = "GET")" at line no. 51 in "tikilib.php", there is at line no 69 if ($prefs['use_proxy'] == 'y') { $aSettingsRequest["proxy_host"]=$prefs['proxy_host']; $aSettingsRequest["proxy_port"]=$prefs['p [13:13] *** Caarrie is now known as Caarrie|away [13:14] <shishir_gsoc> how to set $prefs['use_proxy'] to 'y' [13:14] <shishir_gsoc> I am sure that now $prefs['use_proxy'] != 'y [13:15] <shishir_gsoc> How to edit $prefs ? [13:22] *** ohertel has joined #tikiwiki [13:22] <ohertel> Hello [13:22] *** FrankP_german has joined #tikiwiki [13:30] <Jyhem> shishir_gsoc: /tiki-admin.php?page=general [13:31] *** lq_910 has joined #tikiwiki [13:32] <lq_910> Anyone here use tikiwiki with postgresql? [13:34] <ohertel> No, sorry. But I could need help to set up pop3 on ubuntu. .) [13:36] <shishir_gsoc> Jyhem: How to set proxy username and password? [13:36] <shishir_gsoc> My proxy also requires authentication [13:38] <shishir_gsoc> Jyhem: I have set proxy host & proxy port but still when I try to upload an image using an URL it says "Cannot get image from url" [13:38] <shishir_gsoc> probably because the proxy username and password are not set [13:41] <lq_910> ohertel that be a case of apt-get install postfix dovecot-common dovecot-pop3d [13:42] <lq_910> but also that be more #ubuntu [13:48] <ohertel> I have installed that courier thingy and it's all complicated .. ,) [13:52] <ohertel> dovecot any better? But right now I have the problem then the server just tells any sender that there is no mailbox for that recipient. *sigh* [13:53] <lq_910> never really done courier [13:56] <ohertel> ok, replace it with dovecot. ,) [13:56] <ohertel> replaced [13:58] *** shishir_gsoc has quit IRC ("http://www.mibbit.com ajax IRC Client") [14:00] *** shishir_gsoc has joined #tikiwiki [14:01] <lq_910> in (till you get it working) dovecot.conf set disable_plaintext_auth = no mail_location =mbox~/mail:INBOX=/var/mail/%u protocols=pop3 [14:05] <lq_910> protocol pop3 { pop3_uidl_format = %08Xu%08Xv } auth_default { mechanisms = plain login passdb pam {args = dovecot } userdb passwd { } [14:06] <lq_910> take all this with a grain of salt tho I will not guarentee it :) [14:08] <lq_910> Now back on topic. Anyone help with a postgres/tiki/workflow prob? [14:13] <ohertel> no idea about postgres. [14:19] <lq_910> oh well think I'll get some sleep [14:19] *** lq_910 has quit IRC ("CGI:IRC 0.5.9 (2006/06/06)") [14:40] *** Redhatter has quit IRC (Client Quit) [14:41] *** Redhatter has joined #tikiwiki [15:36] <Jyhem> shishir_gsoc: I never set up an environment like yours. I guess the proxy authentication is not handled by TW as of now. You might need to add it if you really need it. [15:37] <Jyhem> shishir_gsoc: Setting up a TW serveur behind a proxy that requires authentication is a very rare occurence, i think. [16:36] *** marclaporte has quit IRC (Read error: 113 (No route to host)) [17:24] *** Redhatter has quit IRC (Read error: 113 (No route to host)) [17:32] *** Caarrie|away is now known as Caarrie [18:02] *** Redhatter has joined #tikiwiki [18:34] *** Caarrie is now known as Caarrie|away [19:03] *** L0gg3r starts logging #tikiwiki at Sat Jul 19 19:03:30 2008 [19:03] *** L0gg3r has joined #tikiwiki [19:04] <amette> hmpf.... that Logger-bot really is some dumb piece of code... if it would at least give some debugging output about _why_ it couldn't connect again... :-/ [19:50] <ohertel> What do we need it for? honeygirl is my girlybot for logging, too. ,) And she's pretty quiet. :) [19:51] <ohertel> that one: http://irc.tikiwiki.org/ [19:52] <ohertel> hm, I think I killed it somehow... .P stopped at 00:10.03 ,) [19:52] <ohertel> Ah no, it only writes the other way around, haha. [19:52] <ohertel> newest on top. .P [20:03] *** mstef has joined #tikiwiki [20:03] <mstef> hi all [20:03] <caralluna> hi [20:06] <mstef> caralluna: :) [20:13] <shishir_gsoc> Jyhem: thanks for your answers! [20:13] *** shishir_gsoc has quit IRC ("http://www.mibbit.com ajax IRC Client") [20:32] <mstef> if i would like to introduce a new preference related to tiki-contacts, on which tiki-admin page would you put it? [20:39] *** maschla has joined #tikiwiki [20:46] <amette> ohertel: something that outputs to mIRC logging format... [20:46] <amette> ... I have also been thinking about using just some other but (Supy or such), didn't yet investigate into it yet, though [20:46] *** \1066{} has joined #tikiwiki [20:46] <\1066{}> hi [20:47] <amette> what's honeygirl for a bot? [20:56] <\1066{}> i'have got CAS authentification, but i don't can login [20:56] <\1066{}> how i return in ldap authentification? [21:02] <mstef> probably it is enough if you set auth_method in mysql:tiki_preferences, i guess ldap is intuitively the right value, but i am only speculating. [21:02] *** gillesmm has joined #tikiwiki [21:03] <\1066{}> i see that [21:05] *** koko has quit IRC (Connection timed out) [21:06] *** koko has joined #tikiwiki [21:09] *** earrame has joined #tikiwiki [21:11] <earrame> Hello, I have been working on this remember me/login problem and I found a post that seems to have a fix, but I could use some help understanding what to do. is there anyoun here that can help? [21:16] <earrame> nevermind, I figured it out:)) [21:16] *** earrame has quit IRC ("ChatZilla 0.9.83 [Firefox 2.0.0.11/2007112801]") [21:17] <\1066{}> thanks mstef [21:18] <\1066{}> (i had problems with my sql later) [21:18] <\1066{}> bye [21:18] *** \1066{} has left "Konversation terminated!" [21:34] *** maschla has quit IRC (Remote closed the connection) [21:59] *** FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") [22:15] *** djst has joined #tikiwiki [22:36] *** ohertel has left [23:55] *** Caarrie|away is now known as Caarrie [23:59] *** marclaporte has joined #tikiwiki