←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | Caarrie|away is now known as Caarrie | [00:01] |
.... (idle for 16mn) | ||
ricks99 has joined #tikiwiki | [00:17] | |
ricks99 | hi all :) | [00:17] |
.... (idle for 18mn) | ||
ohertel | hello ricks99 :) | [00:35] |
ricks99 | hi ohertel | [00:38] |
*** | djst has quit IRC () | [00:38] |
sylvieg | hi | [00:39] |
*** | a13x has left "Leaving" | [00:45] |
ohertel | Hello sylvieg :) | [00:55] |
*** | Morphous has joined #tikiwiki
Caarrie is now known as Caarrie|sleeping | [01:04] |
Morphous_ has quit IRC (Connection timed out) | [01:20] | |
........... (idle for 50mn) | ||
franck has left | [02:10] | |
..... (idle for 23mn) | ||
honeygirl has quit IRC (Remote closed the connection)
honeygirl has joined #tikiwiki | [02:33] | |
..... (idle for 21mn) | ||
ohertel has left | [02:58] | |
............... (idle for 1h11mn) | ||
chibaguy has joined #tikiwiki | [04:09] | |
ricks99 has quit IRC ("Trillian (http://www.ceruleanstudios.com") | [04:22] | |
.... (idle for 19mn) | ||
SEWilc1 has quit IRC (Read error: 110 (Connection timed out))
SEWilco has joined #tikiwiki | [04:41] | |
.......................... (idle for 2h8mn) | ||
djst has joined #tikiwiki | [06:49] | |
..... (idle for 24mn) | ||
djst has quit IRC ("http://djst.org/blog/") | [07:13] | |
...... (idle for 26mn) | ||
Redhatter has quit IRC (verne.freenode.net irc.freenode.net)
honeygirl has quit IRC (verne.freenode.net irc.freenode.net) caralluna_ has quit IRC (verne.freenode.net irc.freenode.net) honeygirl has joined #tikiwiki caralluna_ has joined #tikiwiki Redhatter has joined #tikiwiki | [07:39] | |
marclaporte has joined #tikiwiki | [07:53] | |
............... (idle for 1h14mn) | ||
marclaporte | polom | [09:07] |
chibaguy | polom
Just found a bug preventing css menus from working in *litecss themes. Good feeling. :-) | [09:09] |
marclaporte | :-) | [09:11] |
chibaguy | Still some theme-specific quirks, but basic functionality is ok. | [09:12] |
............ (idle for 59mn) | ||
*** | WildPikachu has joined #tikiwiki | [10:11] |
WildPikachu | hi guys
the expires for scores .... what denomination is that in? | [10:11] |
chibaguy | WildPikachu, did you see http://doc.tikiwiki.org/score ? | [10:19] |
*** | Lucymoz has joined #tikiwiki | [10:20] |
WildPikachu | ah
googled for a bit but didn't turn up much WildPikachu checks it out thanks chibaguy :) | [10:23] |
*** | WildPikachu has left "Leaving" | [10:26] |
..... (idle for 20mn) | ||
Paragtim_ has joined #tikiwiki | [10:46] | |
Paragtim_ has quit IRC (Read error: 104 (Connection reset by peer)) | [10:59] | |
.............. (idle for 1h6mn) | ||
Caarrie|sleeping is now known as Caarrie | [12:05] | |
.......... (idle for 46mn) | ||
shishir_gsoc has joined #tikiwiki | [12:51] | |
shishir_gsoc | hi
I am GSoC 2008 student working on creating a wiki plugin for image annotation Can any one guide me to setup proxy authentication in tikiwiki? I am running tikiwiki server on my PC and am behind a proxy server which requires authentication I need to upload the image to the server using Upload Image option through an image url i am able to upload an image on my hard disk but not through image source url lphuberdeau: can you guide me in this matter? | [12:51] |
lphuberdeau | never encountered that problem | [12:56] |
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:57] |
lphuberdeau | meanwhile, upload pictures from your PC rather than remote file | [12:58] |
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
for this I require to first upload the image to the server and therefore i need to upload the image from a remote file | [12:59] |
*** | chibaguy has left | [13:04] |
lphuberdeau | oh, probably a matter of PHP configuration then, not tiki | [13:06] |
shishir_gsoc | ok | [13:07] |
*** | Morphous is now known as Amorphous | [13:11] |
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")
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:12] |
*** | Caarrie is now known as Caarrie|away | [13:13] |
shishir_gsoc | how to set $prefs['use_proxy'] to 'y'
I am sure that now $prefs['use_proxy'] != 'y How to edit $prefs ? | [13:14] |
*** | ohertel has joined #tikiwiki | [13:22] |
ohertel | Hello | [13:22] |
*** | FrankP_german has joined #tikiwiki | [13:22] |
Jyhem | shishir_gsoc: /tiki-admin.php?page=general | [13:30] |
*** | lq_910 has joined #tikiwiki | [13:31] |
lq_910 | Anyone here use tikiwiki with postgresql? | [13:32] |
ohertel | No, sorry. But I could need help to set up pop3 on ubuntu. .) | [13:34] |
shishir_gsoc | Jyhem: How to set proxy username and password?
My proxy also requires authentication 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" probably because the proxy username and password are not set | [13:36] |
lq_910 | ohertel that be a case of apt-get install postfix dovecot-common dovecot-pop3d
but also that be more #ubuntu | [13:41] |
ohertel | I have installed that courier thingy and it's all complicated .. ,)
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:48] |
lq_910 | never really done courier | [13:53] |
ohertel | ok, replace it with dovecot. ,)
replaced | [13:56] |
*** | shishir_gsoc has quit IRC ("http://www.mibbit.com ajax IRC Client")
shishir_gsoc has joined #tikiwiki | [13:58] |
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
protocol pop3 { pop3_uidl_format = %08Xu%08Xv } auth_default { mechanisms = plain login passdb pam {args = dovecot } userdb passwd { } take all this with a grain of salt tho I will not guarentee it :) Now back on topic. Anyone help with a postgres/tiki/workflow prob? | [14:01] |
ohertel | no idea about postgres. | [14:13] |
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:19] |
..... (idle for 21mn) | ||
Redhatter has quit IRC (Client Quit)
Redhatter has joined #tikiwiki | [14:40] | |
............ (idle for 55mn) | ||
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.
shishir_gsoc: Setting up a TW serveur behind a proxy that requires authentication is a very rare occurence, i think. | [15:36] |
............ (idle for 59mn) | ||
*** | marclaporte has quit IRC (Read error: 113 (No route to host)) | [16:36] |
.......... (idle for 48mn) | ||
Redhatter has quit IRC (Read error: 113 (No route to host)) | [17:24] | |
Caarrie|away is now known as Caarrie | [17:32] | |
....... (idle for 30mn) | ||
Redhatter has joined #tikiwiki | [18:02] | |
....... (idle for 32mn) | ||
Caarrie is now known as Caarrie|away | [18:34] | |
...... (idle for 29mn) | ||
L0gg3r starts logging #tikiwiki at Sat Jul 19 19:03:30 2008
L0gg3r has joined #tikiwiki | [19:03] | |
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:04] |
.......... (idle for 46mn) | ||
ohertel | What do we need it for? honeygirl is my girlybot for logging, too. ,) And she's pretty quiet. :)
that one: http://irc.tikiwiki.org/ hm, I think I killed it somehow... .P stopped at 00:10.03 ,) Ah no, it only writes the other way around, haha. newest on top. .P | [19:50] |
*** | mstef has joined #tikiwiki | [20:03] |
mstef | hi all | [20:03] |
caralluna | hi | [20:03] |
mstef | caralluna: :) | [20:06] |
shishir_gsoc | Jyhem: thanks for your answers! | [20:13] |
*** | shishir_gsoc has quit IRC ("http://www.mibbit.com ajax IRC Client") | [20:13] |
.... (idle for 19mn) | ||
mstef | if i would like to introduce a new preference related to tiki-contacts, on which tiki-admin page would you put it? | [20:32] |
*** | maschla has joined #tikiwiki | [20:39] |
amette | ohertel: something that outputs to mIRC logging format...
... 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:46] |
amette | what's honeygirl for a bot? | [20:47] |
1066{} | i'have got CAS authentification, but i don't can login
how i return in ldap authentification? | [20:56] |
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:02] |
1066{} | i see that | [21:03] |
*** | koko has quit IRC (Connection timed out)
koko has joined #tikiwiki earrame has joined #tikiwiki | [21:05] |
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:11] |
nevermind, I figured it out:)) | [21:16] | |
*** | earrame has quit IRC ("ChatZilla 0.9.83 [Firefox 2.0.0.11/2007112801]") | [21:16] |
1066{} | thanks mstef
(i had problems with my sql later) bye | [21:17] |
*** | 1066{} has left "Konversation terminated!" | [21:18] |
.... (idle for 16mn) | ||
maschla has quit IRC (Remote closed the connection) | [21:34] | |
...... (idle for 25mn) | ||
FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") | [21:59] | |
.... (idle for 16mn) | ||
djst has joined #tikiwiki | [22:15] | |
..... (idle for 21mn) | ||
ohertel has left | [22:36] | |
................ (idle for 1h19mn) | ||
Caarrie|away is now known as Caarrie
marclaporte has joined #tikiwiki | [23:55] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |