tikiwiki: 03jonnybradley * r17387 10/trunk/ (2 files in 2 dirs): tikiwiki: [NEW] Webmail module (part of GroupMail) tikiwiki: Unfinished - AJAX & caching not working yet sylvieg1: any idea why i don't see the text input and textarea fields when created new tracker on my localhost and trying to add new item ? sylvieg: Javascript disabled? s/sylvieg/luciash/ luciash: Flush caches? nope, cached flushed *caches i'll try db upgrade hmm, no help all i see in the generated source is
instead of the input field or textarea doh, it is caused by enabling "Multilingual content" chekbox for the file ! Hi hi when I login using tiki-login_scr.php sometimes the result, is the login name in black but asking the password again sometimes asking for the login and password again what's the diff between the two? I have trouble to login in my site... hmmm is the wiki-plugin flash working? I have it working on ie but not ff or safari where does tikiwiki store its wiki pages? Is there a folder or are they all built on the fly from the database? tikiwiki: 03chibaguy * r17388 10/mods/trunk/themes/faulkner_tiki_3/ (9 files in 5 dirs): [NEW] Faulkner theme for Tiki 3. hi hi luciash yo gary luci, last night I dreamed that I was in Portland, Oregon again and you and I met there. We were talking about Tiki themes. :-) :D You told me about some site I should look at, a really clean-looking one that would be a good model for us. tikiwiki: 03nyloth * r17389 10/branches/experimental/coe/ (708 files in 113 dirs): [MRG] Automatic merge, trunk 16886 to 17325 heh, do you remember the URL ? ;) Then today I read your mail about cleaning up our sites some more -- reality same as the dream. :-) No, sorry, no url; I just recall it was in europe somewhere. :) well, the reality is a bit different but nice coincidence :) yep Regis from Montreal was also in the dream, but he wasn't discussing Tiki. He was taking a break from some hard labor out in the sun. Weird how dreams are. :-) ROFL :) tikiwiki: 03chibaguy * r17390 10/mods/trunk/themes/faulkner_tiki_3/ (3 files in 2 dirs): [ENH] Button and css menu styles (more work to be done). Hey there. I've got an application which has to read the html code of some wiki-entries. My Problem is to login properly, i always get permission denied. Actually I'm sending the post-arguments "user" and "pass", but it doesn't work. any ideas? are you using the correct encryption method for the password? I tried base64encode an unencrypted it must match the encryption method that you sepcify in tiki. see docs: http://doc.tikiwiki.org/login+config tikiwiki: 03chibaguy * r17391 10/mods/trunk/themes/fluidindex_tiki_3/ (11 files in 5 dirs): [NEW] Fluid Index theme for Tiki 3. mh, it defines how the passwords are ecrypted in the database. I think when i try to past post arguments to the tiki-login.php it has to be plain-text, because i am sure the html form is not able to encode the password * the html form given on the tikiwiki login page i believe your password must match the pw, as encrypted in the db. for example, if using md5 with password "foo", use: pass=acbd18db4cc2fe8fcedef654fccc4a4d8 i will try this, thanks a lot Hi same error :/ Hi batmoon Someone can helpme with Calendar? I have an erro when I add in calendar the error is: a truncated for column 'priority' at row 1 Hello? ricks99: The password has to be correct, otherwise I should get the error "Invalid password" and not the error "permission denied". Are there more post-arguments than user and pass? does the user group have permission for the page and/or feature? can you login first, and then access the page? When I log in manually, everything works fine and the user has all necessary permissions. With my application I can't even access the startpage. there is obviously something wrong with my "remote" login user and pass are correct not sure then. maybe try a different encyrption method? I'm sure I don't have to encode the password. When you login in manually from the html-from username and password are post-arguments to tikiwiki-login.php. A html-form can't encode anything or run any methods. The next step (encoding, comparing with database) is done in the next .php File. My idea was to skip the form and the send the post-arguments (user,pass) from my application. Sending the post-arguments should work fine, same script worked for DokuWiki where user and pass were given through post-arguments, too in tikiwiki I forgot something, but I don't know what tikiwiki: 03sylvieg * r17392 10/trunk/ (95 files in 37 dirs): [MRG] Automatic merge, branches/3.0 17317 to 17385 mh, I'll try trought the 401 http response now.. maybe this works easier ;) thanks for the link anyway! np hi R|SK tachen tikiwiki: 03sylvieg * r17393 10/trunk/tiki-modules.php: [MOD]module: reintroduce the module cache - but only for anonynous and a cache per couple module/param tikiwiki: 03lphuberdeau * r17394 10/branches/3.0/lib/wiki-plugins/wikiplugin_sheet.php: [MOD] Allow to create new sheet if id parameter is omited (requested by xavi) Hey, it's me again. To sum up the problem: I've got an application which has to read the htmlcode from wiki-entries. My Problem is to login properly, I always get the error "Permission Denied". Actually I'm sending the post-arguments "user","pass" and the cookie. Now I've got a question about the cookie structure. The Cookie consists of the keys local_tz, menu and phpsessid. I can read the phpsessid from the http header, but what values should I insert into the other keys? okay, local_tz could be timezone ;) menu is the status of the toggle section - phpsessid is the sessionId management managed by php thanks, could you give an example of building such a cookie? local_tz = ?; menu = ?; PHPSESSID=1234abcd1234abcd for the php session you can not simulate you have to use php i get the phpSessID from the headerFiles fo tiki-login.php but I do not understand what you want to do . do you want to write a php application to access the tw api? or you wnat to check the login info? no, it's a java application. It read's tables from the wiki and has to interpret them I have to login to get the permission to read the sites I simply need the sourcecode of a wiki-site :) so you are doing some http requests? ypu do not access the db tables? nope, i don't have access to the db yes, it's working through http requests so try a http request tiki-login.php?user=toto&pass=password get doesn't work oh it does.. i wasn't working on tiki-login.php!! d'oh! :/ thanks!!!! one day - we will have to do something for security reason - never send the password on http ..... but for now... grml Okay.. get arguments worked for now because the cookie was set Without cookie get doesn't work. Now I've got still the problem who to correctly build the cookie Could you describe me the syntax of local_tz and menu? they are not important mh so the cookie is valid if the sessID is set? I do not think php session mangment is so simple... try to mangmetn your session in the database I'll ask if I get access to the db the setting in in one of the admin panel actually i get the sessid through a method which filters the "Set-Cookie" headername and parses the sessid. Seems to be right till now ;) sylvieg1: if i set a tracker field to be multilingual, what needs to be enabled in multilingual preferences to make it appear ? or is it a buggy setting ? working for me last time I tried... i tried tonight and it shows just
instead of the input field perhaps there is bug with the available _languages? might be, i don't restrict available langguages though tikiwiki: 03sylvieg * r17395 10/branches/3.0/modules/mod-upcoming_events.php: [MOD]calendar: allow also to specify a list of calendars calendarId[]=4&calendarId[]=5 tikiwiki: 03luciash * r17396 10/branches/3.0/templates/tiki-install.tpl: one logo is enough: removing the obsolete one .. works now! thanks a lot for your help. tikiwiki: 03sylvieg * r17397 10/branches/3.0/lib/wiki-plugins/wikiplugin_module.php: [FIX]MODULE: all the params can not be listed tikiwiki: 03pkdille * r17398 10/branches/2.0/tiki-setup_base.php: [SEC] Fix XSS vulnerability when attacking through PHP_SELF (bug 2359) tikiwiki: 03pkdille * r17399 10/branches/3.0/tiki-setup_base.php: [SEC] Fix XSS vulnerability when attacking through PHP_SELF (bug 2359) q: i am using a tracker attachment form. when i preview the tracker, the attachment is *not* saved :( using tiki 2.2 with TRACKER plugin no one seen this issue before? tikiwiki: 03jonnybradley * r17400 10/branches/3.0/lib/jquery_tiki/tiki-jquery.js: [ENH] Minor improvement to superfish effect. tikiwiki: 03sylvieg * r17401 10/branches/3.0/tiki-setup_base.php: [FIX] wrong include tikiwiki: 03sylvieg * r17402 10/branches/3.0/lib/setup/prefs.php: [FIX]style: for easy upgrade, tikidomains_share_styles must be on as it was the behavior in 2.x (look in the css in styles/ and in styles/domain) tikiwiki: 03jonnybradley * r17403 10/branches/3.0/templates/tiki-mods.tpl: [MOD] Indentation only - no code changes tikiwiki: 03jonnybradley * r17404 10/branches/3.0/templates/tiki-mods.tpl: [ENH] Added {strip} tags franck, flash video works for me on mac version of ff and safari. stripmind: I finally got it to work, I had upload the flash in the file gallery and was making ref from it in the wiki, but now file galeries wants you to download the file, not display it so i uploaded the flash in an image gallery and it works the flash i have in mine is hosted elsewhere (bliptv) q: having problems with tracker ratings... each user's vote is being recordded properly but tiki does not correctly compute/display the "avg rating" and "number of votes" also seems to be a problem on dev.tw.o i can duplicate in 2.2 and 3.0 :( tikiwiki: 03jonnybradley * r17405 10/branches/3.0/ (lib/mods/modslib.php templates/tiki-mods.tpl tiki-mods.php): tikiwiki: [NEW] Version filter for mods list. tikiwiki: Plus some other modernisations. tikiwiki: Added note asking for users to contribute fixes tikiwiki: (TODO: add something to dev.tw.o with more help for mods dev) ricks99: rating? do you have an url? http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2072 try to rate the item it will correctly record the rating, but not compute the # of votes or avg rating query in trackerlib.php looks correct... fwiw average is new to 3 its in my 2.2 (or maybe that is from an earlier trunk...) regardless... it isnt working strnage I never saw the avrg before I added it - but with all the code duplication in trackers - never knows... would be great (if it worked) and speaking of trackers... did u see my earlier stuff about tracker + attachment +preview? next step is to sort by average and not by value of your vote.... the attachment is lost if you select preview the attach button hide/on is Again broken the attach is lost also in forum... any way to add ratings to specific *fields* in a tracker, rather than the entire tracker? or somehow attach a survey to a tracker item? I hate ciode duplication in tracker - hoping one day to rewrite it.. can't wait :) tikiwiki: 03sylvieg * r17406 10/branches/3.0/tiki-view_tracker_item.php: [FIX]tracker: show also the average in tiki-view_tracker_item tikiwiki: 03sylvieg * r17407 10/branches/3.0/tiki-view_tracker.php: notice tikiwiki: 03jonnybradley * r17408 10/branches/3.0/lib/mods/modslib.php: {FIX] Typo was stopping "find" working tikiwiki: 03stojanovim * r17409 10/trunk/lib/core/ (2 files in 2 dirs): tikiwiki: - fixed SentenceSegmentor to deal with ???, ..., !!!, ?!? as sentence separators tikiwiki: - added appropriate tests tikiwiki: 03sylvieg * r17410 10/branches/3.0/ (2 files in 2 dirs): [MOD]calendar: replace the awful prev next icons by the blue ones tikiwiki: 03luciash * r17411 10/branches/3.0/lib/trackers/trackerlib.php: [FIX] tracker notifications: fixed 'The tracker will use the text field named Subject if any in email subject' when checkbox 'Use simplified e-mail format' in tracker config is selected cool luciash it's working now but it should be written differently in the future to select any field as the one which should appear in the email subject, not only when named Subject (it's checking by watcher's language though) there's only some problem with the mail Subject encoding when the field contains "?" it seems (dunno how to fix it, base64 encoding ?) sylvieg1: my tracker item textarea doesn't show me its content in 3.0, it saves it though, dunno what i set wrong :-/ hey, I have some questions regarding multilingual tiki and possible improvements wouldn't it be best if there was an easy way to select which "site" we want in the top-bar (or similar) ? and then have a second selector which allows to keep the preferred site language but display wiki pages in another avail. lang. ? example: I have En, fr and es available on my site. I want people to be able to select their preferred langugage. they live in the US, and tiki defaults to english (geoIP) sylvieg1: strange it happens only with my first item... :-O second item i saved it displays its content correctly already but they want to see it in spanish, so they click on the spanish flag somewhere near the logo. the whole site goes spanish they browse, and find a wki page which is a stub BUT a french version is available, and user can speak a bit of french so the user should be able to see the page (or translate it for that matter) in french, from the wiki, without having to change to the french tiki interface same goes for other content types Something else, regarding forums this time a "forum" isn't exactly a forum. well. some sort of subforum It'd be nice to have BigForum>>SubbForum>>Threads>>Posts with multiple "BigForums" voraistos: : do you php? I can read and hack. no php/css/xhtml expert here I find it pretty hard to read tiki it's big... and there's stuff everywhere. the two language selectors exist one is switch_language module As far as I can tell, it doesn't work but I'll do some more testing on this I'm on the beta right now, many things are broken there's some stuff that looks half-updated, and some things lying around which do not look like they are needed. I'll try to look at all this closely, see what's going on. It'd be nice to have bigger forums though ;) actually, having 2 menu pickers confuses people I know. there is a bug I suspect with the language picker and the geoIP stuff so, there is a new option in admin i18n to make the outer page the same language as current page It never worked for me, even with a registered account saying my pref. lang. was french (in UK) http://htaglossary.net/ fyi: http://wiki-translation.com/ hta is a nice odd-looking website btw, I'm not sure how the lang info is stored, but the &switch_lang switch should be there all the time, whatever the language this way it'd sort out the 'Pages need to have different titles in translations' issue well, it'd be easier. I think and nice for URL rewrite I spoke about this a few days ago... it'd be nice to have tw.org/english-tiki/Name+of+the+page out of tiki-index.php?page=nameofthepage&site=en Hmm actually, after trying out this site, I think having the interface language change is simpler. also it'd help avoid language markup in the middle of the page, or not bother and go dirty. hmm still can't manage to make it work hmm marclaporte mentioned an option that forces the website to switch to the displayed wiki page's language... is suspect this is it: " Page language forces to display strings in the same language:" and I can't make it work and so far the language switcher tells me I'm looking at a site in frnech, but everything is english....