Wednesday, 2010-03-03

*** tantek has quit IRC00:14
*** JED3 has quit IRC00:20
*** luisv has quit IRC00:22
*** BjornW has quit IRC00:24
*** tantek has joined #cc00:28
*** JED3 has joined #cc00:29
*** tantek has quit IRC00:39
*** oshani has quit IRC00:52
*** Cid has left #cc01:07
JED3paroneayea, you still around?01:12
paroneayeaJED3: via my phone on the bus, yes01:12
paroneayeasup01:12
JED3heh, nm its not that important. was going to ask you to take another sanity check on that api stuff.  i've implement you+nathan's suggestion of a decorator01:14
*** pmiller has joined #cc01:14
*** pmiller has left #cc01:15
paroneayeaah... remind me tomorrow :)01:15
JED3will do, have a good one01:15
paroneayeaeasier to dco code reviews from real computers ;)01:15
*** akozak has quit IRC01:29
*** mralex has quit IRC01:44
*** mralex has joined #cc01:46
*** mralex has quit IRC01:48
*** oshani has joined #cc02:01
*** Kaetemi has quit IRC02:13
*** JED3 has quit IRC02:39
*** pyrak has joined #cc02:52
*** oshani has quit IRC03:14
*** pyrak has quit IRC03:43
*** nkinkade has quit IRC04:01
*** martinikis has joined #cc04:12
*** martinikis has quit IRC04:15
*** dryicerx has joined #cc04:55
*** odemia_ has joined #cc05:44
*** Odemia has quit IRC05:44
*** JoiIto has quit IRC05:49
*** wormsxulla has quit IRC06:38
*** wormsxulla has joined #cc06:47
*** tantek has joined #cc07:05
*** tantek_ has joined #cc07:08
*** tantek has quit IRC07:09
*** tantek_ is now known as tantek07:09
*** fieldse has quit IRC07:10
*** BjornW has joined #cc09:30
*** BjornW has quit IRC10:48
*** Clochard-36 has joined #cc11:26
*** Clochard-36 has left #cc11:27
*** BjornW has joined #cc11:40
*** BjornW_ has joined #cc11:51
*** nkinkade has joined #cc12:48
*** anttil has quit IRC14:13
*** anttil has joined #cc14:15
*** anttil has quit IRC14:28
*** tvol has joined #cc14:36
*** pyrak has joined #cc14:56
*** oshani has joined #cc15:15
*** oshani has quit IRC15:57
*** tvol has quit IRC15:58
*** oshani has joined #cc15:59
*** anttil has joined #cc16:04
*** oshani has quit IRC16:16
*** oshani_ has joined #cc16:16
*** Kaetemi has joined #cc16:29
*** Kaetemi__ has joined #cc16:38
*** Kaetemi has quit IRC16:39
*** jgay has joined #cc16:44
*** Kaetemi__ is now known as Kaetemi17:11
*** michi has joined #cc17:21
*** oshani_ has quit IRC17:23
*** oshani has joined #cc17:26
*** fieldse has joined #cc17:44
*** BjornW has quit IRC17:54
*** anttil_ has joined #cc18:24
*** anttil__ has joined #cc18:24
*** JED3 has joined #cc18:37
JED3nkinkade, ping18:41
nkinkadeJED3: Hi.18:41
JED3hey, do you know if civicrm records a timestamp of when a receipt is received after a contribution?18:42
JED3i'm seeing a datetime, but does it store anything with a higher precision?18:42
JED3err a "date"18:42
nkinkadeJED3: Yeah, I think it records a full date.18:43
nkinkadeJED3: Hmm.  You're right, no timestamp, just a day.18:44
nkinkadeHowever, when I store receipt_data I give it a full datetime.18:44
nkinkadeThe fact that it stores no time for a contribution almost constitutes a bug in my eyes.18:45
JED3yeah, i'm wondering if the payment processors are taking longer now than they have in the past?18:45
JED3because i feel that it was only until recently that we got this surge of "where's my login" emails18:45
JED3the invites are scheduled to go out every 5 min in cron18:46
JED3but a contribution's status doesn't seem to be updated until 20-30 min after a donation18:48
JED3i feel as if it used to be much sooner than that, which is why i ask if you know of a table column that could provide that sort of information18:48
JED3nkinkade ^^18:49
*** akozak has joined #cc18:49
*** michi has quit IRC18:50
*** nathany has joined #cc18:53
*** luisv has joined #cc19:05
nkinkadeJED3:  There is no good way to find out precisely how much time there was between a donation and the database updating.19:07
nkinkadeThe cronjob that pulls donations down from PayPal runs every 15 minutes.19:07
nkinkadeSo presumably the time should always be less than, say, 16 minutes.19:07
nkinkadeI have an open ticket to look into using IPN to trigger a run of the script.19:08
nkinkadeThe only problem is that I *believe* that only one instance of the script can run at a time.19:09
nkinkadeIt's something I need to look into.19:09
JED3nkinkade, why can only one instance run at a time?19:16
nkinkadeJED3: Some lock that the script institutes.  Why the lock exists, I'm not sure.19:19
nkinkadeI'll ask on #civicrm19:19
JED3ohh ok, its probably doing a write to the contributions table19:19
nkinkadeYeah, but MySQL should have it's own locks.19:20
nkinkadeI would think.19:21
nkinkadeJED3: I just asked on #civicrm and Lobo said that the possibility exists for two processes to be run close enough back to back that duplicate entries could appear.19:33
nkinkadeI mean, for me 15 minutes for a receipt isn't too bad, and up to, say, 20 minutes for CC.net.19:35
nkinkadeIt's a fast world we live in but 20 minutes for something like an invite to CC.net doesn't unreasonable.19:35
nkinkadeAnd that's 20 minutes max.19:36
nkinkadeOn average it should be more like 10.19:36
nkinkadeLobo also suggested that the lock may not be as necessary if we were to fetch from PayPal by transaction id.19:37
JED3yeah, i dont think that 20 minutes is unreasonable by any means, but I think that latency is pretty bad compared to other website registrations which is why people have a zero patience heh19:37
nkinkadeWhich makes sense.19:37
nkinkadeI'm guessing that our current apparently issue has less to do with impatience and more to do with a lack of information.19:38
nkinkadeI don't think we'd get any of those emails, or even any complaints, if people knew up front that it might take up to 20 minutes.19:38
JED3nkinkade, yeah that is almost certainly the main culprit for the deluge of emails19:44
nathanynkinkade, JED3, paroneayea: my meeting with ML is running long, and I forgot my vaccination record @ home; can we push our meeting off to tomorrow?19:47
nkinkadenathany: No problem.19:48
paroneayeanathany: yes19:48
JED3nathany, y19:48
akozakshit nathany, sorry, i totally forgot the sync was moved20:02
*** fieldse has quit IRC20:02
akozakoh20:03
akozakhaha20:03
akozaki should have read the buffer first20:03
nathanyakozak, no worries :)20:05
*** akozak has quit IRC20:17
*** nathany has quit IRC20:21
nkinkadeJED3: paroneayea: Did either of you created any new git repo called zzz?20:32
paroneayeankinkade: nope20:32
nkinkadeOn March 1.20:32
JED3nkinkade: yes that was me20:33
nkinkadeJED3: What is it?20:33
paroneayeaJED3 is sleep-coding20:33
nkinkadeFor some reason it's the only repo that doesn't end in .git20:33
JED3lol, its a convention i use for marking projects/branches as deprecated20:33
JED3nkinkade: its a folder20:33
nkinkadeJED3: Ah.20:34
nkinkadeI only noticed because it was causing this to fail:20:34
nkinkadeif [ ${repo:(-4)} != '.git' ]; then20:34
nkinkadeSince it's only 3 letters.20:34
JED3ahh20:34
nkinkadeI guess it's a bug in the script. :-)20:34
JED3:) who knows, maybe its a "rule" that a repo must be 4 char or more20:35
JED3which script is that?20:36
nkinkadeJED3: Nope, it's just a shell script to generate the list of repositories for cgit, which runs /viewgit/20:36
JED3o ok20:36
nkinkadeI just need to change the script so that it doesn't blurt errors when it comes across directories less than 4 chars.20:36
nkinkade:-)20:36
JED3awesome20:37
JED3oh fwiw, if you anyone wants to perform some spring cleaning on our git repo.s, i'd be glad to help out20:37
JED3it would be really convenient if all the projects were in git ;)20:39
*** wormsxulla has quit IRC20:44
*** wormsxulla has joined #cc20:55
*** luisv has left #cc21:02
*** akozak has joined #cc21:07
akozaksomething is wrong with the font in these screenshots: https://wiki.ubuntu.com/Brand21:20
akozakdo not like21:20
greg-gI don't like the min/max/close buttons being on the left, and the wifi signal strength icon, too freaking mac-ish21:21
greg-g(we've been discussing this in #ubuntu-us-mi already ;) )21:21
paroneayeawell apparently the new COO of canonical has only barely used GNU/Linux until a few weeks ago, and is a mac fanboy :)21:23
paroneayeahis words, not mine:21:23
paroneayeahttp://interviews.slashdot.org/story/10/03/02/186206/Matt-Asay-Answers-Your-Questions-About-Ubuntu-and-Canonical?from=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+slashdot%2FeqWf+%28Slashdot%3A+Slashdot%2921:23
paroneayeawell okay, not his words exactly :)21:23
paroneayeabut he pretty much says that there21:23
paroneayeaFTA:21:25
paroneayeaHere's a personal example. In my new role, I have switched from using Mac OS X to Ubuntu Linux. I've been using a Mac since 2002 when I switched off Windows. This switch would have been painful but for the fact that Firefox runs so well on Linux, and gives me access to a range of online services (like Google Calendar) that I was using before on the Mac. It would have been doubly so if I couldn't keep using Tweetdeck and other software21:25
paroneayeato which I'd grown accustomed on my Mac.21:25
paroneayea21:25
paroneayeaOver time, I'm sure I'll migrate to open-source alternatives, for the same reason I used Adium, not iChat, on my Mac: the open-source alternatives are often the best available.21:25
* greg-g holds back his comments for now, since he should be doing work21:26
paroneayeaI would be interested in hearing your comments though greg-g :)21:27
paroneayeanot to distract you too heavily from your work ;)21:27
* JED3 sighs after reading matt asay's slashdot interview21:30
*** JED3 has quit IRC21:47
*** JED3 has joined #cc21:48
*** k9d-925 has quit IRC22:10
*** luisv has joined #cc22:18
JED3paroneayea: ping22:18
paroneayeaJED3: ⓟⓞⓝⓖ22:19
JED3haha, hey not to be a nuisance, but whenever you add that bit to the answers() method, will update the version of the egg as well?22:21
JED3will you*22:21
paroneayeaoh, what we were talking about this morning in cc.license?22:21
paroneayeaI thought you were adding it22:21
JED3ohh okay, yeah I can do it22:23
JED3might it break some test cases?22:23
paroneayeanot sure, can always run the test cases and find out :)22:24
paroneayeacc.engine doesn't use it22:24
JED3alrighty22:24
paroneayeaI don't think anything else does either22:24
paroneayealet me know when you make the changes and I'll re-release though22:25
JED3okay22:27
*** nb has quit IRC22:27
*** JoiIto has joined #cc22:30
*** nb has joined #cc22:37
*** JoiIto has left #cc22:54
*** jgay has quit IRC22:59
*** parker-fcnyu has joined #cc23:04
*** parker-fcnyu has quit IRC23:20

Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!