nor on dev.tw.o what are the new stable verion 4.2 and 3.4? 3.5 and 4.2 luciash: oh, sorry, surely Acer :-) New Forum Posts: Only red color appear when editing wikis on Foreground Color icon - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36560 New Forum Posts: Only red color appear when editing wikis from Foreground Color icon - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36559 ricks99: is that article published? y :-( updated the stable.release file on tw - no change Recent Bug: Tracker item: #3065 - - Only red color appear when editing wikis from Foreground Color icon - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3065 hm... perhaps the stable.version file is no more used sylvieg: no change to what? *g* guess i can just hand code it.. :( so is 4.2 already out ? no.. or yes .. there was something with stable.version file on tw.org yup oh, sorry @sylvieg: i just changed it manually :-( all 3.5/4.2 annoucements sent and posted. gr8 job to quality and release teams! anyone care to help out: http://tikiwiki.org/ReleaseNotes4.2 luciash, sorry for the delay. Patrick had some questions/comments about problems he has doing themes, because of the complexity of Tiki's CSS: too many files to deal with - lite, layout, design, theme plus others. He would like a simple tiki.tpl also that has many things removed so an experienced web developer can see the structure easily, to implement a design. Maybe this could be an 'empty.css' tiki.tpl. He brought up how wordr how wordpress has a kind of skeleton theme, I guess, that's easy to start with and make a new theme. chibaguy: ah chibaguy: so mostly he just asked questions and you explained ? chibaguy: yeah, i had something like base.css in mind already before design.css and layout.css were introduced yes, pretty much. He's going to give me a list of what he thinks could be taken out of tiki.tpl, to meet his needs. I did a quick trimming of it already just to test, taking out pretty much everything except what loads the top, middle, and bottom. I think it'll be good to continue to improve layout.css and design.css, so it is more obvious which file contains what. Like have firm rules, if possible, about each one's contents. To be complete, I need to say that the 'non-layout' rules in lite.css, such as headings and font size, etc., were brought up as part of the problem. Also that lite.css is a separate file rather than being incorporated into layout.css. I explained your point of view on that. (Hope I did correctly.) chibaguy: thank you, well, in fact, it's third party so maybe i should move it and i agree... i should remove the non-layout rules from lite.css I understand your reason for keeping lite.css as a complete base stylesheet, for sure, but having the non-layout rules does add redundancy. sure, even though they're not many, we should stay purist ;) chibaguy: besides, anyone is free to copy an paste the lite.css rules in their css instead of @import if saving http request is the reason yeah, I mentioned that today. no one is forced to use the files as they are by default. but I guess part of the thing is to make tiki more attractive to experienced developers. polom https://sourceforge.net/projects/tikiwiki/ -> still 4.1? fixed ricks99: "s" needs to be removed from "a security issues" (I think marc added that) only a single security-related fix in 3.5/4.2? ricks99: no but it's in the bottom note thanking Mateusz oh.. got it ricks99: thanks Recent Bug: Tracker item: #3066 - - ranklib->forums_ranking_top_topics, used in Best rated topics, ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3066 polom are there no demos of tikiwiki? i can't even see where the theme demos are.. @Friction: see http://info.tikiwiki.org/Get+Tiki why isn't the demo on the main site? is there something wrong with it? ? it is linked from tikiwiki.org the demo is hosted by opensourcecms that demo doesn't let you login. trying the other demo now worked for me and click2try just gives me a black box what does "Invalid password" mean? invalid = wrong so the instruction "Log in as the admin with password admin." is incorrect click2try worked for me. maybe you have an incorrect java console version? i just want to see an example wiki. i don't even want the admin page you just want to see examples of tikiwiki? a wiki generated by wikiwiki http://info.tikiwiki.org/tiki-browse_gallery.php?galleryId=1 tikiwiki* they're just images. and i want to see it out of the box anyway i'll just make do sorry, but i dont understand. you can "test-drive" tikiwiki: http://info.tikiwiki.org/Get+Tiki? can someone help transfer the settings I've pasted in http://pastebin.com/Ve1Xerbt to work with tikiwiki LDAP? can someone help transfer the settings I've pasted in http://pastebin.com/Ve1Xerbt to work with tikiwiki LDAP? Ustream video from TikiFest is on again: http://www.ustream.tv/channel/tikifests hello I 'm after fixing a tiny bug in calendars, but I need some help can someone help convert the LDAP options in wikimedia LocalSettings.php pasted @ http://pastebin.com/Ve1Xerbt to work with tikiwiki LDAP? for some reason, registered users with thepermission to change events cannot delete events Hitokiri_: sorry, not me but admin can delete events with no problem np the problem might be at line: 303 in tiki-calendar_edit_item.php: if (isset($_REQUEST["delete"]) and ($_REQUEST["delete"]) and isset($_REQUEST["calitemId"]) and $tiki_p_change_events == 'y') { I pressume that even if url is like: tiki-calendar_edit_item.php?calitemId=101&delete=y and reg. users have the perm to delete events, the event is not deleted except if you have tiki_p_admin, which then works any tip? s/perm to delete/tiki_p_change_events hi xavi hi chealer Is there any free TikiWiki hosting? cguy, not as such but you can install it for free on some servers, such as http://ourproject.org in that case, it's for copylefted projects other free servers might have other conditions ok, it's ok for copyleft fyi then, ourproject.org, even if low bandwidth, it's quite fine (you also get ssh access, ftp, mysql, etc.) and nice guys behind it do i need to upload tikiwiki? ? what is CVS and SVN? ^^ not is, are back cguy: yes, you need to upload tikiwiki, and ensure that you keep the latest version from whatever branhc you choose cva and svn: forget them, if you don't know that they are just install a common zip'ed file (or tar.*, if you know how to use them) read the documentation: http://doc.tikiwiki.org/Documentation and take your time :-) xavi: I was looking at the interview ah, who was being interviewed? xavi: mlaporte ok chealer: could you tell me in simple words what does this mean: isset($_REQUEST["delete"]) and ($_REQUEST["delete"]) the first part, I guess that it checks that the delete param is set at the url but the second? that it's delete=y? xavi: sorry, we're still on this video interview, but I'm trying to look at your problem at the same time tikiwiki: 03xavidp * r25960 10/branches/proposals/4.x/tiki-download_wiki_attachment.php: [FIX][bp/r25948]Users without the perm to download attachments in wiki pages are not allowed to download them again after this fix (thanks sylvieg) ok xavi: I didn't test but it's not clear from the code why you have this issue ok xavi: yes. I guess ($_REQUEST["delete"]) is to check that parameter is non-empty (testing $foostring test whether a string is non-empty) xavi: it's not necessarily a good check I'll test xavi: on which branch? 4.x proposals/4.x I meant well, but 4.x also I guess right, testing chealer, hold on it might be a config issue of mine :-/ that calendar of mine did have some local perms added months ago :-/ and that's why I guess embarrassing sorry to bother you chealer it was a config problem of mine on a very open site either me or somebody else granted local perms to that calendar months ago once fixed, everything works fine event deleted by simple registered user xavi: yeah, it worked here no problem :-) time for tea, with some very nice mapple tree syrup in it ;-) xavi: hehe, thanks. I should remember to thank my dad. he's supposed to maple trees this weekend. sorry, spigot (chibaguy isn't sure of the term) since it's a very warm and snow-less winter in Quebec ok :-) btw, sylvieg around? spring is really coming in Quebec - it seems I got sunburt yesterday just by being in Marc's TikiHouse :-) :-) btw, quick question for your, chealer, in case you know. I've finally been given a db dump from doc.tw.o (thanks to mose and changi), plus some extra files from images (thanks to mose) xavi: yes... Ustream streaming is off now. Nothing to video is happening anyway. I hope no one minds. back after computer strike hehe we have unstable power supply in the TikiHouse - the toaster brought us down earlier :-) :-) so, chealer, (or any one knowing any tip): I have that doc.tw.o dump, but it has intertiki enabled so that, I can not login in local because it recognizes that the local key is not the one at the master server (tw.o),etc I wanted to disable intertiki so that I can log in somehow locally to that clone of the doc.tw.o but I can't . I did set already at mysql table tiki_prefs feature_intertiki to n or whatever exact param it is and allowed to register , in theory, through changing the setting through phphmyadmin also but not way, I can't log in: it still atempts to look for credentials at tw.o and I can't see anything at tiki-register.php (I'm redirected to tiki-index.php) and tip on how to shortcut this intertiki setting? in my local xavi: hum, I would have thought disabling feature_intertiki could do it xavi: that preference may be in cache though - did you conside that? xavi: if it's not cache, you could get rid of all tiki_preferences matching %intertiki% thanks chealer, I'll clean cache (that might be it) can someone help convert the LDAP options in wikimedia LocalSettings.php pasted @ http://pastebin.com/Ve1Xerbt to work with tikiwiki LDAP? chealer, clearing the cache again did the trick thanks again ok, too late for me. Cheers and enjoy the tiki fest :-) can someone help convert the LDAP options in wikimedia LocalSettings.php pasted @ http://pastebin.com/Ve1Xerbt to work with tikiwiki LDAP? !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . asking for help in this channel seems to be as useful as tits on a boar it's a matter of timing New Forum Posts: Not possible to create new topic in forum - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36562 polom too bad for Hitokiri - I could have helps him hello!....am i just missing it, but I cant find the login area on TW site jcyrisse: on which URL?