←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Tiki|botjoined #tikiwiki [00:15]
.......................... (idle for 2h5mn)
joined #tikiwiki [02:20]
.............. (idle for 1h9mn)
panamausjoined #tikiwiki [03:29]
............ (idle for 57mn)
Caarriejoined #tikiwiki [04:26]
lukeg1joined #tikiwiki [04:34]
Tiki-KGB03lindonb r49974 10branches/12.x/lib/wizard/pages/user_preferences_params.php
[REF] user wizard: Avoid unnecessarily resetting preferences without changing values upon page load. Now only smarty variables are set upon page load and preferences only changed upon user input.
[04:42]
.......... (idle for 49mn)
marclaportejoined #tikiwiki [05:31]
....... (idle for 33mn)
marclapo1joined #tikiwiki [06:04]
............ (idle for 57mn)
marclaportejoined #tikiwiki [07:01]
Tiki|botjoined #tikiwiki [07:05]
.... (idle for 17mn)
marclapo1joined #tikiwiki [07:22]
..... (idle for 24mn)
Olaf_Stefanovjoined #tikiwiki [07:46]
.... (idle for 16mn)
redflojoined #tikiwiki [08:02]
...... (idle for 27mn)
Telesightjoined #tikiwiki [08:29]
Tiki|botNew Forum Posts: Webinar tonight (20/02/2014 - 19h00UTC) - Tiki Business - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51260 [08:31]
..... (idle for 22mn)
TomJarvisBye. [08:53]
..... (idle for 21mn)
xavi2joined #tikiwiki [09:14]
...... (idle for 25mn)
xavijoined #tikiwiki
joined #tikiwiki
[09:39]
xavi3joined #tikiwiki [09:52]
xavijoined #tikiwiki [10:00]
.... (idle for 15mn)
joined #tikiwiki [10:15]
.... (idle for 15mn)
joined #tikiwiki [10:30]
joined #tikiwiki [10:44]
.... (idle for 15mn)
joined #tikiwiki [10:59]
........... (idle for 52mn)
rodrigoprimojoined #tikiwiki [11:51]
..... (idle for 21mn)
Tiki|botRecent Bug: - error when creating new registration + user tracker: tikidb.index_hash didn't exit regardless of unified search index settings (even after disabling it) - http://dev.tiki.org/item5145 [12:12]
..... (idle for 22mn)
xavi3joined #tikiwiki [12:34]
xavijoined #tikiwiki [12:38]
joined #tikiwiki [12:47]
.... (idle for 17mn)
Tiki-KGB03jonnybradley r49975 10branches/12.x/lib/payment/cartlib.js
[FIX] cart: Improve cart event triggering adding the item params and start and error events
03jonnybradley r49976 10trunk/lib/wizard/pages/user_preferences_params.php 10trunk/lib/payment/cartlib.js 10trunk * [MRG] Automatic merge, branches/12.x 49971 to 49975
[13:04]
Tiki|botjoined #tikiwiki [13:05]
...... (idle for 26mn)
arildbjoined #tikiwiki [13:31]
................ (idle for 1h19mn)
xavileft #tikiwiki [14:50]
amette_joined #tikiwiki [14:53]
Tiki|botjoined #tikiwiki [14:55]
RobertPlummerpolom lukeg1 [15:07]
lukeg1polom! [15:07]
RobertPlummerlukeg1: Did you by chance see the commit I put in yesterday for wikiLingo and jison?
lukeg1: sticky regexp saves a ton of resources!
[15:07]
lukeg1I just pulled it a few mins ago, and saw the discussion here.
So performance improvements?
[15:08]
RobertPlummerlukeg1: Borrowing from the idea of StringReader in c#.
Yea, HUGE performance gain.
lukeg1: So in c#, php, and javascript (most languages) strings are ummutable, ie unchangeable once they are created.
lukeg1: So every time you concatenate, or truncate them, you are creating a new string(s) in memory.
[15:08]
lukeg1RobertPlummer: right [15:10]
RobertPlummerlukeg1: In the case of jison, for every match, we have a matched attribute, and an _input attribute. The matched attribute gets longer with each match, and the _input gets shorter.
lukeg1: So for larger strings, the resources needed are huge, because we are looping to find a match.
lukeg1: If we inverse this thinking, adding matches to an array (or JList), and rather than slice up a string all the time, we set an offset for the regex to start at, this whole resource bottleneck is prevented.
[15:10]
lukeg1RobertPlummer: we're looking for potentially large matches esp in FLP...so this is certainly of benefit there! [15:12]
RobertPlummerlukeg1: Oh yes, HUGE resource gain, there too, as it uses jison as well.
ur, uh, invert that.
uh.... ex it. I mean we save resources.
[15:12]
lukeg1RobertPlummer: right, LOL, that's what I figured. ;) [15:13]
RobertPlummerlukeg1: One problem is that in javascript we don't have the
G selector
except in Firefox.
So we can't really implement it there yet.
[15:13]
lukeg1boundary match? [15:14]
RobertPlummerlukeg1: So what are you working on today?
lukeg1: Have you gutted that code we talked about in FLP to be only in tiki? Also, I'd like to see about getting the custom code in rangy put in tiki rather than a custom rangy file.
[15:14]
lukeg1RobertPlummer: I'm working on getting the interaction straight between the FutureLink and FLP namespaces as we discussed. I really don't know what's specifically griping about the function not being in rangy, but I agree it needs to be addressed in tiki as opposed to mucking about in a third-party library to make mods there.
RobertPlummer: So, the goal is that tiki's FutureLink functions call to abstracted FLP functions to do the actual work, right? FutureLink = integrated tiki functions; FLP = abstracted functions with absolutely zero linkage into anything tiki-related...essentially platform/site/integration agnostic. Is my understanding correct now? :)
[15:16]
RobertPlummerlukeg1: It simply about redistribution, if you can get it into rangy, that is fine.
lukeg1: Yes, the FLP is supposed to be redistributable.
[15:19]
lukeg1RobertPlummer: Got it. Yes, my work today will be on getting FLP back to being redistributable. :) [15:20]
RobertPlummerlukeg1: ok. Also there is a meeting later where I'll be demo-ing wikiLingo. [15:21]
lukeg1RobertPlummer: When is the meeting? [15:21]
RobertPlummerhttps://tiki.org/February+2014+Webinar
(2pm)
edt/est
[15:21]
lukeg1RobertPlummer: So I just need to not break wikiLingo prior to 2:00pm today, then? ;) [15:23]
RobertPlummerlukeg1: lol, right.
lukeg1: My goal is to get the toolbars online by then, shouldn't be too hard.
lukeg1: we added a new table that you might have to implement fyi, as the upgrade script changed a few times.
tiki
ooops
tiki_output is the table name
The column we added is version
[15:23]
lukeg1RobertPlummer: I noticed svn up'd the upgrade script. So, just add that column manually to my tables is best way to do it? [15:25]
RobertPlummeryea
lukeg1: Also, last week I implemented a way to call tiki plugins from wikiLingo using the events system in wikiLingo, it is pretty clean if you get a chance to look at it, it shows sort of what flp is doing as well with events.
lukeg1: I did go overboard a bit adding a few events that may not be needed, but the idea is that it should be scalable.
[15:25]
lukeg1RobertPlummer: So will that make it possible to still use legacy (pre-wikiLingo) plugins? [15:26]
RobertPlummerlukeg1: In the two other systems drupal and wordpress, we can just use redbean. I didn't want to in tiki because it is a different ecosystem.
lukeg1: yup
lukeg1: The output of those plugins may not exactly be as expected because wikiLingo is more "strongy typed", but it is better than nothing.
[15:26]
lukeg1RobertPlummer: Yes, at least for a transitional period it makes sense not to orphan everything from the past. Good for adoption that way. [15:27]
RobertPlummerlukeg1: agreed [15:27]
lukeg1RobertPlummer: well, I'm off to update my tables! I'll let you know if I get stuck on anything. [15:28]
RobertPlummerlukeg1: np. If you have any questions, please ask, I'm always here to help.
relatively speaking ;)
[15:29]
lukeg1RobertPlummer: LOL, thanks! ;) [15:29]
Tiki|botjoined #tikiwiki [15:35]
..... (idle for 20mn)
fabriciusjoined #tikiwiki [15:55]
.... (idle for 15mn)
lukeg1RobertPlummer: This is the error I got that prompted adding a 'requireModules' stub to "/vendor/rangy/rangy/uncompressed/rangy-core.js": Module 'Phraser' failed to load: Object #<Object> has no method 'requireModules'
RobertPlummer: This causes failure on the text selection for the PastLink creation: Uncaught TypeError: Object #<Object> has no method 'isUnique'
[16:10]
RobertPlummeryou want to jump in our hangout, and i can help debug?
lukeg1: invited
[16:14]
Tiki|botjoined #tikiwiki [16:16]
joined #tikiwiki [16:26]
gavincrenshawjoined #tikiwiki
polom all
[16:28]
.... (idle for 15mn)
RobertPlummerpolom gavincrenshaw [16:43]
all: is everyone ready for the webinar?
I mean, are you all excited about it?
[16:54]
JyhemIsn't it in 3 hours ? [16:59]
RobertPlummerJyhem: Yea, I'm just excited after being off for some time.
Jyhem: You aren't?
[17:01]
Jyhem[announcement] Tiki webinar at http://tiki.org/live open to all. Description: https://tiki.org/February+2014+Webinar Starts in 3 hours
Good you mentioned it. I thought it was in 4 hours (like in summer time)
[17:01]
RobertPlummerJyhem: good find
Jyhem: You mentioned sometime before fosdem about a board you would like me to participate in, is that open for discussion here?
[17:05]
JyhemRobertPlummer: Fosdem is past, and next year's fosdem is not being planned yet. So I have no idea what the discussion would be about [17:11]
RobertPlummerJyhem: lol, ok. It didn't sound related to Fosdem, though I could be wrong. [17:11]
JyhemI think it was abouth the panel which happened in the middle of the day at Fosdem wuikis devroom. I represented Tiki. Done :) [17:14]
Tiki|botjoined #tikiwiki [17:14]
gavincrenshawjoined #tikiwiki
joined #tikiwiki
[17:25]
Tiki-KGB03koohiisan r49977 10branches/experimental/wikiLingo/lib/rangy_tiki/rangy-phraser.js
Prevent error calling nonexistent requireModules function in v1.3 of vendor/rangy.
[17:34]
RobertPlummerJyhem: Oh ok. [17:35]
.... (idle for 15mn)
Tiki|botjoined #tikiwiki [17:50]
marclaportejoined #tikiwiki [17:53]
Tiki-KGB03koohiisan r49978 10branches/experimental/wikiLingo/lib/rangy_tiki/rangy-phraser.js * Slight tweak to correctly require modules for rangy function. [17:56]
Tiki|botjoined #tikiwiki [17:56]
Jyhem[announcement] Tiki webinar at http://tiki.org/live open to all. Description: https://tiki.org/February+2014+Webinar Starts in 2 hours [18:00]
Tiki-KGB03koohiisan r49979 10branches/experimental/wikiLingo/composer.json * List FLP as a required dependency of wikiLingo to be installed via Composer. [18:02]
..... (idle for 23mn)
Tiki|botjoined #tikiwiki [18:25]
...... (idle for 25mn)
joined #tikiwiki [18:50]
Bsfezjoined #tikiwiki
Polom
Reminder, tiki Webinar of the month is in 1h (and 5 minutes)
Hope to see you there !
http://live.tiki.org/
Bernard
[18:54]
Jyhem[announcement] Tiki webinar at http://tiki.org/live open to all. Description: https://tiki.org/February+2014+Webinar Starts in 1 hour
oh, hi Bsfez
[19:01]
Tiki|botNew Forum Posts: Reminder Tiki Webinar is in 1h (and 6minutes) :) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51264 [19:02]
Bsfezjoined #tikiwiki [19:15]
gavincrenshawjoined #tikiwiki [19:18]
......... (idle for 40mn)
Bsfezjoined #tikiwiki [19:58]
jonnybjoined #tikiwiki [20:03]
Jyhem[announcement] Tiki webinar at http://tiki.org/live open to all. Description: https://tiki.org/February+2014+Webinar Starts NOW [20:03]
jonnybpolom
thanks Jyhem - i always think it's 8pm for me (summer time)
[20:03]
RobertPlummerpolom jonnyb [20:05]
Jyhemso did I, jonnyb [20:06]
jonnyb:) [20:06]
marclaportejoined #tikiwiki [20:10]
Tiki|botjoined #tikiwiki [20:10]
....... (idle for 30mn)
joined #tikiwiki [20:40]
New Forum Posts: Code Plugin display issue - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51265 [20:52]
crinklejoined #tikiwiki [20:53]
........ (idle for 38mn)
kbishopjoined #tikiwiki [21:31]
........ (idle for 35mn)
Tiki|botjoined #tikiwiki [22:06]
Lonecrowjoined #tikiwiki [22:06]
Gavinjoined #tikiwiki [22:06]
crinklejoined #tikiwiki [22:07]
refizuljoined #tikiwiki [22:07]
Tiki-KGBjoined #tikiwiki [22:07]
TomJarvisjoined #tikiwiki [22:08]
Tiki|botRecent Bug: - Adding a wiki page templte or template page to a tracker - http://dev.tiki.org/item5146 [22:12]
New Forum Posts: Webinar Summary - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51266 [22:22]
....... (idle for 32mn)
joelobre1htjoined #tikiwiki [22:54]
sipherdeejoined #tikiwiki [23:03]
marclaportejoined #tikiwiki [23:05]
crinklejoined #tikiwiki [23:06]
refizuljoined #tikiwiki [23:06]
Tiki-KGBjoined #tikiwiki [23:06]
fergyjoined #tikiwiki
Finally figured out the menu.
[23:10]
Tiki|botjoined #tikiwiki [23:25]
fabriciusjoined #tikiwiki [23:28]
joelobrechtjoined #tikiwiki [23:28]
marclaportejoined #tikiwiki [23:35]
Tiki-KGBjoined #tikiwiki [23:36]
refizuljoined #tikiwiki [23:36]
crinklejoined #tikiwiki [23:36]
Tiki-KGBjoined #tikiwiki [23:46]
refizuljoined #tikiwiki [23:46]
crinklejoined #tikiwiki [23:46]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)