tikiwiki: 03jonnybradley * r31903 10/branches/experimental/xajax_removal/templates/tiki.tpl: [FIX] modules revamp: expose bottom_modules tikiwiki: 03jonnybradley * r31904 10/branches/experimental/xajax_removal/lib/modules/tiki-admin_modules.js: modules revamp: draggable modules (unfinshed) New Forum Posts: anti-bot verification code - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40103 polom moloq fabricius :-) ricks, Iǘe seen your book stefan has ordered one <- I've I hope ya'll find it useful New Forum Posts: Rating redirects to Homepage - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40105 hi hi j0n3 New Forum Posts: Rating redirects to Homepage - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40105 New Forum Posts: anti-bot verification code - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40103 New Forum Posts: InterTiki Registeration - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40100 New Forum Posts: Rating redirects to Homepage - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40105 New Forum Posts: anti-bot verification code - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40103 New Forum Posts: InterTiki Registeration - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40100 hi all :-) hi ricks99 - just booked my flights for montreal and boston you coming? looking pretty good. not sure if i can stay the full week though. you flying into montreal or straight into BOS? fly to montreal, probably bus with Marc and gang to Boston - flight back to Blighty on the 19th wil b good to finally "see" everyone f2f indeed - we've been typing to each other long enough! one of these days i'll have to get to to uk im gonna try to finalize my plans next week and get my tickets yes, i have a very vague plan to hire a castle or something and do a big 'fest London isn't very good for tikifests sadly Info: Collaborative web conferencing with Tiki and BigBlueButton - http://info.tiki.org/article142-Collaborative-web-conferencing-with-Tiki-and-BigBlueButton FrIdAy! polom all polom robertplummer moloq robertplummer ricks99: is that like saying goodbye ? lol how about: bolow (for tiki-ers "down under" Below the equator? :-) hey robertplummer - while you're there - in wikiplugin_code.php line 214 & 5 you're loading a couple of files from lib/codemirror_tiki which aren't there any more - is wrong? (causes errors) I am going to refactor that today, thanks for telling me. I would also like to more some files out of tiki-setup.php to their respective classes so that tiki stays fast without un-used js or css on every page. yes, that would be good for 7 Yes, it makes since. And it makes development easier, because you can see from 1 place where everything is entering into tiki. tikiwiki: 03jonnybradley * r31905 10/branches/experimental/xajax_removal/ (3 files in 2 dirs): [ENH] modules revamp: Drag zone to zone working. Absolute positioned top & bottom modules now draggable (double click to save). Various other fixes. tikiwiki: 03jonnybradley * r31906 10/branches/experimental/xajax_removal/ (7 files in 4 dirs): [MRG] Automatic merge, trunk 31889 to 31900 polom polom chealer tikiwiki: 03sylvieg * r31907 10/trunk/ (installer/tiki-installer.php templates/tiki-install.tpl): [FIX]upgrade: incorporate the fix from http://tiki.org/ReleaseNotes40 about disable accounts as a potential checkbox hi RavenC RavenC: did tabs work elsewhere than in tiki-admin.php? tikiwiki: 03sylvieg * r31908 10/branches/proposals/6.x/ (installer/tiki-installer.php templates/tiki-install.tpl): [bp/r 31907][FIX]upgrade: incorporate the fix from http://tiki.org/ReleaseNotes40 about disable accounts as a potential checkbox Ok all, with codemirror if there isn't any text selected and you want to insert a special character, where should it go, beginning or end? Also, jonnyb_ at the end of wikiplugin_code.php, there should be require_once('lib/codemirror_tiki/codemirror_tiki.php'); tiki_syntax_highlighter_code(); this is correct. Is that not what you have? I've moved everything into codemirror_tiki.php, to make things a bit easier to reference. hi robertplummer. is "at the same place as an image is inserted in that case" a good answer? robertplummer: if the textarea has focus there should always be a selection even if collapsed, but i know it's hard to always find it - it's hard to decide where's best if that fails chealer, no, it was all of them crazy that the web.config would stop those RavenC: maybe we could see the problem then? chealer: I deleted all of the web.configs that existed in the tw directory. I think there were 10 of them if I am not mistaken yeah, ten of them. db, images, img, installer, lang, lib, modules, temp, templates, tiki_tests\tests RavenC: OK now, if I could only remember what magic I performed to allow the profiles to work... hahaha... anyone else able to get to the "review" part of the Company_Intranet_6x profile ? I get the "loading" and then nothing... from the 6.x/featured profiles, all come up to preview excpet that one for me... tikiwiki: 03sylvieg * r31909 10/branches/proposals/6.x/ (4 files in 4 dirs): [bp/r31752][NEW] Preference to prevent from accessing the site outside HTTPS to prevent session hijack RavenC: I am. chealer: thanks. of course it only is happening on the one I need... tgif!! tikiwiki: 03robertplummer * r31910 10/trunk/lib/ (3 files in 3 dirs): [FIX] a tighter codemirror integration, fixes for inserting and modding text with toolbar chealer around? I do not understand commit 22563 a personal calendar is shared by everybody. They only see their event in this calendar tikiwiki: 03sylvieg * r31911 10/trunk/tiki-calendar_edit_item.php: [FIX]calendar: fix personal calendar (partial rollback 22563). A personal calendar is shared by everybody that can see it - but user sees only his events tikiwiki: 03sylvieg * r31912 10/branches/proposals/6.x/tiki-calendar_edit_item.php: [FIX]calendar: fix personal calendar (partial rollback 22563). A personal calendar is shared by everybody that can see it - but user sees only his events tikiwiki: 03jonnybradley * r31913 10/branches/experimental/xajax_removal/ (5 files in 4 dirs): tikiwiki: [ENH] modules revamp: General usability and visual improvements. tikiwiki: The "smarty" name var for a module has to be the actual module name now - 2 fixed. hi sylvieg hi - I rolled partially - perhaps you did not know the way personal calendar was working tikiwiki: 03jonnybradley * r31914 10/branches/experimental/xajax_removal/lib/codemirror_tiki/codemirror_tiki.php: [SVN] Manual merge from trunk tikiwiki: 03jonnybradley * r31915 10/branches/experimental/xajax_removal/templates/tiki-admin_modules.tpl: [DOC] modules revamp: Some help text etc bbk bbl what is the name of the smarty var for language? must be prefs.language in tiki6 , has been fixed in trunk, when I use the bold toolbar , the __ are not necessary put around the selection in IE. Who has fix this one in trunk? not seen that one sylvieg - well done whoever it was I bet it is the \n, \r or whatever un windows tikiwiki: 03jonnybradley * r31916 10/branches/experimental/xajax_removal/ (4 files in 4 dirs): [ENH] modules revamp: More usability & appearance fixes. tikiwiki: 03jonnybradley * r31917 10/branches/experimental/xajax_removal/ (3 files in 3 dirs): [ENH] modules revamp: Menus: menu_id and menu_class to allow more customisation and ease upgrade pain. sylvieg: salut, r u there ? sylvieg: do u know how to display the showstatus in pretty tracker if i allow in tracker plugin showstatus="y" ? hi luciash2 - you tried just {$status} i guess? jonnyb_: hi :) nope, thanks for hint you never know... jonnyb: nope :( jonnyb: that doesn't show anything greetings all hi garethmcc jonnyb: heh, i get "This edit session will expire in 24 minut(y). Preview (if available) or Save your work to restart the edit session timer" for textarea field of pretty tracker plugin hmm, i need to change the tracker item status depending on category selected from dropdown... is that possible ? sorry luci, off for now any reason why when setting the logo for my tiki site i need to enter the path and not just pickfrom gallery? jonnyb: byez garethmcc: nope so i can pick from gallery? pick ? like if you copy the url, then yes like from an interface instead of trying to type out the relative path already uploaded all the logo options to the gallery... until someone codes that, nope :) u r welcome to join the devs if u like already have :P trying to use the app for now to get a feel for things first cool u can enhance and try to implement the picker there on trunk any idea where the uploaded images are stored? (please not in the db) depends on your prefs on Admin > File Galleries panel thanks