has anyone corrected http://tiki.org/Ohloh#UTF-8_enlistment_issue ? I can't find commits with the issue polom tikiverse Does the TikiWiki's default smarty security level dissallow calling for example substr() from a template? tikiwiki: 03jean-lucnavarro * r35785 10/trunk/lang/fr/language.php: [TRA] more French translations When I try to use the smarty modifier "truncate" I get an error stating that the modifier is undefined, yet the two smarty dirs I have seen both include the modifier truncate lphuberdeau, Do you know anything about how smarty is configured in tikiwiki ? huh, yes generally or for webservices? This is for styling the webservices, so it's the webservices smarty thing :) I can't use the truncate modifier, php says it's undefined but truncate is in hte plugin directory and security of the webservice smarty is disabled (atleast as far as I understood) separate smarty instance with security enabled for webservices if I remember correctly lphuberdeau, where do I modify these settings? I can live with security enabled, but I'd like to modify the list that defines the accepted modifiers lib/ointegrate.php , line ~300 in trunk but really, search for $smarty in that file and you can't miss it I take it, this file is not used then -> lib/smarty/libs/Smarty.class.php I tried to search for $smarty across whole tikiwiki but Eclipse did not return anything useful, but it might just be my eclipse-fu that is rotten. no, that's the general tiki smarty set-up don't get me started on eclipse lphuberdeau, please, enlighten me and tell me what is better, I will get old before time with this IDE ;) I just use vim I use vim as an editor not IDE. (I like that a file explorer is right at your hand and flipping trhough multiple files I know vim can do, but I have been to lazy to learn). scrolling through files is kind of a waste of time in tiki, I prefer typing and autocompletion Does vim support autocompletion? ioh. of filenames... well, it does for the rest too as long as it knows about the token, although I never use that Well, what can I say. I develop on windows. :P I feel sorry for you now lol. it's not too bad. woo hoo... rick found another tiki win user :-) that makes 2 of us :) my first computer education only focused on MS products... ricks99, we started out with apache on windows, moved to IIS to ease implementation with the rest of the infrastructure lphuberdeau, I <3 MS lphuberdeau, does tikiwiki miodify the handling of css in any way? - I added a new style in our theme, set the correct class of the html element, yet it doesn't display like I styled it in our css. (this is styling of the output of the webservice plugin) CSS not really my thing, check if your change made it to the browser and see what rules apply using firebug lphuberdeau, I will do that, thank you :) is it possible to search within a category? only want to show result from a specific cat yes and it can be fancier from 7+ luckily we got 7.0 (which was necessary for webservices to work) could you explain how lphuberdeau ? Hi rick, lp, merbster, sj jay… and all :) hello Bernard1 disable mysql full text search, that's going to get you on lucene, and the search interface has all you need, the same interface can produce JSON results with the right accept headers in tiki8 it can also produce RSS/Atom example: we've got a guide in a structure.. i would like to add a search field in the top of all guide pages which searches only wiki pages in the guide category hiya Bernard1 hey Bernard1 :) ricks99, How come you run tiki on windows? ricks99, and how do you manage logins? i develop on win. dont run iis sites ah. ^^ i work on Mac, i run Debian server, i develop for Win… (around the world in 8msecond) :D Bernard1, what do you develop for win? - .net apps or something else? not anymore… my TW have to be IE compliant more than anything else. In here 95% is windows (65% still XP) I've just noticed that filgalleries has a search box where category selection is possible.. can i use this in a wiki but with more then just files? by the way.. anyone know why file galleries just goes blank? all my img plugins just shows a cross.. and when i try to open one of the iamges in the gallery nothing shows! :S MMm having issues with filgal right now what version ? (me 6.4) 7.0 merbster's wrong.. it's 6.3 i have a perm related problem since a few days... I live my life on the dev server :P 7.0 is in a test enviroment :) may be not related then… i let you know what we find tikiwiki: 03lphuberdeau * r35786 10/trunk/ (6 files in 5 dirs): [MOD] When a user selector field is encountered, attempt to fetch the user list and use that as the options in a dropdown when cloning a remote tracker hi again: plugin include seems to be broken. {INCLUDE (page="PageName")}{INCLUDE} works till 6.4 (as far as I can test) but not with 7.2 or trunk ah, wrong syntax you have there extra space between INCLUDE and ( feels like I've said this before cool, that fixed it and sry I missed your hint. it worked till now with the space in it ;-) thx btw doc.tiki.org/plugininclude shows that space in the example. will correct this. I still think that in-app doc is more accurate than doc.t.o for plugins how would I style the layout depending on being in edit mode or viewing a page (need an additional 25% column only when displaying a page)? $page stays the same in both modes. bbl tikiwiki: 03robertplummer * r35787 10/trunk/lib/core/WikiParser/Experimental/ (. PluginParser.jison PluginParser.js PluginParserTester.html): [NEW] Added an experimental javascript parser for plugins, this is a temporary measure and will be removed soon. Just there so other developers can get used to the possible new wiki parser. New Forum Posts: Securely remove information from Tikiwiki database? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41923 tikiwiki: 03lphuberdeau * r35788 10/trunk/lib/ (4 files in 3 dirs): [MOD] Synchronize tracker translations when pulling data tikiwiki: 03gezzzan * r35789 10/trunk/styles/layout/layout.css: [FIX] wiki-topline.tpl backlinks button layout fixes tikiwiki: 03gezzzan * r35790 10/trunk/templates/tiki-wiki_topline.tpl: [FIX] backlink fixes - added "tiki-index.php?page=" and "escape:url" to the links and a li.tabmark class for nicer layout tikiwiki: 03robertplummer * r35791 10/trunk/lib/core/WikiParser/Experimental/ (PluginParser.jison PluginParser.js PluginParserTester.html): [NEW] Checking for a sudo permission in the experimental parser tikiwiki: 03sylvieg * r35792 10/branches/7.x/templates/tiki-admin_categories.tpl: [FIX]categories: to have a category name with a # for instance correctly displayed polom tikiwiki: 03lphuberdeau * r35793 10/trunk/lib/core/ (Services/Tracker/Controller.php Tracker/Definition.php): [MOD] Use the remote definition of the field when importing or exporting to make sure that the handler that created the field also handles it, even if it does not generally handle the drawing or local functions tikiwiki: 03lphuberdeau * r35794 10/trunk/ (2 files in 2 dirs): [MOD] Modify the dropdown field to allow specifying the value independently from the label tikiwiki: 03gta74 * r35795 10/trunk/templates/admin/include_connect.tpl: [ENH] adding tr-tag tikiwiki: 03gta74 * r35796 10/trunk/lang/de/language.php: [TRA] keeping german translations fully up to date tikiwiki: 03gezzzan * r35797 10/trunk/styles/layout/layout.css: [FIX] Backlinks button overlapping in FF and IE tikiwiki: 03lphuberdeau * r35798 10/trunk/ (3 files in 3 dirs): [MOD] Cleaning up default value handling that was done outside of the handler tikiwiki: 03lphuberdeau * r35799 10/trunk/ (2 files in 2 dirs): [NEW] Add support for option multiselect field tikiwiki: 03lphuberdeau * r35800 10/trunk/lib/core/Tracker/Field/Relation.php: [FIX] Remove synchronizable definition on relations field, not that simple tikiwiki: 03jean-lucnavarro * r35801 10/trunk/lang/fr/language.php: [TRA] more French translations polom tikiwiki: 03nkoth * r35802 10/trunk/lib/multilingual/multilinguallib.php: [FIX] Prevent db error when trying to translate other than wiki page and articles since in that case blank query was being attempted