polom tikiwiki: 03jyhem * r35985 10/branches/7.x/ (2 files in 2 dirs): [FIX] Keep track of what people put in 'from' field tikiwiki: 03marclaporte * r35986 10/trunk/templates/admin/include_maps.tpl: Now that OpenStreetMap is the default, when it's MapServer, it should be specified tikiwiki: 03marclaporte * r35987 10/trunk/templates/tiki-shoutbox.tpl: adding contextual link to help admins tikiwiki: 03marclaporte * r35988 10/trunk/templates/tiki-admin_shoutbox_words.tpl: adding contextual link to help admins New Forum Posts: All Wiki Links are Broken! - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42003 tikiwiki: 03chealer * r35989 10/trunk/ (3 files in 3 dirs): [FIX] typo "Clear alle Tiki caches" => "Clear all Tiki caches" tikiwiki: 03jyhem * r35990 10/branches/7.x/tiki-contact.php: [FIX] Avoid blank screens when any error condition is met Jyhem_laptop: ping yop! hi Jyhem_laptop. regarding r35985, I think there's a translation problem. you're aware of the thing with tr or tra()'s second argument for variables? Jyhem_laptop. regarding r35985, I think there's a translation problem. you're aware of the thing with tr or tra()'s second argument for variables? Jyhem_laptop: I don't think tra("{$_REQUEST['from']} sent you a message:") will work hmmm Apparently, it does... chealer: OK, it only does for simple unique words, it seems. Jyhem_laptop: sorry. hum, like what? Jyhem_laptop: I would think the evaluated string needs to appear in language.php for the string to be translated chealer: like 'plopo', but not multi word strings chealer: by "work", I did not mean 'translated' but 'the mail is actually sent' Jyhem_laptop: oh, well I don't see how the problem I'm talking about would cause the mail not to be sent, but it would prevent tra() from working Jyhem_laptop: anyway, do you know the problem I'm talking about? see for example wikiplugin_memberpayment.php line 93 in trunk it's tr() that uses arguments after the first as variables tikiwiki: 03marclaporte * r35991 10/trunk/ (9 files in 3 dirs): (log message trimmed) tikiwiki: [MOD] Continue major revamp of admin panels. Beyond improving various tags and tikiwiki: labels, the big enhancement of this commit is to add contextual links to almost tikiwiki: all feature prefs. Ex.: Just next to the 'trackers' features, you get links to tikiwiki: administer the feature. In the past, users could be confused after activating tikiwiki: the feature and seemingly nothing happened (especially of they didn't have admin tikiwiki: module). Since contextual links are now next to the feature (and thus chealer: I agree on the tr() but there I just found some other issue before I commit Jyhem_laptop: good tikiwiki: 03jyhem * r35992 10/branches/7.x/tiki-contact.php: [FIX] Use correct translation function tikiwiki: 03jyhem * r35993 10/branches/7.x/lib/messu/messulib.php: [ENH] Check that assumed user exists chealer: done tikiwiki: 03jyhem * r35994 10/branches/7.x/templates/tiki-contact.tpl: [FIX] No wiki syntax in plain emails thanks Jyhem_laptop my pleasure chealer tikiwiki: 03chealer * r35995 10/trunk/ (4 files in 4 dirs): [FIX] "Facebook" is a proper noun New Forum Posts: Menu - Default to Collapsed not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42005 tikiwiki: 03marclaporte * r35996 10/branches/7.x/templates/canonical.tpl: [FIX] Missing canonical link on borderless pages Hi, where can I find a good tutorial or a little bit of help about using kerberos on tikiwiki auth? Or at least how to set up the PAM-Auth Goodmorning Noone here who can help me about Authentifikation (PAM or Kerberos) ? baumi, What are you trying to do? brb back I want to set a small intranet. I have about 150 Users to get access to it. And my wish was to use the AD-Server of our IT to auth. We have a quite strange system using kerberos and LDAP. I hoped to get the authtentification by using LDAP, but seems I have to use the kerberos service. And my "backup-idea" was to use PAM, because every user has a login on the Server. So somebody that can login to the server should also be allowed to login to tiki hi how can I export a wiki page into an html file? baumi, Hmm. We have not been able to make wiki use "single signon" baumi, we have been able to integrate the user and password part of our AD with tikiwiki, so all changes in AD is reflected in Wiki, with groups, new passwords etc. baumi, but we're having trouble with the ldap module, located in /lib/auth/ldap.php in the newer versions of tikiwiki, and currently we're using the ldap.php file from tiki 6.1 (yes 6.1 not 6.2, 6.3 etc ) And we're using tiki 7.1 currently baumi, oh and if your ldap query grows above 200 chars you have to modify some other tiki files as well, because the logging module chops everything off that's longer than 200 chars flaytos, isn't that what php is doing for you? - I mean, if you right click your wikipage and ssay "view source" you have your wikipage as html right there? Ok, so anolder Version of ldap.php should work for me? baumi, it's the only version we have working. :P baumi, but! as I said, lib/logs/logslib.php around line 174 (more or less) you can see it chops off the comment field at around 200 chars Merbster About the "pure" AD version. Is it difficult to use the AD-Server instead of the LDAP Server? I played a little bit yesterday. Perhaps I could give it another try. baumi, my collegue setup the AD for LDAP, I can ask him to come online if you need a few pointers for it? At least a starting idea. poloms! baumi, you summoned me? baumi, the tikiwiki database is also limited to 200 chars. So copy the ldap.php file and change logslib.php and change the comment field of the tiki_actionlog table Hi SJ-Jay Ok.. I think you could help me a bit out My problem is: I want to use the users for a tikiwiki. i'll give it a shot ;) I can access a AD-Server. But I have not really an idea about how to set it up. I played a bit in the LDAP Settings but didn't get a proper answer from Server. ok, so you have a fully functional ad set up? are you using windows server domain? Not me personally :-) But our IT uses it. ok.. well you need to now about your AD before setting up tiki for LDAP :) AD (Active directory) tikiwiki: 03jean-lucnavarro * r35997 10/trunk/lang/fr/language.php: [TRA] more French translations What do I have to know in detail? have you followed the LDAP documentation from tiki.org? I know the IP of the server. I tried it for a day; Tha basic problem is: LDAP doesn't allow me to authtenticate. I can ask for my user, looks like he found me, but get no "Passed". because of wrong PW. I found out, that User/PW ist checked only by Kerneros. what i'm trying to fish for is if you have configured the LDAP authentication just as the documentation? further down the page there's a "Active Directory" sections which shows examples of how it should look like you have to make sure that alle theese settings are correct or else LDAP will fail Give me some minutes/seconds, I will change everything to AD again. The configuration is a bit different from LDAP, because we have several different servers on different IPs. well if they all are a part of the same domain, just type all of them as hosts seperated by a space This works.. ?? Very fine. I have to switch configuration every try between 3 IPs . Any tiki devs up yet? Hmm.. great. ohh i've just used the hostnames of our domain controllers Looks it works now. I have really no idea why now and not yesterday. well it seems that i have a magic touch! Thank you very much. i've heard it numerous times.. everything is broken until i touch it! just ask Merbster :P no problem Perhaps it was a IP or just the amount of different settings. baumi, I am sure it was SJ-Jay's magic aura well it could be a combination of things ;) but make sure you write down your settings.. and be careful when upgrading tiki Merbster and I had to use the ldap module from tiki 6.1 or else authentication failed and remember the database thing with the 200 characters limitation Merbster can explain that part The 200 entries, are they important also by using AD ? yes! baumi, Yes, because you're using LDAP to talk with the AD. baumi, it might work now, but if you have a user with a long name for example and the answer from LDAP will go above 200 chars, then that user will have trouble. baumi, you could just leave it be if it works now, but write a note down so you might know where it goes wrong ;) and indication is that if the user fails to login and it's not in /tiki-syslog.php baumi, you do know what I mean when I say /tiki-syslog.php right? I think so, it is the page with the log files where I searched for my LDAP-faults last day But good to remember, I should switch off the LDAP-Debug hehe yes :P hi, it's posible export a wiki page to a HTML downloadable file? polom y'all polom ricks99 hiya Merbster hey ricks99 hello is somebody taking care about all the facebook request to join? was gonna ask... why isn't the group "open" anymore? why do folks have to request to join now? agree I do not know who changed this.. should be open Hm.. it says "open group".... I guess I really don't know much about FB groups. :( ricks99, not much worth knowing ;) Oh well. when creating new objects in a perspective, will those objects inherit the jailed categories so that the newly created object will be in that perspective? and is it the same for tracker items? tikiwiki: 03robertplummer * r35998 10/trunk/lib/parser/WikiParser.php: [FIX] Removed a few js matches turned them into preg_match Does anyone have some good ressources about the black arts of regexps? :P Do I have to register the custom smarty functions anywhere? no, just needs to be in smarty_tiki tikiwiki: 03jean-lucnavarro * r35999 10/trunk/lang/fr/language.php: [TRA] more French translations tikiwiki: 03lphuberdeau * r36000 10/trunk/lib/wiki/xmllib.php: [FIX] Bad initialization check lphuberdeau, it says my function is an unrecognized tag. oh no. I think I know what the problem is. It seems my "wonderful" editor did not append .php to the filename when I created it... :S Oooh it works :) tikiwiki: 03lphuberdeau * r36001 10/trunk/templates/tiki-admin.tpl: [FIX] Always display the modified preferences polom sylvieg, the requests to join the tiki facebook group seem to be handled by one person or another, whoever gets to it first. I respond if I'm online etc. at the time. It'd be nice if it was automatic again though. polom.uk hello jonny, how is it to be back home with the riots? hi lphuberdeau - a few shops and pubs closed last night, but seems to have all cooled down now (mostly) what was it all about anyway? have to go to a meeting tomorrow morning in Hackney though... :| stealing TVs and trainers mostly it seems tikiwiki: 03lphuberdeau * r36002 10/trunk/lib/parser/parserlib.php: [ROLLBACK] I'm not a big fan of seeing hours worth of fixes reverted hi jonnyb, nice to hear from you again hi Jyhem_laptop - sort of good to be back, thanks tikiwiki: 03marclaporte * r36004 10/trunk/lib/prefs/feature.php: some prefs welcome back Jonny! tikiwiki: 03jonnybradley * r36005 10/trunk/lib/wiki-plugins/wikiplugin_addtogooglecal.php: [FIX] addtogooglecal plugin: declare format as html hi marclaporte - good to be back :) tikiwiki: 03marclaporte * r36006 10/trunk/ (7 files in 4 dirs): [MRG] Automatic merge, branches/7.x 35940 to 35996 lphuberdeau: i'm trying to fix the parsing of the zotero plugin and can't seem to find a way without using parse_data in {SUP}, and you said using parse_data inside a plugin was wrong - any clues? I'm on that one no worries just had to fix some other issue along the way ok, i'll look at articles - thx New Forum Posts: 1.9.1=> 6.3 => 6.4 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42006 tikiwiki: 03jonnybradley * r36007 10/branches/7.x/lib/wiki-plugins/wikiplugin_addtogooglecal.php: [bp/r36005][FIX] addtogooglecal plugin: declare format as html tikiwiki: 03marclaporte * r36008 10/trunk/lib/prefs/contact.php: some prefs polom New Forum Posts: Necesito Ayuda!... Cómo utilizar Carrusel de imágenes? - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=42007 hello Can wikitiki export to html? like if you are browsing offline hi nnale. if i remember correctly it was possible once to export to html. isn't it in the Tiki settings anymore ? I don't see it it's an very old feature though. maybe it is distincted now the only thing I find is the printable page but I need download it under Admin > Wiki ? I don't se anything abaut html exporting lemme have a look http://doc.tiki.org/WebHelp nnale: second tab 6.4 here nnale: Admin > Wiki > Features Export do you mean the export option? no it's not what Y need I need download 1 page into html format, no all the site dev.t.o under stress? tikiwiki: 03lphuberdeau * r36009 10/trunk/lib/parser/parserlib.php: [FIX] Be a bit more selective in the escaping of HTML for plugins that output other plugins and HTML wha'ts that nnale: actually, it is the Dump what produces tar with html files created from wiki pages Dump feature i just checked out ah, just one ? nnale: then it should be available under each wiki page yes, it's posible? or just use your bbrowser's Save As function yes, i have Export button there but it does export of the source :-/ ok :-p yes, I have found that nnale: easiest is then use File > Save As of your browser or Save Page As... whatever browser you use Yes I know that's the easiest way, but I work with 50 people who doesn't know so much of that and I don't want to be telling them How to do it every day tikiwiki: 03lphuberdeau * r36010 10/branches/7.x/lib/tikilib.php: [FIX] bp/r36009 Be a bit more tolerant about escaping for plugins that ouput both plugins and html I've benn searching plugins ub I didn't find anything nnale: create How To wiki page for them ;) unfortunatelly we don't have feature to export to html only one page it seems or i don't know about it... not worth of dev's time when browsers have that functionality implemented imho Ok, thanks for helping me !!! tikiwiki: 03jonnybradley * r36011 10/trunk/lib/tikilib.php: [FIX] parse_data: Restore default for options parameter nnale: np anyone got thoughts about the articles with html fix i proposed on the dev list? have a fix ready to commit jonnyb: hi, didn't read it yet i fear i'll just commit and see what happens :P jonnyb: articles as i n cms ? jonnyb: sure article_body_is_html sounds ok to me, though i don't know what is it supposed to fix yes - in 6 and before they were parsed as is_html (didn't read the whole thread) ? really, i thought there is checkbox for each tikiwiki: 03jonnybradley * r36012 10/trunk/ (3 files in 3 dirs): tikiwiki: [FIX] articles: Add temporary pref to cope with articles from before Tiki 7 containing HTML (as in Tiki < 7 articles were parsed as is_html=true). tikiwiki: To be back-ported to 7.x if popular. to specify if is html while editing jonnyb: ^ no, it's a global pref - articles don't have an is_html flag global pref allows html in articles always ? that's why there are article submissions to approve i guess partly to workaround the fact jonnyb: but you know there is checkbox "Allow full HTML (for this edit session)" while editing article, right ? yes, i'm just adding a bit of code to set that on if article_body_is_html = y tikiwiki: 03lphuberdeau * r36014 10/trunk/lib/smarty_tiki/function.listfilter.php: [FIX] Do not send the event if the box is empty to prevent the collapsed sections from opening tikiwiki: 03jonnybradley * r36015 10/trunk/ (5 files in 2 dirs): [FIX] articles: Part 2 - implementation of pref to cope with articles containing HTML (article_body_is_html) tikiwiki: 03jyhem * r36016 10/branches/7.x/tiki-contact.php: [ENH] Display real name of contact if available tikiwiki: 03nkoth * r36017 10/trunk/lib/ (2 files in 2 dirs): [MOD] Reduce duplication of code between plugin list and searchlib I supose that there's no plugin for export all the wiki into html file isn't it? there's anyone there? flaytos: there is a wiki dump, but I am not sure if it's in html if you want html, why not just spider the site with something like Scrapbook (firefox add-on) No it's not, I have been all the afternoon trying to do it you can also xml export wiki pags but I suppose you do want html, so scrapbook might work what's scrapbook? @flaytos: if your wiki pages are in a structure, you can "print" the structure, then use browser's "save as html" to convert to html no I cannot, my boss want a botton to export, or 1 page to html or all the site the wiki "print" feature creates a printer-pretty version of the page, that is essentially html. could also use the multi-print feature to select specific page to print/html-ize ricks99 is right. anyway, if you are interested, scrapbook is here: https://addons.mozilla.org/en-US/firefox/addon/scrapbook/ yes, I know and it was my first option, but my boss want a boton for exemple unther the wiki page to export, but no in xml, in html any yes, downloading it could write a custom JS button for this.... something similiar to: window.location = "view-source:" + window.location.href;document.execCommand("saveas",true); or similar but it is a (potential) security issue, as it requires client-side permissions to save what is the underlying reason for "exporting" in html anyway? Is it because he wants to import it into MS Word or something? i agree w/ nkoth. remember, tiki is generating HTML pages for you already I don't know why he want that, but I chose tikiwiki because it's the easiest I found for ldap conection but now he wants that And the only CMS witch I can do that it's dokuwiki but I prefeare tiki does he know that he can click on File Save after clicking print to save HTML? (I mean, it could be that is all that he needs in fact, and he just did not know this was possible so he asked for the button) yes, but ho want a button, I sopose that he wants that for all the company and he doesn't want to be explaining every 5 minuts to every single person in that office polom polo what? flaytos, is a pdf better than HTML? for me, yes, for him, no the problem with html is that it depends what the people saving it will do with it after, if they try use if offline, unless they saved the links images/css as well it will look broken yes, I konw that I suppose if you just wanted to save the html, and can assume tht people will use i tin a online setting you could make a copy of tiki-print.php and hack it a bit, do you know php? yes I tried but I hasn't been able to do it which version of tiki are you in? the last stable one 6+ one sec or 7? 7.1 flaytos: 1 min ok tikiwiki: 03marclaporte * r36019 10/trunk/lib/wiki-plugins/ (7 files): tagging a few plugins so we may filter them like the rest of the prefs flaytos: https://dev.tiki.org/Export+Wiki+Page+as+HTML thanks dude, I will try that tomorrow at work :D polom tikilovers When creating tracker items and in a perspective, does the items automagically inherit the jailed categories for that perspective? marclaporte, ricks99, sylvieg does anyone of you know? :) Merbster, not unless you set the Default Categories pref for that perspective nkoth, same place as where I configure the category jail? The pref is called "Category Defaults:" So the tracker itself can belong to perspective 0 but the contained items will inherit the categories from where they where added? actually i only tried this for wiki pages I am not sure if it works for tracker items they are individually categorized I know that for a certainty because they are filtered out by perspectives even though there where added in the same tracker but with diff. individual categories. sure Merbster, viewing is like that btw. nkoth I can't thank you enough for the help with the perspective, did you find the post I made about it on dev.t.o ? I'm not sure if the "Category Defaults" pref works for tracker items being created/saved though (never tried) I will have to test. I will report back to you ^^ nkoth, it seemingly refuses to save the perspective erh not perspective but default category when I set it, it reverts to a blank field when I click Save. Merbster, hmm, trunk or 7.x? 7.1 We have to use this in a production environment so we can't run bleeding edge. here? tiki-admin.php?page=category or in tiki-edit_perspective.php edit_perspective did you drag it up before saving? (because it works for me) oh, what are you entering? same category as the perspective is jailing you need to set a default e.g. 3/3, or 1,3/3 there is just one default and that is cateogry id 136 so you have to write 136/136 I don't understand that? the syntax yeah, the hel text needs to be expanded here (please help :)) haha but I have no idea what it means :P if I write 130,136/136 yes? this means: If the user has selected either 130 or 136 then all is good, but if the user selected categorues that did not include 130 or 136, then the object is categorized in 136 automatically but the user will not be able to categorize these tracker items because we will not include the categorize field :P then 136/136 would work fine because then the user can never be able to select 136 (the left of the /) , so the system will automatically categorize in 136 always tikiwiki: 03lphuberdeau * r36020 10/trunk/lib/jquery_tiki/tiki-jquery.js: [MOD] Clean up the map jquery code to have less duplication ah ok. thank you nkoth :) Merbster: Are you using the TRACKER plugin to create the item? yes in that case I have a feeling this won't work. aawww... why not? Because I think (not sure) that the tracker plugin only categorizes in the fields that are specified in the category fields anyway, another possible way I think is to use autosavefields/autosavevalues in tracker plugin I don't know thoes field types is this a pretty tracker? yes ok, see http://doc.tiki.org/plugintracker, there are parameters "autosavefields" and "autosavevalues" Most of our trackers are, since we need specific layout and sometimes some smarty functions I added. you can "autosave" a category field that way tikiwiki: 03chealer * r36021 10/trunk/ (13 files in 10 dirs): tikiwiki: [FIX] Facebook, Twitter, Myspace and Digg are proper nouns tikiwiki: [FIX] facebook.com presumably doesn't manage Twitter integration Well. won't that be a rpoblem? I need the perspective's category and the perspective will change Merbster: not really. Try it without the category field first and see if it works. If yes, good. If not, it could be because without a category field the tracker plugin simply does not categorize the object. I could make the other thing work also I think. so to force the categorization, you can simply create a category field that is not shown to the user, it doesn't even have to be a useful/real category since it's a pretty tracker I can jsut leave it out so long as you trigger some kind of categorization I believe the "default_category" feature will kick in but do you think it will impose a default value on it, just by the field being assigned but not presented? ah cool :) I however think "assigned but not presented" is not enough. You might need to autosavefield/autosavevalue it, or present it and "hide it via css" (maybe) (but I could be wrong) nkoth, It doesn't work with just having it related but not used. so I think autofield/save thing is the best solution. then I can write a smarty function that returns me the correct category. tikiwiki: 03marclaporte * r36022 10/trunk/lib/wiki-plugins/ (7 files): fix my bad syntax. Thanks LP or... hmmm. merbster: can you try simply triggering some kind of "meaningless" categorization via autosave? by just setting it's category to 999 for example? or does it havce to be an existing category? it's got to be a real category I think i will try and then see if the defaulting kicks in. I eman, it's got to be a category that is catagorizable by your category field i.e. a number? or do you mean I have to select a dummy vlaue from the list of values the categorize field would produce? :P autosavefields <- does it take hte field ids? yes Do I have to include the field in the tracker tpl to be able to assign to it? it can't hurt. But I'd have to mess around with hiding it. sorry I misundersttood no need hmm. I can't make it categorize the item. even if I set thoes fields. maybe I actually need to include it in th epretty tracker template. waht is your autosavefields/autosavevalues? 2 secs. nkoth, {TRACKER(trackerId=14, wiki=eksternsagsparttrackertpl autosavefields=168 autosavevalues=132)} {TRACKER} do I need to use f_168 for the autosavefields param? I don't remember that {$f_168} is needed is 132 one of the sub categories of the parent field set in field 168? actually, it's not. I will change it But... hmmm. There will always only be one entry there I think. since the parent category is used to identify case projects so the other projects (with their own categories) will never be available in that perspective. good point maybe you can set autosavefields to categories(168) sorry Yes but then it won't work in another perspective since that category is not available there :P But! there are other categories that are sibling to the page category. not 168 but the parentId I will figure out a wya to work it out I think I know what you are trying to do; the core of it all: activate the categorization mechanism so that the perspective can override it's settings. try it with {$f_168} first to see if that works I did Problem is, currently I only jail the category that is directly related to the project case. So no matter what category the page is in elsewise, you can only categorize in the projcet case. which is actually ok. so {$f_168} only shows one checkbox? It shows a dropdown box with only 1 value I am thinking, I know that the form element of {f_168} is called $f_168[] (or something like it) in my pretty tracker template, can't I just write an input element with the same name and change the type to Text. I guess it would recieve the one value? marclaporte: did you have some time to play with the new parser yet? when I did, it crashed, but I will try again now tikiwiki: 03lphuberdeau * r36024 10/trunk/lib/jquery_tiki/tiki-jquery.js: [ENH] Change the marker color for the selection marker marclaporte: was it before the last email? or fix I should say nkoth, maybe I could create a dummy category that is viewable in the perspective of the individual case pages. just to activate the categorization mechanism with a category id that is visible from the imposed perspective. marclaporte: we need to work on better error handling notifications too. Merbster: autosavevalues=categories(x) didn't work? nkoth, you want me to write that explicitly or exchange categories(x) with something? replace "x" with the parentId of all your projects but that one is not visible in the categorization field of the tracker? what is the parentId set for field168? I am confused now becuase I have seen actual page categories be referred to as parentId in urls+ ? field 168 is a categories field right? when defining a category field you need to st the parentId as the parameter I should say "parent category" as the parameter. oh. 3 So you want me to set it to 3. so try autosavevalues=categories(3) nkoth, thank you for your patience I know some of my questions are a bit stupid. Bare with me it's another late night ;) hmm. that didn't work either. I will try with the dummy category that is visible inside the perspective. did you remove the {$f_168} when last trying autosavevalues=categories(3 ? but yeah, dummy category is also worth a try I have {$_f168} in the template right now yes. try without that but with autosavevalues=categories(3) nkoth, if tikiwiki is serious about perspectives isolating stuff away it makes sense that I cannot put stuff into a cateogry I cannot see in my perspective. ok nkoth I will try nope still no category after I removed the fields from the template. nkoth, do you remember the delimiter for category jail preference? is it , or : or " " , nkoth, do I need to remove the categorization field from the tracker entirely or is omitting it in hte template enough do you think? because it's not even categorizing the default value I try to set. you mean the value you select manually form the dropdown? I mean the value I set through the params you taught me about let me know when you've tried the dummy category I just did does it categorize in the dummy category? nope that's what puzzles me Merbster: I just tried using non pretty, looks ok, let me try with pretty nkoth, could you post me your tracker inclusion syntax, maybe I missed something, this reeks of human error ok I have something like this: nkoth, yes? le me try some more I only saw "Ok I have something like this: " it works pretty easily for me, let me put it in a pastebin ok. http://pastebin.com/QjwfRS7c nkoth, I did not include " " around the autosavefields param nkoth, did you add a category field to the tracker at all? yes I did field 233 hmm. I have it set to 3,d,1 instead of just 1 well in your case it shoudl be just 3 tikiwiki: 03lphuberdeau * r36025 10/trunk/lib/parser/WikiParserTester.html: [FIX] Paths broken on file move tikiwiki: 03chealer * r36026 10/trunk/ (4 files in 4 dirs): Rationalize strings for "Assign User {$assign_user} to Groups" let me try 1,d,1 still works autosavevalues it not enclosed in " " either damn I am getting tired :P well from what I know the "" is optional, but better have it in "" for autosavevalues because that one has brackets... Yes I agree... can you categorize content templates? nkoth, autosavevalues="categories(3)") <- was the important part :P I had it set to it's own category ID which did not work :) once again you save me! :D Merbster, i think i may have discovered a cache related bug regarding categories and perspectives nkoth, will it affect my current usage? merbster, perhaps. try changing perspective and creating another item. see if it categorizes that properly (if not, clear cache, then it works...) well, it works now I don't know maybe there is some sequence that happens it hmmm. I will experiment more with it tommorrow I think. right, it happens when you clear cache while you are in a perspective I'll patch it anyway it'll be committed into 7 good news is that the categorization seem to work, it is just the display in tiki-view_tracker.php that is "wrong" nkoth, nice. I hope you can fix it easily :) nkoth, but again, many thanks for your help, this would have taken twice as long without your help :) Now I will go home and sleep and maybe spend, just a little time, with my girlfriend :) night night! gd night tikiwiki: 03lphuberdeau * r36027 10/trunk/lib/wiki-plugins/ (3 files): [FIX] Missing filters tikiwiki: 03chealer * r36028 10/trunk/ (lang/fr/language.php modules/mod-func-poweredby.php): [FIX] Powered by module: tiki parameter description Hi, Marc, the main DB of dev.tiki.org seems not to answer, just one minute ago changi is the one in charge of that server Hi, the main DB of dev.tiki.org seems not to answer, just one minute ago tikiwiki: 03lphuberdeau * r36030 10/trunk/lib/wiki-plugins/wikiplugin_map.php: [MOD] Moving mapserver specific parameters to advanced, make the descriptions slightly more informative for height and width tikiwiki: 03lphuberdeau * r36031 10/trunk/css/cssmenus.css: [FIX] Keep up with the z-index war to beat OpenLayers at 1004 lphuberdeau: is there any reason why perspectivelib is not in TikiLib::lib or can I add it? no reason it's not an exhaustive list, it's a list of the libs that were discovered while converting code tikiwiki: 03nkoth * r36032 10/branches/7.x/lib/ (categories/categlib.php tikilib.php): [FIX] sub-category viewing was not showing categories after perspective change when cache was stored in a perspective where some cats are not visible