<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   ***: teresatrimm has quit IRC (Quit: Later Folks!)
   <br> teresatrimm has joined #tikiwiki
   <br> Caarrie is now known as Caarrie|sleeping
   <br> idle-_ has joined #tikiwiki
   <br> idle- has quit IRC (Ping timeout: 260 seconds)
   <br> cdrwhite has joined #tikiwiki
   <br> white has quit IRC (Ping timeout: 260 seconds)
   <br> goj|ghost has joined #tikiwiki
   <br> goj|reconnect has joined #tikiwiki
   <br> goj has quit IRC (Ping timeout: 245 seconds)
   <br> goj|reconnect is now known as goj
   <br> goj|ghost has quit IRC (Ping timeout: 240 seconds)
   <br> teresatrimm has left
   <br> mlpvolt has joined #tikiwiki
   <br> mlpvolt has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101026210630])
   <br> coaboa||away has joined #tikiwiki
   <br> coaboa has quit IRC (Ping timeout: 245 seconds)
   <br> teresatrimm has joined #tikiwiki
   <br> teresatrimm has quit IRC (Quit: Later Folks!)
   <br> lorinc has joined #tikiwiki
   <br> lorinc has quit IRC (Quit: Leaving)
   Tiki|bot: Recent Bug: Tracker item: #3709 - - anti hammering is a nice security feature against flooding  - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&amp;itemId=3709
   ***: qoumaq has joined #tikiwiki
   <br> qoumaq has quit IRC (Quit: qoumaq)
   Tiki|bot: Recent Bug: Tracker item: #3710 - - LDAP debugging causes error?  - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&amp;itemId=3710
   ***: robertplummer has joined #tikiwiki
   robertplummer: polom all
   <br> polom chealer
   coaboa||away: hi
   robertplummer: Anyone know how to send variables to a function dynamically in JavaScript?
   <br> I know how to get them, using arguments variable, but i don't know how to send them.
   <br> Like say if you had an array, and you want it to go from an array to direct varaibles, so that they can be named on the function side.....
   ***: eromneg has joined #tikiwiki
   <br> coaboa||away is now known as coaboa
   <br> Caarrie|sleeping is now known as Caarrie|away
   robertplummer: Anybody up for talking about loop detection in sheet and finding dependencies in returned cell values?
   <br> :)
   ***: femabr has joined #tikiwiki
   femabr: i need help to see the pictures i upload in my wiki pages. I upload them to the file gallery and i link then the pictures with their id, but they do not appear. Also, in file gallery when i use the "show" function to visualize the picture nothing appears
   <br> i am using tikiwiki version 5.0
   ***: changi|afk is now known as changi
   changi: <u>femabr</u>: did you try to download it, and look a the result ?
   femabr: <u>changi</u>: all i am doing is linking on my wiki page and i just see "Image" written nothing else....i will go to the file gallery now and try to download it
   <br> <u>changi</u>: interesting...when i download it i also cannot see it
   <br> <u>change</u>: but it is strange, because it is the same file that i upload to the server, but after downloading it i cant see it
   changi: <u>femabr</u>: an encoding problem
   <br> in tiki5 we were having some trouble with encoding stuff.
   <br> latin1 and utf-8 don't like them each other
   femabr: <u>changi</u>: humm....does the picture pass any sort of transformation during the upload process
   coaboa: femabr try uploading the image via ftp to a dir and include those, not beautiful but works for sure
   changi: <u>coaboa</u>: hi
   <br> :)
   coaboa: hi
   femabr: <u>changi</u>: i dont get how encoding would affect the image? how is the image stored and where?
   <br> <u>coaboa</u>: should i upload it to a specific folder?
   changi: <u>femabr</u>: it depends on your configuration. Database or filesystem
   femabr: <u>changi</u>: how can i figure it out? if i change from database to filesystem would it work?
   coaboa: images stored in the mysql db get screwd sometimes and no need for a specific dir have to be readable for the webserver
   femabr: <u>coaboa</u>: well i am new with tikiwiki, but how can i then associate a file gallery with a dir of my web server
   coaboa: check admin -&gt; filegallery -&gt; general Settings
   changi: <u>femabr</u>: in the admin panel
   -: changi coaboa is too fast for me
   femabr: <u>coaboa</u>: if i can change the configuration from database to filesystem, wouldnt it be easier than creating a folder? (just a newbie suggestion)
   <br> <u>changi</u>: hehe, anyway you guys are helping a lot
   coaboa: file gallery has search etc. which you lose when using my works for sure approach ;-)
   changi: <u>femabr</u>: to summarize, 1/ Go to the admin panel and change store to filesystem
   <br> 2/ click on the button to move everything for the db to the fs
   <br> 3/ try to upload a new file.
   <br> and 0.1 create folder on your tiki installation :)
   <br> another option is to move to tiki6
   <br> it will help with encoding stuff
   ***: kiilo has joined #tikiwiki
   femabr: <u>changi</u>: the path to the new director, what it assumes as the root directory?
   coaboa: server root
   <br> web
   femabr: <u>coaboa</u>: i am receiving "you must specify a directory"
   <br> <u>coaboa</u>: i am using the absolute path from the root to the target directory
   coaboa: relative. did you created the dir and set the perms to be readable and writable for www-data?
   <br> files/myimagefolder
   <br> for example
   femabr: <u>coaboa</u>: i am using chmod 777 to this folder
   coaboa: mom check
   changi: <u>femabr</u>: 750 and www-data:www-data will be enough
   coaboa: sorry need the trailing slash
   <br> so files/myimagefolder/ works just tested
   femabr: <u>coaboa</u>: yeah guys here is the thing.... i have an absolute path, to my tikiwki which is /public_html/wiki , there i created a folder called myimages where i set chmod 777. When changing from db to fs, it appear a field called path, where i put /public_html/wiki/myimages
   <br> <u>coaboa</u>: i still get the you must specify a directory
   coaboa: no leading slash
   changi: <u>femabr</u>: if your tikiroot is wiki and myimages is at the same level you need to set ../myimages
   coaboa: where yout tiki-index.php is located there is your webserver root
   <br> y
   femabr: <u>coaboa</u>: so that will be wiki folder, which i would need just the myimages, but still the same error
   coaboa: ftp an image to this dir, try to acces it from webbrowser directly and look which path you have to enter
   changi: <u>femabr</u>: did you put ../myimages/ ?
   femabr: <u>changi</u>: no, just myimages
   changi: <u>femabr</u>: myimage is at the same level than wiki ?
   femabr: <u>changi</u>: yep
   changi: so ../myimages/ should work
   femabr: <u>changi</u>: arrrrrrrrr, this is annoying....chmod 777, folder created, path correct
   <br> <u>changi</u>: and still the same error
   changi: ok create a folder in wiki
   <br> and try to set myimages/
   femabr: <u>changi</u>: tried all the combinations /myimages/ , myimages/ and /myimages
   <br> <u>changi</u>: no luck
   changi: your folder is in /public_html/wiki/myimages ?
   femabr: <u>changi</u>: yeah, tikiwiki root folder is located at /public_html/wiki , and there i created myimages with chmod 777
   changi: have you enable htaccess ?
   CIA-79: tikiwiki: 03jonnybradley * r31370 10/branches/6.x/lib/structures/structlib.php: [FIX] structures: Ensure pos of new structures is 1 (thanks Geoff)
   femabr: <u>changi</u>: no, by using chmod 777 isnt it sufficient?
   changi: yes it should.
   <br> i was just wondering if your website was accessing using http://blabl/wiki/tiki-index.php
   <br> if it's so, you need to modify the RewriteBase in the htaccess.
   <br> set it to /wiki
   femabr: <u>changi</u>: i can acess my web site like, http://wiki.mydomain.com/tiki-index.php
   <br> changi&gt; works fine
   changi: i just create a folder on my website one level under the tiki root and set it to ../uploads/
   <br> and it is working.
   <br> the only difference is that i'm using tiki6
   <br> have you the opportuniti to migrate to iki6
   femabr: <u>changi</u>: strange, i did the same and i cant get it working
   <br> <u>changi</u>: well , i would prefer not, since i installed it with fantastico tool
   <br> <u>changi</u>: on my web server
   ***: kiilo has quit IRC (Ping timeout: 265 seconds)
   changi: <u>femabr</u>: ok
   femabr: <u>changi</u>: but maybe i will consider changing it, cause it doest not work
   <br> <u>changi</u>: or try mediawiki, which is also available on fantastico tool
   changi: <u>femabr</u>: have some apache logs ?
   <br> <u>femabr</u>: what was the exact error message you get ?
   femabr: "error: you must specify a directory"
   changi: try to set files/
   <br> it's a default folder create by Tiki
   <br> just to see if it's working.
   femabr: <u>changi</u>: i used files/
   <br> <u>changi</u>: still the same error
   <br> <u>changi</u>: hummm, maybe it will work...before pressing the button "move file from db to fs" i save the preferences
   <br> <u>changi</u>: then after saving it, i pressed the button and so far i had no problems
   <br> <u>changi</u>: i will check it out now
   <br> <u>changi</u>: the problem seems to be the order of my actions
   <br> <u>changi</u>: this button should be disabled until i save it, anyway
   changi: first validate the folder, then move :)
   <br> <u>femabr</u>: maybe
   <br> try now to upload a new picture
   CIA-79: tikiwiki: 03jonnybradley * r31371 10/trunk/ (9 files in 7 dirs): [MRG] Automatic merge, branches/6.x 31356 to 31370
   femabr: <u>changi</u>: yeah, works now
   <br> <u>changi</u>: thanks a lot for your help
   changi: <u>femabr</u>: congratulation.
   <br> <u>femabr</u>: no problem
   ***: femabr has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
   changi: <u>coaboa</u>: another user interface problem
   <br> folks, where is the pref to set that i want to hide all modules on left
   <br> like on dev.to with the modules on the right ?
   coaboa: admin -&gt;  L&amp;F -&gt; General LAyout Options way down a (scary ;-) dropdown "left colum"
   <br> switch to never
   <br> but you have to move the module over to the right manualy
   <br> *s
   changi: <u>coaboa</u>: you're the best
   coaboa: no way
   changi: <u>coaboa</u>: was looking at your remove problem
   <br> it is really hard to add a confirmation step. It has to be done by a good devel :)
   ***: dthacker has joined #tikiwiki
   robertplummer: polom all
   changi: <u>robertplummer</u>: hi
   robertplummer: How is changi this morning?
   changi: this afternoon for me :)
   <br> fine and you ?
   ***: robertplummer has quit IRC (Ping timeout: 265 seconds)
   changi: so fine, that you left :)
   ***: eromneg has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
   coaboa: <u>changi</u>: sry was away. posted the problem already to the dev list. meanwhile disbling the remove feature for registered users helps ;-)
   <br> *disabling
   ***: rodrigo_sampaio has joined #tikiwiki
   <br> changi has quit IRC (*.net *.split)
   <br> changi has joined #tikiwiki
   <br> changi has quit IRC (*.net *.split)
   <br> changi has joined #tikiwiki
   <br> kiilo has joined #tikiwiki
   CIA-79: tikiwiki: 03jonnybradley * r31372 10/branches/experimental/coe_fgal_relook2/ (10 files in 8 dirs): [MRG] Automatic merge, trunk 31365 to 31371
   ***: SEWilco2 has quit IRC (Read error: Connection reset by peer)
   <br> SEWilco2 has joined #tikiwiki
   <br> jonnyb_ has joined #tikiwiki
   <br> jonnyb__ has joined #tikiwiki
   <br> jonnyb_ has quit IRC (Ping timeout: 245 seconds)
   <br> redflo has joined #tikiwiki
   CIA-79: tikiwiki: 03jonnybradley * r31373 10/branches/experimental/xajax_removal/installer/schema/20101211_kil_feature_phplayers_tiki.sql: Remove unused update file
   ***: dthacker has quit IRC (Remote host closed the connection)
   <br> fabricius has joined #tikiwiki
   CIA-79: tikiwiki: 03jonnybradley * r31374 10/branches/6.x/tiki-listpages.php: [FIX] listpages: Add confirmations to the multi select operations (thanks and condolences to Carsten)
   <br> tikiwiki: 03jonnybradley * r31375 10/trunk/ (. tiki-listpages.php): [MRG] Automatic merge, branches/6.x 31370 to 31374
   ***: rodrigo_sampaio has quit IRC (Quit: Leaving.)
   CIA-79: tikiwiki: 03jonnybradley * r31376 10/branches/experimental/xajax_removal/ (20 files in 12 dirs): [MRG] Automatic merge, trunk 31352 to 31371
   Tiki|bot: New Forum Posts: Module Font Fivealive - http://tiki.org/tiki-view_forum_thread.php?forumId=14&amp;comments_parentId=39820
   ***: mohrt has joined #tikiwiki
   <br> mohrt has left
   coaboa: Is ther a known isue when using 6.1b and ÖÄÜ. Eg. with tiki-editpage.php?page=Öffentlich I got a white page only showing a line "bearbeiten: Öffentlich" when replacing Ö with oe everything is fine.
   jonnyb__: polom coaboa
   <br> shouldn't be a problem
   <br> i'll try it on one of mine
   <br> no, works as expected here (in the wiki editor)
   ***: jonnyb__ is now known as jonnyb_
   <br> fabricius has quit IRC (Ping timeout: 245 seconds)
   changi: <u>coaboa</u>: works for me too
   jonnyb_: hi changi - any chance you can sanity check r31374 for me (and coaboa maybe?)
   changi: <u>jonnyb_</u>: yes i answer an hour ago
   <br> it's working, i've got the confirmation warning
   jonnyb_: the only slightly odd bit i'm getting is that when you do the multi-page zip it leaves you on the confirm page
   <br> thanks changi (didn't spot the mail)
   changi: <u>jonnyb_</u>: for me it's not a problem
   jonnyb_: no, better than losing all the files you wanted to zip :)
   <br> still ok for the release tomorrow?
   changi: yes
   jonnyb_: super
   changi: could we check for "remove" action and "zip" action ?
   coaboa: works but as soon as interface language is switched to eg german it bahaves like  that. Have to cook some food now
   jonnyb_: want to get on with stuff for tiki 7 :)
   <br> should be checking for all actions
   <br> not for you?
   changi: yes  it is, but was asking if we could only propose a confirm action for remove things
   ***: changi is now known as changi|afk
   changi|afk: food time
   ***: Jhin has joined #tikiwiki
   Jhin: Hi there!
   ***: Jhin has quit IRC (Client Quit)
   <br> olinuxx has left "http://www.linuxmao.org"
   <br> lindonb has joined #tikiwiki
   <br> mohrt has joined #tikiwiki
   <br> mohrt has left
   <br> dthacker has joined #tikiwiki
   <br> fabricius has joined #tikiwiki
   fabricius: repolom
   <br> coaboa and jonnyb_ - is the Ö issue solved? have been logged out.
   jonnyb_: hi fabricius - cannot reproduce, so no
   <br> worked fine here for me and changi|afk too
   fabricius: was it a problem with the page title or with the textarea of the wikipage?
   jonnyb_: no problem found for me
   fabricius: and coaboa jonnyb_ changi|afk - what database collatation do ya have?
   jonnyb_: utf-8
   fabricius: utf-8 everybody?
   coaboa: the tiki-editpage.php error i described is reproducable: admin -&gt; i18n setting pref: "switching page language also switches site laguage" produces the error and the error goes away  when pref is unset
   jonnyb_: i'd guess so - and yours?
   fabricius: yea, with utf-8 there shouldn´t be a problem
   coaboa: 100% utf8 no encoding issue for sure ;-)
   jonnyb_: hmmm, sounds very edgey
   fabricius: "switching page language also switches site laguage" &lt;- that´s quite specific
   <br> <u>coaboa</u>: what Tiki version u use? 5.x or 6.x?
   coaboa: 6.1b
   fabricius: -&gt; I´ll try to reproduce aswell
   <br> ah ok
   coaboa: I18N settings include: user can switch language but does have no effect
   Tiki|bot: New Forum Posts: Can't confine groups to specific categories - http://tiki.org/tiki-view_forum_thread.php?forumId=4&amp;comments_parentId=39821
   jonnyb_: so is the page not in the site language? (mine wasn't)
   coaboa: just try to create new site by eihter "new wiki page" or by following a "?" create link
   <br> with the above settings it displays a nice white page with a lageblue underlined text "Bearbeitung: pagename"
   <br> *large blue
   changi|afk: <u>fabricius</u>: ut-f8
   ***: changi|afk is now known as changi
   fabricius: thx changi
   coaboa: its definetally that setting "Changing page language also changes site language which screws the editor. No matter if site default is engl, germ, france  and no matter for what language you choose to create the new page
   <br> thx for adding the safetybelt for dummy jonnyb ;-)
   <br> * dummies like me!
   <br> will test it tomorrow or later today
   jonnyb_: it should have been there in the first place
   <br> <u>changi</u>: if you find it too safe now help yourself to removing some of them - personally i think an extra click is well worth it, even if these things are undoable (or you have lots of printer paper!)
   coaboa: thx again
   fabricius: coaboa I tested now several combinations of new pages with Ö - in pagename and text:
   <br> <u>site</u>: en page:en // site: de page: de // site: en  page: de ... and I tried with and without "Changing the page language also changes the site language"
   <br> no way to reproduce the fault
   <br> I tried on a 6.1 beta 2
   coaboa: maybe its related to on of my other settings
   fabricius: maybe
   CIA-79: tikiwiki: 03jonnybradley * r31377 10/branches/6.x/ (lib/userslib.php templates/mail/moderate_validation_mail.tpl): [FIX] user registration: Actually a simple work around as the validation mail cannot send the user tracker info as the item hasn't been made yet, so add a link to the new user's pref page
   fabricius: have to bring my son to bed now
   coaboa: my release is svn 30774
   fabricius: brb
   jonnyb_: has anyone else notices js minify being broken in 6.x?
   ***: kiilo has quit IRC (Ping timeout: 240 seconds)
   jonnyb_: phew - minify error was an ftp update issue, false alarm
   changi: <u>jonnyb_</u>: it is working on dev/doc which are up2date :)
   jonnyb_: thanks - i was the missing semi-colon at the end of jquery-async.js - fixed a while ago but missed in an ftp update on one of my sites
   <br> going to eat now - bbl
   ***: changi is now known as changi|afk
   coaboa: cu tomorrow
   ***: coaboa is now known as coaboa||away
   <br> SISU_ has joined #tikiwiki
   SISU_: http://hubro.bossforum.net/
   ***: SISU_ has quit IRC (Client Quit)
   CIA-79: tikiwiki: 03marclaporte * r31378 10/branches/6.x/lib/wiki/wikilib.php: [bp/r30062] Wiki page name bad characters: remove current nominations - comma, colon, parentheses, apostrophe, exclamation mark. Ref: http://dev.tiki.org/Bad+characters
   ***: dthacker has quit IRC (Remote host closed the connection)
   <br> dthacker has joined #tikiwiki
   <br> kiilo has joined #tikiwiki
   <br> kiilo has quit IRC (Read error: Connection reset by peer)
   <br> kiilo has joined #tikiwiki
   <br> kiilo has quit IRC (Read error: Connection reset by peer)
   <br> dthacker has quit IRC (Remote host closed the connection)
   <br> jonnyb_ has quit IRC (Quit: I am going outside... I may be some time...)
   <br> coaboa has joined #tikiwiki
   <br> coaboa||away has quit IRC (Ping timeout: 240 seconds)
   <br> PhilBackBB has joined #tikiwiki
   <br> PhilBackBB has quit IRC (Remote host closed the connection)
   <br> teresatrimm has joined #tikiwiki
   <br> dthacker has joined #tikiwiki