[00:07] *** chealer has joined #tikiwiki [00:07] *** chealer has quit IRC (Changing host) [00:07] *** chealer has joined #tikiwiki [00:39] *** redflo has quit IRC (Quit: Leaving.) [00:42] *** rodrigoprimo has quit IRC (Ping timeout: 260 seconds) [02:02] *** goj has quit IRC (Disconnected by services) [02:02] *** goj_killedByISP has joined #tikiwiki [02:02] *** goj_killedByISP is now known as goj [02:04] *** Caarrie|away is now known as Caarrie|sleeping [02:49] *** chealer_ has joined #tikiwiki [02:51] *** chealer has quit IRC (Ping timeout: 248 seconds) [02:59] *** marclaporte has quit IRC (Read error: Connection reset by peer) [03:06] *** chealer_ has quit IRC (Quit: Konversation terminated!) [03:09] *** chealer has joined #tikiwiki [03:10] *** changi|f1a has quit IRC (Ping timeout: 260 seconds) [03:21] *** changi|ffa has joined #tikiwiki [03:30] New Forum Posts: Mobile Profile - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42610 [03:32] 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. [03:47] *** lphuberdeau has quit IRC (Remote host closed the connection) [04:03] *** chealer has quit IRC (Quit: Konversation terminated!) [04:35] *** chealer has joined #tikiwiki [07:10] *** arildb has joined #tikiwiki [07:24] *** chealer has quit IRC (Quit: Konversation terminated!) [07:41] *** changi|ffa has quit IRC (Ping timeout: 256 seconds) [08:19] *** SJ-Jay has joined #tikiwiki [08:19] *** Wilkins has joined #tikiwiki [08:20] tikiwiki: 03xavidp * r38756 10/branches/8.x/styles/layout/design.css: [FIX]Add missing basic default design for QUOTE plugin [08:22] *** JoernOtt has quit IRC (Quit: Leaving.) [08:25] *** Bernard1 has joined #tikiwiki [08:26] *** changi|ffa has joined #tikiwiki [08:32] *** changi|ffa has quit IRC (Ping timeout: 252 seconds) [08:44] *** JoernOtt has joined #tikiwiki [08:48] *** changi|ffa has joined #tikiwiki [09:28] *** changi|ffa has quit IRC (Ping timeout: 258 seconds) [09:28] *** changi|ffa has joined #tikiwiki [09:39] *** Bernard1 has quit IRC (Quit: Leaving.) [09:44] *** Bernard1 has joined #tikiwiki [09:49] *** changi|ffa has quit IRC (Ping timeout: 240 seconds) [10:00] *** Merbster has joined #tikiwiki [10:02] *** rodrigoprimo has joined #tikiwiki [10:03] *** Bernard1 has quit IRC (Read error: Connection reset by peer) [10:03] *** Bernard1 has joined #tikiwiki [10:13] *** jme_ has joined #tikiwiki [10:13] *** jme_ has quit IRC (Client Quit) [10:14] *** Merbster has quit IRC (Ping timeout: 276 seconds) [10:17] *** changi|ffa has joined #tikiwiki [11:30] *** Bernard1 has quit IRC (Quit: Leaving.) [11:31] *** Caarrie|sleeping is now known as Caarrie|away [11:41] *** Merbster has joined #tikiwiki [11:49] *** Bernard1 has joined #tikiwiki [12:01] *** marclaporte has joined #tikiwiki [12:01] *** ChanServ sets mode: +o marclaporte [12:09] *** Bernard1 has quit IRC (Quit: Leaving.) [12:24] *** Bernard1 has joined #tikiwiki [12:52] *** arildb_ has joined #tikiwiki [12:52] *** arildb has quit IRC (Read error: Connection reset by peer) [12:52] *** arildb_ is now known as arildb [13:01] *** rodrigoprimo has quit IRC (Quit: Leaving.) [13:05] *** rodrigoprimo has joined #tikiwiki [13:21] I noticed a php file called ajaxservices [13:21] can I use it to delete a tracker item if I have the trackerId and itemId ? [13:37] *** marclaporte has quit IRC (Quit: Leaving.) [13:56] *** radek82 has joined #tikiwiki [14:07] *** arildb_ has joined #tikiwiki [14:10] *** arildb has quit IRC (Ping timeout: 260 seconds) [14:19] *** lphuberdeau has joined #tikiwiki [14:24] 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 [14:24] no service for that right now, but you can add one [14:24] Ok. Cool. Where would it belong? [14:24] all the services are in controllers under lib/core/Services/ [14:25] brilliant. [14:25] lphuberdeau to the rescue [14:30] 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? [14:38] no [14:38] that is already done for you [14:38] controllers are invoked by Services_Broker, which is set-up in tiki-ajax_services.php [14:39] and there are rewrite rules to shorted the url ie: tiki-controller-action [14:39] in your case it could look like tiki-tracker-remove_item [14:39] which would end up calling Services_Tracker_Controller::action_remove_item() [14:40] lphuberdeau, Are you sure those re-write rules are automatically active on IIS? [14:41] 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) [14:46] Recent Bug: Tracker item: #4042 - - Bug - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4042 [14:50] *** GillesM has joined #tikiwiki [15:06] 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 [15:07] lphuberdeau, I can find Broker under services. But no file directly named Services_Broker [15:07] I looked manually. So I might ahve overlooked it [15:08] returned values from the action methods are sent as JSON, or rendered with a template based on controller/action.tpl when html is requested [15:08] merbster, that's the one, it's the class/file convention in php [15:16] lphuberdeau, what about the rewrite rules. are they accounted for on IIS? [15:16] I have no idea, I never use IIS [15:18] Who would know then? [15:18] or where can I find out. [15:19] no idea [15:19] try it [15:21] lphuberdeau, Can I use this if I choose not to use rewrite rules [15:22] I see no use since this is intranet. so no SEO to think of. [15:22] yes [15:22] tiki-ajax_services.php?controller=X&action=Y [15:22] those controllers are used by tiki itself [15:22] so they are supposed to work in all situations [15:23] 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 [15:23] thanks [15:24] Any suggestion to where it might fit? or should I just create a page and label it accordingly [15:25] not too sure [15:25] been meaning to document these things for a while but I have not figured out a suitable location and format just yet [15:27] lphuberdeau, I will write up what I understood and I'll poke you so you can review it. I might have misunderstood something ;) [15:30] *** chealer has joined #tikiwiki [15:30] *** chealer has quit IRC (Changing host) [15:30] *** chealer has joined #tikiwiki [15:32] *** arildb__ has joined #tikiwiki [15:36] *** arildb_ has quit IRC (Ping timeout: 240 seconds) [15:45] *** arildb__ is now known as arildb [16:00] tikiwiki: 03lphuberdeau * r38757 10/trunk/lib/wiki-plugins/wikiplugin_exercise.php: [MOD] Display corrections for each question in the exercise with the justification [16:16] *** Merbster has quit IRC (Read error: Connection reset by peer) [16:16] *** SJ-Jay has quit IRC (Read error: Connection reset by peer) [16:21] *** nkoth|nelson has joined #tikiwiki [16:32] *** Bernard1 has quit IRC (Quit: Leaving.) [16:35] *** arildb_ has joined #tikiwiki [16:38] *** arildb has quit IRC (Ping timeout: 240 seconds) [16:48] *** chealer has quit IRC (Read error: Connection reset by peer) [16:48] *** chealer has joined #tikiwiki [16:48] *** chealer has quit IRC (Changing host) [16:48] *** chealer has joined #tikiwiki [17:01] *** mark_doe has joined #tikiwiki [17:01] wer can I put individual header tag like [17:02] couldn't find it in the META-TAGS menu [17:08] I think there is a general field for additional headers [17:12] *** chealer has quit IRC (Quit: Konversation terminated!) [17:15] *** Wilkins has quit IRC (Ping timeout: 240 seconds) [17:15] *** chealer has joined #tikiwiki [17:15] *** chealer has quit IRC (Changing host) [17:15] *** chealer has joined #tikiwiki [17:28] *** mark_doe has quit IRC (Ping timeout: 240 seconds) [17:32] *** mark_doe has joined #tikiwiki [17:41] *** mark_doe has quit IRC (Ping timeout: 240 seconds) [17:45] *** mark_doe has joined #tikiwiki [17:55] *** arildb_ is now known as arildb [18:13] *** arildb_ has joined #tikiwiki [18:13] *** arildb has quit IRC (Read error: Connection reset by peer) [18:13] *** arildb_ is now known as arildb [18:23] *** Bernard1 has joined #tikiwiki [18:33] *** arildb has quit IRC (Quit: Leaving) [19:32] tikiwiki: 03sampaioprimo * r38758 10/trunk/lang/he/language.php: merging hebrew translations from branches/proposals/6.x at Bernard's request [19:45] 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 [19:46] 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 [19:47] 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 [19:51] 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 [20:13] *** chealer has quit IRC (Quit: Konversation terminated!) [21:13] tikiwiki: 03yonixxx * r38763 10/branches/proposals/6.x/lang/he/language.php: [TRA] minor text translation in hebrew [21:15] New Forum Posts: Blank intsallation page - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42614 [21:18] tikiwiki: 03sampaioprimo * r38764 10/trunk/lang/he/language.php: merging hebrew translations from branches/proposals/6.x at Bernard's request [21:21] *** rodrigoprimo has quit IRC (Quit: Leaving.) [21:23] *** Bernard1 has quit IRC (Quit: Leaving.) [21:46] 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 [21:52] 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. [21:56] 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 [22:01] *** chealer has joined #tikiwiki [22:01] *** chealer has quit IRC (Changing host) [22:01] *** chealer has joined #tikiwiki [22:03] *** chealer has quit IRC (Client Quit) [22:29] *** chealer has joined #tikiwiki [22:29] *** chealer has quit IRC (Changing host) [22:29] *** chealer has joined #tikiwiki [22:33] *** redflo has joined #tikiwiki [23:05] *** radek82 has quit IRC (Quit: Leaving) [23:27] polom [23:28] mark_doe: did u figure out ? [23:29] luciash: no [23:29] mark_doe: what is your Tiki version ? [23:29] 7.2 [23:29] mark_doe: ok, let me check ... [23:31] mark_doe: ok, go to Admin > Look & Feel > Customization and put it in the Custom HTML head Content [23:32] luciash: oh... [23:32] anything is possible with Tiki :) [23:33] nice [23:33] Thank you!! [23:39] *** DarkCalf has quit IRC (Quit: Leaving)