tikiwiki: 03luciash * r30205 10/branches/6.x/templates/tiki-install_screens.tpl: installer: make the fivealive fixed width layout appear the same as in the installed Tiki tikiwiki: 03luciash * r30206 10/branches/6.x/tiki-edit_article.php: [FIX] Article Edit: keep the ispublished and allowhtml status of the checkboxes during preview (allowhtml status is not stored in the db with the article though) tikiwiki: 03luciash * r30207 10/branches/6.x/templates/tiki-edit_article.tpl: [FIX] Article Edit: remove useless remarksbox tip (...page... does not work with articles) + better description for allowhtml checkbox tikiwiki: 03luciash * r30208 10/branches/6.x/templates/tiki-preview_article.tpl: [FIX] Article Edit: do not display broken Topic image when there should be no image in the preview hi, all :) changi, I will send language.php for Korean to you now. Would you make it included in tiki6? Your email address is changi@tiki.org right? changi, I sent mail to changi@tikiwiki.org. Please check it later. Bye all, have a nice day! good morning tikiverse ;-) New Forum Posts: Image Gallery Problems - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39125 sylvieg ? polom it seems that the default selection of items in a "drop-down-plus+other" tracker fields is lost again hi luciash in recent 6x svn code, at tleast mmm, weird, only when an itemId is selected... but no content yet to that field (only previous fields displayed in wiki page with tracker plugin, but not (never before) that drop-down-+-other field for that item xavi: i think it's too early for sylvie still yes, you're probably right anyway, I need to patch this somehow, so I'll add some jquery prefill per page to ensure that those fields get prefilled always if blank hi all hi jonnyb hi jonny we talked about you yesterday evening, jonnyb I was in a meeting in Xarx@ntoni, those guys who sponsored the CCLite integration in Tiki6 they are very interested in using wysiwyg in Tiki Blogs hi xavi hi all oh wel, and luciash , we also talked about you :-), remember those guys that came to TikiFestBarcelona (1) in 2009? I just answered your email on devel list about youtube videos on blog posts hi rodrigo_sampaio decided to take an evening off last night (fell asleep in front of the telly) hi coaboa well done, jonnyb, resting is needed ! tiki realy should have a "main editor wiki class" from which similar functionality could be derived as artikles, blogs etc. and btw, congratulations so far (from those guys from that NGO) for the impresive work done so far with ckeditor in Tiki6 still some more to do with the plugins especially your mail about the line breaks etc is next! :) jonnyb, did you see my messages in devel list this morning? nearly there... ah, ok :-) could we do skype (or bbb) sometime and i'll explain some stuff to you (which you can then convert into documentation)? i'll try and reply to the list tho too I can skype now, if urgent (getting little time to have my trackers + pluginr working for the conference in next week) hi luciash - thanks for all those 6.x fixes last night - you been busy! :) jonnyb: np, hth & hopefully no side effects nice ;-) jonnyb: thanks for fixing the ability to edit toolbar for articles heading textarea hmm luciash? did i? (possibly, it's all getting a bit of a blur!) jonnyb: well, i think so... in alpha i couldn't but on my localhost branch 6 i can so presumably hopefully prossibly it's fixed :-p super! jonnyb: something's wrong with the %title% and %description% for fgals oh? like what do they actually have title and description? tikiwiki: 03sampaioprimo * r30209 10/trunk/lib/language/Language.php: check if property numrows is set to avoid undefined property warning no title i can see (name and filename) but there is a description field it works on the fields in the tiki_file table jonnyb: yes, but if they don't, then %title% and %description% as plaintext is inserted hmmm, what would you expect it to do? and weirdly i had set title for the images but it wasn't saved it seems or does it depend what i have set in gallery edit ? ass i said - i don't see a title field in the database oops ;) ass/as jonnyb: sorry to disturb with non-6.0 issue. I can't seem to prefill a dropdown with Jquery jonnyb: either empty or "Untitled" and "No description" jonnyb: I'm using if (!$("#track_91").val()) on the same pipe page, xavi ? but it seems that even if no value has been set, it doesn't work either hold on here http://161.116.82.31/tiki/tiki-index.php?page=BasicPipe+Section+02 see field 91 (track_91) a drop down it's not prefilled by the jq syntax here: http://161.116.82.31/tiki/BP+Template+Section+02 , and it's the only one not prefilled by the tracker itself Q: anyone know if encoded characters &apos " etc. from syndicated external RSS is related/will b resolved by moving to Tiki 6 & forcing UTF DB? no idea ricks99 i get $("irc://irc.freenode.net/#track_91").val() undefined tikiwiki: 03sept_7 * r30210 10/branches/6.x/_htaccess: [FIX] WebDAV and HTTP(S) authentication with Apache in CGI or FCGI mode ? mmm wht's the name then for the field "tempDirRel:" jonnyb: bug in your irc client ;) i don't see anything with the __id__ track_91 if not track_91???? how should I refer to that field "tempDirRel:", then? New Forum Posts: Tracker Images - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39130 mmm, does it mean that the id is not set in some tpl for drop-down+other tracker fields? trackers seem to be quite random about whether they use ids or not ok, so I have to search for id, and add that in some tpl? I can search for that, if this is the direction I should follow that select has __name__ = track_91 I can deserve to waste 20 minutes today s/deserve/dare my english so you need $("select[name=track_91]").blah().blah() ah, ok, thanks jonny! trackers don't make learning jquery easy! I understand now, sorry,. your examples the other day had that ... np thanks jonnyb! jonnyb: if i change my gallery display settings for title from "File only" to anything else it gives the same result even if i have the title set for that file - do u think you can fix that %title% for 6 still ? it gives me {img fileId="4" thumb="y" rel="box[g];title=%title% - Moon in the daylight;"} instead of {img fileId="4" thumb="y" rel="box[g];title=Moon - Moon in the daylight;"} grmbl, that file gal colorbox display is too buggy first it displays the image all right, but every other image gives just empty tiny colorbox popup, wth ok luciash - i'll have a look i don't think anyone else has actually tried it heh, that would be great, thank you my gallery setting has: {img fileId="%fileId%" thumb="y" rel="box[g];title=%title% - %description%;"} did you try name instead of title? (title doesn't exist, as i said) actually i think it needs one little fix for the jquery of the colorbox rel parsing too... no, i haven't tried, i followed the example under the input field fair point :) well that's easy to fix it should ignore all after rel="box[g]; to behave correctly as one gallery i will try with %name% now jonnyb, it doesn't work either :-/ :( thats my sytnax at the template: {wikiplugin _name=jq} if (!$("select[name=track_91]").val()) $("select[name=track_91]").val("temp");{/wikiplugin} maybe "val()" is not enough, since it's a drop down with some options? even if none of the options has been selected yet? try $("select[name=track_91]")[0].selectedIndex which will get you the number of the option selected (0 is the top one) ok it doesn't look like it's going to work (too long to save that edited template) nope, ti didn't work thi sis in a pretty tracker tpl is it? Anyway, thanks for feedback. I have to rush away (field trip with students) yes have fun! :) http://161.116.82.31/tiki/tiki-index.php?page=BP+Template+Section+02 yes, we will :-) Cheers sorry luciash - distracted from your distraction - maybe later... aye, ok, np :) jonnyb: ok, %name% works super - i'll change the tip on the edit fgal tpl jonnyb: are there other options or just %name%, %description% and %src% ? don't think src works does it? (or did do that) i didn't test actually, it is in the example again tikiwiki: 03luciash * r30211 10/branches/6.x/styles/arcturus/options/simple.css: [FIX] arcturus theme simple.css option: bottom padding of the module box New Forum Posts: Tracker Disappeared From View - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39132 help Welcome to the official Tikiwiki English Irc Channel. TikiWiki or better known as TW, is your Groupware/CMS (Content Management System) solution, you can get more infomation at http://info.tikiwiki.org/ . hi guys I'm getting a error 404 if I try to open my site...........any ideas? are you using sefurl? if so, did you enable the .htaccess files? cant get into the htaccess do you have FTP acess to your site? how did you install tiki? yes got ftp, deleted tiki once because of problems but put it in again but if I want to get to admin I have to mydomain.com/tiki-5.3/tiki-5.3/tiki-admin.php........could that be causing probs? And going to http://01mydomain.com/tiki-5.3/tiki-5.3/tiki-index.php causes a 404 error? no thats ok......its if I just mydomain.com then I get the 404 Tiki is not stored in your domain's home/root. It is installed 2 subdirectories down. That's why you're getting a 404 error but I did ftp to public probs just as quick to start over you said that you installed in 01mydomain.com/tiki-5.3/tiki-5.3/tiki-admin.php you need to move everything from 01mydomain.com/tiki-5.3/tiki-5.3/*.* to mydomain.com/*.* no I installed to public via ftp, I said if I want to get to admin then that is the route if the url 01http://mydomain.com/tiki-5.3/tiki-5.3/tiki-index.php works, that means you have installed tiki in sub directories thanks for the help, lost on moving, so will start over pls see step #3 of install doc http://doc.tiki.org/Installation you may also find http://twbasics.keycontent.org/FTPing+Files+to+Host helpful. Oh well. I tried. does he have level 8 network problems? tikiwiki: 03sept_7 * r30212 10/branches/6.x/lib/TikiWebdav/PathFactories/File.php: tikiwiki: [FIX] WebDAV : Workaroung bug in ezcomponent Webdav that always assumes we are tikiwiki: always in HTTP mode and ignore HTTPS mode :( tikiwiki: 03luciash * r30213 10/branches/6.x/styles/arcturus/options/simple.css: [ENH] arcturus theme simple.css option: nicer tabs Hi is ricks99 still here? hi imbossok should use my real name really...................cleared everything computer aswell using filezilla and it still seems to be going up as tiki-5.3/tiki-5.3 any ideas would be a help impossok, just move the files on the server from /tiki-5.3/tiki-5.3 folder to / check your webserver/host configuration. -impossok +imbossok do you have permission to write to the root of your site? usually on a shared host, the "root" is the webroot hope so, done it before and I'm a reseller cheers joernOtt any help is appreciated @imbossok: can you copy any file to the root? yup............got 4 sites out there ok. then simply copy all the tiki files/folders into the root polom tikiwiki: 03jonnybradley * r30214 10/branches/6.x/templates/edit_file_gallery.tpl: [DOC] fgals: Correct examples for wiki markup (thanks luciash) give that a shot when its finnished it takes a few minutes as you know ricks99: regarding the RSS problem, that's a different kind of encoding @chealer: is it a problem at the source (the feed I am syndicating)? Or is it a Tiki DB issue? ricks99: I didn't see the problem, but I guess it's either at the source, or a Tiki escaping bug. how many places must we define the prefs now ??? i get Preference feature_foo is not defined. even when added to libs/setup/prefs.php luciash: also in lib/prefs/ ? but what ? any howto ? i see there just bunch of randomly named php scripts with functions inside but where's the logic ? luciash, afaik you also need to define them in the database for example, where do i find the one for feature_custom_htnml_head_content ? grmbl, why is it so complicated now ? it was much easier before to develop new features I just did a grep for that (without the "n") relevant results: /lib/setup/prefs.php luciash: in lib/prefs/feature.php and in lib/setup/prefs.php and /lib/prefs/feature.php must use grep is only way i think sylvieg: ah, thank you, that sounds better any prefs taht begin with xxx is defined in lib/prefs/xxxx.php or global.php ok in fact begin with xxxx_ if no _ in global.php thanks, feature.php was that what i was looking for tikiwiki: 03nkoth * r30215 10/branches/6.x/lib/userslib.php: [FIX] Tracker ID was not being passed correctly tikiwiki: 03nkoth * r30216 10/branches/6.x/lib/trackers/trackerlib.php: [FIX] When categorizing tracker items, ensure that the category fields are set for the item in question since without it list_items won't filter properly by category tikiwiki: 03luciash * r30217 10/branches/6.x/ (4 files in 3 dirs): [NEW] feature to allow custom !DOCTYPE to be specified in General Layout options (hopefully good enough compromise for developers to prevent !DOCTYPE change flamewars) msg to devel list follows hmm, thought of that last week too luciash - a good tiki compromise (i'll check your commit, i thought it would hit more than 4 files) msg sent jonnyb: yeah, thank you jonnyb: let me know if i missed something ok, checking - thanks hopefully chealer will be fine with that :) hi chealer ! looks ok - probably should be in admin/features/programmer (as well) hi luciash. I was going to say the same thing as jonnyb i always have trouble picking up defaults for new prefs... logging out and in again - clearing caches etc does it eventually luciash: seems to work fine, nice one (except i found a transition validation error in the translation assistant module ;) ) [jonnyb:] I get a prompt when I ask to update in the Synchronize: Confirm Merge - Are you sure you want to merge 2439 resources? I must have done something before, how can I undo? in Aptana coo - sounds like you tried to do a merge - does it show as having stuff to check in? (it's much easier i find, to work on a clean checkout of tiki always) what does it say in the command line? jonnyb: not really, it's when trying to update there's no problem updating with the command line, that problem is sticking since several days how are you doing that? try in the php explorer, right click on the tiki project and do Team -> Update to HEAD jonnyb: aha. I was clicking on the update button in the perspective control buttons at the top the prompt went away updating the 2 projects showing individually it was probably warning me it would update 2 projects now the window is empty in incoming mode 2 tiki's? (dangerous!) jonnyb: yes, 6 and trunk were open jonnyb: BTW, is it possible to save/bookmark a set of open files? say you have to interrupt some work to start working on a new priority i usually run out of ram somewhere (in java vm) with 2 tikis open at once it's not easy - but is possible I have no problems with several projects open at the same time, just perhaps 1-minute freezes in the editor at times the call them "Working sets" sometimes i set them up - like all the files to do with toolbars etc but the interface is rubbish (you have to add the files one by one) jonnyb: ah...I looked at that yesterday. OK but you can't do something like "bookmark all open files directly"... right usually now i do a file search for, say, *kaltura* etc jonnyb: that largely defeats the point, thanks anyway indeed we should tell the eclipse people i guess... or aptana maybe version 3... :-) brb tikiwiki: 03luciash * r30218 10/branches/6.x/ (lib/smarty_tiki/block.tabset.php styles/layout/layout.css): [FIX] better alignment of the tabs and the tabstoggle button tikiwiki: 03luciash * r30219 10/branches/6.x/styles/fivealive.css: [FIX] fivealive theme: colors of selected tabs in admin and no border for them tikiwiki: 03luciash * r30220 10/branches/6.x/styles/thenews.css: [FIX] better alignment of the tabs tikiwiki: 03luciash * r30221 10/branches/6.x/styles/fivealive.css: [FIX] fivealive theme: partial rollback of 30219 as it affected the fivealive theme options too and maybe better approach ... (why should admin section have different background color for fieldsets?) tikiwiki: 03luciash * r30222 10/branches/6.x/styles/layout/layout.css: [FIX] remarksboxes titles position again tikiwiki: 03jonnybradley * r30223 10/branches/6.x/lib/tiki-js.js: [FIX] ckeditor: Some improvement for IE trying to edit plugins, more TODO tikiwiki: 03chealer * r30224 10/trunk/lib/smarty_tiki/function.html_select_date.php: html_select_date: don't claim copyright on our custom version, which has only minor modifications tikiwiki: 03luciash * r30225 10/branches/6.x/styles/fivealive.css: little cleanup chealer: could u update the windows app gallery Tiki to latest stable ? luciash: eh, isn't it up-to-date already? http://www.microsoft.com/web/gallery/Tiki.aspx cache? ah, cool must be thanks anyonw knows about user preference fields? I am running into a bug where editing the tracker item of other user causes my own email etc to be changed I remember hearing abt this before no idea tikiwiki: 03sampaioprimo * r30226 10/trunk/lib/filegals/filegallib.php: check if variable is isset before using to prevent warning message tikiwiki: 03chealer * r30227 10/branches/proposals/5.x/lib/smarty_tiki/function.html_select_date.php: [bp/r28388][FIX] html_select_date: day shown is the one in UTC timezone, showing October 1st instead of September 30th past 20:00 in ET tikiwiki: 03sampaioprimo * r30228 10/trunk/lib/ (9 files in 4 dirs): wordpress importer: starting support for importing comments (not finished yet) :q New Forum Posts: Revisión ortográfica - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=39134 tikiwiki: 03luciash * r30229 10/branches/6.x/templates/tiki-print_article.tpl: [FIX] print article: broken topic image when none set, little refactoring + KISS nkoth: there's validation problem on trunk with tiki-register. I see you played there ( http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=27388 ) nkoth: that removes a table close tag but only moves an opening table tag chealer: this was some time ago so there are not enough tags? nkoth: rodrigo seems to have noticed that and did http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/templates/tiki-register.tpl?r1=27389&r2=27692 but that only changes the errors here nkoth: now some also seems misplaced, at least s/seems/seem/ what do you suggest? nkoth: yeah, I know put back a ? can you help me try that? just after the form I suppose I mean before the closing