IRC logs of #mantisbt for Monday, 2014-07-07

*** paradoxum <paradoxum!b4b72e0a@gateway/web/freenode/ip.180.183.46.10> has joined #mantisbt00:36
paradoxumHi everybody00:36
paradoxumIs there a way to put a custom design to this tool to let it look a little more "fancy"?00:38
*** paradoxum <paradoxum!b4b72e0a@gateway/web/freenode/ip.180.183.46.10> has quit IRC00:47
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has quit IRC00:59
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has joined #mantisbt01:07
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has joined #mantisbt01:19
*** kirillka <kirillka!~Miranda@195.242.142.17> has joined #mantisbt01:20
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has quit IRC01:40
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt02:47
*** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt03:08
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC03:27
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt03:46
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has joined #mantisbt04:26
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has quit IRC05:10
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has joined #mantisbt07:12
*** giallu <giallu!~giallu@fedora/giallu> has quit IRC07:23
GitHub[mantisbt] dregad pushed 3 new commits to master: http://git.io/PGzmwQ08:22
GitHubmantisbt/master 440ac7c Damien Regad: Fix syntax error08:22
GitHubmantisbt/master f0885d9 Damien Regad: Simplify code and fix system notice in Timeline...08:22
GitHubmantisbt/master c593f90 Damien Regad: Fix 'Undefined index: _stats' notice in bug API...08:22
GitHub[mantisbt] dregad pushed 1 new commit to master: http://git.io/gFhdrw08:35
GitHubmantisbt/master 4ef0e69 Murray Crane: Detect and block conflicting edits...08:35
Kunda401: github No such nick/channel08:36
Kunda?08:36
*** dregad <dregad!~dregad@77-234.193-178.cust.bluewin.ch> has joined #mantisbt08:52
GitHub[mantisbt] dregad pushed 1 new commit to master: http://git.io/1XJ-9w09:04
GitHubmantisbt/master 4fbd340 Paul Richards: Fix invalid enumeration string value display...09:04
*** kirillka <kirillka!~Miranda@195.242.142.17> has quit IRC10:02
*** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt10:23
GitHub[mantisbt] dregad pushed 1 new commit to master: http://git.io/pp_mGQ10:36
GitHubmantisbt/master c2513b1 Damien Regad: Logging API: fix array to string conversion notice...10:36
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has quit IRC10:57
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has joined #mantisbt11:44
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has quit IRC11:49
*** gingerling <gingerling!~gingerlin@host-92-11-50-195.as43234.net> has quit IRC12:36
GitHub[mantisbt] dregad pushed 4 new commits to master: http://git.io/ricVeg13:17
GitHubmantisbt/master adafb1c Damien Regad: Revert use of (bool) typecast...13:17
GitHubmantisbt/master 1a44434 Damien Regad: Consistently use db_prepare_bool() for boolean columns...13:17
GitHubmantisbt/master e48ac09 Damien Regad: Update constants to be consistent with underlying db column type...13:17
*** giallu <giallu!~giallu@fedora/giallu> has quit IRC13:29
* paulr pokes dregad13:57
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt14:01
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt14:03
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC14:05
GitHub[mantisbt] dregad pushed 1 new commit to master: http://git.io/EfFs5Q14:06
GitHubmantisbt/master 64af35e Damien Regad: Revert inadvertant update of ADOdb submodule...14:06
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC14:08
dregadpaulr i'm here but briefly14:11
dregadjust realized i f***ed up14:11
paulrre: db_prepare_bool - i know about that - think we can actually handle it within db_query_Bound as is hence my change although I didn't communicate that14:12
paulrI'm still trying to work out what you did with submodule and why it's a problem?14:12
* paulr thought dregad wanted to update submodule?14:12
dregadwhen I committed adafb1c14:12
dregadI did 'git add .'14:12
dregadso it updated the submodule14:12
dregadbut that was not intentional14:12
dregadas the submodule update belongs in adodb branch14:12
dregadand requires other fixes to work14:12
paulrahh i see14:12
dregadso i just reverted that14:12
dregadthat'll teach me to do things in a rush14:13
dregadthe rest is fine14:13
dregadso basically i did what you wanted, i.e. split the 3 disticnt changes in adodb pull request14:13
dregad1. pgsql changes14:13
dregad(boolean stuff)14:13
dregad2. logging api14:13
dregad3. adodb14:13
paulryea, hoping we can fix the boolean stuff within db query bound but that's another thing14:14
dregadthe last bit needs rework due to your changes of db_query_bound()14:14
paulrdo you want to see what the firebug thing looks like?14:14
dregadi can see it locally now14:14
paulrahh ok :)14:14
dregadi never used it before really14:14
paulrI've not used it recently14:14
paulrI used to use it a lot14:14
paulras it was cleaner then the table at bottom of webpage14:14
paulri.e. could see debug output without messing up page14:15
dregadwell i tend to log to file14:15
dregadand have a terminal window with tail -f14:15
paulrvictor's dude did some nice work on design14:15
dregadyes i like it a lot overall14:15
paulrit would have been nice to get a list mail first14:15
dregadi don't mind14:16
dregadI have no major objections to his architectural choices14:16
dregadand i prefer to base the discussion on something concrete14:16
paulryea, bootstrap = what everyone uses14:16
dregadrather than abstract high-level discussions not leading anywhere14:17
paulrI recall reading a few months ago that boostrap wasn't very good on mobile devices14:17
paulrbut I think that's been 'fixed' with 314:17
dregadI have never used bootsrap myself14:17
paulrI'm quite keen when we do a redesign that it works on mobile devices out the box as well as web browsers14:17
dregadabsolutely14:18
dregadBTW travis build fixed now on master14:18
paulrMantisTouch being something that you'd use as a security layer thing14:18
paulrbtw, the missing timeline semi-colon, was that me?14:18
dregaddidn't check - i just fixed it14:18
paulrI spotted 1 other type of $total -> $t_total in what is final batch14:19
paulrand then I promise i'm done ;)14:19
paulrmy plan to push ruleset for codesniffer turned into not getting home form work until 10pm every night last week14:20
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has joined #mantisbt14:20
paulrI got home from work on friday early (at 8pm), sat down in front of PC and fell asleep14:20
paulrdo you ever talk to rombert not on irc?14:20
paulrerm email14:20
dregadyeah it was you: https://github.com/mantisbt/mantisbt/blame/5458f702/core/classes/MantisColumn.class.php#L5414:21
dregadre: rombert - rarely14:22
paulrhe was supposed to be sending a mail about soap api14:22
dregadhe's been busy lately, between work and having another kid14:22
paulrI asked him about fixing some stuff / changing in SOAP api and think he basically said scrap it14:23
dregadgotta go14:23
paulrhe was gonna send an email about that chat as I wanted itt o be clear14:24
dregadmight be back later, not sure14:24
paulrcua later14:24
paulri'm gonna try and get code style stuff finalised tongiht14:24
paulrand build process14:24
paulri'll mail/write14:24
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt14:52
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt14:55
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC14:59
*** SJrX is now known as SJr15:12
*** SJr is now known as SJrX15:13
*** SJrX is now known as SJR15:13
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC15:28
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt15:28
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt15:32
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC15:33
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has quit IRC15:35
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has joined #mantisbt15:39
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has quit IRC16:05
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has joined #mantisbt16:10
*** SJR is now known as SJr16:47
*** wolog <wolog!~wolog@195.154.180.41> has left #mantisbt17:08
*** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt17:11
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC17:14
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt17:15
*** giallu <giallu!~giallu@fedora/giallu> has quit IRC17:16
dregadpaulr i'm back for 30 min or so17:17
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC17:19
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt17:23
dregadpaulr you there ?17:37
jreesedregad: how goes it? :)17:39
dregadhi john17:40
dregadi'm fine thanks17:40
dregadstill job hunting though17:40
jreesesorry to hear that17:40
dregadyou ?17:42
jreesedoing well17:42
jreesealways busy here17:42
jreesetrying to find a house though, which is crazy in this market17:42
jreeseI could buy a "mansion" in my hometown in Ohio for the price of a tiny shack out here...17:43
dregadreminds me of when i was thinking about relocating to boston17:44
dregadand i thought geneva was expensive17:44
jreeselol17:44
jreeseyeah, the three most expensive cities in the US are New York, San Francisco, and Boston17:44
dregadgo see mark, ask for a raise and buy that mansion, man ;)17:45
jreeselol17:45
jreeseI wish it was that easy17:45
dregadok, v2... hack mark's e-mail, send a mail to HR, get a raise17:46
dregadhow's that sound ?17:46
jreesemore complicated and prone to getting fired than I'm confortable with :P17:46
dregadchicken17:50
dregad;)17:50
dregadyou're left with going to Vegas then17:50
dregadthat might be fun, even17:50
jreesewe want to stay in the bay area :P17:51
jreeseotherwise we'd probably already be living somewhere cheaper17:51
dregadfinding the right house (at a decent price) is always difficult to say the least17:54
jreeseatm, we're more worried about finding *anything* at a price we can afford... :'(17:56
dregadouch17:56
dregadthat bad17:56
jreesewouldn't be a problem if I didn't still have a pile of student loan debt that I have to pay every month17:56
jreesecould easily afford something that way17:57
dregadah yes the joys of cheap US universities18:00
dregadmany of my friends went to the army to pay for college18:00
jreeseyeah, I have a friend that did the same, but then that means you have to be in the army for four years...18:02
dregadyep...18:02
dregadone of my buddies went to Irak even :(18:03
jreeseyeah, my friend ended up in Afghanistan18:03
jreeseno thanks18:03
dregadno shit18:03
dregaddoes your lady work too ?18:05
jreeseyeah, but without a degree or "prior experience", she can't really get much more than a receptionist position, and for the same student loan reason, we can't really afford for her to get a degree either18:06
jreesestudent financial aid only ever looks at total household income, not income/debt ratio or local cost of living or anything useful like that18:07
dregadit would be too easy18:08
dregadif it makes you feel better, sometimes a degree does not help18:08
jreese"oh, you make six figures? you can obviously afford to pay the full tuition, ignoring the fact that rent alone costs you $30k a year18:09
dregadi have a friend, graduated in international studies, speaks 5 or 6 languages, can't get more than a glorified executive assistant job18:09
dregadthat's what you get for being a (not so good-looking) girl in today's job market18:09
jreesedregad: true, but even worse is when you're completely qualified for a position, and they need people to fill that position, but they refuse to even call you back because you don't have a piece of paper that says you spent obscene amounts of money to sit in class for two or more years...18:10
dregadi was not referring to your wife with the looks comment btw18:10
jreeseI assumed :P18:11
* dregad sighs of relief18:11
dregadyou know, looking at job offers for the past 6 months or so18:12
dregadit seems you can't get anything without having a master's these days18:12
dregadin IT I mean18:12
jreesethe sad part is that even with her experience as a receptionist, and past experience as a mail-order pharmacy tech, she still can't even get people to call her back about half of the receptionist positions she applies for18:12
dregadand you can shove your 20 years of experience up your arse18:12
dregadyeah it sucks18:13
jreesethat's pretty much what I went through when I graduated, and had already been working in the industry for three years; everybody was looking for "senior" positions because it was a recession and they wanted to get more experienced workers at half cost18:13
jreesetook me five months to get a reasonable interview, let alone get an offer18:14
jreeseit was a good thing I'd built up savings while I was in school18:15
jreesehad to cash in the 401k I'd built up too18:15
dregad401k is the retirement pension fund, right ?18:16
jreeseyeah18:17
jreeseyou can cash it out early, but you take a big tax hit because it's pre-tax investment18:17
dregadwe got similar thing here18:20
dregadbut you can only take it out to buy a house18:20
paulrdregad: moo18:20
paulrwas here but client didn't beep18:21
paulr[23:03:08] <dregad> one of my buddies went to Irak even :(18:21
paulr[23:03:27] <jreese> yeah, my friend ended up in Afghanistan18:21
paulrI sooo misread that18:21
dregadoh so paulr didn't fall asleep after all18:21
* paulr read that as "one of my buddies woke up in iraq"18:21
jreeseclose enough18:22
paulrsomeone at work's friend apparently18:22
paulrwhen they were younger used to drink whiskey/vodka/whatever and go to his car (they used ot hide car keys or whatver)18:22
paulrone day apparently woke up 200 miles away at other end of UK and couldn't remember how he got there with an empty bottle in car18:23
dregaddid they steal his kidneys too ? ;)18:23
paulranyway, I digress18:23
paulrdunno but if you seen UK roads18:23
paulrgetting anywhere is fun :P18:23
paulranyway,18:24
paulri've got one final commit on code formatting once i test it18:24
paulrthink I actually fix a couple of issues that got by in first pass18:25
paulror more, got lost in spam output of stuff I didn't want to fix from rules as rules needed tidying18:25
paulrand then I need to see if i can get that testing thing you guys like to work18:25
paulrerm, whatever website it's called :)18:25
paulr--18:26
paulrin terms of db_prepare_bool/query_bound, damien, if you look, there's actually some historical logic for trying to handle bools (printing more so)18:26
paulri'm kinda hoping we can use that idea/concept and drop db_prepare_bool18:26
paulras that'll be a better fix for a) future b) for plugins, as our documentation for ages basically says we depcreated the db_prepare stuff since 1.218:27
dregadi'm fine with that, but whatever you do, do it in one go and make sure it does not break postgres or oracle18:27
paulr(in fact, even goes further to say, we were gonna remove the function in 1.2)18:27
paulrhttp://www.bbc.co.uk/travelnews/londonm25/trafficcameras/highwaysagency/14265 << that's motorway at 23:30 near me - hardly completely quiet18:27
* paulr nods18:27
dregadconsequently, it's probably something to bundle with the new db layer in 2.x18:27
paulrI think we can do it before safely18:28
paulras a side note, given rafik mock up idea today18:28
dregadfine, submit a pull request then18:29
paulrwe need to work out what we doing with 1.318:29
dregadon the similar topic, i've been trying to fix the ADOdb::Execute vs db_query_bound null => false thing18:29
paulr(that should be easy)18:30
dregadNow that you're added type hinting to db_query bound18:30
paulri'm tempted to say set query_bound to array()18:30
dregadthat only leaves us with callers passing 'null'18:30
paulrand always pass in empty array18:30
dregadthat's what I was going to ask you18:30
dregadoption 1: array $p_arr_parms = null (i.e. as you have it now)18:31
paulrI'm *hoping* we can improve stuff  for end users be documenting/simplifying types18:31
paulrsome of the functions took me 2-3 attmepts to actually get the types right myself ;)18:31
dregadand we add a if( is_null( $param )) $param = array();18:31
dregadoption 2: array $p_arr_parms = array()18:31
dregadand refactor every call in Mantis that passes null to send array() instead18:32
dregadI don't think there's that many cases actually18:32
paulrthere's about 8 max18:32
dregadso option 2 might be best18:32
paulroption 2 simplifies code18:33
paulror at least, is more logical to user18:33
paulryou either do:18:33
paulrdb_query_bound(x)18:33
paulrdb_query_bound(x, array())18:33
paulrdb_query_bound(x, array(Y,Z))18:33
paulrwhere 1+2 mean same thing18:33
dregadyea18:33
paulrmuch better/simpler for people to remember then this null/false crap :)18:34
dregadoption 1 is the same, except you have the option to do18:34
dregaddb_query_bound(x, null)18:34
dregadand the function changes that to array()18:34
dregadso we have backwards compatibility (also with plugins)18:34
paulrside note 2: at some point we should s/db_bound/db/18:35
paulrI expect the number of plugins passing null|false to db_query_bound is ~018:35
dregadEventLog/EventLog_api.php:      $t_result = db_query_bound( $t_query, null, $p_per_page, $t_offset );18:36
dregadEventLog/EventLog_api.php:      $t_result = db_query_bound( $t_query, null );18:36
dregadmantweet/.git/rr-cache/6bdfbd930a42f834065d85b36f2b0c9a77b3cbdb/preimage:       $t_result = db_query_bound( $t_query, null, $p_per_page, $t_offset );18:36
dregadmantweet/.git/rr-cache/6bdfbd930a42f834065d85b36f2b0c9a77b3cbdb/preimage:       $t_result = db_query_bound( $t_query, null );18:36
dregadmantweet/.git/rr-cache/6bdfbd930a42f834065d85b36f2b0c9a77b3cbdb/preimage:       $t_result = db_query_bound( $t_query, null, 1 );18:36
dregadmantweet/mantweet_api.php:      $t_result = db_query_bound( $t_query, null, $p_per_page, $t_offset );18:36
dregadmantweet/mantweet_api.php:      $t_result = db_query_bound( $t_query, null );18:36
dregadmantweet/mantweet_api.php:      $t_result = db_query_bound( $t_query, null, 1 );18:36
dregadso it's not 018:37
paulrmy biggest question atm, is we probably need to consider whether we actually want a 1.3 release18:37
* paulr nods18:37
dregadand that does not cover the case where params are assigned in a variable, or on multiple lines18:37
paulrnod18:37
dregadi strongly believe we need 1.318:37
dregadget it out of the way18:37
paulrnod18:38
dregadand give a last "old-stle" update to users18:38
dregadthen we focus on new stuff18:38
paulrI was expecting us to start looking at updating mantis design in 2.0/after 1.318:38
paulrdidn't realise we'd 'looked' :P18:38
dregadme neither, but that was a nice surprise actually18:38
* paulr nods18:38
dregadand BTW I didn't realize "we" looked :P18:39
paulrI'm hoping i was fairly polite in being positive whilst playing word games over "we are 100% behind bootstrap"18:40
dregadyou're just being an ass18:40
paulr:)18:40
dregadhe did good work18:40
dregadand honestly, would you really want something else ?18:41
dregadpersonally I don't care18:41
paulrtbh, I want a UI that works out the box on a mobile phone18:41
paulras well as a PC18:41
dregadI'll check it out from the phone and tablet when i have some time18:41
paulrbefore bootstrap 3, I think 2 got some hassle for not being mobile friendly18:41
paulri'm assuming that's a legacy thing18:42
dregadbut in theory bootstrap 3.x is designed from ground up to be mobile-ready18:42
paulrwhat i'd more have liked to have seen was a more public discussion18:42
paulrwe've got some users that have come along with design befores18:42
paulrand have good ideas (after all, they use it daily)18:42
dregadi know but that never went anywhere18:43
paulrit would be nice to have got some input from them early on18:43
paulrfor instance, side bar vs top navigation18:43
paulrboth can work, both are good/nice18:43
dregadre: mobile support http://getbootstrap.com/css/#overview-mobile18:44
paulrhttp://phabricator.org/ for instance makes good use of the side bar navigation type thing18:44
dregadon pc i like the side bar because screens are wider than high18:44
* jreese likes phabricator for code review18:44
dregadbut on mobile phone in portrait mode, top-menu is better18:45
paulrtrac for instance ( http://trac.edgewall.org/report ) keeps things in a top naivigation style like mantis18:45
jreeseI'm probably biased though since it was originally created for use at Facebook :P18:45
dregadi hate trak18:45
paulrin any case, whilst I do think we need to get 1.3 finalised within the next couple of weeks18:46
paulrI'm starting to wonder how long 1.3 might last18:47
paulrand whilst it might seem a strange approach18:47
paulrmy going through with phpcodesniffer rules and trying to standardise was to actually make 1.3 last longer by stopping you+me fiddling with layout sometimes :)18:47
paulr(as we both have a bit of a habit to do that, probably you more often on a small scale, and me slightly less often but on a large scale)18:48
dregad1.3 still makes sense as an incremental update with maximized compatibility so users can benefit from new features without risking to break everything they have18:49
* paulr nods18:49
paulrI was planning on:18:49
* paulr sighs18:49
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC18:50
paulrright, my rough idea i was planning on seeing how far i could get through was:18:50
paulra) standardise code18:50
paulrb) make it part of build18:50
paulrc) see if I can do any of the db query syntax in a way that's backwards compatible [ to reduce patchset a bit]18:51
paulrd) for 'next', I wrote a plugin that moved custom functions to plugin events - dig that code out and update18:51
paulre) update other branches/PR for a-b above18:52
paulrbut then, we have moving goal posts18:53
paulrand realistically, we need to pick a date in 2  weeks time for 1.3alpha lets say18:56
paulror something18:56
paulrotherwise we'll keep moving18:56
dregadI'm doing as much as I can, but I can't commit on time18:56
dregadbecause of job hunt mostly (and some vacation too)18:57
paulrnod18:57
paulri think my point was more18:57
paulrwe've got an issue tracker with 20023233232 issues in18:57
paulrwe've got 4-5 people with various amounts of time and 5894854 ideas18:57
dregadAnyway if you don't further object to merging ADOdb after the changes I'm hoping to submit tonight for review, we should be almost ready18:57
paulrtbh, just commit the adodb18:58
paulras what you had before was fine18:58
paulrand what you do tonight is gonna sync it up18:58
paulrand we've concluded we want array() and to simplify18:58
paulras I say, i'm gonna stop fiddling with whitespace and naming of variables and brackets soon18:59
paulrat which point, that's list email to say tell me if i've misunderstood any formatting or missed anything19:00
paulrsome work to make sure other people can run what I've been using to format/tidy codebase (otherwise i'm gonna be permanently busy)19:00
paulrand then i'll probably move on to seeing if I can break up some patches i've written before into chunks for review19:00
paulrand that task is either digging the holes for the new goal posts or lengthening the lifetime of 1.3 depending on how you look at it19:03
paulrright, I need sleep19:06
paulri'm estimating tomorrow night or wednesday night i'll have finished going over code/naming19:09
paulrtomorrow night = if I don't end up at work until 9pm19:09
paulrwednesday if i do19:09
paulr*gone*19:12
dregadnite19:12
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has quit IRC19:43
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has joined #mantisbt19:44
*** dregad <dregad!~dregad@77-234.193-178.cust.bluewin.ch> has quit IRC19:44
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has quit IRC19:55
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt20:38
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has joined #mantisbt20:40
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt20:40
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC20:43
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has quit IRC20:51
*** dejalexa_ <dejalexa_!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC20:53
*** Protogenes <Protogenes!~Protogene@dslb-088-074-063-075.pools.arcor-ip.net> has quit IRC21:33
*** Kunda <Kunda!~sphenoid@cpe-68-201-94-52.stx.res.rr.com> has joined #mantisbt22:29
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has joined #mantisbt22:38
*** dejalexander <dejalexander!~dejalexan@61.143.208.46.dyn.plus.net> has quit IRC22:51

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