I have upgraded from Tiki 3.x to Tiki 7.0 and I have run into a couple of problems, one problem seems that Tiki is not reading or accepting the token sent from Facebook? (See: http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41891 ) The other problem has to do with RSS feeds from Tiki 7, a couple of my feeds are broken (ex: Fatal error: Uncaught exception 'Zend_Feed_Exception' with message 'Invalid parameter: parameter must be a non-empty string and valid URI/IRI' ... ). If anyone knows anything about either problem and can help, I would be very grateful and appreciative. has anyone encountered encoding issues with search results from "Lucene search engine" ? Merbster: not yet changi, does your language containt special characters? - I am danish, we have æøå that causes problems Merbster: i'm french so yes we also have éàù ok. Merbster: which version are you using ? 7.0 currently is it in page title or in page body ? it's in the page title I could live with the encoding issues, if it where not for the dead links. it seems the page parameter is set to null so all the search results' links are useless (since the page parameter is blank) Merbster: just a sec, i try on my localhost I suspect that the encoding is a matter of configuring lucene search itself. (since I see no options in tikiwiki to manipulate the encoding of the results). Merbster: it should be in utf-8 by default because all tiki is now in utf-8 We're using utf-8 also. And we recently solved a problem with double encoding (the source was mysqldump) mysqldump has a nasty habit of fucking up your datas encoding, even though the database is setup to use UTF-8.... Merbster: lol Merbster: ok just tested it on my localhost with àéù as page title And? :P Merbster: it's working page title : totoéùàè can you copy/paste this: æøå and test with those? Merbster: workgin too searching : æøå all result are ok hmm. Merbster: link is ok too are you running on L(W)AMP stack ? could you rebuild your lucene index Merbster: no ubuntu changi, LAMP is usually; Linux, Apache, MySQL, PHP :P so it's a LAMP stack. :P can you guess what thw W might mean instead of L ? :D Merdoze oups microsoft :) Windows yes :P Merbster: what are you using ? How would I rebuild the search engine? we're using IIS in admin panel tiki-admin.php?page=search tiki-admin.php?page=search&rebuild=now changi, ok. lucene is definately not setup correctly I guess we're back at mysql search until we have more time to fix the issue Merbster: are you sure that your data are fine in mysql ? changi, I could not be more sure. :P But rebuilding the lucene index throws exceptions about PHP not finding zend plugins etc. Merbster: could you update to 7.1 ? yes. But I can live with the mysql search I will fix it later when we have more time Merbster: as you wish changi, I have a deadline in 2 weeks and I still have custom modules that are not fully developed ;) Merbster: you should send an email to lph, he is THE unified search guy I will bug him on a later date if I cannot figure out how to make it work myself. Merbster: ok tikiwiki: 03changi67 * r35803 10/branches/7.x/lang/fr/language.php: [TRA] Remove that 100 tikiwiki: 03kstingel * r35804 10/branches/experimental/html5_compliance/: Created a directory for cleaned up (fully) HTML5 compliant templates whilst I'm making the corrections tikiwiki: 03changi67 * r35805 10/trunk/lang/fr/ (language.js language.php): [TRA] French translation polom y'all hey ricks99 hiya Merbster tikiwiki: 03sylvieg * r35806 10/branches/7.x/tiki-admin_calendars.php: [FIX]calendar: usual sort is a to z hey guys i have defined som table borders etc. in our css, when i call the class in a html wiki page my table borders are just blank! anyone knows why? ricks99: you must know! :D ;-) i would have to see the page to know for sure. try using a tool like firebug to see what rules are being called arg.. using my home computer today.. no firefox or any dev things.. even using webirc right now! :) what browser are you using? explorer On Win? You should have the dev tools as part of standard install. Press F-12. we are using alot of domain based authentication.. explorer seems to be the only browser which can handle this aaah thx for my new dev tool! F12.. will remember this :D see, even IE rocks... sometimes. ;) You can use the CSS tab to see exactly which rules are being applied (or over-ridden) to the style thx dude.. nice feature :D hmm nothing happens when i uncheck in css aaarg! i give up :( Are you using the Trace Styles tab? This allows you to see which rule (and which CSS) is being invoked. the mouse arrow right? using danish browser :) first, select the element (using the mouse arrow). then use the Trace Styles tab to see which styles are used for that specific element got it Spor typografier remember that next time some dane needs the advice! :P well as far as i can see.. everything looks fine! it is using the class i defined then something is overriding it, cascaded from a parent class/id there's no problems getting the borders if i wrtei them directly to the html.. but as soon as i refer it to the class i made in the css the borders go blank write* sounds like it is being overwritten. remember, css inherits downward (child will override parent) according to any ways i can see which css are loaded first? or in which sequence they are loaded in the order declared (afaik) wow something messed up there.. what i was trying to say: any ways i can see which sequence the ccs files are loaded ok so the list i see i en devtool is the sequence? y. on the Style tab, they CSS files are listed in order ok then i must be doing something wrong in the css nothing should overwrite it as it is in one of the last css did u confirm that your CSS is valid? the css is valid.. but don't know if the part i added is correct http://pastebin.com/K1FikBMb please look at this ricks99 that's the part i added to the css i then use: is this a public/accessible site? check to see if another css is using the "collapse" attribute with the default table element. or if any of the inner elements override the border nope it's a intranet :S ill check i don't understand the part with the inner elements overriding the border? must admit.. i'm no codegeek there is some border-collapse in the same css i'd have to actually see the page. sorry. :( Do we have a simple example of permission on categories on profile.tiki.org? jesus.. it only used the class in the table and not the tr and td i thought that the class would affect everything inside the table this is picky I forgot {CODE} at the end ;-) tikiwiki: 03changi67 * r35807 10/trunk/lang/fr/language.php: [TRA] Remove useless (after check) - more to come tikiwiki: 03chibaguy * r35808 10/trunk/templates/ (styles/960_gs/tiki.tpl styles/mobile/tiki.tpl tiki.tpl): [FIX] Revert side-column elements (#col2, #col3) from aside to div. I have upgraded from Tiki 3.x to Tiki 7.0 and I have run into a couple of problems, one problem seems that Tiki is not reading or accepting the token sent from Facebook? (See: http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41891 ) The other problem has to do with RSS feeds from Tiki 7, a couple of my feeds are broken (ex: Fatal error: Uncaught exception 'Zend_Feed_Exception' with message 'Invalid parameter: If anyone knows anything about either problem and can help, I would be very grateful and appreciative. tikiwiki: 03sylvieg * r35809 10/trunk/lib/profilelib/installlib.php: [FIX]profile: when picking the id of an existing calendar do not change option if no options are given polom back 1/3 im having an issue with permissions and I was wondering if anyone could help. I have a category "Main" associated with a "Main" structure which I DO NOT want people to be able to comment on. I have another structure "TS" with its own cat and I want people in the TS group to be able to comment on TS pages. 2/3: Current permission set up: I have global permissions set to grant comment posting and reading. I have permissions in the Main category set so that no one has permissions to post and read (registered is unchecked, and no groups are selected), yet everyone can still post and read comments in main. If I remove global permissions for post and read, then no one can post and read in any category, even if I grant the group those permis 3/3: Is there something I am missing? Is this a bug? tikiwiki: 03sylvieg * r35810 10/trunk/ (2 files in 2 dirs): [FIX]perm: groups canb have more thatn 30 first common characters anyone? New Forum Posts: Zend Feed Exception? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41928 rwik still around? might very well be a bug on permissions. Afair, there is still some bug with permissions on structures in 6x. Didn't test in 7x nor trunk, but it might very well be there still. afair, local permissions on structures are not considered if the global permission is missing, or something like that, afair sorry, just got back. Alright, I am running 7 btw. Should I do a new bug report for 7, or should I update the one for 6? rwik: search for similar bug reports , and if you don't find anything that you think that matches your case, add a new bug report at dev.t.o k. thanks! np tikiwiki: 03jean-lucnavarro * r35811 10/trunk/lang/fr/language.php: [TRA] more French translations tikiwiki: 03robertplummer * r35812 10/trunk/ (4 files in 2 dirs): tikiwiki: [FIX] Experimental parser testing added recursive parsing for nested plugins calling each other tikiwiki: [FIX] Layout for textarea toolbar being 100% wide, needs to be 100%, need to fix the textarea width tikiwiki: 03sylvieg * r35813 10/branches/proposals/6.x/ (4 files in 2 dirs): [bp r/33068][FIX]fgal: if GD and files in memory, set the image format - otherwise a png displayed with dl1&display&x=10&y=10 will be transform into a jpeg and will loose quality New Forum Posts: Can TikiWiki do what I need? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41930 tikiwiki: 03mlustenberg * r35814 10/trunk/lib/test/editlib/ (. ParseToWiki_CharacterTest.php index.php): [ADD] Tests for EditLib::parseToWiki() polom tikiwiki: 03changi67 * r35815 10/trunk/lib/categories/categlib.php: [FIX] When multilingual is on and category, when we don't have any category it is not necessary to translate empty tikiwiki: 03marclaporte * r35816 10/trunk/doc/stable.version: 3.9 was released earlier tikiwiki: 03changi67 * r35817 10/trunk/lang/fr/language.php: [TRA] French - some cleanup / 83% - come on french guys we can do it tikiwiki: 03changi67 * r35818 10/trunk/lang/fr/language.php: get_strings on lang=fr