[00:37] fabricius joined #tikiwiki [00:47] CIA-36 tikiwiki: 03jonnybradley * r41314 10/branches/9.x/templates/tiki-tracker_view_history.tpl: [FIX] tracker: Only show changes in tracker history [00:49] nkoth|nelson left #tikiwiki [00:56] Ashex joined #tikiwiki [00:56] Ashex Does the file gallery store versions in diffs or full? [00:56] marclaporte joined #tikiwiki [00:57] marclaporte polom [01:02] jonnyb hi marclaporte [01:02] jonnyb just meddling with tracker history [01:03] jonnyb Ashex: i think it only stores the whole file - no diff as yet [01:04] marclaporte jonnyb: super. I just did svn up but still empty: http://demo.tiki.org/9x/tiki-tracker_view_history.php?itemId=14 [01:05] CIA-36 tikiwiki: 03jonnybradley * r41315 10/branches/9.x/ (2 files in 2 dirs): [FIX] tracker: Display warning if tracker events are not being logged (history doesn't work if not) [01:05] jonnyb maybe nothing was recorded - something/one defaulted tracker logging to "off" (ages ago) [01:05] jonnyb r41315 now shows a warning and a link to fix it [01:06] jonnyb no way of doing an update that wouldn't turn it on for people that have deliberately turned it off (probably not many, but it would be rude) [01:14] marclaporte jonnyb: I activated logging http://demo.tiki.org/9x/tiki-tracker_view_history.php?itemId=14 but still get warning [01:14] jonnyb ew [01:15] * jonnyb retests [01:18] marclaporte jonnyb: I didn't know it was even possible to deactivate tracker logging :-) [01:18] jonnyb me neither - all news to me :) [01:20] jonnyb left #tikiwiki [01:20] jonnyb joined #tikiwiki [01:20] jonnyb oops [01:21] fabricius_ joined #tikiwiki [01:21] jonnyb installer/schema/20100422_tracker_log_tiki.sql did it apparently [01:22] marclaporte https://trunkdev.tiki.org/Keywords is still showing unvalidated plugin... [01:28] marclaporte jonnyb: 20100422_tracker_log_tiki.sql added logging, but it stopped working on dev.tiki.org without anyone intentionnally turning it off [01:29] jonnyb it added it but defaulting to off - no idea why [01:30] marclaporte maybe it depends on action log, and action log defaults to off? [01:33] CIA-36 tikiwiki: 03jonnybradley * r41316 10/branches/9.x/ (2 files in 2 dirs): [FIX] tracker: Display warning if tracker events are being reported not just recorded (thanks marclaporte), ignore view action and show correct tab on link [01:33] jonnyb that should do it? [01:59] jonnyb ok, done for tonight - nn [02:00] Ashex jonnyb: I've got another question. Can you setup Forms like Semantic MediaWiki Forms? [02:00] Ashex Here's an example: http://www.placeography.org/index.php?title=470_Hopkins_Street%2C_Saint_Paul%2C_Minnesota&action=formedit [02:00] Ashex And the generated page: http://www.placeography.org/index.php?title=470_Hopkins_Street%2C_Saint_Paul%2C_Minnesota [02:39] chibaguy joined #tikiwiki [02:45] chibaguy Ashex: Yes, you can use a Trackers form to input information and then display it in a wiki page, similar to your examples, if that is your question. [03:06] goj_killedByISP joined #tikiwiki [03:21] marclaporte Ashex: http://doc.tiki.org/Trackers [03:32] CIA-36 tikiwiki: 03marclaporte * r41317 10/branches/9.x/lib/prefs/feature.php: adding keywords to a pref [03:34] CIA-36 tikiwiki: 03marclaporte * r41318 10/branches/9.x/lib/prefs/feature.php: activating action logs by default because it tracks useful things [03:41] chibaguytoo joined #tikiwiki [04:08] Tiki|bot New Forum Posts: Problems with IE 8 and the CKEditor - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43958 [04:08] Tiki|bot New Forum Posts: Probleme mit der Indizierung von Dateianhängen - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=43956 [04:08] Tiki|bot New Forum Posts: Probleme mit dem Internetexplorer 8 - CKEditor Konfiguration - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=43955 [04:18] Tiki|bot New Forum Posts: Problems with IE 8 and the CKEditor - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43958 [04:18] Tiki|bot New Forum Posts: Probleme mit der Indizierung von Dateianhängen - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=43956 [04:18] Tiki|bot New Forum Posts: Probleme mit dem Internetexplorer 8 - CKEditor Konfiguration - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=43955 [05:01] marclaporte Ashex: We also recently revamped our Map handling. It's not really documented yet, but it's all with OpenLayers [05:02] marclaporte A map-centric Tiki profile will be released in next few weeks: http://profiles.tiki.org/Cartograf [05:28] marclaporte What great dogfood! [05:28] marclaporte http://tiki.org/TikiFest+Timeline [06:08] Tiki|bot New Forum Posts: Weird characters near Attachment field - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43962 [06:44] marclaporte joined #tikiwiki [08:09] Jenser joined #tikiwiki [08:10] arildb joined #tikiwiki [08:11] Jenser left #tikiwiki [08:12] arildb I notice in moveWikiUpToFgal, there is a call: tiki_get_mime($$name, 'application/octet-stream', $val)...is $$ a part of PHP? [08:32] CIA-36 tikiwiki: 03arildb * r41319 10/branches/9.x/lib/filegals/filegallib.php: [FIX] Fix typo. (AFAIK $$ is not a part of PHP) [08:37] marclaporte good catch :-) [08:44] arildb joined #tikiwiki [08:47] fidel_ left #tikiwiki [09:03] changi joined #tikiwiki [09:20] Jyhem Isn't it a variable variable name ? [09:24] Jyhem arildb: This PHP works fine → $var1 = "1st var"; $toto = "var1"; $foo = $$toto; echo $foo . "\n"; [09:28] Jyhem arildb: http://www.php.net/manual/en/language.variables.variable.php [10:05] arildb Jyhem: I didn't know that, but I still believe it's a typo [10:05] arildb The code is [10:05] arildb $name = preg_replace('|.*/([^/]*)|', '$1', $val); [10:05] arildb $fileId = $this->insert_file($fgalId, $name, 'Used in '.$page_info['pageName'], $name, $data, strlen($data), tiki_get_mime($$name, 'application/octet-stream', $val), $user, '', 'wiki_up conversion'); [10:06] arildb (old code) [10:06] arildb there is no assignment being done to assign a variable name [10:09] arildb I think sylvieg made the code, I will send an email to verify [10:10] Jyhem I agree that it looks like a typo. I'm just saying that '$$ is not a part of PHP' is not a valid argument. This requires some testing [10:10] arildb Thanks for letting me know. Hopefully sylvieg will know what's correct [10:12] Jyhem Or you could display/track $$name while inserting a file to see if it actually has a value when this tiki_get_mime() is called [10:14] arildb I sent the email now [10:24] xavi joined #tikiwiki [10:24] xavi polom [10:24] xavi Jyhem ? [10:25] xavi or Jyhem_laptop ? [10:26] Jyhem yup? :) [10:27] xavi g'morning :-) [10:27] xavi I chatted a moment ago with javier reyes, the author of the former workspaces GUI for Tiki (1.9) [10:28] Jyhem Oh, I don't know him. Where is he from? [10:28] xavi he might be convinced to invest some time during next summer to help creating some workspaces again for current Tiki version (trunk, and hopefully backportable to 9.x at some point, etc) [10:28] xavi he is from Madrid [10:29] xavi he is the one in the middle of this pic: http://tiki.org/TikiFestMadrid#Some_Pictures_from_the_TikiFest [10:30] Jyhem That sounds great :-) [10:30] xavi my question is about tyour project for CoE: how critical is a Workspaces GUI for your project? [10:31] Jyhem Well, the project is until the end of this month, so far... [10:31] xavi ok [10:32] * Jyhem is knee-deep in trackers still, and the workspaces part has not advanced much [10:33] xavi Jyhem : see pm [10:40] CIA-36 tikiwiki: 03gezzzan * r41320 10/branches/9.x/img/icons/application_view_columns.png: [ADD] icon was missing from r39515, thanks chealer for noticing [11:02] redflo joined #tikiwiki [11:11] Jyhem I updated a Tiki9 ans the installer says "Automatically upgrade your existing database to vSVN pre 9.0." [11:11] Jyhem Shouldn't that be "9.0 alpha" now ? [11:12] xavi +1 [11:15] DarkCalf joined #tikiwiki [11:33] CIA-36 tikiwiki: 03arildb * r41321 10/branches/9.x/lib/mime/ (mimeextensions.php mimetypes.php): [FIX] Added mime type for .dotx word templates [11:42] arildb joined #tikiwiki [11:45] blast_hardcheese joined #tikiwiki [12:12] Tiki|bot Recent Bug: Tracker item: #4211 - - Changing default User Group is not immediately taken into account - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4211 [12:43] CIA-36 tikiwiki: 03xavidp * r41322 10/branches/9.x/styles/layout/layout.css: [FIX]Readable minimum size for the footer, and documented in doc.t.o/slideshow how to tweak more for custom needs [13:19] Jyhem Where do I activate english to english translations ? [13:36] changi Jyhem: ? [13:38] Jyhem changi: ! [14:00] benoitg joined #tikiwiki [14:26] xavi left #tikiwiki [14:29] RobertPlummer joined #tikiwiki [14:32] RobertPlummer polom all [14:37] Jyhem polom [14:42] RobertPlummer What are you working on Jyhem? [14:45] Jyhem I can show you later :) [14:45] RobertPlummer :) [14:48] marclaporte joined #tikiwiki [15:00] CIA-36 tikiwiki: 03robertplummer * r41323 10/branches/9.x/lib/core/Tracker/Query.php: [FIX] Incorrect call to $this->param, should be $param [15:01] RobertPlummer Jyhem if you had trouble with starting dates and Tracker_Query, the above fixes it. [15:10] CIA-36 tikiwiki: 03robertplummer * r41324 10/branches/9.x/lib/core/JisonParser/Phraser/Handler.php: [FIX] Ensure that there actually is a match before sending start and end info back of phrase position [15:18] CIA-36 tikiwiki: 03lphuberdeau * r41325 10/branches/9.x/lib/profilelib/installlib.php: [FIX] Typo [15:18] lphuberdeau joined #tikiwiki [15:22] marclaporte RobertPlummer: any idea about plugin signature on https://trunkdev.tiki.org/Keywords ? [15:23] RobertPlummer marclaporte: I know, it is odd, there is just 1 offender there. [15:23] RobertPlummer marclaporte: Are we sure that db is being wiped every time? [15:25] RobertPlummer marclaporte: I was sent a copy of dev.t.o from changi and it had the column tiki_db_status and it should not have. The only thing I can think perhaps the db isn't being restored to a fresh dev.t.o db. If that column exists and there are a tracked status for a row in tiki_pages, it will not be updated correctly. [15:31] CIA-36 tikiwiki: 03robertplummer * r41326 10/branches/9.x/lib/tikilib.php: [FIX] Update status on new pages sent from tiki_pages to tiki_history [15:32] RobertPlummer changi: Does the db from dev.t.o have a column "tiki_db_status" and is the db on devtrunk being completely wiped every time we update it? [15:34] rodrigoprimo joined #tikiwiki [15:34] marclaporte RobertPlummer: this is what is done 4 times per day: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/branches/9.x/doc/devtools/update.dogfoodserver.sh?view=markup [15:36] radek82 joined #tikiwiki [15:36] RobertPlummer ok, so the db is replaced, but does dev.t.o have the column tiki_db_status? [15:40] sandroandrade joined #tikiwiki [15:41] marclaporte I don't know. I hope changi is not far, or perhaps mose :-) [15:45] RobertPlummer marclaporte: What would qualify someone as a moderator of a wiki page? [15:52] CIA-36 tikiwiki: 03citadelrock * r41327 10/trunk/ (3 files in 3 dirs): [ENH] Add option to hide priority [16:00] marclaporte moderator? [16:00] marclaporte You mean for wiki approval feature? [16:04] RobertPlummer marclaporte: I suppose. [16:05] RobertPlummer marclaporte: How about moderator of the site. [16:14] CIA-36 tikiwiki: 03robertplummer * r41328 10/trunk/lib/core/Feed/ForwardLink.php: [NEW] Added language [16:23] Tiki|bot New Forum Posts: Concerned that TikiWiki wasn't the right choice - help please - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43964 [16:25] CIA-36 tikiwiki: 03robertplummer * r41329 10/trunk/lib/tikilib.php: [FIX] self rather than TikiLib [16:26] CIA-36 tikiwiki: 03robertplummer * r41330 10/trunk/lib/core/Feed/ForwardLink.php: [ENH] Give lang a description, better [16:29] CIA-36 tikiwiki: 03robertplummer * r41331 10/trunk/ (17 files in 14 dirs): [MRG] Automatic merge, branches/9.x 41306 to 41326 [16:41] benoitg joined #tikiwiki [16:41] CIA-36 tikiwiki: 03marclaporte * r41332 10/branches/9.x/installer/shell.php: [FIX] Clean cache on new install via command line (often used to re-install in dev mode) [16:45] RobertPlummer marclaporte: Thanks, nice fix. [16:53] redflo joined #tikiwiki [18:01] changi RobertPlummer: trunkdev db is dropped every 6 hours [18:03] changi RobertPlummer: where should tiki_db_status be ? [18:03] RobertPlummer it is a table [18:03] changi RobertPlummer: it's a table or a column ? [18:03] RobertPlummer so in the db [18:03] RobertPlummer table [18:03] changi RobertPlummer: no table [18:03] RobertPlummer What you sent me has the table, could you provide a backup that doesn't. [18:05] changi RobertPlummer: no the dump of devto doesn't have one [18:05] changi RobertPlummer: i just check [18:06] RobertPlummer ok [18:06] RobertPlummer But what you sent me has it, no? [18:06] RobertPlummer Or what I downloaded rather. [18:07] changi RobertPlummer: no it hasn't, you may have launch the upgrade script which has a create table [18:07] changi RobertPlummer: 20120426_tiki_db_status_tiki.sql [18:07] RobertPlummer okl [18:08] changi RobertPlummer: double check with a fresh dump, i don't have tiki_db_status table [18:27] littledove joined #tikiwiki [18:31] benoitg1 joined #tikiwiki [18:39] xavi joined #tikiwiki [18:39] xavi polom [18:39] CIA-36 tikiwiki: 03lphuberdeau * r41333 10/branches/9.x/ (6 files in 5 dirs): [FIX] Refresh the index when item link target gets modified [18:51] xavi RobertPlummer: ? [18:52] RobertPlummer xavi: ? [18:52] RobertPlummer :) [18:52] xavi hi robert :-) [18:52] xavi I had the talk today about tiki in our research institute [18:52] xavi jquery.s5 rocks! :-) [18:53] xavi a minor issue I detected today: I can't set the slide duration [18:53] xavi I mean, when I set slide=6000 (6 seconds), and play the slideshow again, it's taking 15000 again, and not 6000 [18:53] xavi maybe I'm not doing the right process to set the slide duration.... [18:57] xavi And another issue I noticed yesterday, and I still reproduced right now with updated svn: importing a sheet from csv doesn't work. (the csv comes frmo a csv just exported from another sheet, which opens fine in OOo calc, etc) [18:57] xavi btw, I sawy our fix to the sheet export (which now works again, thanks!). Importing shows nothing but just once cell with a "/" inside [19:00] CIA-36 tikiwiki: 03xavidp * r41335 10/branches/9.x/lib/wiki-plugins/wikiplugin_slideshow.php: [FIX]Remove enforced dependence on showing the button on all wiki pages with headings in the same tiki for plugin slideshow to work in just a few [19:14] Tiki|bot New Forum Posts: Theme TheNews v6.7 - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=43966 [19:18] CIA-36 tikiwiki: 03lphuberdeau * r41336 10/branches/9.x/ (2 files in 2 dirs): [ENH] Enable basic navigation controls on map when inserting markers [19:30] xavi RobertPlummer: slideDuration: 15000 is hardcoded in line 89 of lib/jquery.s5/jquery.s5.js [19:30] xavi and it should be taken from the param from the user, I guess [19:30] * xavi trying to guess the syntax for a jquery.s5 param... [19:32] RobertPlummer xavi, that is just a default, it is overridden if needed. [19:32] xavi when, the overrding is not in play [19:32] xavi that's what I mean [19:32] xavi I did set {slideshow slideduration="6000" } [19:32] xavi but the slideshow says 15 seconds, not 6 [19:34] xavi ok, enough. getting lost... [19:35] * xavi back to taking screenshots of the slides to generate a pdf [19:46] jonnyb joined #tikiwiki [19:47] jonnyb Thank polom it's Friday [19:48] xavi :-) hi jonnyb [19:50] xavi thks for fixing tracker history :-) [19:51] jonnyb hi xavi, no probs [19:51] redflo joined #tikiwiki [19:52] xavi according to my boss, that is one of the advantages of the migration I did from his ms access db to a tiki tracker db for our projects at work: item history of changes [19:52] jonnyb yay! nice one xavi [19:52] xavi so he will be glad that this is back working in Tiki9 :-) [19:57] marclaporte tracker version history is a sweet feature indeed! [19:58] xavi yes :-) [19:58] marclaporte hurray for Sylvie for adding and Jonny for fixing recently :-) [19:58] xavi +1 :-) [19:58] Jyhem +1 (not that I knew about it before this week) :) [19:58] xavi marclaporte: there is an alternative (quite fast) to create pdf out of jquery.s5 slides... [19:59] xavi autoplay the slideshow, and use some program that re-takes the screenshot of the same area, periodically (in sync with slide duration) or by hand with a single keystroke [20:00] xavi I used shutter (on gnu/linux) and in 10 minutes I had the pdf out of the 44-slide slideshow from today :-) [20:00] xavi also using gscan2pdf to create the single pdf from all the screenshots in one go [20:02] xavi marclaporte: you must have probably similar tools on guindous [20:09] xavi ok, time to disconenct [20:09] xavi c u [20:09] xavi left #tikiwiki [20:15] Jyhem_laptop joined #tikiwiki [20:17] arildb joined #tikiwiki [20:25] CIA-36 tikiwiki: 03jonnybradley * r41337 10/branches/9.x/ (lib/wiki/xmllib.php templates/tiki-admin_structures.tpl): [FIX] structures: Display errors from XML structure export and add feed back if ZipArchive class not found (thanks Geoff) [20:26] marclaporte xavi: interesting. In Tiki10, you'll be able to use http://dev.tiki.org/jCapture [20:28] CIA-36 tikiwiki: 03lphuberdeau * r41338 10/branches/9.x/lib/jquery_tiki/tiki-maps.js: [FIX] Loaded features were added to the wrong layer [20:33] jonnyb marclaporte: i see on the dev.t.o page the lack of edit button on comments is a regression, but it looks like the code just isn't in there (following the ajax revamp i guess) - how critical is this, do you think? [20:35] marclaporte it's not a blocker to 9.0 but for sure people will be asking for it :-) [20:35] marclaporte can wiki comments be edited? [20:35] jonnyb it seems you can edit forum posts, which are essentially the same - maybe there's a cheap fix [20:35] jonnyb no [20:36] * jonnyb double checks [20:36] jonnyb nope [20:37] ronsheely joined #tikiwiki [20:39] CIA-36 tikiwiki: 03xavidp * r41339 10/branches/9.x/templates/ (tiki-timesheet.tpl wiki-plugins/wikiplugin_timesheet.tpl): [FIX]i18n added to strings and info on time units (minutes) added (missleading otherwise) [20:39] jonnyb yes, the fn update_comment is only called once from within post_in_forum, so looks like it needs adding - one for 9.1 probably [20:54] Jyhem_laptop joined #tikiwiki [21:08] CIA-36 tikiwiki: 03lphuberdeau * r41340 10/branches/9.x/lib/ (jquery_tiki/tiki-maps.js wiki-plugins/wikiplugin_map.php): [MOD] Allow to split search results to multiple layers [21:20] CIA-36 tikiwiki: 03lphuberdeau * r41341 10/branches/9.x/lib/wiki-plugins/wikiplugin_map.php: [MOD] Allow to specify the amount of records to fetch [21:21] deeku joined #tikiwiki [21:23] deeku I have some images in a file gallery and I want to display three random images on a wiki page from this gallery. Is there a way to do this? [21:24] jonnyb hi deeku - yes, there's a random from gallery param on the img plugin [21:26] deeku great, will look at that but I was under the impression that it displays just one random image... I need three (or more than one, anyway) and cannot repeat use of the randon gallery param because these is a chance that the same image will show twice [21:28] deeku Hmm, the randomGalleryId param does show a random image from the gallery, but only one image with default values. Is there a way to make it show more than one random image from the gallery such that the images are not repeated? [21:29] jonnyb not as far as i know, but would be nice :) [21:30] deeku indeed it would. :-) [21:30] deeku thanks for helping me. Tiki 9 is imminent? [21:31] jonnyb the first beta is fairly immenent - next week hopefully [21:31] jonnyb (imminent) [21:31] jonnyb release by the end of the month, i hope (we had some delays) [21:31] deeku look forward to it - all you guys are doing excellent work. Hats off to you. [21:31] jonnyb thanks! :) [21:42] deeku It would be logical to expect {IMG(fileId="4|5|6|randomGalleryId=3")}{IMG} to work. [21:43] jonnyb i guess you could divide the images up into 3 galleries and just use 3 img plugins? [21:43] * jonnyb is lazy [21:43] deeku clever too... [21:44] jonnyb :P [21:44] deeku might as well just hard code the specific images in the wiki page [21:45] jonnyb but then they wouldn't be random at all, no? [21:45] deeku no, will have to give up on the random idea for now... [21:47] jonnyb i guess a new param something like randomGalleryMultiple=3 would be what you want, right? [21:48] CIA-36 tikiwiki: 03robertplummer * r41342 10/branches/8.x/lib/wiki-plugins/wikiplugin_slideshow.php: [FIX] Make sure that slideduration is used, was set from slideseconds when theme updates but was ignoured when plugin runs, so slideseconds would be set, then be migrated to slideduration. [21:48] deeku or not: this would work too and might be more in line with the documentation: {IMG(fileId="4|5|6|randomGalleryId=3|randomGalleryID=3")}{IMG} [21:49] deeku a check would need to be added to the code to insure that the output value for each randomGalleryId=3 is unique [21:50] deeku if multiple randomGalleryId=3 have been used in the params [21:50] CIA-36 tikiwiki: 03jonnybradley * r41343 10/branches/9.x/lib/core/Tracker/Field/Abstract.php: [FIX] trackers: Remove tpl logging comments from list detail pop-up (was totally breaking the layout) - also remove multiple whitespace chars while there... [21:51] jonnyb maybe once tiki 9.0 is out we could look at it - just squashing bugs at the moment [21:52] deeku Yes, that would be nice. [21:52] deeku Happy bug squashing. [21:53] CIA-36 tikiwiki: 03robertplummer * r41344 10/branches/9.x/lib/wiki-plugins/wikiplugin_slideshow.php: [FIX] forwardport of r41342 [21:56] jonnyb thanks - off for food now [21:59] CIA-36 tikiwiki: 03lphuberdeau * r41345 10/branches/9.x/lib/profilelib/installlib.php: [FIX] Missing include [22:07] CIA-36 tikiwiki: 03robertplummer * r41346 10/trunk/lib/core/Feed/ (ForwardLink/Search.php ForwardLink.php): [FIX] Move methods out of search, they are for forwardlink [22:30] lphuberdeau left #tikiwiki [22:57] Ashex left #tikiwiki [23:20] benoitg joined #tikiwiki [23:22] benoitg joined #tikiwiki [23:39] CIA-36 tikiwiki: 03robertplummer * r41347 10/trunk/ (4 files in 2 dirs): [23:39] CIA-36 tikiwiki: [FIX] Added missing update_item.tpl file [23:39] CIA-36 tikiwiki: [NEW] Added functionality to check for 'ins_' at beginning of tracker key [23:39] CIA-36 tikiwiki: [NEW] Added ability to remove tracker item from ajax service controller [23:40] CIA-36 tikiwiki: 03robertplummer * r41348 10/trunk/lib/core/Feed/ForwardLink.php: [FIX] Use stable ajax services to modify tracker [23:40] fabricius joined #tikiwiki [23:40] fabricius Polom