WebGUI irc logs from: 2013-05.log

--- Log opened Wed May 01 00:00:08 2013
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has quit [Quit: ircII EPIC4-2.10 -- Are we there yet?]01:57
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:38
-!- daviddelikat1 [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]06:28
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has joined #webgui08:55
-!- xdanger [xdanger@i.should.be.in.a.mentalhouse.net] has quit [Ping timeout: 245 seconds]09:31
--- Log closed Wed May 01 09:31:16 2013
--- Log opened Wed May 01 16:20:26 2013
-!- kaare_ [~kaare@94.191.195.111.bredband.3.dk] has joined #webgui16:20
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:05
-!- mode/#webgui [+v danny_mk] by ChanServ17:06
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:58
+danny_mkGood day all.  I have to make some progress here, how in the world are photos saved when updating a user profile by posting to op=editUserSave ???19:15
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]19:28
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui19:32
scrottielet me look...20:00
+danny_mkI looked and gave up... working on other stuff but would like to get this part done.20:06
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []20:50
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui21:28
-!- mode/#webgui [+v danny_mk] by ChanServ21:28
scrottie?op=viewProfile doesn't work on the wG8 with your changes (and my changes), nor on the stock one21:50
scrottielooking at the code, it doesn't look like it got renamed or anything21:50
scrottiedoes it work on your copy?21:54
+danny_mkno22:00
+danny_mkI have not gotten to that point yet.  Still working on saving all the profile fields.22:00
+danny_mkThe only ones I have left are the ones that accumulate assets on the filesystem like photo and avatar22:01
scrottieright, I was trying to answer your question, but I wasn't seeing it in the code, and I can't trace it if it doesn't work22:01
scrottieer, the old logic, not the new logic22:02
+danny_mklook at a vanilla version of 8 or even the latest 7, how is the photo saved?22:03
scrottieI just said that that op wasn't working on my unmodified 822:04
scrottieso, 7 next22:04
scrottiewas curious if it worked for you and I had a local problem22:04
scrottiebut apparently not22:04
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]22:15
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui22:21
-!- mode/#webgui [+v danny_mk] by ChanServ22:21
scrottiedanny_mk, how did you deal with user profile fields that get added at run time?22:22
scrottie / user specified fields?22:22
+danny_mkthey have a type so I render them on the page as that type.  Basically the same way WebGUI does it now except it is done in the browser22:23
scrottieah, hrm.22:23
+danny_mkI checked out 7 and still could not figure out how the photo or avatar is uploaded to the server22:25
+danny_mkfunc=add;class=WebGUI::Asset::File::Image would probably work22:26
scrottieugh22:26
scrottiethat'll add it to the asset tree22:26
scrottieas an asset22:26
scrottiewhich will cause pollution and approval workflow problems22:26
scrottieand not get it in the right place22:26
+danny_mkwhat is the right place for profile images?  It seems to be in the asset tree22:27
scrottiehang on22:27
scrottieI'm looking22:27
+danny_mkwaiting patiently....22:27
+danny_mk:D 22:28
scrottieugh.  since the last time I fired up 7, I installed a non-wre MySQL.22:28
+danny_mkthat is the way I always do it22:29
scrottiewell, now I have two mysqlds22:30
scrottiethat's not the way to do it22:31
+danny_mknope, not a good idea22:32
scrottiemy best guess so far, from just reading code (and this is a zoo in here) is that the validation stuff23:34
scrottiedoesthe work23:35
scrottieI also think that that theory is wrong23:35
scrottie./Account/Profile.pm in www_editSave calls update() in User.pm23:35
scrottiethat calls WebGUI::ProfileField->getEditableFields()23:35
scrottiethat calls validateProfileDataFromForm() in User.pm23:36
scrottieselect fieldName, fieldType from userProfileField;23:36
scrottiethe profile form processing stuff creates WebGUI::Form::* objects for each of those.23:37
scrottieebGUI::ProfileField->getEditableFields() calls _listFieldsWhere() and $self->new for each item returned from there23:38
scrottiethat does:23:38
scrottie    my $properties = $session->db->getRow("userProfileField","fieldName",$id);23:38
scrottie    bless {_session=>$session, _properties=>$properties}, $class;23:38
scrottieokay, not Form23:38
+danny_mkwhoooaa...23:43
+danny_mkright, I got that far, I can see where the field gets  updated in the db but can't find where the actual image gets loaded.  Must be someplace in WebGUI::Form::*23:46
scrottiemust be but damn if I can find how/where.23:46
+danny_mkLOL23:48
+danny_mkwelcome to my world23:48
scrottieheh23:48
scrottiesome Carp::cluck action would solve this quickly if the stupid thing would run23:48
scrottieer, might solve it quickly23:49
+danny_mkI can't even get the value from the input field to be read in www_editUserSave and that is scary in itself23:53
+danny_mkthere must be a good erason23:53
--- Day changed Thu May 02 2013
+danny_mkscrottie:  have to go to class, will continue with this issue tomorrow00:20
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]00:20
-!- kaare_ [~kaare@94.191.195.111.bredband.3.dk] has quit [Ping timeout: 245 seconds]00:30
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:21
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui03:44
-!- mode/#webgui [+o daviddelikat] by ChanServ03:44
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]06:24
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]06:31
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:56
-!- pvanthony [~Thunderbi@203.116.129.134] has joined #webgui07:12
-!- pvanthony [~Thunderbi@203.116.129.134] has quit [Ping timeout: 256 seconds]09:24
-!- pvanthony [~Thunderbi@203.116.129.134] has joined #webgui09:24
-!- pvanthony [~Thunderbi@203.116.129.134] has quit [Quit: pvanthony]09:57
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]11:57
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:58
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui15:38
-!- mode/#webgui [+o daviddelikat] by ChanServ15:38
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui16:02
-!- mode/#webgui [+v danny_mk] by ChanServ16:02
-!- pskept [pskept@gateway/shell/devio.us/x-xyckblrqfhifgmql] has quit [Quit: leaving]17:13
-!- pskept [pskept@gateway/shell/devio.us/x-bibociosdpbfdlgc] has joined #webgui17:13
-!- pskept [pskept@gateway/shell/devio.us/x-bibociosdpbfdlgc] has quit [Client Quit]17:15
-!- pskept [pskept@gateway/shell/devio.us/x-xgjakivzgrousbxn] has joined #webgui17:17
-!- kaare_ [~kaare@94.191.201.252.bredband.3.dk] has joined #webgui17:22
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:15
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]19:47
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui20:43
-!- mode/#webgui [+o daviddelikat] by ChanServ20:43
pskeptoh hey i forgot. here is some webgui in action: http://auditor.starkcountyohio.gov/23:06
pskeptand www.starkcountyohio.gov/23:06
scrottiepskept++23:06
pskepti'm constantly fighting with out sysadmins about stuff. i'm sure somethign is acting weird :/23:06
pskeptso please go easy on me!23:06
scrottiehrm?23:06
pskeptdns is an issue for example. oh all kinds of things. 23:07
scrottieoh, on those sites?23:07
pskeptyes23:07
scrottieall my s&#t is janky and broken a&%.23:07
pskeptcan i sumbit them to be included on the webgui in action sites? (or whatever its called)23:07
scrottieumm23:08
scrottieI'm sure, but I'm not sure how23:08
pskeptcool i'll look into it23:08
scrottiehttp://www.yuiblog.com/blog/2009/03/16/wild-20090316/ ... heh, not quite.  YUI spotted in the wild... on WebGUI.23:10
scrottiehttp://www.webgui.org/sightings/business/gallery?pn=523:12
scrottieit looks like maybe you can add your own image and desc and it'll be submitted for approval23:12
scrottieoh, permission denied23:12
scrottieI don't see an email contact on there23:12
--- Day changed Fri May 03 2013
-!- kaare_ [~kaare@94.191.201.252.bredband.3.dk] has quit [Ping timeout: 264 seconds]00:00
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]00:10
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]01:14
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:24
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui05:25
-!- mode/#webgui [+o daviddelikat] by ChanServ05:25
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]06:38
-!- pvanthony [~Thunderbi@203.116.129.134] has joined #webgui07:14
-!- Netsplit *.net <-> *.split quits: j_wright, pskept12:10
-!- pskept [pskept@gateway/shell/devio.us/x-iueuhywreofbzooy] has joined #webgui12:10
-!- pvanthony [~Thunderbi@203.116.129.134] has quit [Quit: pvanthony]12:43
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui14:54
-!- mode/#webgui [+o daviddelikat] by ChanServ14:54
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]15:06
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui15:18
-!- mode/#webgui [+o daviddelikat] by ChanServ15:18
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]16:46
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui16:48
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:12
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]18:17
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui22:22
-!- mode/#webgui [+o daviddelikat] by ChanServ22:22
-!- three18ti [~three18ti@chiliproject.handynetworks.com] has quit [Ping timeout: 245 seconds]23:41
-!- three18ti [~three18ti@chiliproject.handynetworks.com] has joined #webgui23:42
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]23:55
--- Day changed Sat May 04 2013
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui01:05
-!- mode/#webgui [+o daviddelikat] by ChanServ01:05
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Client Quit]01:06
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui01:18
-!- mode/#webgui [+o daviddelikat] by ChanServ01:18
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]01:25
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:26
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has joined #webgui03:21
-!- kaare_ [~kaare@79.138.162.36.bredband.oister.dk] has joined #webgui12:05
-!- kaare_ [~kaare@79.138.162.36.bredband.oister.dk] has quit [Ping timeout: 268 seconds]20:30
-!- kaare_ [~kaare@79.138.170.129.bredband.oister.dk] has joined #webgui22:18
-!- kaare_ [~kaare@79.138.170.129.bredband.oister.dk] has quit [Ping timeout: 268 seconds]23:31
--- Day changed Sun May 05 2013
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui02:54
-!- mode/#webgui [+o daviddelikat] by ChanServ02:54
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]07:51
-!- kaare_ [~kaare@79.138.235.182.bredband.3.dk] has joined #webgui08:06
-!- kaare_ [~kaare@79.138.235.182.bredband.3.dk] has quit [Ping timeout: 260 seconds]09:43
-!- three18ti [~three18ti@chiliproject.handynetworks.com] has quit [Ping timeout: 272 seconds]10:25
-!- three18ti [~three18ti@chiliproject.handynetworks.com] has joined #webgui10:44
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has quit [Ping timeout: 248 seconds]13:17
-!- Netsplit *.net <-> *.split quits: pskept, nuba, Getty, perlbot, mducharme, haarg, +patspam_, ckotil, scrottie, three18ti13:25
-!- Netsplit over, joins: three18ti, mducharme, pskept, scrottie, +patspam_, Getty, nuba, perlbot, haarg, ckotil13:28
-!- haarg [~haarg@haarg.org] has quit [Ping timeout: 260 seconds]13:33
-!- Netsplit *.net <-> *.split quits: ckotil, nuba, three18ti, +patspam_, perlbot, mducharme, pskept, scrottie, Getty13:33
-!- haarg [~haarg@haarg.org] has joined #webgui13:35
-!- Netsplit over, joins: three18ti, mducharme, pskept, scrottie, +patspam_, Getty, nuba, perlbot, ckotil13:35
-!- Netsplit *.net <-> *.split quits: three18ti, perlbot, +patspam_, pskept, haarg13:35
-!- Netsplit over, joins: haarg, three18ti, pskept, +patspam_, perlbot13:41
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has joined #webgui13:47
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has joined #webgui14:22
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has quit [Quit: pvanthony]14:29
-!- kaare_ [~kaare@94.191.200.169.bredband.3.dk] has joined #webgui15:23
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui16:21
-!- mode/#webgui [+o daviddelikat] by ChanServ16:21
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]16:59
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has joined #webgui18:31
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has quit [Client Quit]18:33
-!- mode/#webgui [+o scrottie] by ChanServ19:31
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui22:40
-!- mode/#webgui [+o daviddelikat] by ChanServ22:40
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]22:46
--- Day changed Mon May 06 2013
-!- kaare_ [~kaare@94.191.200.169.bredband.3.dk] has quit [Ping timeout: 255 seconds]00:08
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]01:18
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui01:20
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has joined #webgui06:09
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui06:17
-!- mode/#webgui [+o daviddelikat] by ChanServ06:17
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Client Quit]06:19
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has quit [Quit: pvanthony]08:36
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui10:39
-!- mode/#webgui [+v BartJol] by ChanServ10:39
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has joined #webgui15:15
-!- mode/#webgui [+o daviddelikat] by ChanServ15:15
-!- daviddelikat [~dav@ppp-70-226-174-154.dsl.mdsnwi.ameritech.net] has quit [Ping timeout: 248 seconds]16:16
-!- daviddelikat [~dav@76.201.147.59] has joined #webgui16:21
-!- mode/#webgui [+o daviddelikat] by ChanServ16:21
-!- kaare_ [~kaare@95.209.171.30.mobile.3.dk] has joined #webgui16:42
-!- daviddelikat [~dav@76.201.147.59] has quit [Quit: Leaving.]17:31
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has joined #webgui17:40
-!- daviddelikat [~dav@76.201.147.59] has joined #webgui17:59
-!- mode/#webgui [+o daviddelikat] by ChanServ17:59
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:03
-!- daviddelikat [~dav@76.201.147.59] has quit [Quit: Leaving.]18:18
-!- daviddelikat [~dav@ppp-70-226-162-211.dsl.mdsnwi.ameritech.net] has joined #webgui18:59
-!- mode/#webgui [+o daviddelikat] by ChanServ19:00
-!- daviddelikat [~dav@ppp-70-226-162-211.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]19:37
-!- daviddelikat [~dav@ppp-70-226-162-211.dsl.mdsnwi.ameritech.net] has joined #webgui19:38
-!- mode/#webgui [+o daviddelikat] by ChanServ19:38
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has quit [Quit: pvanthony]19:42
--- Day changed Tue May 07 2013
-!- kaare_ [~kaare@95.209.171.30.mobile.3.dk] has quit [Ping timeout: 248 seconds]00:06
-!- daviddelikat1 [~dav@76.201.150.159] has joined #webgui01:59
-!- mode/#webgui [+o daviddelikat1] by ChanServ01:59
-!- daviddelikat [~dav@ppp-70-226-162-211.dsl.mdsnwi.ameritech.net] has quit [Ping timeout: 258 seconds]02:01
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:18
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has joined #webgui04:25
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has quit [Quit: [A] the king is dead! long live the king!]05:02
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has quit [Quit: pvanthony]05:22
-!- gry [gry@freenode/staff/gry] has joined #webgui06:08
gryI upgraded Debian to a next release, now Perl's not seeing modules and plackup app.psgi complains about Moose, Imager, DateTime, and a few tens of others one by one, what is a professional sane approach to resolving that?06:28
-!- daviddelikat1 [~dav@76.201.150.159] has quit [Quit: Leaving.]07:01
-!- pvanthony [~Thunderbi@203.116.129.134] has joined #webgui07:15
+BartJolgry: where those modules installed from cpan or manually?10:25
+BartJolor via apt?10:26
+BartJolbecause in the first 2 cases, I think you compile them against the perl installed (5.10), so you might need to recompile them10:27
grynot manually but I think from cpan, yes10:31
gryso I installed them one by one using cpanm, like I think the installer script did for me before10:31
gryhttps://pastee.org/j4pzw is the error I get after manually installing a few in cpanm10:32
+BartJolmmm, and that require refers to WebGUI.pm?10:37
+BartJolI don't have an 8 installed10:37
+BartJolor if it is 7, I don't use plack10:38
gryit's wG8, yes10:38
+BartJolmmm, github hast last it styling for a while now, it seems10:41
+BartJolor that is my browser10:41
+BartJolit is my brower10:44
+BartJolI do see a difference in the way you export the webgui dir with respect to the README10:53
gryhow should I do it instead?10:56
gryI copy pasted from webgui.sh that was already there, iirc10:56
gryhowever I didn't upgrade webGUI instance for a few months now so it may be different from what you see there just because of that10:56
+BartJolfrom that readme:10:58
+BartJolexport PERL5LIB='/data/WebGUI/lib'10:58
grydid that, same error still10:59
+BartJol:(10:59
+BartJolbrb11:00
gryan odd thing is that I'm not entirely sure which perl it should use (it now uses the one shipped with the system)11:06
grywhich is a 5.1611:06
gry5.16.2 even11:06
--- Log closed Tue May 07 11:30:52 2013
--- Log opened Mon May 20 20:02:08 2013
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:02
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui20:58
-!- mode/#webgui [+v danny_mk] by ChanServ20:58
@scrottieForm::Image::getValue() seems to be the key part21:13
@scrottieoops21:13
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]21:38
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui22:45
-!- mode/#webgui [+o daviddelikat] by ChanServ22:45
-!- daviddelikat [~dav@76.201.147.15] has quit [Ping timeout: 256 seconds]22:49
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui22:55
-!- mode/#webgui [+o daviddelikat] by ChanServ22:55
-!- kaare_ [~kaare@94.191.193.243.bredband.3.dk] has quit [Ping timeout: 246 seconds]23:12
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]23:48
@scrottie023:59
--- Day changed Tue May 21 2013
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]00:41
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:30
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has joined #webgui03:02
-!- pvanthony [~Thunderbi@bb116-15-105-55.singnet.com.sg] has quit [Quit: pvanthony]03:42
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui05:03
-!- mode/#webgui [+o daviddelikat] by ChanServ05:03
-!- daviddelikat [~dav@76.201.147.15] has quit [Read error: Connection reset by peer]05:09
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui05:10
-!- mode/#webgui [+o daviddelikat] by ChanServ05:10
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]06:23
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui08:31
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 256 seconds]08:34
-!- three18ti [~three18ti@68.71.131.66] has quit [Ping timeout: 256 seconds]10:16
-!- three18ti [~three18ti@68.71.131.66] has joined #webgui10:18
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui15:19
-!- mode/#webgui [+o daviddelikat] by ChanServ15:19
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]15:24
-!- qwebirc83848 [45b46892@gateway/web/freenode/ip.69.180.104.146] has joined #webgui15:40
-!- daviddelikat [~dav@ip-64-134-168-30.public.wayport.net] has joined #webgui15:44
-!- mode/#webgui [+o daviddelikat] by ChanServ15:44
qwebirc83848Hello. The wre-0.9.4-centos-5-ia32.tar.gz (275mb) for download is probably corrupted.Its size is much larger than previous versions.15:44
-!- daviddelikat [~dav@ip-64-134-168-30.public.wayport.net] has quit [Quit: Leaving.]16:41
-!- qwebirc83848 [45b46892@gateway/web/freenode/ip.69.180.104.146] has quit [Ping timeout: 250 seconds]17:15
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui17:22
-!- mode/#webgui [+o daviddelikat] by ChanServ17:22
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]18:03
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui18:24
-!- mode/#webgui [+o daviddelikat] by ChanServ18:24
-!- kaare_ [~kaare@95.209.169.238.mobile.3.dk] has joined #webgui18:49
-!- sbaur [~Adium@130.157.145.37] has joined #webgui20:24
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]21:56
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui22:09
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]22:53
@scrottiegrr.23:15
sbaur?23:15
@scrottiedanny_mk left so I can't nag him about how long it has been since he has pushed his repo.23:16
sbauroh...23:16
@scrottieand our work is overlapping.23:16
-!- kaare_ [~kaare@95.209.169.238.mobile.3.dk] has quit [Ping timeout: 256 seconds]23:33
--- Day changed Wed May 22 2013
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:39
-!- pskept [pskept@gateway/shell/devio.us/x-nijxylmgycolwrfi] has joined #webgui04:47
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui06:03
-!- mode/#webgui [+o daviddelikat] by ChanServ06:03
-!- pskept [pskept@gateway/shell/devio.us/x-nijxylmgycolwrfi] has quit [Quit: leaving]06:24
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]07:05
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui15:20
-!- mode/#webgui [+o daviddelikat] by ChanServ15:21
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]16:41
-!- pskept [pskept@gateway/shell/devio.us/x-koqgyfnwobkbjrvc] has joined #webgui17:27
-!- kaare_ [~kaare@94.191.206.247.bredband.3.dk] has joined #webgui17:32
-!- pskept [pskept@gateway/shell/devio.us/x-koqgyfnwobkbjrvc] has quit [Quit: leaving]17:53
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:54
-!- mode/#webgui [+v danny_mk] by ChanServ17:54
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:14
@scrottieit is really hard to go from dual monitor back to my poor old 1024x768 laptop.19:05
+danny_mkI have never used a dual monitor setup19:28
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]21:31
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui22:00
-!- mode/#webgui [+v danny_mk] by ChanServ22:00
--- Log closed Wed May 22 22:37:51 2013
--- Log opened Thu May 23 14:06:45 2013
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has joined #webgui14:06
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has quit [Client Quit]14:08
-!- qwebirc28402 [45b46892@gateway/web/freenode/ip.69.180.104.146] has joined #webgui15:08
qwebirc28402Hi. I'm trying to setup WRE but I get an error message: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors  -- Please help.15:11
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui15:12
-!- mode/#webgui [+o daviddelikat] by ChanServ15:12
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]16:10
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui17:07
-!- mode/#webgui [+o daviddelikat] by ChanServ17:07
-!- pskept [pskept@gateway/shell/devio.us/x-qwlmqzlvnhqqemzu] has joined #webgui17:20
@scrottiehi qwebirc2840217:28
@scrottiewhich instructions are you using to install the WRE (link?) and which step are you on?17:28
qwebirc28402I go here to download WRE: http://sourceforge.net/projects/pbwebgui/files/WebGUI%20Runtime%20Environment/WRE%200.9.4/17:30
qwebirc28402When I try to untar, I get error msg17:32
@scrottiedo you get the screen on sourceforge.net that says "Problems with the download? Please use this direct link, or try another mirror. "?17:33
@scrottieor did you right click/save from on the link you just pasted?17:33
@scrottie'more' the file.  my guess right now is that it contains HTML.17:35
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:37
-!- sbaur [~Adium@130.157.145.37] has left #webgui []17:37
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:37
@scrottieit got quiet.  did you figure it out...?17:40
qwebirc28402Sorry. I just clicked thru until the download started. 17:51
qwebirc28402Using --Please use this direct link17:52
@scrottiehrm.  okay, what command did you use to try to untar-gz it?17:52
@scrottieI did tar -tzvf wre-.... to test it (rather than tar -xzvf to extract it)17:53
@scrottieand that worked17:53
qwebirc28402tar xvfz file.name17:53
qwebirc28402tar -tzvf wre-0.9.4-centos-5-ia32.tar.gz -- did not work17:55
@scrottiedo 'file wre-0.9.4-centos-5-ia32.tar.gz' ... what does that say?17:56
qwebirc28402wre-0.9.4-centos-5-ia32.tar.gz: POSIX tar archive17:57
@scrottiehrm.  so something or someone already gunziped it.17:58
@scrottietar -xvf wre-0.9.4-centos-5-ia32.tar.gz   might extract it.17:58
@scrottie(no 'z')17:58
qwebirc28402I noticed that the size of this download is a lot larger than wre-0.9.317:59
qwebirc28402tar -xvf wre-0.9.4-centos-5-ia32.tar.gz -- worked17:59
qwebirc28402thank you18:00
@scrottieI don't know what the case is, but in the past, extra size has been things like accidentally including the examples/docs for the YUI JS library18:00
@scrottiesure thing.  you're welcome.18:00
-!- kaare_ [~kaare@95.209.219.196.bredband.oister.dk] has joined #webgui18:07
-!- pskept [pskept@gateway/shell/devio.us/x-qwlmqzlvnhqqemzu] has quit [Quit: leaving]19:56
-!- kaare_ [~kaare@95.209.219.196.bredband.oister.dk] has quit [Ping timeout: 264 seconds]22:53
-!- pskept [pskept@gateway/shell/devio.us/x-yuvfediepiyunpfx] has joined #webgui22:58
-!- pskept [pskept@gateway/shell/devio.us/x-yuvfediepiyunpfx] has quit [Quit: leaving]23:24
--- Day changed Fri May 24 2013
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]00:12
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui00:22
-!- mode/#webgui [+o daviddelikat] by ChanServ00:22
-!- daviddelikat [~dav@76.201.147.15] has quit [Client Quit]00:24
-!- qwebirc28402 [45b46892@gateway/web/freenode/ip.69.180.104.146] has quit [Quit: Page closed]01:59
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:26
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui05:20
-!- mode/#webgui [+o daviddelikat] by ChanServ05:20
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui05:53
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]06:00
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 252 seconds]07:12
-!- Gryllida_ [~gry@freenode/staff/gry] has joined #webgui07:13
-!- Gryllida_ is now known as Gryllida07:13
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 252 seconds]07:50
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui09:41
-!- Gryllida [~gry@freenode/staff/gry] has quit [Read error: Connection reset by peer]09:44
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui09:58
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 264 seconds]10:13
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui10:28
-!- Gryllida [~gry@freenode/staff/gry] has quit [Remote host closed the connection]11:31
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui11:33
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 276 seconds]12:46
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui12:53
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 276 seconds]15:34
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui15:49
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui16:14
-!- mode/#webgui [+o daviddelikat] by ChanServ16:14
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: out]16:37
-!- daviddelikat [~dav@76.201.147.15] has quit [Quit: Leaving.]16:41
-!- daviddelikat [~dav@76.201.147.15] has joined #webgui17:06
-!- mode/#webgui [+o daviddelikat] by ChanServ17:06
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui20:56
-!- mode/#webgui [+v danny_mk] by ChanServ20:56
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Client Quit]20:56
@scrottieyarr.20:56
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui20:59
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Client Quit]20:59
@scrottie=(20:59
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui21:00
-!- mode/#webgui [+v danny_mk] by ChanServ21:00
-!- kaare_ [~kaare@94.191.186.32.mobile.3.dk] has joined #webgui21:10
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]22:07
-!- kaare_ [~kaare@94.191.186.32.mobile.3.dk] has quit [Ping timeout: 252 seconds]22:17
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui22:39
-!- mode/#webgui [+v danny_mk] by ChanServ22:39
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]23:14
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui23:16
--- Day changed Sat May 25 2013
-!- daviddelikat [~dav@76.201.147.15] has quit [Ping timeout: 252 seconds]00:07
-!- daviddelikat [~dav@ppp-70-226-168-111.dsl.mdsnwi.ameritech.net] has joined #webgui00:09
-!- mode/#webgui [+o daviddelikat] by ChanServ00:09
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]00:11
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui00:14
-!- mode/#webgui [+v danny_mk] by ChanServ00:14
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]00:52
-!- daviddelikat [~dav@ppp-70-226-168-111.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]01:22
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui03:39
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: gone]04:05
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui04:06
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui05:52
-!- mode/#webgui [+o daviddelikat] by ChanServ05:52
-!- kaare_ [~kaare@94.191.186.32.mobile.3.dk] has joined #webgui08:45
-!- kaare_ [~kaare@94.191.186.32.mobile.3.dk] has quit [Ping timeout: 248 seconds]09:03
-!- kaare_ [~kaare@94.191.186.32.mobile.3.dk] has joined #webgui09:04
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 240 seconds]12:06
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui12:10
-!- Gryllida_ [~gry@freenode/staff/gry] has joined #webgui14:00
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 245 seconds]14:01
-!- Gryllida_ is now known as Gryllida14:01
-!- Gryllida [~gry@freenode/staff/gry] has quit [Remote host closed the connection]16:34
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui16:35
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: gone]16:59
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui16:59
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: gone]18:16
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]18:20
-!- kaare__ [~kaare@79.138.236.162.bredband.3.dk] has joined #webgui20:42
-!- kaare_ [~kaare@94.191.186.32.mobile.3.dk] has quit [Ping timeout: 245 seconds]20:43
--- Day changed Sun May 26 2013
-!- kaare__ [~kaare@79.138.236.162.bredband.3.dk] has quit [Ping timeout: 252 seconds]00:43
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui02:49
-!- kaare__ [~kaare@79.138.164.92.bredband.oister.dk] has joined #webgui08:36
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: gone]08:39
-!- patspam [~patspam@li508-140.members.linode.com] has quit [Ping timeout: 246 seconds]08:47
-!- patspam [~patspam@li508-140.members.linode.com] has joined #webgui08:47
-!- mode/#webgui [+v patspam] by ChanServ08:47
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui10:06
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 252 seconds]12:29
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui12:43
-!- kaare__ [~kaare@79.138.164.92.bredband.oister.dk] has quit [Ping timeout: 252 seconds]14:30
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: gone]14:56
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui14:56
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: gone]15:19
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui15:23
-!- Gryllida [~gry@freenode/staff/gry] has quit [Client Quit]15:26
-!- kaare__ [~kaare@95.209.215.250.bredband.oister.dk] has joined #webgui17:39
-!- _Getty [getty@irc.duckduckgo.com] has joined #webgui19:09
-!- Netsplit *.net <-> *.split quits: Getty19:17
-!- _Getty is now known as Getty19:37
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]20:25
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui20:27
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui21:55
-!- mode/#webgui [+o daviddelikat] by ChanServ21:55
-!- kaare__ [~kaare@95.209.215.250.bredband.oister.dk] has quit [Ping timeout: 276 seconds]23:27
--- Day changed Mon May 27 2013
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]01:00
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui01:58
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui04:18
-!- mode/#webgui [+o daviddelikat] by ChanServ04:18
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]05:28
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has quit [Ping timeout: 264 seconds]07:58
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has joined #webgui09:31
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui17:12
-!- mode/#webgui [+o daviddelikat] by ChanServ17:12
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]17:26
-!- kaare__ [~kaare@79.138.232.0] has joined #webgui17:28
-!- Gryllida [~gry@freenode/staff/gry] has quit [Ping timeout: 240 seconds]18:44
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui19:31
-!- mode/#webgui [+o daviddelikat] by ChanServ19:31
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]19:56
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has quit [Ping timeout: 252 seconds]21:36
-!- j_wright [~jwright@ip70-173-127-54.lv.lv.cox.net] has joined #webgui21:47
-!- kaare__ is now known as kaare_23:36
-!- kaare_ [~kaare@79.138.232.0] has quit [Ping timeout: 276 seconds]23:53
--- Day changed Tue May 28 2013
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui03:20
-!- Gryllida [~gry@freenode/staff/gry] has quit [Remote host closed the connection]03:54
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]03:58
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui04:00
-!- Gryllida [~gry@freenode/staff/gry] has joined #webgui08:11
-!- Gryllida [~gry@freenode/staff/gry] has quit [Quit: gone]15:46
-!- gry [~gry@freenode/staff/gry] has joined #webgui15:48
-!- gry [~gry@freenode/staff/gry] has quit [Quit: gone]16:16
-!- gry [~gry@freenode/staff/gry] has joined #webgui16:20
-!- gry [~gry@freenode/staff/gry] has quit [Quit: gone]16:51
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui16:53
-!- mode/#webgui [+o daviddelikat] by ChanServ16:54
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]17:33
-!- gry [~gry@freenode/staff/gry] has joined #webgui17:38
-!- gry [~gry@freenode/staff/gry] has quit [Client Quit]17:39
-!- gry [~gry@freenode/staff/gry] has joined #webgui17:43
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui18:00
-!- mode/#webgui [+o daviddelikat] by ChanServ18:00
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:00
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui18:30
-!- mode/#webgui [+v danny_mk] by ChanServ18:30
-!- gry [~gry@freenode/staff/gry] has quit [Remote host closed the connection]18:33
-!- gry [~gry@freenode/staff/gry] has joined #webgui18:40
-!- gry [~gry@freenode/staff/gry] has quit [Client Quit]18:41
@scrottiemy mother came to visit.  it's like this:  http://www.youtube.com/watch?v=WYcWA_RNl1s18:51
ckotilhah18:56
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:47
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui21:11
-!- mode/#webgui [+v danny_mk] by ChanServ21:12
-!- kaare_ [~kaare@95.209.214.145.bredband.oister.dk] has joined #webgui21:36
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]22:40
-!- kaare_ [~kaare@95.209.214.145.bredband.oister.dk] has quit [Ping timeout: 248 seconds]22:49
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui23:08
-!- mode/#webgui [+o daviddelikat] by ChanServ23:08
--- Day changed Wed May 29 2013
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []00:07
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]00:38
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:26
-!- gry [~gry@freenode/staff/gry] has joined #webgui03:06
-!- gry [~gry@freenode/staff/gry] has quit [Quit: gone]04:02
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui04:09
-!- mode/#webgui [+o daviddelikat] by ChanServ04:09
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Ping timeout: 240 seconds]04:14
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui04:20
-!- mode/#webgui [+o daviddelikat] by ChanServ04:20
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Ping timeout: 260 seconds]04:25
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui04:32
-!- mode/#webgui [+o daviddelikat] by ChanServ04:32
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]04:59
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui05:03
-!- mode/#webgui [+o daviddelikat] by ChanServ05:03
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]05:20
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui05:30
-!- mode/#webgui [+o daviddelikat] by ChanServ05:30
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]05:49
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui06:18
-!- mode/#webgui [+o daviddelikat] by ChanServ06:18
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]06:43
-!- pvanthony [~Thunderbi@203.116.142.158] has joined #webgui07:08
-!- gry [~gry@freenode/staff/gry] has joined #webgui09:27
-!- pvanthony [~Thunderbi@203.116.142.158] has quit [Remote host closed the connection]11:17
-!- pvanthony [~Thunderbi@203.116.142.158] has joined #webgui11:34
-!- pvanthony [~Thunderbi@203.116.142.158] has quit [Quit: pvanthony]12:17
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui16:46
-!- mode/#webgui [+o daviddelikat] by ChanServ16:46
-!- kaare_ [~kaare@79.138.160.203.bredband.oister.dk] has joined #webgui17:53
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:06
-!- sbaur [~Adium@130.157.145.37] has left #webgui []18:08
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:08
-!- gry [~gry@freenode/staff/gry] has quit [Quit: gry__]19:13
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]20:52
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui20:54
-!- pskept [pskept@gateway/shell/devio.us/x-ewxyhpinizgbcszr] has joined #webgui21:05
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui21:17
-!- mode/#webgui [+v danny_mk] by ChanServ21:17
-!- pskept [pskept@gateway/shell/devio.us/x-ewxyhpinizgbcszr] has quit [Quit: leaving]21:54
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]22:37
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui22:46
-!- mode/#webgui [+o daviddelikat] by ChanServ22:46
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Ping timeout: 252 seconds]22:51
-!- kaare_ [~kaare@79.138.160.203.bredband.oister.dk] has quit [Quit: Konversation terminated!]23:52
--- Day changed Thu May 30 2013
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]00:05
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]00:59
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui01:03
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui01:26
-!- mode/#webgui [+o daviddelikat] by ChanServ01:26
-!- gry [~gry@freenode/staff/gry] has joined #webgui02:30
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:40
-!- nelsin [~nelson_br@186.17.147.42] has joined #webgui04:37
-!- nelsin [~nelson_br@186.17.147.42] has quit [Ping timeout: 256 seconds]04:41
-!- nelsin [~nelson_br@186.17.147.42] has joined #webgui04:44
-!- nelsin [~nelson_br@186.17.147.42] has quit [Ping timeout: 256 seconds]04:49
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]06:00
-!- pvanthony [~Thunderbi@203.116.142.158] has joined #webgui07:09
-!- gry [~gry@freenode/staff/gry] has quit [Quit: gone]08:32
-!- gry [~gry@freenode/staff/gry] has joined #webgui08:33
-!- gry [~gry@freenode/staff/gry] has quit [Excess Flood]08:36
-!- gry [~gry@freenode/staff/gry] has joined #webgui08:36
-!- pvanthony [~Thunderbi@203.116.142.158] has quit [Ping timeout: 256 seconds]10:23
-!- pvanthony [~Thunderbi@118.200.7.230] has joined #webgui10:25
-!- pvanthony [~Thunderbi@118.200.7.230] has quit [Ping timeout: 264 seconds]10:42
-!- pvanthony [~Thunderbi@203.116.142.158] has joined #webgui10:48
-!- pvanthony [~Thunderbi@203.116.142.158] has quit [Quit: pvanthony]12:29
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui14:50
-!- mode/#webgui [+o daviddelikat] by ChanServ14:50
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]15:32
-!- gry [~gry@freenode/staff/gry] has quit [Ping timeout: 252 seconds]17:05
-!- gry [~gry@freenode/staff/gry] has joined #webgui17:06
-!- gry___ [~gry@freenode/staff/gry] has joined #webgui17:14
-!- gry [~gry@freenode/staff/gry] has quit [Ping timeout: 246 seconds]17:14
-!- gry___ is now known as gry17:15
-!- gry [~gry@freenode/staff/gry] has quit [Excess Flood]17:17
-!- gry [~gry@freenode/staff/gry] has joined #webgui17:18
-!- kaare_ [~kaare@79.138.163.222.bredband.oister.dk] has joined #webgui17:27
-!- gry [~gry@freenode/staff/gry] has quit [Quit: peace :)]17:38
-!- kaare_ [~kaare@79.138.163.222.bredband.oister.dk] has quit [Ping timeout: 252 seconds]17:55
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:05
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui18:36
-!- mode/#webgui [+v danny_mk] by ChanServ18:36
-!- kaare_ [~kaare@79.138.163.222.bredband.oister.dk] has joined #webgui19:45
-!- kaare_ [~kaare@79.138.163.222.bredband.oister.dk] has quit [Ping timeout: 245 seconds]20:28
-!- kaare_ [~kaare@79.138.163.222.bredband.oister.dk] has joined #webgui20:29
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui20:51
-!- mode/#webgui [+o daviddelikat] by ChanServ20:51
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]22:03
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]22:06
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui22:29
-!- mode/#webgui [+o daviddelikat] by ChanServ22:29
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]22:55
-!- kaare_ [~kaare@79.138.163.222.bredband.oister.dk] has quit [Ping timeout: 276 seconds]23:05
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui23:40
-!- mode/#webgui [+o daviddelikat] by ChanServ23:40
--- Day changed Fri May 31 2013
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:27
-!- gry [~gry@freenode/staff/gry] has joined #webgui04:10
-!- gry [~gry@freenode/staff/gry] has quit [Ping timeout: 240 seconds]04:30
-!- gry [~gry@freenode/staff/gry] has joined #webgui04:43
-!- pvanthony [~Thunderbi@203.116.142.158] has joined #webgui05:12
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]06:57
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui07:07
-!- mode/#webgui [+o daviddelikat] by ChanServ07:07
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]07:27
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:26
-!- Netsplit *.net <-> *.split quits: mducharme10:35
-!- pvanthony [~Thunderbi@203.116.142.158] has quit [Quit: pvanthony]11:22
-!- gry [~gry@freenode/staff/gry] has quit [Ping timeout: 240 seconds]12:22
-!- gry [~gry@freenode/staff/gry] has joined #webgui12:33
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has joined #webgui12:33
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has quit [Quit: pvanthony]14:39
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has joined #webgui14:42
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has quit [Client Quit]14:42
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has joined #webgui16:38
-!- mode/#webgui [+o daviddelikat] by ChanServ16:38
-!- gry [~gry@freenode/staff/gry] has quit [Ping timeout: 276 seconds]18:09
-!- danny_mk [~danny_mk@ip-64-134-147-122.public.wayport.net] has joined #webgui18:48
-!- mode/#webgui [+v danny_mk] by ChanServ18:48
-!- danny_mk [~danny_mk@ip-64-134-147-122.public.wayport.net] has quit [Quit: danny_mk]19:29
-!- gry [~gry@freenode/staff/gry] has joined #webgui19:30
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]20:04
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui20:07
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has joined #webgui20:49
-!- gry [~gry@freenode/staff/gry] has quit [Ping timeout: 248 seconds]20:53
-!- pvanthony [~Thunderbi@bb119-74-172-99.singnet.com.sg] has quit [Quit: pvanthony]21:01
-!- daviddelikat [~dav@ppp-70-226-168-117.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]21:45
-!- ckotil [~ckotil@geni/network-core/ckotil] has quit [Ping timeout: 245 seconds]23:43
--- Log closed Sat Jun 01 00:00:42 2013

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