[00:00] tikiwiki: 03jonnybradley * r33365 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker.php): [MOD] trackers: Move country selector to handler (little steps at first for me) [00:01] :-) [00:03] * sylvieg thinks that with the man power in this tikifest - we will do it !!!! [00:05] but lph - if you want to have sweet drem - I have a depending from another tracker - how can I sort / filter the field without copying the value [00:06] if you can find out a query sorintg on an item list... [00:06] so perhpas it means we need an engine to 'compute' all this [00:07] or to sot on a computed field depending on n depth of fields [00:08] it means that a field comes with his 'cloud' fields [00:10] one field that is tricky - because of smarty - in fact - is the date field [00:11] and the 'empty ' date notion'emoty / no chnage is very tricky [00:11] well, the computed field looks plain dangerous to me [00:12] eval is evil [00:12] suppose we need some class about - thje field is empty - and how to set a empty field [00:12] as for the sort/filter of depending trackers, I think the answer lies in unified search [00:12] computed is conceptually good but mysql doen not follow [00:13] ok I change a field x that is used in field Y [00:13] do I change the unifeid search? [00:14] unified search relies on 'rela' values [00:14] it relies on what you tell it to [00:14] so each time I change a field I have to run a script that update other depending values? [00:15] we define a field as depending on - we need somethig that defines who depends on [00:15] I don't know exactly what part you are talking about, but technically, you just need to use incremental update on what you modify [00:15] *** redflo1 has joined #tikiwiki [00:15] *** redflo has quit IRC (Ping timeout: 240 seconds) [00:16] I have a tracker company - I have a traker product - a product is from a company [00:17] I change the company name - I would like the product's company to have a name update [00:17] but I would like also to sort the product on company name [00:18] that's a lookup time query, and should really be either a primary key lookup or indexed lookup, it should not be slow [00:18] big issue now is that because everything is in a single scope, there is no way to see what takes time in a profiler [00:18] it can be the director of the company [00:18] that should be easy to see/fix afterwards [00:19] it can be be the wife of the director of the company.. [00:19] worst case, the information should be cacheable [00:19] time consuption - is because too many part in smarty [00:20] + restrict field if 300 fields in the tracker [00:20] s/300/300000 [00:20] well, some things are just bad ideas, really [00:21] what we need to attack after the refactoring bit is what leads trackers to need so many fields [00:21] so question when you TRACKER an item- which field must be in? the one in the plugin? the one depending? what means depending? [00:22] .. ok if we focus ony on code duplication [00:22] I don't know the tracker functionality in so much details, I really don't use tiki that much [00:24] advice: only take 2 tracker product and company - and it will help ypui to understand a lot of problem [00:29] also I am +1 to delate user selector = should be the creator/modificator field - It takes to much time with mysql [00:29] user selector probably has other purposes [00:30] the perf issue was resolved a while back, it used to crash dev.t.o [00:32] sort on some fields that is a user creator [00:33] ... it need to be a 'direct' field [00:34] * sylvieg happy because we havce a lot of ressource this week - and it is what is missing to tracker health [00:35] well, maybe we need to disable sorting or other operations on some types of fields if it's really inefficent [00:57] polom [00:58] welcome back [00:58] polom marclaporte [00:58] feeling any better? [00:58] direct from bed [00:58] not much better [00:58] I don't remember having slept so much [00:59] Thanks to the magic of penicillin, I hope to meet up with you ASAP [01:01] The important things is that sylvieg, jonnyb and lphuberdeau are tackling the tracker revamp [01:01] and you get better, of course... [01:01] I am happy to see the discussions and commits, even if I am not active [01:01] :-) [01:02] the journey isn't really suitable if you're feeling bad... [01:02] it wouldn't help much i think [01:03] yeah, at the end of that day, I was really happy I took the decision to skip the 8-9 hour bus ride [01:04] 1- get well 2- hop on bus/plane :-) [01:04] greyhound don't seem to have worked out comfortable seat technology (let alone food, wifi etc) [01:04] ok [01:04] hope so, we're a bit rudderless without you :P [01:04] but can manage! [01:05] *** dabright has quit IRC (Quit: Leaving.) [01:05] found a great bar last night [01:05] leadership will emerge! [01:25] *** redflo1 has left [01:32] Yay! Nelson and Pascal arrive at the TikiHouse - the 'fest gathers pace [01:37] :-) [01:37] tikiwiki: 03lphuberdeau * r33366 10/trunk/tiki-view_tracker_item.php: [MOD] Other batch of refactorings [01:38] *** Caarrie|away is now known as Caarrie|sleeping [01:51] * marclaporte cheers lphuberdeau [01:52] as he takes on the beast.... [01:52] *** dabright has joined #tikiwiki [02:00] *** reallycat has joined #tikiwiki [02:01] *** reallycat has quit IRC (Client Quit) [02:02] New Forum Posts: page is hidden in wiki link popup - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40764 [02:02] New Forum Posts: Titles - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40757 [02:02] New Forum Posts: Can't find Attachments to Forum Posts - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40748 [02:13] New Forum Posts: page is hidden in wiki link popup - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40764 [02:13] New Forum Posts: Titles - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40757 [02:13] New Forum Posts: Can't find Attachments to Forum Posts - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40748 [02:19] tikiwiki: 03jonnybradley * r33367 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker.php): [MOD] trackers: Move textarea to get_field_handler() [02:50] *** chealer has joined #tikiwiki [02:55] tikiwiki: 03jonnybradley * r33368 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker.php): [MOD] trackers: Move text to get_field_handler() [03:05] *** conner_bw has joined #tikiwiki [03:25] *** conner_bw has quit IRC (Quit: conner_bw) [03:31] *** chibaguy has joined #tikiwiki [03:31] *** ChanServ sets mode: +o chibaguy [03:31] polom [03:32] hello chibaguy [03:33] chibaguy, good to know you're with us and safe [03:33] did you feel the earthquake in Chiba? [03:48] hi chealer [03:48] yes, it was strong in Tokyo and Chiba also. No damage at our house, but things were thrown off shelves, some dishes broken, etc. [03:49] Transportation was stopped Friday night, so I stayed at my office until Saturday. And today (Monday) I didn't go to work, due to transportation uncertainty. [03:50] ouch [03:50] Maybe we will have rotating power cuts if the electric company doesn't have enough capacity due to the nuclear power plant problems. [03:50] * chealer hasn't been following the news [03:51] We've been watching/listening to http://www.ustream.tv/channel/nhk-world-tv [03:51] ah, so that was a major plant :-| [03:51] as far as what I read and the images I saw, it looks pretty terrifying [03:51] it's quite worrying to hear about nuclear accidents [03:53] yes, the govt says there is no need to worry, but of course they would say that. [03:54] yeah, over 1000 the normal radiation should be something to worry about [03:54] how far are you from those? [04:00] a couple hundred kilometers [04:00] that should be safe enough [04:02] yes, also the prevailing wind is either eastward, out to sea, or westward, toward the asian mainland. [04:03] usually eastward [04:04] the earth gave a good shot at nuking japan out of existance, good thing it still holds together [04:04] chibaguy: I suppose you must be worried. I wish you'll go back to normal life and be reassured soon :-| [04:05] * chealer heads to bed [04:05] * lphuberdeau can't really imagine gary being worried or nervous [04:07] *** chealer has quit IRC (Remote host closed the connection) [04:09] :-) [04:19] my wife worries enough for both of us. ;-) [04:25] I will be heading off to sleep too... plenty of work to get done tomorrow [04:27] thanks for your hard work, lphuberdeau and all you tikifesters. :-) [04:39] *** Tiki|bot has quit IRC (Ping timeout: 250 seconds) [04:39] *** Tiki|bot has joined #tikiwiki [05:00] tikiwiki: 03jonnybradley * r33369 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker.php): [MOD] trackers: Move item link to get_field_handler() [05:02] nite nite all - off to bed also [05:03] g'night jonnyb [05:39] *** dabright has quit IRC (*.net *.split) [05:39] *** jonnyb has quit IRC (*.net *.split) [05:39] *** lphuberdeau has quit IRC (*.net *.split) [05:42] *** marclaporte has quit IRC (Read error: Connection reset by peer) [06:00] *** dabright has joined #tikiwiki [06:00] *** lphuberdeau has joined #tikiwiki [07:13] *** Yonixxx has joined #tikiwiki [07:17] morning and sunshine good people ! [07:17] polom [07:18] Hi Lu … <- special for u [07:18] :) [07:18] yo Yonixxx :) [07:19] chibaguy: hi, nice to c u back [07:19] How you are doing ? (we have some kinds of high heartbeating with Xavi and chibaguy) [07:19] * luciash was watching the same ustream channel [07:20] Yonixxx: all is fine here... yep, i have read about Xavi's story [07:21] Yonixxx: hopefully same for you [07:21] pshhiiii… and i recall all the Scfi book i read about a 2000 millenium in harmony, peace and spiritual stuff. I think human kind have to go on for another 100/200 years more. :) [07:23] * Yonixxx entering in it's gonna be a good day mood [07:23] cu [07:24] cu Yonixxx [07:32] *** Yonixxx has quit IRC (Quit: Leaving.) [07:34] *** Yonixxx has joined #tikiwiki [07:36] Back {} Now that i think of it they were also book talking about nuclear disaster. [07:43] *** marclaporte has joined #tikiwiki [07:43] *** ChanServ sets mode: +o marclaporte [08:11] plomo, does someone knows if there is a way to get ride of the "Pending status" ? (i need open/close only). As i need a datestamp condition (turn item status to close after a month) it is best to use the actual status field than to build a new "status field". [08:30] perhaps in tracker edit ? [08:50] i check there. i didn't see anything about it. [08:52] In the meantime i went to weird problem… I have 2 horz menu, 42 if $user == admin only else menu 43. It works perfect everywhere but on articles (any page). I didn't recall anything about menu filtering and i can't figure what is wrong. [08:55] supressing the 2/menu condition doesn't help btw… really strange like a "feature_articles = no menu" on tw 6.2 updated yesterday [09:29] *** GillesM has joined #tikiwiki [09:37] * Yonixxx starting to get really upset [09:39] * marclaporte thinks of Bruce Banner [09:40] the tw6.2 i'm fighting with is totally green :D [09:43] no matter os, navigator, theme or language i can't get the css horz menu on articles pages (any of them) on a tw6.2 updated a few minutes ago (tpl where not customized). [09:43] is there a new feature filtering header menu ? [09:51] i don't think so [10:00] *** chibaguy has quit IRC (Ping timeout: 248 seconds) [10:04] this IS nuts ! I drop it for now. [10:24] *** kiilo has quit IRC (Quit: leaving ...) [10:24] *** kiilo has joined #tikiwiki [10:29] *** kiilo has quit IRC (Ping timeout: 248 seconds) [10:31] *** Caarrie|sleeping is now known as Caarrie|away [10:34] *** chibaguy has joined #tikiwiki [10:34] *** ChanServ sets mode: +o chibaguy [10:46] Recent Bug: Tracker item: #3817 - - Admin topics -> editing a topic show issue with the Email fields - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3817 [10:50] *** chibaguy has quit IRC (Ping timeout: 246 seconds) [11:06] New Forum Posts: Show page creator - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40767 [11:25] *** chibaguy has joined #tikiwiki [11:25] *** ChanServ sets mode: +o chibaguy [11:25] re [11:26] *** kiilo has joined #tikiwiki [12:00] re [12:00] tikiwiki: 03chibaguy * r33370 10/trunk/styles/tikinewt.css: [ENH] Positions of site header items improved. [12:18] *** JoernOtt has joined #tikiwiki [12:33] *** RickDroid has joined #tikiwiki [12:34] poliomyelitis y'all [12:35] * RickDroid boarding flight to tikifest [12:41] * RickDroid hopes everyone wakes up before I get to Boston... [12:42] *** JoernOtt has quit IRC (Ping timeout: 276 seconds) [12:43] *** JoernOtt has joined #tikiwiki [12:44] *** jonnyb has joined #tikiwiki [12:44] Jonny, Carsten and I are awake [12:44] woo hoo [12:45] hopefully pushing from the gate won. see you in a bit [12:45] *** RickDroid has quit IRC (Quit: Bye) [12:51] lphuberdeau and coaboa are awake, jonnyb is working on it... [13:01] * sylvieg going to the tikihouse [13:02] *** dcedilotte has joined #tikiwiki [13:06] *** chealer has joined #tikiwiki [13:08] polom [13:08] TikiFestBoston7 is about to start! [13:10] hi chealer - we've started already! [13:10] the 10 o'clock meeting was at 9:00 (not really!) [13:12] *** robertplummer has joined #tikiwiki [13:14] polom robertplummer [13:15] polom jonnyb [13:15] polom lphuberdeau [13:15] lphuberdeau: I'm working on a custom project in Tiki where I need to list data from a tracker in a custom way, I'm using sql, and I need to list the data like a grid, but it isn't structured that way in sql. [13:15] polom [13:15] I have been re-ordering the data in an array, and it worked well, but now not so much. [13:19] This is in 6.x mind you. [13:20] I have it working, I just wanted to know if there was a better way, what do you think? [13:21] oh no. what timezone is the 10 o'clock meeting in? I may be able to have made it standard time :-) [13:25] it's in upstairs timezone chealer [13:25] also we stole your milk! :D [13:25] rebooting - brb [13:25] *** jonnyb has quit IRC (Quit: jonnyb) [13:31] *** Wilkins has joined #tikiwiki [13:35] robertplummer: for trackers, you pretty much need to use the libraries to do anything, but really, in 6, it's not easy (still not too easy in trunk) [13:35] I just wrote my own way, it is too hard using the tracker libs. [13:36] *** jonnyb has joined #tikiwiki [13:37] back [13:38] we're going to try and do some bbb for the 10 o'clock meeting - just trying to gather the right toys for it (no proper mic, so sound may be worse than usual) [13:46] tikiwiki: 03lphuberdeau * r33371 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker_item.php): [MOD] Hooking the handlers in view item and removing the duplicate code [13:48] jonnyb, slacker [13:48] Hey all, have you guys had a chance to checkout the new codemirror plugin? [13:49] This week I'm pushing my schedule to the limit, going to try to get as many revisions in as possible before 6.x [13:59] doing the meeting now - hopefully we'll be on bbb shortly [13:59] *** jonnyb has quit IRC (Quit: jonnyb) [14:02] *** dabright has quit IRC (Quit: Leaving.) [14:05] *** nkoth has joined #tikiwiki [14:09] Tikifest Boston is underway [14:09] 10 o'clock meeting on http://tiki.org/live [14:12] One of the main items that will be tackled in this TIki fest is the trackers code [14:12] ... refactoring tracker code - each field in each handler [14:14] so this will be one of the main activity in the Tikifest [14:15] Next topic... [14:17] Tiki Webinars - there is a plan to conduct webinars using tiki.org/live about various Tiki topics, e.g. introduction to new features. These will start summer after BigBlueButton 0.8 which has archiving of weinars will be ready. [14:17] Looking for people to present many topics. [14:18] Next topic... [14:19] Demos during this tiki fest: Jonny: Theme generator, Jquery Mobile, [14:19] Nelson: E-commerce [14:19] maybe others [14:19] Next topic... [14:20] Translations... there needs to be a discussion on this. Rodrigo and Xavi will lead this ((xavi is off line right now but we'll set a time to have this discussion during the week) [14:26] More discussions on some isues of tracker going on here... [14:28] Next topic... LTD docs ... Sylvie has just left to the airport to pick up Rick, whc will be leading LTD docs during the TIki fest [14:28] s/LTD/LTS [14:28] LTS docs, I meant of course (for 6.x) [14:29] Other things happening: general Tiki 6 bugs... [14:29] Meeting up with Jquery team on Wed [14:29] 2111 project intro by Brian [14:29] ok, 10 o'clock meeting is over people are breaking up into individual discussions [14:30] Also, we will need to come to a conclusion whether to kill Image Galleries with effect Tiki 7., [14:31] Branching for TIki 7 will probably happen a little later rather than earlier (but still within expected timeframe), after teh tracker refactor work is more stable. [14:35] *** jonnyb has joined #tikiwiki [15:02] *** chealer has quit IRC (Ping timeout: 255 seconds) [15:13] *** chibaguy has quit IRC (Ping timeout: 246 seconds) [15:14] *** chealer has joined #tikiwiki [15:14] *** chealer has quit IRC (Changing host) [15:14] *** chealer has joined #tikiwiki [15:16] *** ricks99 has joined #tikiwiki [15:17] *** chibaguy has joined #tikiwiki [15:17] *** ChanServ sets mode: +o chibaguy [15:21] nkoth : there needs to be a migrating script for image galleries to file galleries [15:22] marclaporte: I see that is the blocker I suppose [15:27] everyone has arrived to the TikiFest (but marclaporte) :-) [15:28] woo hoo. if rick is here, u know its a party :-) [15:50] *** kiilo has quit IRC (Ping timeout: 255 seconds) [15:54] *** Trebly has joined #tikiwiki [16:00] *** ricks99 has quit IRC (Read error: No route to host) [16:00] *** ricks99 has joined #tikiwiki [16:14] jonnyb: there is more about the Mysterious field type in the item file [16:15] aha... M for Mysterious [16:15] btw, the loudness has gone downstairs [16:15] *** chibaguy has quit IRC (Read error: Connection reset by peer) [16:19] ah, good [16:21] *** Sp4rKy has quit IRC (Ping timeout: 276 seconds) [16:30] *** JoernOtt has quit IRC (Read error: Connection reset by peer) [16:33] *** JoernOtt has joined #tikiwiki [16:48] all: When are you guys heading over to bbb? [16:58] separate groups now, bunch coding and not talking much, and a bunch talking in a room I do not see [16:58] *** daniam has joined #tikiwiki [16:58] is bbb today? [16:58] polom [16:59] bbb.evocatio kicks me out - unusable [16:59] polom from the fest luciash [16:59] tiki.bbb.org is off [16:59] ? [16:59] hi jonnyb [16:59] anyone on bbb? [16:59] live.tiki.org? [16:59] if yes: url pls [17:00] where should we go for bbb ? [17:00] live.tiki.org is set up with bbb.evocatio... which always kicks me out of bbb after several seconds [17:00] @jonnyb: which url for bbb? [17:03] tikiwiki: 03nkoth * r33372 10/trunk/tiki-register.php: [FIX] Invalid user error when registering email like "onstoppel@whatever.com" since "onstop" is filtered by default. [17:04] http://tiki.org/live ? [17:04] it's only streaming during meetings anyway I think [17:04] so we keep bandwidth for other times [17:05] network is reliable, but a bit slow [17:07] nkoth: it redirects to http://bbb.evocatio.net/client/BigBlueButton.html which kicks me out after few seconds with messgae Logged Out [OK] The connection to the server has been closed in a popup dialog [17:08] which is unusable for that reason [17:08] can we use another bbb server ? [17:09] might want to contact etienne about the issue, I'm sure he'd like to know about it [17:09] i was trying to re-use http://tiki.bigbluebutton.org/ but that one seems to be off too [17:12] tikiwiki: 03lphuberdeau * r33373 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker_item.php): [MOD] Using handlers to lookup the data from the saved item as a default value when no request data is provided [17:13] tikiwiki: 03nkoth * r33374 10/branches/proposals/6.x/tiki-register.php: [bp/r33372][FIX] Invalid user error when registering email like "onstoppel@whatever.com" since "onstop" is filtered by default. [17:26] tikiwiki: 03sampaioprimo * r33375 10/trunk/get_strings.php: [FIX] run get_strings.php on command line mode [17:27] *** Wilkins has quit IRC (Ping timeout: 240 seconds) [17:28] tikiwiki: 03sampaioprimo * r33376 10/trunk/doc/devtools/get_translation_percentage.php: global translation stats for i18n.tiki.org/Status [17:34] *** daniam has quit IRC (Quit: Page closed) [17:38] *** Yonixxx has quit IRC (Quit: Leaving.) [17:43] tikiwiki: 03jonnybradley * r33377 10/trunk/lib/trackers/trackerlib.php: [FIX] trackers: Update empty multilingual values correctly instead of inserting duplicates (and failing) [17:56] *** JoernOtt has quit IRC (Ping timeout: 250 seconds) [18:14] tikiwiki: 03lphuberdeau * r33378 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX] Can't have two icons. Using the one that currently displays. [18:15] Hi, I have been without internet during 10 days. I have a problem with SVN and search the solution : Because I work slowly on many projects and enhancements, I have a lot of merged which are in fact conflicts. This generates a lot of work when automatic merge is set for all files, SVN conflicts detected are not frequent. My modification are generally not compatible with the merge... [18:15] ...standard function particularly with css and tpl (as everybody can know) and some others php or js. So I think to write a "cmd" as parameter of svn : merge-tool-cmd but I don't know how to call the default merge. Probably you or somebody else uses solutions for these problems. [18:18] hi trebly - i generally use aptana which contains the collabnet svn merge tools (for eclipse) [18:19] *** Yonixxx has joined #tikiwiki [18:20] Thank's. I will install. [18:20] good luck - conflicts are horrible [18:34] The main confilct is because I have developped a rather different tiki.tpl (full css tables) and changed a lot into the css (quicker and smaller). And before everything is ready I can't commit on my branch. In another way my computer needs near 140s of CPU to generate a page, so I am installing a server which will be accessible with a dyndns, so anybody will be able to look at my... [18:34] ...development before 1- use the branch 2- allow or encourage me to commit into main. [18:34] The other problematic project is calendars there are a lot of little changes which crashes my work ... [18:36] tikiwiki: 03jonnybradley * r33379 10/trunk/tiki-view_tracker_item.php: [FIX] trackers: Cookietab fixes (remove setcookie and smarty stuff - all you need now is to set the global $cookietab before handing over to smarty display) [18:37] *** jonnyb has quit IRC (Quit: jonnyb) [18:38] *** jonnyb has joined #tikiwiki [18:46] *** Sp4rKy has joined #tikiwiki [18:46] *** Sp4rKy has quit IRC (Changing host) [18:46] *** Sp4rKy has joined #tikiwiki [18:48] *** kiilo has joined #tikiwiki [18:49] marclaporte: could u ask fred/anyone if we could still use tiki.bigbluebutton.org for BBB meeting ? etienne didn't respond so far [18:53] ping changi [18:55] Did you receive my mail ? what do we do ? [18:57] *** kiilo has quit IRC (Quit: leaving ...) [18:57] *** kiilo has joined #tikiwiki [18:59] *** Yonixxx has quit IRC (Quit: Leaving.) [19:02] *** robertplummer has quit IRC (*.net *.split) [19:08] *** kiilo has quit IRC (Ping timeout: 255 seconds) [19:17] *** Sp4rKy_ has joined #tikiwiki [19:17] *** Sp4rKy_ has quit IRC (Client Quit) [19:24] Trebly : this is a France decision [19:24] you guys have to self-organize [19:36] OK, but who is a tiki admin in France ? In my idea, may I am wrong, but an admin is supposed to be aware of strategy and developments rhythm and contents, show and sometimes limit the path for coherency. [20:02] you don't need an admin to organize a TikiFest [20:02] but pkdille is an admin [20:07] tikiwiki: 03lphuberdeau * r33380 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker_item.php): [MOD] Move the category field to a handler [20:08] thanks. I will discuss with pkdille. Nevertheless I launch the ESIEE meeting (tikifest). [20:08] What are the means to "send" information to French and more Parisians tiki developers and users ? [20:13] tikiwiki: 03luciash * r33381 10/trunk/lib/smarty_tiki/resource.wiki.php: rollback of 31813 because it wasn't made optional and was breaking a lot of use cases... there was no activity done about fixing the issue (e.g. making it an option) as promised for more than 2 months [20:15] tikiwiki: 03lphuberdeau * r33382 10/trunk/ (lib/trackers/trackerlib.php tiki-view_tracker.php): [FIX] Categories handler to work with the insert form [20:18] tikiwiki: 03pkdille * r33383 10/trunk/lib/diff.php: No changes - coding style only [20:33] *** jonnyb has quit IRC (Quit: jonnyb) [20:37] *** Bokehmon has joined #tikiwiki [20:42] *** jonnyb has joined #tikiwiki [20:55] *** rworth has joined #tikiwiki [20:59] *** radek82 has joined #tikiwiki [21:04] *** kiilo has joined #tikiwiki [21:14] *** Bokehmon has quit IRC (Quit: If being LBGT* is such a disease, may as well call in sick to work. "Hello, can't come in today, still queer.") [21:15] *** dcedilotte has quit IRC (Quit: Leaving) [21:32] New Forum Posts: Show page creator - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40767 [21:32] New Forum Posts: page is hidden in wiki link popup - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40764 [21:32] New Forum Posts: Titles - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40757 [21:42] New Forum Posts: Show page creator - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40767 [21:42] New Forum Posts: page is hidden in wiki link popup - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40764 [21:42] New Forum Posts: Titles - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40757 [21:59] *** radek82 has quit IRC (Quit: Leaving) [22:57] *** redflo has joined #tikiwiki [23:11] *** kiilo has quit IRC (Ping timeout: 240 seconds) [23:16] *** jonnyb has quit IRC (Ping timeout: 255 seconds) [23:39] *** USlacker has joined #tikiwiki [23:57] *** Caarrie|away is now known as Caarrie|sleeping