New Forum Posts: Mobile Profile - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42610 tikiwiki: 03nkoth * r38755 10/branches/8.x/lib/ (2 files in 2 dirs): [FIX] After creating new tracker item in linked tracker via ajax, the setting of the value of the selected item on the Item Link field was not working. tikiwiki: 03xavidp * r38756 10/branches/8.x/styles/layout/design.css: [FIX]Add missing basic default design for QUOTE plugin I noticed a php file called ajaxservices can I use it to delete a tracker item if I have the trackerId and itemId ? lphuberdeau, can you explain to me, or refer me to a place, where I can read about what "ajax services" tiki exposes? - I need to delete a tracker item with js/jquery no service for that right now, but you can add one Ok. Cool. Where would it belong? all the services are in controllers under lib/core/Services/ brilliant. lphuberdeau to the rescue lphuberdeau, ok. so the (in my case tracker) controller. Is meant to be called from PHP. That makes me think I need to write some kind of wrapper code that makes me able to call the controller via. http posts/gets is this a correct assumption? no that is already done for you controllers are invoked by Services_Broker, which is set-up in tiki-ajax_services.php and there are rewrite rules to shorted the url ie: tiki-controller-action in your case it could look like tiki-tracker-remove_item which would end up calling Services_Tracker_Controller::action_remove_item() lphuberdeau, Are you sure those re-write rules are automatically active on IIS? lphuberdeau, I am familiar with MVC pattern. But there's alot of different implementations, do you have a link that describes the one Tiki uses? (this will probably make it easier for me to understand) Recent Bug: Tracker item: #4042 - - Bug - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4042 Merbster: it's in the micro-mvc family, no routing or anything too fancy, just read the code in Services_Broker, that's all there is to it lphuberdeau, I can find Broker under services. But no file directly named Services_Broker I looked manually. So I might ahve overlooked it returned values from the action methods are sent as JSON, or rendered with a template based on controller/action.tpl when html is requested merbster, that's the one, it's the class/file convention in php lphuberdeau, what about the rewrite rules. are they accounted for on IIS? I have no idea, I never use IIS Who would know then? or where can I find out. no idea try it lphuberdeau, Can I use this if I choose not to use rewrite rules I see no use since this is intranet. so no SEO to think of. yes tiki-ajax_services.php?controller=X&action=Y those controllers are used by tiki itself so they are supposed to work in all situations lphuberdeau, thanks. I have noted down this conversation I will see if I can squeeze in time to document this on dev.t.o somewhere thanks Any suggestion to where it might fit? or should I just create a page and label it accordingly not too sure been meaning to document these things for a while but I have not figured out a suitable location and format just yet lphuberdeau, I will write up what I understood and I'll poke you so you can review it. I might have misunderstood something ;) tikiwiki: 03lphuberdeau * r38757 10/trunk/lib/wiki-plugins/wikiplugin_exercise.php: [MOD] Display corrections for each question in the exercise with the justification wer can I put individual header tag like couldn't find it in the META-TAGS menu I think there is a general field for additional headers tikiwiki: 03sampaioprimo * r38758 10/trunk/lang/he/language.php: merging hebrew translations from branches/proposals/6.x at Bernard's request tikiwiki: 03yonixxx * r38759 10/branches/proposals/6.x/tiki-edit_css.php: [MOD] modification to edit most of the CSS files including BiDi themes options etc and keep the code left aligned in any case tikiwiki: 03yonixxx * r38760 10/branches/proposals/6.x/lib/csslib.php: [MOD] modification to edit most of the CSS files including BiDi themes options etc and keep the code left aligned in any case tikiwiki: 03yonixxx * r38761 10/branches/proposals/6.x/templates/tiki-edit_css.tpl: [MOD] modification to edit most of the CSS files including BiDi themes options etc and keep the code left aligned in any case tikiwiki: 03yonixxx * r38762 10/trunk/templates/tiki-edit_css.tpl: [MOD] modification to edit most of the CSS files including BiDi themes options etc and keep the code left aligned in any case tikiwiki: 03yonixxx * r38763 10/branches/proposals/6.x/lang/he/language.php: [TRA] minor text translation in hebrew New Forum Posts: Blank intsallation page - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42614 tikiwiki: 03sampaioprimo * r38764 10/trunk/lang/he/language.php: merging hebrew translations from branches/proposals/6.x at Bernard's request tikiwiki: 03nkoth * r38765 10/branches/8.x/templates/poll.tpl: [FIX] poll voting not working because clicking on button(s) causes redirect to home page tikiwiki: 03nkoth * r38766 10/branches/8.x/templates/poll.tpl: [FIX] Clean up following previous commit since fixing this at the same time, may not matter but removing javascript: part in front of onclick in case it matters for certain browsers. tikiwiki: 03nkoth * r38767 10/branches/proposals/6.x/templates/poll.tpl: [bp/r38765][bp/r38766][FIX] poll voting not working because clicking on button(s) causes redirect to home page polom mark_doe: did u figure out ? luciash: no mark_doe: what is your Tiki version ? 7.2 mark_doe: ok, let me check ... mark_doe: ok, go to Admin > Look & Feel > Customization and put it in the Custom HTML head Content luciash: oh... anything is possible with Tiki :) nice Thank you!!