dev.tw.o unaccessible when i try to save my edit ? hi, on tikiwiki 3, is the content template enabled by default since i could not found its setting in admin home:wiki if yes, where can i found the template? tikiwiki: 03lindonb * r21257 10/trunk/lib/wiki-plugins/wikiplugin_imgnew.php: [FIX] Slimmed down code and allowed for quick exit out of program if only old img parameters used. Mouseover still calls overlib - this needs to be updated. tikiwiki: 03chibaguy * r21258 10/trunk/ (3 files in 3 dirs): [NEW] Custom center column header enables site admins to add content at the top of the center column via Look and Feel admin. I do have an issue with group permissions and filegalleries I do want to list all the galleries that a use can see. lib/tikilib.php has the get_files() op that gets called but there there is no notion of groups. Only user owned gals, admin access, and public ones. Anyone having done work in that area lately? Also, sort by name doesn't work properly on my install but that's a minor issue I can fix?. philback: : hi! philback: : in trunk? no, I am working on an 2.x install for a customer I am checking out the new thing but I think that workspaces are what would be suited for this use case. Right now, I do not want to expose my customer to workspaces since everything is defined. I just need to have people from a group set see specific galleries only. I will code it custom. The tikilib->get_files(...loooong list) is where things happen. The base issue is : list all galleries belonging to a group whose I am a member of... well, SQL time on my main group homepage... toctoc.... I know it's not the best day of the week, nor the best time, but.... ...just in case, I'll throuw my question... :-) hi all, btw (and sleep well those western of the Atlantic) I can't see the module perspectives even if assigned to registered users, and I'm logged in as admin using latest trunk, I mean polom I installed the learning center profile... hi marclaporte :-) marclaporte: I ned a quick intro to the new module system :-) ok so that I can make the perspective module work again : oh one of the profiles does it after installation of the learning_center profile, the perspective module is not shown nowadays, but it did when in barcelona and looking at the edit module interface, it says: "perspective (param): Only display the module if in one of the listed perspectives. Semi-colon separated." and that param is empty by default hi xavi and marclaporte hi chibaguy I've noticed some inconsistencies in modules in trunk depending on how recent the update, etc chibaguy: congrats again for your new theme business! GReat work (untireable man producing nice new themes :-) ) module "menupage" name works at my updated trunk site, but not at our sumo test site. both are trunk but I think mine must be more current thanks xavi fyi: I attempted to update a 1 month old trunk, but the update process failed :-/ (errors on homepage about some mysql table missing) , so that I made a clean install If you look at the Module Name selector on admin modules, you can see every kind of formatting (except all caps ;-) ). pretty chaotic, and maybe part of the problem. no idea myself, but I agree, a bit chaotic. I wish it was alphabetically sorted, at least (for the end user) It's a regression from Tiki 2 anyway, where they are all lowercase and words are separated by underbar. ...and alphabetical and off-topic but pretty serious issue. I report here since dev.tw.o is down to me (since a few hours). Ajax seems to be buggy and producing a serious bug which duplicates the content of wiki page edit under some circumstances. Yeah, I've seen a number of complaints about that in the tw.o forums. Not sure if a bug is filed and somebody working on a solution. It's been reported as such by some users and they discovered that disabling ajax solved (as a workaround) the issue. And the issue is a big bug (I suffered from it in tiki 3 something a few months ago) I was going to fill a bug, but dev.tw.o down nowadays to me http://downforyoutoo.com is fun to check with that's the recent bug report int he forums, where they talk about the disabling-ajax workaround: http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=34537&topics_offset=5&topics_sort_mode=lastPost_desc&forumId=4 thanks for the link chibaguy ok, back to the other room and computer. bbl ok admin module's list of module names is also orderly in Tiki 3, so I guess things are in transition in trunk. btw, fyi: marclaporte and chibaguy : Audio and Video recording in Tiki 5 using Riffly ( http://riffly.com/api )? Moodle just did it with a GSOC'09: http://moodle.org/mod/forum/discuss.php?d=130822 I was going to add this suggestion again to dev.tw.o/RoadMap (for Tiki 5) but dev.tw.o is still down... Sure, why not? ;-) :-) imagine streaming recording (audio and or video) with a few clicks within Tiki (Riffly), and then editing within Tiki (Kaltura).... anyway, for me, this is just a "wish", since I can't code that. But at least, it could be something to review in the future, as a companion to the kaltura feature and to dogfood tikifests (using tiki resources) ok, back to the other room again, bbl :-) Hmm, can only assign theme options to categories, not to objects or sections.... chibaguy : good job here: http://sumo.ourwiki.net/Notes It's coming along.... chibaguy : theme control center let's you assign to individual wiki page, no? Yes, assign themes, but not theme options. I think Jonny might have overlooked that. ahhhhh hehe I wonder if anyone else is getting an error on current trunk's tiki-admin_categories.php: Unknown column 'rootCategId' in 'where clause' I have only columns categId, name, description, parentId, and hits in tiki_categories. ok, I see rootCategId is used in files for workspaces, but wasn't added to the db. Heh, I duplicated CategId field and added it as rootCategId in the db, so no more error, but no idea if this is what's really needed. nope, my admin categories is still broken. oh well. lib/categories/categlib.php and lib/workspaces/wslib.php use "rootCategId". Can somebody update the db to accomodate these files? (and whatever else is breaking categories in trunk) chibaguy: better to send a message to devel - because so far I see rootCategId is only tested - never set - so somethiong is wrong polom polom hey chibaguy, good work ! axold commit 21000 thanks, luciash still plenty to do, though chibaguy: i have some notes, should i put them directly on the Notes wikipage ? for example to add divs for the "bracket" images you could use the layout shadows textareas so no need to modify tiki.tpl ? yes, you could add theme to the notes page. but tiki.tpl might already need modifying - the header and middle parts have a set width, but bottom bar is full width, so that needs to be worked out. I haven't used the shadow divs so don't know if the SUMO layout can be done with them. what is bottom bar used for ? footer already is out of main by footer, I mean the bottom-bar (where custom bottom bar code, etc. is). It's in main. well, you can see on sumo.ourwiki.net, it's got the grey background. tikiwiki: 03sylvieg * r21259 10/trunk/templates/tiki-view_blog.tpl: [FIX]freetag: quote freetag is space but iirc i already moved that in default tiki.tpl to be out of main (the footer)... is it another regression ? hmm maybe so I remember a commit about it, moving it one way or another chibaguy: no, i am looking at trun tiki.tpl now and it is fine footer.tpl is included after main ah, you mean feature_bot_bar ! yes, that's right. this is confusing :-p why the heck footer.tpl doesn't contain the actual footer ? anyway... you don't have to modify tiki.tpl i think I'll have a try with the shadow divs. Yes, the footer terms are confusing. instead of doing fixed width to the #main, do it to the #middle ! and enable layoutshadows it will make the theming much more flexible #header also needs fixed width. #middle is above the #footer so you can do it i guess without modifying tiki.tpl it just needs some tweaks if SUMO guys did it with #main yes, #header will need the same fixed width as #middle actually what i did already in 3.0 is that i moved the #footer divs out of #middle just because of these needs iirc I haven't looked at tiki.tpl used by SUMO yet. My impression is they modified it a lot. ah, ok, i thought you were working on their tpl base chibaguy: that's good you didn't ;) chibaguy: but maybe you started with their css so there was this #main fixed width, right ? yes, I looked at their css to get the widths, etc. if you try with #middle and layoutshadows instead i think it will be much easier The main thing is not having to customize tiki.tpl, for sure. chibaguy: i am creating user account there for myself now... do you want one too ? :) Oh yeah, ok, thanks. That'll help sort out the different admin posts, etc. I think tiki-showpage.tpl might need some customizing, to give the actions box its look. I didn't check yet. Also the forums tpls might need something, if you look at SUMO's current forums pages. that i didn't check either but i believe it can be more comolicated than the main tpl complicated, even is the SVN branch live already ? yeah, both of those ;-) the sumo branch? no, I haven't seen anything about that. quick quiz: how many branches in tikiwiki/branches/experimental/ ? ... 17 yeah, i was joking about it already with jonny too but as far as there are no space restrictions from sf.net it seems we shouldn't care much about another branch ;) some of them will be killed after merge with trunk anyway sure, it's nice to have the freedom to add. chibaguy: you can style the QUOTE plugin ;) → http://sumo.ourwiki.net/tiki-index.php?page=Notes#Templates chibaguy: have you got the validation mail ? yes, luciash, I got it and registered, thanks. great yes, plenty to style, still. chibaguy: if we had the sumo branch, i could help fixing the theme files, but using the direct CSS editing (would be great to dogfood the CSS Edit feature) without history and edit conflict detection i could cause conflicts with your edits... gotta check some household stuff now... bbl :-p ok tikiwiki: 03lindonb * r21260 10/trunk/lib/wiki-plugins/wikiplugin_imgnew.php: [FIX] Delete debugging code that was left in. toctoc mlaporte ? tikiwiki: 03jonnybradley * r21261 10/branches/experimental/edit_fixup/ (65 files in 25 dirs): [MRG] Automatic merge, trunk 21250 to 21260 re polom xavi hi luci :-) didn't you fry down in the south ? glad to have you back :) you were the fastest with the pictures from bcn and adding comments, etc. well, i have still some video editing todo ;) yes, well, the car fried :-) we survived thanks to the air conditioning of that old (but working) car video editing... that reminds me of my kdenlive project half done ;-) heh, really fried or survived ? survived so far :-) and the macbookpro survived (so far) to the transmutation into a "PenguinBookPro" :-) from where I'm writig nowadays (ubuntu jaunty, etc.) great have you spotted the dotsub account i created for tikiwiki ? however, I'm kind of stuck with the elearning_center profile. I was going to ask mlaporte about it... since the perspectives module don't show up, and I don't remember how to manage perspectives in trunk without that module dotsub, not yet, and I won't have time for that in the following 2 months, at least, sorry i have registered it to admins I've never used dotsub (and subtitles is not in my skills yet) are you in TAG ? yes, yes, I am, and I got the email, but I mean that I couldn't try nor I will be able to in the following months I don't know how to use dotsub nor subtitle editing, after some trials I did months ago ok :) well, I see that dev.tw.o is back up. I'll report some bugs cool ajax seems seriously buggy in tiki3 (fyi) i know that's why i don't use it :( neither did I except in a new site I did a few months ago. I disabled that already xavi: what is the fate of the R plugin so far ? I couldn't dedicate any time to it after tikifestbcn, but by then, it was working (producing the desired output from r scripts in wiki pages) I only need to master how to send the attId param from a wikipage with trackerlist plugin using pretty tracker magic, as you suggested (but I miss a quick&dirty intro to do that) nowadays I have some other urgent work for next week(s) (which is preparing my class notes for a new course I'm teaching in sept-october'09) i see, great that it is working ! but as soon as my boss at university requests it, I'll have to make a hole to learn how to pass that param from a trackerlist plugin in a wiki page to another wiki page with the r plugin working: yes, I had the help from lph, who did the needed editing of that plugin to make it work it's not showing images yet, but that should't be difficult at all since images (graphs, etc.) can be sent from R to the file system, and then, somehow, tiki could read them from the disc inside a wiki page using common img syntax, I guess. Anyway, images was not my priority in this first step; I just needed text output for my "proof of concept" at my work at university luci, how is your social networkig site going? xavi: you can install pretty tracker profile actually uhh? which one? xavi: or maybe i dream that too ? :) :-D xavi: the User Tracker ah, ok, I'll keep a note abot it (can't try now). Thanks anyways :-) (one dream is getting closer :-) ) dev.tw.o is down again to me ... brrrr the bug report is half way.... social networking is fine as i discovered new things... still waiting impatiently for the workspaces fully functional in trunk to play with it more so do I can you use the perspectives module in trunk? I couldn't this morning xavi: it's down since today's night :( i also lost my wiki page edit there when i was going to save it timed out :( well, I was up for me 15 min ago i haven't tried the perspective recently but it didn't last long enough to allow me submit the bug report lemme check, i have it still installed in my localhost trunk my problem is that the module perspectives doesn't show up to admin using trunk from yesterday i have the module displayed still, let me svn up svn upped, still displays xavi: it's in my dropdown of modules and it is named "Perspective" then i have another module showing categories and if i change the perspective the categories tree in the module gets properly filtered yes, same to me, but It doesn't show up when installed. It used to do it, but not yesterday to me, after I installed the Learning_center profile on top of a barbones instalation of trunk module is assigned, but it might very well be that it doesn't have the necessary params set, according to the new design of modules by chealer chealer? he might have a clue... luci: how updated is your trunk? ah, ok, you svn'd up, ok luci, can you please check which params do you have in the module definition? (admin modules, I mean) in field perspective,I guess for the module "perspective" (to avoid confusion) yes nothing special, i just have selected Groups Admins Anonymous and Registered xavi ^ I didn't have anonymous, I'll add it just in case hmm, that shouldn't affect display for Admins luci, can you edit your module "perspectives", in order to see what params do you have under the "perspective" field? yes, it shouldn't, but there is a bug somewhere, or some change in behavior yes, i edited it and saved tell me what i should do :) try :) luci: what param do you have under the perspective field? is that empty? yes everything is empty except cachee time 0 and rows 10 tikiwiki: 03chibaguy * r21262 10/trunk/templates/tiki.tpl: [NEW] Custom center column header enables site admins to add content at the top of the center column via Look and Feel admin. oh, well, installation of learning profile doesn't work for me, then, on a clean new tiki based on trunk oups, Gary working until late today heh :-) marclaporte ? xavi: can you try the perspectives demo profile instead ? luciash, I turned on the layout shadow divs and so far can avoid a custom tiki.tpl, thanks to your suggestion. :-) (for sumo) chibaguy: great ! np :) luciash I will soon (fetching trunk on the PenguinBookPro :-) ) thanks for the tip xavi: what family of the penguin you have ? FAmily? Ubuntu 9.04.... like gentoo or ubuntu ? ;) sure :) dualboot ? :-) there is lots of support for macbook laptops in Ubuntu yes, dualboot (just in case I need to edit video using Mac if kdenlive is buggy again, etc. ;-) ) and how often you go to the mac one ? i installed latest kdenlive here too and it seems much more stable ! :-) since I solved the sound and bluetooth issues, last time was a week ago :-) now the only problem is lack of time to play with it :-/ yes, kdenlive rocks and getting better yes, I know about that also (and we don't have kids.... I don't want to think about when we do have kids) yesterday i played with kaltura btw ;) it resembles me kino or avidemux in flash ;) in the kaltura_integration_two branch xavi: : yes? LOL dev.tw.o is down again. This is making me unproductive marclaporte: I'm kind of stuck with the issue with the perspectives module marclaporte: this is making us *all* unproductive can you try installing the learning center profile again from a barebones using latest trunk, and report if the perspeectives module is up and working? marclaporte: i kind of didn't understand what means "we cleared apache" marclaporte: I was attempting today to review what's the state of the art of that profile, but I can't figure it out yet I mean, what are the next steps to make it usable? I still feel that I don't know enough about profiles & data channels to make it usable and I need help before I can keep working alone on that as expected by you Moreover, I wonder if Regis knows how to keep going with profiles (learning_center and project_management) or if he is stuck also I guess that it would be nice (at least) that those two profiles are usable by Tiki 4 release... what do you think, marclaporte? for reading, I use the workaround of google cache (for dev.tw.o). works for me , if you know the exact name of the page luciash: last comment about the Mac OsX and Ubuntu comparison on the same hadware: battery lasts for around 7 hours with Mac OsX and only around 3h with Ubuntu :-( step by step, I guess... :( ... you have to tweak switch of the search indexing, set up powersaving to your needs, configure fan control if possible... i bet there are some powersaving tips for ubuntu in general on the net xavi: mod-perspective takes no param. do you have any perspective? hi chealer. mmm, I don't know. I just installed the learning_center profile and I can't see, as admin, the module which seems to be properly assigned (as in tiki 3) that's why I thought that some new param is missing how do you create a perspective without that module? (I don't remembmer even if they are created with that module or elsewhere) ^chealer they are not created by the module but by... ? it only controlls what to display but by... xavi: I know one profile can create perspectives xavi: maybe categories but i cannot check because categories are now broken in trunk tiki-admin_categories xavi: try to install the perspectives profile and see if it works... then you can review the perspectives proofile YAML and see what is necessary to add to your profile to make it work thanks luciash xavi: it's very probable there's no gui to set up perspectives at all yet ok chealer: you and sylvieg were palying with categories code recently... any idea what broke it ? Unknown column 'rootCategId' in 'where clause' playing, even :) trunk (and i have run the db upgrade via installer) so... luciash: maybe it's related to Ben & Aldo's work mlaporte: maybe, good point, thanks mlaporte: maybe it works for fresh install but not for upgrades luciash: I haven't done much risky changes to categlib recently. I agree with Marc, you may want to look at r21000. I can debug it later if you want. New Forum Posts: No Articles Yet - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34581 marclaporte , mlaporte , chealer and luciash : module perspectives back working. It seems that there is a perm needed nowadays. Jail_root demonstrarion profile did the trick and provided the tip :-) yay! :-) marclaporte: nice example (with some data to test with), that one of the jailroot demonstration profile marclaporte: how do you create a new perspective from within a wiki page? I mean, once the profile is installed via a data channel? :-) hahahahhahahhahahahah is there any documentation or test profile with data channels working, as a demonstration? chealer: tnx heh, what is a "data channel" :-p no idea sounds like a Marcspeak idiom it must be somethin' canadian heheh maybe a dish with maple syrup? :-) dev.tw.o is up again! I wonder if there has been any human intervention in dev.tw.o health... yay ! (marcspeak) xavi: yeah, maybe a maple syrup-stuffed brain. mmm, brains mmm, meat :-) xavi: are you making progress? yes, today slow going, but moving forward I still don't remember how to create new data channels from a tiki site once the profile is installed I remember seing lph showing me something to create them, I thin, on the profile "projet management" I think, but I can't test now. right now I'm editing the sample data (copied from the jailrot profile) to see it they can resemble departments and courses... and right now installing selenium ide add-on for firefox following your example :-) it's pretty cool! mlaporte: fyi, just after I install the Learning_center profile, I get a blank page with the text: NULL NULL NULL NULL the profile seems to be installed successfully, anyway for what I've seen so far svn: Working copy 'lib/phplayers/lib' is missing or not locked working copy error was a local problem, never mind good night all