***: chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
redflo has quit IRC (Quit: Leaving.)
rodrigoprimo has quit IRC (Ping timeout: 260 seconds)
goj has quit IRC (Disconnected by services)
goj_killedByISP has joined #tikiwiki
goj_killedByISP is now known as goj
Caarrie|away is now known as Caarrie|sleeping
chealer_ has joined #tikiwiki
chealer has quit IRC (Ping timeout: 248 seconds)
marclaporte has quit IRC (Read error: Connection reset by peer)
chealer_ has quit IRC (Quit: Konversation terminated!)
chealer has joined #tikiwiki
changi|f1a has quit IRC (Ping timeout: 260 seconds)
changi|ffa has joined #tikiwiki
Tiki|bot: New Forum Posts: Mobile Profile - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42610
CIA-46: 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.
***: lphuberdeau has quit IRC (Remote host closed the connection)
chealer has quit IRC (Quit: Konversation terminated!)
chealer has joined #tikiwiki
arildb has joined #tikiwiki
chealer has quit IRC (Quit: Konversation terminated!)
changi|ffa has quit IRC (Ping timeout: 256 seconds)
SJ-Jay has joined #tikiwiki
Wilkins has joined #tikiwiki
CIA-46: tikiwiki: 03xavidp * r38756 10/branches/8.x/styles/layout/design.css: [FIX]Add missing basic default design for QUOTE plugin
***: JoernOtt has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
changi|ffa has joined #tikiwiki
changi|ffa has quit IRC (Ping timeout: 252 seconds)
JoernOtt has joined #tikiwiki
changi|ffa has joined #tikiwiki
changi|ffa has quit IRC (Ping timeout: 258 seconds)
changi|ffa has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
changi|ffa has quit IRC (Ping timeout: 240 seconds)
Merbster has joined #tikiwiki
rodrigoprimo has joined #tikiwiki
Bernard1 has quit IRC (Read error: Connection reset by peer)
Bernard1 has joined #tikiwiki
jme_ has joined #tikiwiki
jme_ has quit IRC (Client Quit)
Merbster has quit IRC (Ping timeout: 276 seconds)
changi|ffa has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
Caarrie|sleeping is now known as Caarrie|away
Merbster has joined #tikiwiki
Bernard1 has joined #tikiwiki
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
Bernard1 has quit IRC (Quit: Leaving.)
Bernard1 has joined #tikiwiki
arildb_ has joined #tikiwiki
arildb has quit IRC (Read error: Connection reset by peer)
arildb_ is now known as arildb
rodrigoprimo has quit IRC (Quit: Leaving.)
rodrigoprimo has joined #tikiwiki
Merbster: I noticed a php file called ajaxservices
can I use it to delete a tracker item if I have the trackerId and itemId ?
***: marclaporte has quit IRC (Quit: Leaving.)
radek82 has joined #tikiwiki
arildb_ has joined #tikiwiki
arildb has quit IRC (Ping timeout: 260 seconds)
lphuberdeau has joined #tikiwiki
Merbster: 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
lphuberdeau: no service for that right now, but you can add one
Merbster: Ok. Cool. Where would it belong?
lphuberdeau: all the services are in controllers under lib/core/Services/
Merbster: brilliant.
SJ-Jay: lphuberdeau to the rescue
Merbster: 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?
lphuberdeau: 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()
Merbster: 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)
Tiki|bot: Recent Bug: Tracker item: #4042 - - Bug - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4042
***: GillesM has joined #tikiwiki
lphuberdeau: 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
Merbster: lphuberdeau, I can find Broker under services. But no file directly named Services_Broker
I looked manually. So I might ahve overlooked it
lphuberdeau: 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
Merbster: lphuberdeau, what about the rewrite rules. are they accounted for on IIS?
lphuberdeau: I have no idea, I never use IIS
Merbster: Who would know then?
or where can I find out.
lphuberdeau: no idea
try it
Merbster: 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.
lphuberdeau: 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
Merbster: 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
lphuberdeau: thanks
Merbster: Any suggestion to where it might fit? or should I just create a page and label it accordingly
lphuberdeau: 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
Merbster: lphuberdeau, I will write up what I understood and I'll poke you so you can review it. I might have misunderstood something ;)
***: chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
arildb__ has joined #tikiwiki
arildb_ has quit IRC (Ping timeout: 240 seconds)
arildb__ is now known as arildb
CIA-46: tikiwiki: 03lphuberdeau * r38757 10/trunk/lib/wiki-plugins/wikiplugin_exercise.php: [MOD] Display corrections for each question in the exercise with the justification
***: Merbster has quit IRC (Read error: Connection reset by peer)
SJ-Jay has quit IRC (Read error: Connection reset by peer)
nkoth|nelson has joined #tikiwiki
Bernard1 has quit IRC (Quit: Leaving.)
arildb_ has joined #tikiwiki
arildb has quit IRC (Ping timeout: 240 seconds)
chealer has quit IRC (Read error: Connection reset by peer)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
mark_doe has joined #tikiwiki
mark_doe: wer can I put individual header tag like <link href="https://plus.google.com/1030xxxxxxxxxx/" rel="publisher" />
couldn't find it in the META-TAGS menu
lphuberdeau: I think there is a general field for additional headers
***: chealer has quit IRC (Quit: Konversation terminated!)
Wilkins has quit IRC (Ping timeout: 240 seconds)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
mark_doe has quit IRC (Ping timeout: 240 seconds)
mark_doe has joined #tikiwiki
mark_doe has quit IRC (Ping timeout: 240 seconds)
mark_doe has joined #tikiwiki
arildb_ is now known as arildb
arildb_ has joined #tikiwiki
arildb has quit IRC (Read error: Connection reset by peer)
arildb_ is now known as arildb
Bernard1 has joined #tikiwiki
arildb has quit IRC (Quit: Leaving)
CIA-46: 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
***: chealer has quit IRC (Quit: Konversation terminated!)
CIA-46: tikiwiki: 03yonixxx * r38763 10/branches/proposals/6.x/lang/he/language.php: [TRA] minor text translation in hebrew
Tiki|bot: New Forum Posts: Blank intsallation page - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42614
CIA-46: tikiwiki: 03sampaioprimo * r38764 10/trunk/lang/he/language.php: merging hebrew translations from branches/proposals/6.x at Bernard's request
***: rodrigoprimo has quit IRC (Quit: Leaving.)
Bernard1 has quit IRC (Quit: Leaving.)
CIA-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
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
***: chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
chealer has quit IRC (Client Quit)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
redflo has joined #tikiwiki
radek82 has quit IRC (Quit: Leaving)
luciash: polom
mark_doe: did u figure out ?
mark_doe: luciash: no
luciash: mark_doe: what is your Tiki version ?
mark_doe: 7.2
luciash: mark_doe: ok, let me check ...
mark_doe: ok, go to Admin > Look & Feel > Customization and put it in the Custom HTML head Content
mark_doe: luciash: oh...
luciash: anything is possible with Tiki :)
mark_doe: nice
Thank you!!
***: DarkCalf has quit IRC (Quit: Leaving)