WebGUI irc logs from: 2009-07.log

--- Log opened Wed Jul 01 00:00:55 2009
ckotilmust be perlDreamer Time00:04
@preactionmust be. 00:05
@preactionhe just thinks the world goes round him00:05
ckotilthankfully its quittin time. have a good evening.00:06
-!- LTR_bob [n=bob@5ED6766C.cable.ziggo.nl] has quit ["Leaving."]00:36
-!- ekennedy [n=ekennedy@70-12-65-245.pools.spcsdns.net] has left #webgui []00:41
-!- seriftron [n=tessa@97.66.185.250] has left #webgui []00:42
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui01:01
-!- mode/#webgui [+v perlDreamer] by ChanServ01:01
CIA-44WebGUI: colin * r11395 /branch/WebGUI_7.6/docs/create.sql: Preparing for 7.6.29 release.02:08
+perlmonkey2Is there a Form type that creates a select list which takes an array?  I'm not sure why Form::SelectList takes a hash and sets the text as the key value.  02:14
@preactionperlmonkey2: map { $_ => $_ } @array02:16
+perlmonkey2That is certainly a solution :)02:16
+perlDreamertavisto: http://www.mil-oss.org/02:16
+perlDreamerperlmonkey2, I think this will work, too: join "\n", @array02:17
@tavistointeresting..02:17
@tavistoI'll actually be in atlanta but on Jul 15-21st02:18
@tavistoson of ah02:18
+perlmonkey2map only returns a list right?  selectList only takes a ref to a hash.  or am I missing something.02:21
+perlDreamer{ } fixes that02:21
+perlDreamerselectList will also take a string02:21
+perlDreamertavisto: I can't tell if that is the military talking to us, or us to present to the military02:22
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has joined #webgui02:25
-!- mode/#webgui [+v patspam] by ChanServ02:25
+perlmonkey2perlDreamer: join with \n adds an extra blank choice.02:28
+perlmonkey2why can't I figure out a simple selectList?02:28
+perlDreamerIt's the weather outside02:29
+perlmonkey2trying to reverse engineer how to set the selected value in it from the toHtml code is driving me nuts.02:29
+perlmonkey2and where is the code that allows it to take a \n delimited string?02:31
+perlDreamerWebGUI::Form::List, ->getOptions02:34
+perlDreamerselectList inherits from that02:35
+perlmonkey2yeah, looking at it now.  just can't figure out why my [value, defaultValue, default] optoins aren't setting one of the selections to selected.02:35
+perlmonkey2getOriginalValue must be satiated.02:36
+perlmonkey2it's just too fancy for me.02:40
+perlmonkey2guess I should hand code my selectLists02:40
+perlmonkey2$f->selectList( name  => "provider", options => join("\n",@$classes), label => 'Select provider:', value=> $info->{provider}); should work when value is in the optoins list, but it surely doesn't.02:41
+perlDreamerwhy not add a test to t/Form/SelectList.t to check it out?02:42
+perlDreamermaybe it's a real bug02:42
+perlmonkey2can't be cause Auth uses it and it appears to work.....well, jsut sec I'll see if it does.02:43
* perlDreamer is going to take a benadryl-assisted nap02:43
+perlDreamerI'll backlog when I'm back02:43
+perlDreamersorry for skipping out on you, perlmonkey202:43
+perlmonkey2no worries, but setting the value works for 'selected' in the Auth usage.02:44
@tavistoyeah I'm not sure either perldreamer02:48
+perlmonkey2oh this is killing me.  It was a firefox rendering issue where 'selected' wasn't being highlighted unless the selectbox had focus.02:49
+perlmonkey2this is going to require more beer to numb the pain :P02:49
CIA-44WebGUI: colin * r11396 /branch/WebGUI_7.6/ (4 files in 4 dirs): Ready for 7.6.30 development02:52
Mech422mornin all03:51
@tavistoMech422, aren't you in Cali?03:51
Mech422tavisto: yeah - but I'm a vampire :-)03:52
Mech422tavisto: how goes the DNS stuff ?  It looked pretty good this AM03:52
@tavistowow I guess so... I stay up reeeeally late too because I am a night owl.. but I don't get up at 5:52pm and say good morning03:52
@tavistoand you are PDT!03:52
Mech422well, I went to bed around 10am I think - so thats about 8 hours :-)03:53
@tavistoheh, you definitely have me beat there. Yes, the DoS stuff is supposedly over and was at 1am this morning... I thought I was up that late and we were still having issues03:53
@tavistoanyway, I'm off to the treadmill.. ttyl :)03:53
Mech422I was hitting webgui.org around 5 am and it seemed ok...03:53
Mech422ahh - mention my name - I could use some excercise03:53
Mech422:-)03:53
Mech422ugg - us mil going with drupal ? yeesh03:54
Mech422thats just ugly03:55
+perlDreamerthey need to be saved, Mech42204:00
Mech422hey pd :-)04:01
+perlDreameryo, yer Mech-ness04:03
Mech422Da Mighty Mech ?04:03
Mech422Da Messy Mech ?04:03
-!- cap10morgan [n=wmorgan@h19-afsc.ded.indra.com] has quit [Read error: 60 (Operation timed out)]04:04
Mech422oh - I got my demo site re-assembled on the new wG beta and the wre release04:04
Mech422all on 64bit goodness04:04
Mech422next thing is : I want to have something like /news/2009/06/30/foo, /news/2009/06/30/bar, etc and on / have the 10 newest entries displayed (newest - show 1 para, other 9 - show 1 line 'teaser' text)04:06
Mech422I set /news up as a cs - but I'm at a loss as to how to get / to 'pull' the entries from /news04:07
-!- daviddelikat [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #WebGUI04:08
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has left #webgui []04:13
@tavistouse a Syndicated Content asset04:38
@tavistothen give the SC asset the URL of the RSS feed that the CS generates04:39
+perlDreameruse the StoryArchive instead04:42
Mech422err... Umm ?04:44
Mech422Don't use collab system ?04:45
Mech422ahh - use the SC as the front page with the RSS feed... gotcha04:45
Mech422pd: I'm how would storyarchive fit into this? would it replace the CS ?04:46
Mech422god I can't type :-P  I'm not sure how storyarchive would fit into this?  would it replace the CS or augment it like the SC ?04:47
Mech422I'm also not sure how I would go about changing templates so the first item shows more 'teaser' then later items 04:49
+perlDreamerMech422, that's built into the StoryTopic04:50
Mech422So StoryTopic is part of StoryArchive ?04:52
+perlDreamerthey're related04:54
+perlDreamerStoryTopic lets you pull stories from a StoryArchive by keyword04:54
@tavistoi dunno, my rule of thumb is never to use anything that perldreamer built04:56
+perlDreamerwords to live by, from brother tavisto04:56
Mech422heh04:56
+perlDreamerof course, I didn't build the matrix either...04:56
-!- carogray1 [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has quit [Read error: 54 (Connection reset by peer)]04:56
@tavistowhich is why I use Drupal instead of WebGUI.. since Perldreamer has probably touched all of the code in webgui04:57
+perlDreamerso probably only things built by preaction and rizen are safe04:57
@tavistolol.04:57
Mech422ok - I'll fart around with SC and the SA stuff04:57
* perlDreamer suggests less beans in the diet, Mech42204:57
Mech422tavisto: oh - I thought that was so you could get those phat mil. contracts04:57
@tavistoactually, I think someone should get banned for saying "i use drupal" or "i use joomla" in channel04:57
@tavistoyeah I did see that at the mil-oss.org site04:58
@tavistotopic of discussion... blah04:58
Mech422tavisto: nah - cross pollinization is good04:58
Mech422tavisto: know your enemy, etc etc04:58
@tavistogood idea, it's time for me to visit the joomla channel and I'll start asking about why I should use Joomla instead of WebGUI04:58
Mech422yeah - kinda odd they get a discussion... I would have thought one of the big java based systems maybe - but drupal ?04:58
@tavistosince people do that to us all the time04:58
@tavistoI wonder if it's the commercially supported drupal04:59
Mech422tavisto: good idea :-)  and check out the sites too... see how the lure people in, etc04:59
Mech422tavisto: for instance, typo3 used to just overwhelm you with a ton of unorganzied information04:59
@tavistoi had better not find a guy named "drupaldreamer" over there05:00
Mech422huge site, little value05:00
Mech422hehe05:00
+perlDreamerI could take him05:00
@tavistowhat if perldreamer is actually a spy and has been taking all of our best ideas and putting them into drupal05:00
@tavisto......05:01
+perlDreamerno, I only sabotage the code to ruin the reputation05:01
+perlDreamerit's much easier that way05:01
@tavistoyeah good point, and you're good at it05:01
+perlDreamerwait til you see how the ProgressBar blows up05:01
@tavistonoooooooooo....don't get to 100%05:01
@tavistoit's like the bus in Speed getting to 5505:01
@tavistoall joking aside, how much work did it take to get the progressbar implemented?05:02
+perlDreamerit took 4 of us about 3 hours05:02
+perlDreamerpreaction had the core idea05:02
@tavistowow05:02
+perlDreamerI wrote the reusable API05:02
+perlDreamerand then JT rewrote it to be simpler05:03
+perlDreamernow it takes about 45 minutes to add the ProgressBar to a new operation05:03
+perlDreamerwith hand testing and i18n05:03
@tavistovery cool man... I love the fact that you guys can bolt that on to anything in WebGUI now too right?05:03
+perlDreamertotally05:03
+perlDreamerright now it's used by the Rollback Version tag, delete asset, purge asset, paste asset, reorder asset and promote/demote asset05:04
@tavistook I'm kinda concerned why I'm hearing gun shots at 10pm when it's dark outside and not hunting season05:04
+perlDreamerthose are the Zope users05:04
Mech422pd: nah - zope users just roll back the transaction to cover their tracks05:07
topsubany bug known updating between  7.6.27 to 7.6.29?05:34
+perlDreamernope05:39
+perlDreamerwhat's happening, topsub?05:39
topsubnothing, i'm 2 behind just wanted to check before i did the upgrade05:51
topsublike last time i ran into something thats all05:51
Mech422wow - firefox is really not working well with this new demo site06:01
Mech422keeps losing all the css/styling on the page06:01
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]06:10
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has left #webgui []06:10
Mech422pd: Story Archive seems to be part of what I want - it does the 'container' and add/edit story stuff... but how would I go about getting it to do the 'archive' part (eg 2009/06/30/blah)06:13
Mech422I _think_ what I want is just a workflow that changes the 'url' field of the stories after X amount of time?  but I'm not sure if thats the 'wG way' to do it ?06:14
+perlDreamerthat is what you want06:23
+perlDreamera custom story archiving workflow06:23
Mech422ahh..06:25
Mech422actually, I probably want that to begin with - sorta a 'permalink' ...06:25
+perlDreamerhm06:25
Mech422but I don't want to have to change the SC or SA every month06:26
+perlDreamerhuh?06:26
+perlDreameryou lost me there06:26
+perlDreamerit will automatically ignore archived posts, and you can derive the new URL "date phrase" from the date inside the story.06:26
Mech422well - I don't want to have to create a new 'folder' (/2009/06, /2009/07, etc) every month 06:26
+perlDreamerwe went through this before :)06:27
+perlDreamerwG URLs and hierarchy are separate06:27
Mech422yeah06:27
+perlDreamerand the story archive makes folders for every day that stories are submitted06:27
+perlDreamergo into the Asset Manager and look06:27
Mech422ahh - I didn't see that06:27
+perlDreamerwell, you aren't supposed to ;)06:27
Mech422I did notice that story's don't ask for a URL when you add them06:27
+perlDreameryes, they work just like a post, or an event, or a wiki page in that way06:28
+perlDreamerthe url is derived from the title06:28
Mech422ahh - I have a june_30_2009 folder in my story archive06:29
+perlDreameryes06:29
+perlDreamerand tomorrow there will be july_1_2009 folder06:29
+perlDreamerif I remember correctly, the whole folder is archived at once06:29
+perlDreamerrather than story by story06:29
Mech422Oh! I _can_ navigate to a day directly!06:30
Mech422thats the part that was 'missing' - I can use teststory/storyarchive/june_30_200906:31
Mech422except all the css/themeing appears to be missing06:31
@tavistoOkay I'm beginning to get a little worried about Mech422 teaching a large session at the wuc06:32
@tavistoI hope he figures this stuff out so that he doesn't mess up the keynote06:32
@tavisto;)06:32
+perlDreamerit's just a folder, Mech422.06:33
+perlDreamerit's not meant to be publicly viewable, kind of private for the Archive06:33
Mech422I think its a teminalogy thing... when I have 'archive' I think 'moved to permenant storage'...06:33
@tavistojust kidding btw.. Mech422, I'm not trying to piss off a vampire06:33
+perlDreameryeah, I mentioned that to rizen06:33
Mech422I think story Archive uses it more in the context of 'collection' ?06:34
+perlDreamerbut we couldn't find a better term06:34
Mech422ahh06:34
+perlDreamerit didn't pass the spousal test06:34
+perlDreamerthe archive is the gateway and repository06:34
Mech422tavisto: eh - hang out some garlic, and you'll be fine :-)06:34
+perlDreamerthe topic is the aggregator06:34
+perlDreamerand story is the item of value06:34
@tavistoperlDreamer is hairy... like a werewolf... I wonder why you guys are getting along so well06:35
Mech422but teststory/storyarchive/june_30_2009/Story_1 doesn't work :-(06:35
Mech422so I will need to muck about with url field :-(06:35
Mech422in that case, its almost easier to use a cs and just set the url field to '/2009/06/30/Story_1' right from the begginging06:36
Mech422and skip the whole workflow thing ?06:36
+perlDreamerperhaps06:37
+perlDreamerbut then you have to do all the lead story work and everything else by hand06:37
Mech422no, shouldn't the cs 'blog' view show most recent to oldest by default ?06:38
+perlDreamerremember that in the cs "blog" is just a template06:38
+perlDreamerpost ordering is a setting in the CS itself06:39
Mech422ahh - ok - well, I'd have to muck around with getting 'more' teaser on the first entry, and 'less' teaser text for older stories06:39
+perlDreameryeah, StoryTopic does that for you automatically06:39
Mech422but I think that would actually be simpler then writing a work flow ?06:40
+perlDreamerwhy not just RFE a request for the Story URL to include the date?06:40
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit ["Leaving."]06:40
Mech422eh - I figured I broke it so I get to keep both halfs ?06:41
Mech422I suppose it is a fairly common use case06:41
Mech422if it was gonna be an RFE - I think having it accessible via an 'archive url' right from the start would be good - then it could be used as a permalink ?06:43
+perlDreamerwell, what you're asking for is to have the date put into the url by default06:43
+perlDreamerand it will always have the same URL, regardless of being archived or not06:44
+perlDreamerit won't change when it is archived, in other words06:44
Mech422yeah!06:44
Mech422the 'it won't change' part is the big part for us06:44
+perlDreamerso if the intention of the date is to make it a permalink, you don't need it06:45
+perlDreamerif it's for some other reason, then you might still need it06:45
Mech422the date part makes it easy for us to go back and see what happened on 1968/05/13/Mech_Is_Born06:45
Mech422we can go to /1968/05/13 and see all the news for that day06:46
+perlDreamerno06:46
+perlDreamerthat url won't exist in the system06:46
+perlDreamermarch_13_1968 will06:46
Mech422may06:46
Mech422btw - why use full month names ? it looks a lil 'odd' ?06:47
Mech422or is it for i18n - everyone can interpret that format ?06:47
+perlDreamer(08:41:23 PM) perlDreamer: it's just a folder, Mech422.06:47
+perlDreamer(08:41:41 PM) perlDreamer: it's not meant to be publicly viewable, kind of private for the Archive06:47
Mech422LOL - i18n its unambigous sounds better :-P06:48
Mech422no mm/dd vs dd/mm issues06:48
+perlDreamerthat's true06:48
Mech422Hmm - storyTopic is dependent upon the 'keywords' field in the story...06:58
+perlDreameryes06:58
Mech422so we need to add a 'dummy' keyword to every story to get them to show up in the topic06:59
Mech422hmm - thats badly phrased07:00
+perlDreamerhave you tried putting no keyword in the topic to see what happens?07:00
Mech422yeah - nothing displays in the topic07:00
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has joined #webgui07:00
Mech422being able to have seperate 'views' for each topic is cool - but we need to have a 'master' view of all storys too... umm - thats still not a good discription07:01
Mech422am I makeing _any_ sense at all ? :-P07:01
+perlDreamermaybe the StoryArchive other assets really don't do what you want, like I thought they would07:01
+perlDreamereither that, or you need to write more RFEs ;)07:02
Mech422Ah Ha!  we need a storyTopic that can do a straight reverse chronological listing of all stories!  thats a pretty good description07:02
+perlDreamersure, one that pulls all stories, regardless of keyword07:03
+perlDreamerwhich is kind of what the StoryArchive does07:03
+perlDreamerwithout the lead story template variables07:03
Mech422the keyword based listing is really cool for other stuff - like setting up 'deppartmetns' or 'areas of interest' .. .but we need the reverse chron. for the front page07:03
+perlDreamerthe design spec was for CNN-like news07:04
+perlDreamerwhich doesn't have that07:04
Mech422right - I was actually using plain StoryArchive before - I just added the topic when you mentioned it07:04
+perlDreamerStoryTopic does the lead story template variables, StoryArchive doesn't07:04
Mech422I had thought that chaing the story archive template in StoryArchive migth do this ?07:05
+perlDreamerno, those variables don't exist in the StoryArchive07:05
Mech422well phoeey07:05
Mech422dammit - I _want_ to use StoryArchive :-P07:05
Mech422looks like some slick code :-)07:05
* perlDreamer is biased07:06
@tavisto*tavisto still unhappy that PerlDreamer did not acknowledge his werewolf vs vampire joke*07:07
Mech422maybe I could tear apart the StoryTopic template and get it to grok story's with no keywords07:07
* perlDreamer intends to bite tavisto net time we meet07:07
+perlDreamerprepare to join the pack, brother07:07
@tavisto*tavisto shows his teeth* Sorry bro, I'm on the other team07:08
+perlDreameryou can be a hybrid lycan07:08
@tavistooh great... so I gotta buy a $15,000 battery after I'm midway through my life07:08
Mech422I take it underworld was big around the pb offices ?07:09
@tavistoson of ah.. this sucks07:09
@tavistoanything sci-fi, fantasy, etc... pretty much is.. Lots of geeks and nerds roaming around PB07:09
Mech422hmm - you can't limit a storyTopic to just 1 keyword or a specific group of keywords ?  so I can't have a 'sports' storyTopic and a 'tech' storyTopic ?07:11
Mech422tavisto: heh - my eq2 addiction is finally showing signs of petering off07:12
+perlDreamerif you have a story with keywords sports and tech, it would show up in both topics07:12
+perlDreamerotherwise, you only get stories with the topic's keyword in it07:12
@tavistoeq2 is still going?07:13
@tavistowow07:13
@tavistothat's like telling me you are still playing Dark Ages of Camelot online07:13
Mech422perlDreamer: umm - I can't find where to ...oh its on the metadata tab07:13
+perlDreamer:)07:13
@tavistoThat's like telling me you are running WebGUI 4 right now07:13
+perlDreamerwhich means that if there's no keyword in the topic, you get all stories?07:13
+perlDreamerisn't that what you wanted?07:14
Mech422all stories _with_ a keyword07:14
Mech422tavisto: actually - eq1 is still going... and sony just announced expansions for both eq1 and eq07:14
Mech422err..eq1 and eq207:14
Mech422we could get around keywords just by forcing the clerk to input a dummy 'story' keyword for each story07:15
+perlDreamersure, or add it to your custom commit workflow07:15
+perlDreameror, change the edit form to hardcode it07:16
+perlDreamersince that's templatable, too07:16
Mech422ahh - changing the edit form would prolly be the path of least resistance07:16
+perlDreamerset the keywords to be hidden in the form and set to "mandatoryKeywordBecausePerlDreamerIsANazi"07:16
Mech422ROFL07:16
@tavistowow, you gotta be kidding me07:16
@tavistoalthough I think Ultima Online is still going somehow07:16
@tavistothat was and is still my favorite game. That's how Rizen and I met actually07:17
Mech422yeah - I think the ultima server code is out in the wild07:17
Mech422but eq is on its 10 year anniversary and eq2 is on its fifth I think07:17
@tavistooh yeah it's been for years. We ran our own server and that's really how Rizen and I met. We were both GMs on the server07:17
@tavistoinsane.07:18
Mech422I'm looking forward to one called earthrise07:18
Mech422I'm getting pretty annoyed with class based games07:18
Mech422especially for crafting07:18
Mech422use based or point based seems the way to go07:19
@tavistoyeah I love MMORPGs and used to play, get burned out, then sell my accounts07:21
@tavistobut I just dont have the time. It's 12:21 right now and I'm sending email07:21
Mech422I'm like that with most stuff - compulsive about it for 6 months, then hang it up07:21
@tavistoIve been on the computer today since 10am, except for 45 minutes on a treadmill, changing some sprinklers in my yard, and going to get subway.  What a great day.07:21
Mech422that's why contracting was always so much fun - 6 months then off to a new challenge07:21
@tavistoyep, that's true.07:22
Mech422lol - thats a short day for me :-P07:22
Mech422but I have no life :-P07:22
Mech422my friends all moved out of silicon valley years ago07:22
Mech422I'm like the last hold out :-P07:23
@tavistoyeah they apparently didn't want to pay the outrageous taxes eh07:23
Mech422nah - they just couldn't find new jobs paying $125K+07:23
Mech422lots of people around here went from 90+ year to 50 year07:24
@tavistoouch07:24
Mech422yeah - middle management of course07:24
Mech422but also techies07:24
Mech422lots of php/perl/python people07:24
Mech422.net and java seemed to stay pretty much the same though07:24
Mech422which is surprising considering how over payed java guys are07:24
@tavistoSo are you liking WebGUI as you learn more about it? And are you able to use it in more of your projects? Or do you still find Plone to be a better system for you?07:25
Mech422heh - some pretty subjective things there07:25
@tavistoI'm curious since you are fairly new and have been playing with WebGUI awhile07:25
Mech422the _biggest_ impression I get is that I'm the first 'new' webgui 'developer' in a long time07:25
Mech422there seems to be a big gap in between 'user docs' and 'god mode'...07:26
@tavistommmm... well atleast in IRC you are07:26
Mech422like everyone that works on webgui either is an end user, or already knows it inside and out07:26
Mech422LOL07:26
@tavistoI actually talk to quite a few new peeps that download it and aren't active in the community.. but mod stuff to their own needs07:26
@tavistoof course... we only hear from people like that if they need support contracts, or want to purchase something. :)07:27
Mech422wow - I'm slacking then :-P07:27
@tavistonope, you have more of an interest in being active in the community... which is a great thing07:27
Mech422no I mean on learning webgui07:27
Mech422even with the time I spend working with it - I don't really feel I 'understand' it..07:28
Mech422but then again - it was the same with plone at first too07:28
Mech422thats just part of workign with a large system07:28
@tavistoyeah, I guess it is. I've been working with it since we started so I kinda pieced it together as we went07:29
@tavistobut I'm also not a dev07:29
Mech422:-)07:30
Mech422its definately got a learning curve07:30
elninowegui has a different philosophy than anything eslse I've seen07:30
elninothat was *my* learning curve07:30
Mech422elnino: oh? in what way ?07:31
@tavistoelnino is a developer07:31
@tavistoI never knew it until one day when we started talking more in here07:31
Mech422heh - its the quiet ones ya gotta watch ;-P07:31
elninoI'm not sure how to respond.07:32
elninoI dont' develop for pb.07:32
Mech422I'm just curious as to what difference you noticed ?07:32
@tavistono, I'm saying in general though07:32
elninobut I have 15 years.07:32
elninophilosophy in gui, not in programming. Tho I'm really impressed with the programming once I got into that part.07:34
elninoand I really don't have many things to compare webgui to, I started with mambo, joomla, asp.net. I dont' even know where to start on the differences there.07:34
Mech422heh - having the buttons on the 'wrong' sides of the forms thru me at first... :-P07:35
elninothose are the only other cms's I'ved worked with07:35
Mech422I'll be interested to see how things go as I spend more time with it07:36
@tavistoThat's because they were on the 'right' side07:36
Mech422yeah - having them so you don't have to scroll is more logical - though not what you generally encounter07:36
Mech422I guess every large system has a 'mindset' you have to get into...07:38
+perlDreamervery true07:38
Mech422zope/plone are obvious about it - "the zen of zope" "zope zen" etc etc07:38
Mech422but its just a fact of life 07:39
+perlDreamerMech422, just think like a smiling, purple octopus07:40
+perlDreamerit'll all be fine07:40
+perlDreameras long as Cthulu doesn't get jealous that we're tripping on his vibe07:40
Mech422hehe07:40
Mech422well my next tasks will be learning how to grab content from other 'parts' of the site07:40
+perlDreamershortcuts and snippets07:41
Mech422like reaching into a storyArchive and listing its contents or pulling blog entries07:41
Mech422ahh -but how do you actually reference the cotent and 'grab' it ?  07:41
Mech422$this->somecontent.getValue() ?07:41
+perlDreamerare you talking codewise, or template wise?07:41
Mech422prolly start in templates - should be simpler right ?07:42
+perlDreamersimpler, but more limited07:42
+perlDreamerbecause you're only given a particular set of variables07:43
+perlDreamerand no programming control07:43
+perlDreameryou could switch to Template::Toolkit07:43
Mech422no looping ?  say I wanted to make my top ten list ?07:43
+perlDreamerif you want to make it out of things that you are given, that's fine07:44
Mech422I can't setup a 10 item loop in a template ?07:44
+perlDreamersure you can07:44
Mech422ahh07:44
+perlDreamerbut only if that template has a loop07:44
Mech422umm - aren't I creating the template?  can't I just give it a loop?07:44
+perlDreamerthe template can work on a given set of variables07:44
+perlDreamerfor example, go to your dev site, and turn on admin mode07:45
Mech422already on :-)07:45
+perlDreamerfrom the admin console, click on the Life Saver icon for Help07:45
+perlDreamerFind the Article template07:45
+perlDreamerand click on that link07:45
+perlDreamerthat is a complete list of all template variables that an article template can use07:45
Mech422ok - but you said 'no programming control' - I took that to mean 'no looping, no conditionals' ?07:46
+perlDreamerno, the templating engine supports both of those07:47
+perlDreamerbut, you cannot give the template an object and allow the template designer to call arbitrary methods on it07:47
Mech422ahh - ok, thats pretty common07:47
+perlDreameryou can do that in Template::Toolkit07:48
+perlDreamerbut WebGUI still won't pass you the objects07:48
+perlDreamerjust the same regular old variables in TT syntax instead of HTML::Template syntax07:48
Mech422yeah - plone has the concept of 'restricted' methods 07:49
Mech422you have to 'flag' methods as web accessible07:49
Mech422(believe it or not - a method with no comment can't be hit from the web :-P )07:50
+perlDreamerwe have that in webgui as well, although a little differently07:50
+perlDreameronly subs that start with www_ are allowed to be called by the content engine07:50
Mech422but how do you 'traverse' the site to find 'objects' (atoms? pages?)07:51
+perlDreamerfrom the template, or from the content engine?07:51
Mech422ahh - that makes more sense then the stupid comment thing - that bit me many a time07:51
Mech422from a template or snippet ?07:51
+perlDreamerfrom the template, you are in a small, isolated world07:51
Mech422say I wanted a 'steves recent blogs' box that listed my last 5 blog entries - that I could put all over my site (ie in different locations)07:52
+perlDreamerin that case, I would make a shortcut of the blog with a custom template that only listed 5 things07:52
+perlDreameror, I'd use a syndicated content asset07:52
Mech422Hmm...07:53
+perlDreamerif you want it all over your site, then you mark it as a package so that it can be deployed multiple times on the site07:53
+perlDreamerso it's done at the Asset level, not at the template level07:53
Mech422and what if it wasn't a 'static' resource - like say a 'today in history' box07:53
Mech422where you had a folder for every day of the year with fun facts about that day07:54
+perlDreamerokay07:54
+perlDreamerand the folder is full of snippets?07:54
Mech422err..ok... 07:54
Mech422snippets text whatever07:54
+perlDreamerand you want to pull one snippet out and display it on some page?07:55
Mech422how do you dynamically get a reference to a particular day (folder)  and list its contents ?07:55
+perlDreamerAssetProxy macro07:55
Mech422ahh07:55
+perlDreameruse the Date macro to build the date part of the URL07:55
@tavistothere is a ^RandomAssetProxy macro too if you want to pull random assets07:55
+perlDreameror, if it was a SQL table, you could use the SQL macro to do it07:55
@tavistoyou can also use the advertising engine to serve up random images if that's what you want to do07:56
Mech422I think AssetProxy would be the next thing for me to read up on then..07:56
+perlDreamerMech422, this is what I recommend07:56
+perlDreamerRead the WebGUI primer from top to bottom, twice07:56
+perlDreamerthen read the whole Macro book07:56
Mech422though I think I'm gonna have a lot of 'unlearning' to do07:57
+perlDreamerAre you afraid?07:57
+perlDreamerYou may be too old to undergo the training07:57
+perlDreamerI have been teaching WebGUI newbies for 300 years07:57
Mech422afraid - no ?  looking forward to it ? no ? :-P07:57
@tavisto318 years.. and you are getting old and forgetful now07:57
Mech422http://www.plyonshq.com   <- this is the sort of thing I look forward too...07:57
+perlDreamerSorry, 'www.plyonshq.com' does not exist or is not available.07:58
Mech422you might want to take a look - docs are decent but not great ...  the core is 'small is beautiful' :-)07:58
Mech422crap - sorry its http://www.pylonshq.com07:58
Mech422mimimalist web framework with numerous interchangable parts07:59
@tavistoooooh nice08:00
@tavistoHao just posted to staff blog08:00
Mech422no where near the functionality the wG offers - its more for web apps then cms08:00
@tavistotalking about the possibility of 1-page checkout in wG ecommerce08:00
@tavistowahoo!08:00
@tavistoperldreamer, you and I have been interested in that since the beginning08:01
@tavistotopsub did that awhile back on his own and it was pretty slick08:01
+perlDreamernice08:01
elninowhat is http://www.cmsinfo.org supposed to be about?  there is a blog aobut webgui, but it's really old.08:01
@tavistolooks like they covered WebGUI announcements for awhile08:03
+perlDreamerthen we changed the RSS url out from underneath them08:04
+perlDreamertwice08:04
Mech422is Aegir - that became the Asgard cms didn't it ? 08:04
@tavistonight all08:04
-!- tavisto [n=tavisto@96.230.192.126] has quit []08:04
Mech422nite tavis!08:04
elninobye08:04
Mech422lol -midguard - I haven't looked at htat in years...08:05
Mech422pd: anyway - seems like I'll have a bunch of 'unlearning' to do - in plone you 'traverse' (navigate) to the object, and in wG it seems you bring the object to you (via shortcuts,proxy,etc)08:06
+perlDreamerthat's correct08:07
elninodoes anyone know ehab?08:09
+perlDreamerhe watches TBB, and might monitor the dev forum08:10
elninowhat's TBB08:10
+perlDreamerThe Black Blog08:10
elninodoes he log in here?08:10
+perlDreamernever seen him in here08:10
elninok.08:11
Mech422Should a storyArchive be inside a pageLayout ?08:11
elninoi'm sleepy. I'm going... fast...08:11
elninobye08:11
Mech422bye elnino!08:11
+perlDreamer'night, elnino08:11
elninolater!08:11
+perlDreamerMech422, it can part of a page layout if you wish08:11
+perlDreameror it can work standalone08:12
Mech422I'm just trying to figure out why my css and stuff keeps dissappearing08:12
Mech422but its doing it on the admin side too - and I didn't touch any of those templates08:12
Mech422its happening on both ff and opera08:12
Mech422so prolly not a browser cache thing08:12
+perlDreamerprobably not08:12
+perlDreameris IE doing it, too?08:13
Mech422wtf? uggh - I hate lil annoyances :-P08:13
Mech422umm - lemme check08:13
Mech422blah - my keyboard is hosed in windows08:15
Mech422vista does NOT seem to like this ms usb keyboard :-P lemme check on the other machine08:15
Mech422ok - yes, it does it in IE to08:18
+perlDreamerwhat do you do to make the CSS and stuff disappear?08:18
Mech422its prolly something to do with giving the site a name but using numeric ip to access it08:19
Mech422editing a story in the story archive , click 'save', then click 'back to site' and you get back to the storyarchive with missing css08:19
Mech422but it happens all over the place, so I'm assuming its a stupid configuration thing on my side08:19
+perlDreameris your story archive inside of a page layout?08:19
Mech422yeah - thats why I asked08:20
+perlDreamerokay, that sounds like an asset focus issue08:20
+perlDreamertry this08:20
+perlDreamergo back to your dev site's home page08:20
+perlDreamerthen go to the page with the archive on it08:20
+perlDreamerthen click on add page08:20
+perlDreamerand watch the url08:20
+perlDreamerthe URL is different, you're actually looking at a different "page"08:21
+perlDreamerthat page is made by the _archive_, not the page layout08:21
+perlDreamerso if the archive and layout have different styles, then they will look different08:21
Mech422add page ? you mean add page layout or add story ?08:22
+perlDreameradd story, sorry08:22
Mech422ok - with you so far08:23
Mech422buth when I go 'back to site' - shouldn't I get my stuff back ?08:23
+perlDreameronly if it takes you back to the layout instead of the archive08:23
* perlDreamer suspects it's taking you to the archive08:23
Mech422your right08:23
Mech422ok - so thats that08:23
+perlDreamerto fix that, edit the style and set it to use the same style template as the page layout08:24
Mech422different - but still no styling08:26
+perlDreamerdo you have CSS in the page layout template itself?08:26
+perlDreamerbecause the Archive would not get that unless it was rendered inside the layout08:27
Mech422its in the source08:27
+perlDreamersource?08:27
Mech422lemme try firebug - its prolly just not getting the css due to name vs. ip crap - document source has css file08:27
Mech422(references css file rather)08:27
+perlDreamerokay08:28
Mech422actually, it says it got the css file08:31
Mech422I'll worry about that later - its gotta be something silly as it works 08:32
Mech422as it works most of the time08:33
Mech422huh - the front page gives 302 'found' messagges but when its 'broken' the css comes back as 304 'not changed' ?08:34
Mech422not sure if thats significant08:34
Mech422ok - gonna haul my lazy butt out for a walk..08:40
Mech422g'nite pd!08:40
+perlDreamerlater, Mech42208:42
* perlDreamer is heading to bed08:42
+perlDreamermy laptop is so hot I can smell solder08:43
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has quit ["Leaving."]08:43
-!- f00li5h [n=f00li5h@211.30.203.217] has joined #webgui09:24
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has joined #webgui09:38
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui09:47
-!- Mech422 [n=steve@c-98-210-208-123.hsd1.ca.comcast.net] has quit [Remote closed the connection]10:04
-!- bartjol [n=bartjol@host2.procolix.com] has joined #webgui11:23
-!- mode/#webgui [+v bartjol] by ChanServ11:23
-!- carogray [n=Caroline@173-114-223-232.pools.spcsdns.net] has joined #webgui12:59
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has quit ["Leaving."]13:26
-!- plainhao [n=plainhao@mail.xbiotica.com] has joined #webgui14:08
-!- mode/#webgui [+o plainhao] by ChanServ14:08
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has quit ["Leaving"]14:32
-!- carogray [n=Caroline@173-114-223-232.pools.spcsdns.net] has quit [Read error: 104 (Connection reset by peer)]14:42
-!- carogray [n=Caroline@host2.209.113.248.conversent.net] has joined #webgui15:04
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has joined #webgui16:09
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:09
-!- mech422 [n=steve@c-98-210-208-123.hsd1.ca.comcast.net] has joined #webgui16:16
+bartjolit's admin!16:17
mech422Umm - I thought I was Steve! ? :-P16:21
mech422And how is Mr. bartjol this fine morning ?16:21
+bartjolwell, mainly warm16:22
mech422oh?  warm as in nice weather, or warm as in building a/c broke and your surrounded by heat generating pc's ?16:22
+bartjolmainly nice weather16:23
+bartjolso that's ok16:23
mech422ahh yes, much nicer then the too many pc's thing :-)16:24
mech422I'm getting rather annoyed, as something seems to be slightly off with my new vista64 based desktop16:24
+bartjolonly 6 in this room16:24
mech422I'm running debian in VirtualBox on it, and its sorta 'wierd'... like now, kde isn't showing desktop previews correctly16:25
+bartjoland hoping that ff3.5 really is better16:25
mech422ohh - donna got it yesterday - she seemed to like it ok - no complaints but no jumping for joy either16:26
+bartjolmm16:26
+bartjolwell, I had problems lately with 3.0.11 crashing16:26
+bartjoland eating 500+ MB of mem16:26
mech422I'm thinking it might be the seagate 1.5TB drives16:27
mech422I read there was a lot of problems with the early versions - and the drive the vm image is on sorta 'clicks' on a regular basis - like the head is stepping all the way in/out16:27
+bartjolwell, I can't help you on this one16:29
mech422heh - I'm looking at the configuration... I seem to recall there was a check box somewhere that controled the desktop preview thingy in the pager16:30
mech422ahh - somehow 'window thumbnails' got turned off...16:34
mech422bartjol: do you happen to do much js ?16:35
+bartjolalas16:35
+bartjolbut I can always try16:36
mech422heh - I thought I might read up on it a bit - I was just curious if you had any recommendations for toolkits..16:36
mech422wG uses YUI, plone uses JQuery, then there's dojo, and prototype...16:37
+bartjolwell http://www.ja-sig.org/wiki/display/UP3/Javascript+Toolkit+Comparison16:37
mech422Oh very cool!16:37
mech422thanks :-)16:37
+bartjolgoogle is my friend16:38
-!- SquOnk [n=emhn@201.211.88.228] has joined #webgui16:38
mech422heh - forgot about mochikit16:38
SquOnkHi everyone16:38
SquOnkUpdated 7.6.29 packages for Debian in my repo.16:39
SquOnkHopefully, the 7.6.30 package will have automatic database maintenance.16:39
+perlmonkey2This is incredible.  When I load an admin page I'm working on in FF3.5b4, I can't start up firebug and none of my FF menu bars are clickable.17:03
-!- ekennedy [n=ekennedy@70-14-83-104.pools.spcsdns.net] has joined #webgui17:04
+perlmonkey2Me thinks something is rotten in the state of Denmark17:07
+perlmonkey2and by Denmark I mean Firefox.17:07
-!- tavisto [n=tavisto@96.230.192.126] has joined #WebGUI17:07
-!- mode/#webgui [+o tavisto] by ChanServ17:07
mech422Hmm - MS is supporting jquery ? didn't know that17:14
mech422crud konqui crashed17:14
mech422dammit!17:14
-!- Haarg [n=haarg@76.210.72.162] has joined #webgui17:16
-!- mode/#webgui [+o Haarg] by ChanServ17:16
-!- dapperedodo [n=dappered@gw.oqapi.nl] has joined #webgui17:23
@tavistoso mech422, have you mastered WebGUI in the last 6-8 hours?17:23
SquOnklol17:24
* SquOnk is teaching one of his minions how to create a WebGUI style17:25
SquOnkWe're deploying WebGUI for the Venezuelan Ministry of Economy and Finances.17:26
-!- cap10morgan [n=wmorgan@75.71.249.188] has joined #webgui17:26
-!- mode/#webgui [+v cap10morgan] by ChanServ17:26
SquOnkOnce it's online, we'll probably get permission to list it in webgui.org17:26
-!- khenn_ [n=khenn@adsl-76-208-68-155.dsl.mdsnwi.sbcglobal.net] has quit [Remote closed the connection]17:34
-!- khenn [n=khenn@76.208.68.155] has joined #WebGUI17:34
-!- mode/#webgui [+o khenn] by ChanServ17:34
+bartjolaaah , minions roasted with garlic17:36
-!- ryuu_ro [n=rory@gw.oqapi.nl] has quit ["I'm Off"]17:36
-!- bopbop [n=kmccombs@24-183-106-111.dhcp.mdsn.wi.charter.com] has joined #webgui17:44
-!- mode/#webgui [+o bopbop] by ChanServ17:44
+bartjolperlmonkey2: what is wrong with ff today17:45
+bartjolI find it rather refreshing after 3.0.1117:45
+bartjoland firebug works ok for me17:47
+bartjolmaybe I have a superior OS originating from the Redmond area17:48
+perlmonkey2bartjol: no idea.  The problem was a simple admin panel screen with a select list.  Yesterday I thought the selectList lib was broken when the default item wasn't being selected.  Turns out Firefox just wasn't highlighting it.  That magically resolved itself after several FF restarts.17:56
daviddelikatholy cow, firefox footprint doubled...!!!17:57
+perlmonkey2Then today it was doing the same thing only Firebug wouldn't start and the menu bar was unresponsive (although I could still click on links and use the web pages and tabs).17:57
+perlmonkey2But after killing it 5 or so times it started working again.  17:57
@Haargwhat version of firebug?17:57
+bartjolthe beta17:57
+perlmonkey21.4.0b317:57
+perlmonkey2and I'm on FF3.5b417:58
+perlmonkey2If this keeps up I'll install a temporary local of the new release.  But I like to stay in tune with the repo.17:58
+bartjolah the morning ritual of restarting a browser 5 times with a cup of coffee17:59
+perlmonkey2hah, if only.  More like restart it, click on page, look at logs, try to get firebug to do more than load unactivated panels.  'killall firefox' repeat.17:59
+bartjolwhat kinnd of os are you running>18:00
+perlmonkey2starting to lose faith in Gecko and starting to get mighty curious about Webkit.18:01
+perlmonkey2Fedora 1118:01
+bartjolno one is running that here18:01
+bartjol:(18:01
+perlmonkey2Which otherwise has been a dream.  Every issue I've ever had with Linux on this laptop has been resolved with things looking sharp and behaving beautifully.18:01
@Haargsounds like you problems are more firebug related than gecko18:01
+perlmonkey2Haarg: even with the menu bar becoming unresponsive?18:02
+perlmonkey2next time it repeats I'll disable firebug and see if that resolves it.18:02
@Haargfrom what i've heard firefox works significantly worse on linux though18:02
@Haargthan either windows or mac18:02
+perlmonkey2Haarg: no idea.  I used Opera on Mac and haven't used windows in...well, half a decade.18:03
daviddelikatso, I'm reading all this about ff3.5; I go and upgrade, before upgrade I have firefox at 35M RAM after I upgrade its at 101M!  is this supposed to be better?18:03
+perlmonkey2bartjol what do people run there?  Windows and Ubuntu?18:04
+bartjoland some apple like stuff18:04
+bartjolnot sure about ubuntu18:04
+bartjoloh, yeah, we have that18:04
+perlmonkey2daviddelikat: I've never seen 35MB level usage.  I've always been somewhere around 100MB with FF.18:05
+bartjoldaviddelikat: for me it went down from 500 MB to 240 MB18:05
daviddelikatwow! thats impressive18:05
+bartjolbut I use a lot of tabs18:05
daviddelikatI wonder what I'm doing ...18:05
+bartjolyeah18:05
+bartjolwell I think 400 was average18:05
daviddelikatI use tabs for ~everything~18:05
+bartjolat 500 it began to crash18:06
daviddelikatbut I've got the same 4 tabs now that I had befpre I started...18:06
+bartjolmmm18:06
+bartjolstrange18:06
+perlmonkey2bartjol oh, wish me luck.  You asked about what I used which made me remember that compiz used to lock up my onboard video card.  So I just now started it for the first time in years.  Here's to hoping I can get flashy wizbang without annoying lockups :D18:06
+bartjolmaybe a higher base amount, but less per tab18:06
daviddelikatI guess I'm not done looking, I'll have to tryt leaving some JS runnign over night and see what happens18:06
+bartjolI wish you luck perlmonkey218:06
+perlmonkey2bartjol you are a good fellow18:07
+perlmonkey2:P18:07
+bartjoldon't stick out your tongue at me! ;)18:07
@tavistobartjol, I have a picture of gooey on his own boat18:09
@tavistoa very large sailboat (for him)18:09
@tavistoI'll let you know once I put it in the gooey on the go gallery18:09
+bartjoltavisto: ah, cool, more gooeys on boats18:11
+bartjolperlmonkey2: did it work?18:12
+perlmonkey2bartjol still here without lockups enjoying my compiz wizbang18:15
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has left #webgui []18:15
+perlmonkey2bartjol I mean not sure whom bartjol is18:17
+perlmonkey2hmm, not sure why I keep getting lower case b's18:17
+bartjolno?18:17
+bartjolI am me18:18
+perlmonkey2Bartjol my tab complete keeps using the lower case.18:18
+perlmonkey2well that is weird, the user list only shows a single Bartjol but tab complete thinks there are two.18:18
+bartjolah18:18
+bartjolstrange18:19
+bartjolI am the good part of the twin18:19
* perlmonkey2 is having many strange technical difficulties today, perhaps he should embrace ludditism.18:19
-!- bartjol is now known as BartJol18:20
+BartJoland now?18:20
+perlmonkey2BartJol: ah, there we go18:21
+perlmonkey2on a single BartJol for my autocomplete :)18:22
+perlmonkey2s/on/only/18:22
+BartJolsomething strange happened to my nick18:22
-!- BartJol [n=bartjol@host2.procolix.com] has quit ["Leaving."]18:24
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: gugod, SquOnk, @preaction18:47
mech422ahh! its not my computer18:47
mech422jqueryvsmootools.com crashes konqui!18:47
-!- Netsplit over, joins: @preaction, SquOnk, gugod18:48
mech422heh - thought I had bad disk or bad mem for a bit there18:48
-!- carogray [n=Caroline@host2.209.113.248.conversent.net] has quit ["Leaving."]18:55
-!- dapperedodo [n=dappered@gw.oqapi.nl] has quit []18:58
@tavistoit's the koolaid that you spilled on your laptop last week19:06
mech422tavisto: hehe - att least I didn't drink da kool-aid *ba* *dum* *bum*19:11
mech422:-)19:11
@tavistowait.. at&t?19:11
@tavistoare you calling me out for getting the new iPhone 3GS 32GB Black superphone?19:12
@preactionDA SUPAPHONE!19:12
@tavisto*tavisto draws his weapon*19:12
mech422actually, I wonder how many tech people use the term 'drink the kool aid' and are too young to know where it comes from ?19:12
@tavistolet's get him preaction!19:12
mech422iphone? your joking right ?19:12
@preactionit was ruby ridge, right?19:12
@tavistowell I thought it makes reference to being in a cult.. Dave Ramsey also says it all the time19:12
+perlmonkey2hahaha19:12
+perlmonkey2preaction++19:12
@tavistoaha it is19:13
mech422jonestown - mass suicide19:13
@preactionthe koolaide was laced with cyanide or arsenic or something19:13
@tavistoyep19:13
mech422women and children included19:13
@tavistoexcept the founder didnt drink right?19:13
+perlmonkey2don't forget the armed thugs shooting people who backed out.19:13
mech422rather macrabre when you think about how its used now19:13
@preactionit was cherry-flavored, if i remember ;)19:13
mech422anyway - on to cheerier stuff like iphone bashing :-)19:13
@tavistopreaction is immune to cyanide so he's still doing pretty good after drinking it... except for those blackouts19:13
mech422actualy, I hear the iphone is great as long as you don't need to make phone calls .... :-P19:14
@tavistothe iPhone is the alpha and omega of mainstream phone technology19:14
@tavistoI have 4-5 bars in most places around me19:14
+perlmonkey2*ahem* Android.19:14
mech422perlmonkey2: yeah - my buddy has a g1 and it sounds awesome19:14
mech422too bad the new android htc handset is like $650 unlocked :-(19:15
@tavistoActually, I will admit that the Samsung Jet definitely w00ps all over the petty iPhone, Palm, Android debates19:15
@tavisto800mhz chip, 2GB of onboard ram, and an organic LED display that requires no backlighting and 66% less power usage19:15
mech422samsung jet ? *gotta google*19:15
@tavistodo it right now... it's amazing19:15
@tavistoI knew they were using OLED in TVs now.. But not on a cell19:15
+perlmonkey2mech422: yep, I loves my G1.  looooves it.19:17
+perlmonkey2mech422: the new HTC is hardly an improvement on the G1.  I really dig physical keyboards.19:17
mech422perlmonkey2: you has one ? bastich :-P   I just got my BB last year so I'm not trading in for a while19:17
+perlmonkey2espeically a nice largish one like the G1's.19:17
mech422yeah - my fingers are too fat for the BB keyboard19:18
+perlmonkey2I can type about 20WPM on the G1, which when I'm in a terminal means I can *almost* code.19:18
mech422but it does a good job with _displaying_ stuff - emails, web pages, word docs - all are pretty well done19:18
+perlmonkey2but certainly fine for sysadmin work.19:18
-!- ekennedy [n=ekennedy@70-14-83-104.pools.spcsdns.net] has quit [Read error: 60 (Operation timed out)]19:19
mech422gah - the ssh client for my BB is lame19:19
+perlmonkey2and the SDK with Eclipse is just tops.  Best I've used for hardware dev'ing.19:19
mech422it's a free one that switches to an input box when you enter commands19:19
+perlmonkey2mech422: there are tons of term apps for Android, but connectbot is great.  Supports PKI which is the only way I allow in to my servers.19:19
mech422supposedly the commercial one is better, but I don't do enough ssh'ing on the phone to spend $$19:20
mech422let me check out this samsung thingy...19:20
mech422jet.samsungmobile.com is fuxored19:22
+perlmonkey2tavisto: You have the Kindle App yet.  That *almost* got me to buy an iphone.19:23
mech422ok - what good is a google cache that doesn't come up when the real site is down ?19:24
-!- ekennedy [n=ekennedy@70-14-83-104.pools.spcsdns.net] has joined #webgui19:25
mech422tv out on a cell phone ?? 19:28
@tavistonope, don't read enough right now perlMonkey219:38
@tavistobut I fly a ton and am very happy with iTunes and the apps available. That really sells the phone for me.. And the fact that PB is pure mac based :)19:38
@tavistoI should say the content available on iTunes (movies, tv shows, music, etc...)19:39
@tavistoI was a diehard blackberry user until one day I was on a plane going to LA and I am sitting there bored and I see a teenage punk with an iPhone watching movies... and I'm like... this blackberry is worthless except for sending email19:40
@preactionheh19:41
@preactiondont' forget games!19:41
@tavistobut of course... preaction... always completing my sentences19:42
@tavistoand that's why I think preaction is19:42
mech422umm - and for making phone calls ?19:42
mech422I mean, it _is_ a phone19:42
mech422:-P19:42
mech422or not, in the iphone case19:43
@preactioni didn't want an iphone until my friends got one and kept playing games and fun applications19:43
* mech422 ducks19:43
@preactionpfft, we're BEYOND phones now19:43
@preactionthis is a Phone++19:43
@tavistoI'm on it all day long.. no problems with connectivity for me.. I hear San Fran is still rough19:43
@preactionwe've evolved past the need for phones19:43
mech422ROFL - my phone is so cool, it won't even _talk_ to a voice network :-P19:43
@tavistobut you can pick 1000 areas where verizon, or sprint sux too19:43
@tavistothis whole "verizon better than at&t" is a joke because Verizon can say that all day..... since they don't have the 7 million iPhone datamongers on their network eating up the data19:44
@tavistountil they have that... and can show their network is better... it's just bs19:44
mech422funny - my client in LA claims his iphone drops so many calls he has to carry his old (tmobile?) phone too19:44
-!- ekennedy [n=ekennedy@70-14-83-104.pools.spcsdns.net] has quit [Read error: 60 (Operation timed out)]19:44
@tavisto65% of mobile data traffic on the web is from iPhone users. That's incredible!19:44
+perlmonkey2I had no problems at all with TMobile/G1 in San Fran or San Jose.19:45
+perlmonkey23g everywhere.19:45
@tavistomech422 I have friends that say that too. Mostly on the 3G phone version19:45
mech422not really - 'mobile data traffic' - thats what - iphone, treos (sooo last year :-P), bb's (all biz, no video here!), and android ?19:45
@tavistoI think that 3G phone had major hardware issues.. Although the original iPhone (which Rizen and I had) never had any major problems. Of course.. we also didn't have the 3G interference19:46
+perlmonkey2and who talks on a phone anymore except to their grandparents.  It's either text or IM or social apps for communicating.19:46
mech422yeah - he's had his awhile, so it's not the latest and greatest iphone19:46
@tavistoI think the 3G version was junk and that's why I didn't upgrade. Especially since I live in Kalamazoo, MI and we don't have 3G yet... *tavisto shakes his head in frustration*19:47
mech422perlmonkey2: yeah - I can't believe people actually like SMS... typing on those stupid lil keyboards19:47
+perlmonkey2mech422: my G1 has a nice big fat keyboard.  But even on a small numeral pad, texting takes a few seconds to send a message when calling takes minutes and social formalities to complete the message.19:48
mech422LOL - we just got a palm pre flyer in the mail - talk about timing :-P19:48
mech422perlmonkey2: thats the second time I've heard the 'talking takes too long' - you guys must all be too polite... speech is still the highest 'bandwidth' medium the phones offer19:49
mech422I can't imagine trying to 'say' anything remotely complex via SMS19:49
+perlmonkey2mech422: that is highly doubtful.  what is an SMS, 512Bytes?  19:50
@preactionless, 21219:50
mech422how fast can you diagnose a problem via sms and how fast via voice ?19:50
mech422voice (speech) imparts the most info in the shortest time - hence highest bandwidth19:50
+perlmonkey2mech422: say you want to give someong a timing or location update or just some status update.  5 seconds of typing on a keyboard and you're done.  You'd still be waiting for the phone to *start* ringing for voice.19:50
mech422if all you do is trivia...19:51
mech422but I don't do a lot of that - I want to _communicate_19:51
mech422exchange ideas -not just 'send' but 'recieve'19:51
mech422plus tmobile can 'lose' SMS messages for hours when the network is busy19:51
+perlmonkey2well if I'm discussing projects or design issues, I prefer IM.  It is logged and you have time to compose your thoughts correctly when responding.19:51
mech422perlmonkey2: I could see that over SMS - but you prefer to type rather then say use skype ?19:52
+perlmonkey2mech422: lose sms messages?  is that when you don't have a data connection, cause the true sms protocol of a voice sideband is almost never used anymore.19:52
+perlmonkey2mech422: absolutey19:53
+perlmonkey2I'd prefer some computer IM discussion for project discussions.19:53
mech422wow19:53
+perlmonkey2voice isn't logged and you get a situation where "so and so said X and it didn't happen like my expectations said so.".19:53
+perlmonkey2too much room for misinterpretation and misundersstandings.19:54
mech422perlmonkey2: yeah - I don't generally have to 'prove' who said what..  and I find speech faster and more expressive19:54
mech422perlmonkey2: well, text messages have no guarantee on delivery time - strictly 'best effort' - I've recieved a few recently that where hours in transit19:55
+perlmonkey2speechis faster and more expressive.  I just want everything logged :D19:55
mech422perlmonkey2: tape recorder ?19:55
mech422:-P19:55
+perlmonkey2yeah, double check their location for wire tapping laws :P19:55
+perlmonkey2but really, if a voice conversation is warranted, I make the effort for a face-to-face.19:56
mech422just say "I'm recording this cuz your boss is cheap and has a short memory and loves scope creep " :-P19:56
+perlmonkey2heh19:56
+perlmonkey2Plus there's hardly a place in the country where I don't have friends, so I don't mind traveling to see customers.19:57
mech422yeah - face to face seems to have fallen out of favor in this digital world :-)19:57
+perlmonkey2nothing more fun than sitting together in a conference room with a pot of coffee and scraps of paper and brain storming for hours.  Love that.19:58
-!- ekennedy [n=ekennedy@70-14-83-104.pools.spcsdns.net] has joined #webgui20:01
mech422Awesome idea!20:05
mech422put that aethism to work!20:06
mech422and sucker some rich holier-then-thou's while yer at it !20:06
mech422oh sorry - wrong channel20:09
mech422I was referencing this: http://eternal-earthbound-pets.com/20:09
mech422perlmonkey2: yeah - and don't forget the white board20:11
mech42290% fumes, and the 10% ink always ends up on your hand or shirt :-P20:11
daviddelikatmech422: that is hilarious!  kind of like the cryogenics of the 70's20:13
daviddelikatperhaps we can make a new service for suckers...  we promise that if you keep sending up money we will see to it that whatever happens we will do somehting for you someday...20:15
mech422daviddelikat: maybe water your plants after the rapture ?20:16
daviddelikatsounds good...20:16
mech422daviddelikat: collect your mail ?20:16
daviddelikatcancel your magazine subscriptions20:16
mech422LOL 20:16
daviddelikatsell your house20:16
mech422I wonder if they actually have any clients ?20:17
daviddelikati dont know but hteir order form doesn't match their front page20:17
mech422I wonder the same thing whenever I get a pyramid scheme or nigerian prince email...20:17
daviddelikatorder form says 1 pet for $110 front page says 220:17
daviddelikathey I'm a close friend of all those nigerian princes20:18
mech4222 for 1 sale ? maybe the rapture is getting close- going out of biz sale20:18
mech422ya gotta wonder, I mean if no one sent them money - they'd stop spamming, wouldn't they ?20:18
-!- ekennedy [n=ekennedy@70-14-83-104.pools.spcsdns.net] has left #webgui []20:18
daviddelikati imagine so ... speaks volumes about americans20:19
-!- carogray [n=Caroline@209.113.248.2] has joined #webgui20:27
mech422Hmm... I wonder where Synq is hiding20:39
+perlmonkey2Their employees are assured to be around for they have violated Mark 3:29.  From the FAQ.20:41
mech422preaction: I was tinkering with my new build stuff the other day and noticed xpdf gets patches applied...20:41
@preactionweird20:41
mech422so maybe each package should get a subdir for the 'recipe' and patches etc ?20:42
mech422so instead of recipes/xpdf.sh we'd have recipes/xpdf/build.sh and recipes/xpdf/patches/foo1.patch ?20:43
@preactionyou might look at how FreeBSD's ports system does it20:43
@preactionthey do this same thing, `make` downloads the source, applies patches, and then builds20:44
mech422yeah - T2 does it all in shell20:44
mech422but I didn't think rizen would be interested in something to 'complicated' ?20:45
mech422personally - I like a single manifest file with subdirs for each package to hold the 'recipe', patches, custom jpegs or whatever20:46
mech422i think it's a good compromise between maintainability, functionality, and complexity20:47
mech422but there's not really much point in doing it if no-one else likes/uses it 20:49
ckotilAny idea why a .graffile file will not upload via the filepile asset?20:49
@preaction.graffle isn't a file, it's a directory20:49
ckotil.graffle20:49
ckotilah, that explains it.20:50
@preactionit's one of OS X's bundle things (like .app)20:50
ckotilthanks, ill have my user zip it up in that case20:50
ckotilgotcha.20:50
mech422osx has a .graffle ?  heh - cute :-)20:50
-!- khenn [n=khenn@76.208.68.155] has quit []20:54
@Haargos x has bundles that are really directories, but get treated like files by Finder21:08
-!- cap10morgan [n=wmorgan@75.71.249.188] has quit []21:34
-!- cap10morgan [n=wmorgan@75.71.249.188] has joined #webgui21:37
-!- mode/#webgui [+v cap10morgan] by ChanServ21:37
-!- ekennedy [n=ekennedy@70-14-19-53.pools.spcsdns.net] has joined #webgui21:50
-!- plainhao [n=plainhao@mail.xbiotica.com] has quit []22:17
+perlmonkey2ut oh.....July 4th, 20+ family members decend upon my small town.  I'm the only person in the area with a pool and no neighbors within gunshot distance.  Looks like my day might be ending early.22:17
@tavistothen you will fight in the shade....22:18
+perlmonkey2:D22:18
+perlmonkey2tavisto: If loving that movie is wrong, I don't want to be right.22:19
@tavistothat's right.22:19
@tavistoamen brotha22:19
@tavistomy mind is telling me noooooooooo......... but my body....... my boddddddy....22:20
+perlmonkey2had to youtube that video :D22:20
@tavistothe R Kelly one?22:21
+perlmonkey2yep22:22
@tavistodid you see this?  http://www.plainblack.com/news/webgui-8-goes-php22:23
+perlmonkey2tavisto: you sir are an EVIL man22:24
@tavistowait for it22:24
@tavistoRICKROLLED22:24
@tavistobut with style perlmonkey2!22:24
@tavistoit's the narrated version22:24
+perlmonkey2yeah, you got me several times in the past with that version22:24
@tavistomuwhaha22:24
+perlmonkey2yet I STILL click that link22:24
@tavistofeel free to give the URL out to your friends22:24
@tavistoit's the legit plainblack address that gets ya22:25
+perlmonkey2yep22:25
@tavistoI'll have to mix it up from now on22:25
+perlmonkey2hah, #drupal just banned me for that link.  Guess they didn't see the humor.22:47
+perlmonkey2Such sweet community on those php sites.  Abundant sense of humor.22:48
@tavistonice work22:51
@tavistodid they ban you because it was a rickroll22:51
@tavistoor did they ban you because it was a webgui link22:51
@preactionyou'd be hostile too if you had to work with PHP all day22:51
-!- kathyk [n=chatzill@137.53.249.130] has joined #webgui23:05
kathykwhat?  no perldreamer?23:06
-!- kathyk is now known as dreamersgirl23:06
@preactionhuh, that's weird23:06
dreamersgirlhe's probably still galavanting around town with the boys...23:07
dreamersgirlthere's a special Disney train in town just for today23:08
@preactionooh nice23:08
-!- bopbop [n=kmccombs@24-183-106-111.dhcp.mdsn.wi.charter.com] has quit ["bye"]23:16
-!- ekennedy [n=ekennedy@70-14-19-53.pools.spcsdns.net] has quit [Read error: 104 (Connection reset by peer)]23:16
SquOnkre23:18
-!- dapperedodo [n=dappered@ip4da72a6b.direct-adsl.nl] has joined #webgui23:18
SquOnk7.6.29 packages just hit Debian Sid! Ha!23:19
SquOnk.seen  bartjol23:19
* SquOnk is listening to: Genesis - Genesis - Taking It All Too Hard - (0:12/3:58)23:19
SquOnkUps, sorry.23:19
-!- tavisto [n=tavisto@96.230.192.126] has quit []23:20
-!- dapperedodo [n=dappered@ip4da72a6b.direct-adsl.nl] has quit []23:30
-!- ekennedy [n=ekennedy@173-112-177-147.pools.spcsdns.net] has joined #webgui23:55
-!- dreamersgirl [n=chatzill@137.53.249.130] has quit ["ChatZilla 0.9.85 [Firefox 3.0.9/2009040821]"]23:55
--- Day changed Thu Jul 02 2009
-!- carogray [n=Caroline@209.113.248.2] has quit [Read error: 104 (Connection reset by peer)]00:06
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has quit [Read error: 60 (Operation timed out)]00:07
-!- carogray [n=Caroline@72-63-191-80.pools.spcsdns.net] has joined #webgui00:36
-!- khenn [n=khenn@adsl-76-208-68-155.dsl.mdsnwi.sbcglobal.net] has joined #WebGUI00:44
-!- mode/#webgui [+o khenn] by ChanServ00:44
CIA-44WebGUI: translation * r11397 /translations/German/German/Asset_MatrixListing.pm: Update from translation server00:53
CIA-44WebGUI: translation * r11398 /translations/German/German/Asset_MatrixListing.pm: Update from translation server00:53
-!- ekennedy [n=ekennedy@173-112-177-147.pools.spcsdns.net] has quit [Read error: 110 (Connection timed out)]00:53
-!- ekennedy [n=ekennedy@173-118-152-60.pools.spcsdns.net] has joined #webgui00:57
-!- ekennedy [n=ekennedy@173-118-152-60.pools.spcsdns.net] has left #webgui []01:09
CIA-44WebGUI: translation * r11399 /translations/German/German/ (Asset_Navigation.pm Asset_Thingy.pm): Update from translation server01:10
CIA-44WebGUI: translation * r11400 /translations/German/German/ (WebGUI.pm FilePump.pm): Update from translation server01:10
-!- khenn [n=khenn@adsl-76-208-68-155.dsl.mdsnwi.sbcglobal.net] has left #WebGUI []01:21
CIA-44WebGUI: translation * r11401 /translations/German/German/FilePump.pm: Update from translation server01:23
CIA-44WebGUI: colin * r11402 /branch/WebGUI_7.6/ (5 files in 5 dirs): Fix more iCal creation and reading bugs. With tests.01:38
CIA-44WebGUI: colin * r11403 /WebGUI/ (5 files in 5 dirs): Forward porting fixes for iCal escaping and unescaping, and line wrapping.01:38
CIA-44WebGUI: translation * r11404 /translations/German/German/Asset.pm: Update from translation server01:38
-!- Haarg [n=haarg@76.210.72.162] has quit ["This computer has gone to sleep"]01:46
-!- SquOnk [n=emhn@201.211.88.228] has quit ["Yippie kay-ai-yay, fudder muckers!"]02:14
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has joined #webgui02:41
-!- mode/#webgui [+v patspam] by ChanServ02:41
-!- carogray [n=Caroline@72-63-191-80.pools.spcsdns.net] has quit [Read error: 104 (Connection reset by peer)]02:57
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui04:37
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has quit ["Leaving."]05:07
-!- tavisto [n=tavisto@96.230.192.126] has joined #WebGUI05:12
-!- mode/#webgui [+o tavisto] by ChanServ05:12
-!- tavisto [n=tavisto@96.230.192.126] has quit []05:33
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has joined #webgui05:53
-!- f00li5h is now known as f00li5h[HireMe]06:13
mech422man - my sleep schedule is even more whacked then normal :-(06:24
-!- CIA-44 [n=CIA@208.69.182.149] has quit []07:06
-!- plainhao [n=plainhao@mail.xbiotica.com] has joined #webgui07:09
-!- mode/#webgui [+o plainhao] by ChanServ07:09
-!- CIA-44 [n=CIA@208.69.182.149] has joined #WebGUI07:13
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has left #webgui []07:16
-!- tavisto [n=tavisto@96.230.192.126] has joined #WebGUI07:25
-!- mode/#webgui [+o tavisto] by ChanServ07:25
@tavistowhat's up party people?07:26
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit ["Leaving."]07:29
mech422tavisto: party canceled on account of sleepy :-P07:54
@tavistobah07:56
-!- perlbot [n=perlbot@c-76-17-10-213.hsd1.ga.comcast.net] has quit [Client Quit]08:01
-!- perlbot [n=perlbot@c-76-17-10-213.hsd1.ga.comcast.net] has joined #webgui08:01
mech422tavisto: it was really wierd - I was really tired last night so I went to bed around 2-3 am (really early for me..)08:02
mech422I slept for 1 hour, then _bounced_ out of bed wide awake... my butt has been dragging ever since08:03
@tavistoyep I bet it is08:11
@tavistoI don't stay up all night anymore.. but if I don't get like 5-6 hours of sleep in a night I am dragging the next night08:11
@preactionif i don't get 10 hours of sleep i feel groggy all day08:12
@preactionmore than 3 days in a row of that and i pass out08:12
@tavistoWhen I was in Orlando I ended up staying up all night and flying out at 6am... By 3pm the next day I could not physically stay awake even for 5 minutes 08:12
@tavistogranted, I was up for 29 hours straight... the plane ride home was brutal08:12
-!- dapperedodo [n=dappered@gw.oqapi.nl] has joined #webgui08:52
mech422my mom just came back from england - she was saying Logan airport in boston got closed yesterday (today?) 08:52
mech422some sort of electrical storm - they got redirected to connecticut, but couldn't dis-embark as there wasn't any customs officers to check passports08:52
mech422they finally got into logan like 6 hours later :-/08:53
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui09:06
-!- tavisto [n=tavisto@96.230.192.126] has quit []09:46
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has joined #webgui09:48
-!- bartjol [n=bartjol@host2.procolix.com] has joined #webgui10:53
-!- mode/#webgui [+v bartjol] by ChanServ10:53
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: perlbot, +bartjol, daviddelikat, ryuu_ro, +patspam11:10
-!- Netsplit over, joins: perlbot11:11
-!- bartjol [n=bartjol@host2.procolix.com] has joined #webgui11:17
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui11:17
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has joined #webgui11:17
-!- daviddelikat [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui11:17
-!- ServerMode/#webgui [+vv bartjol patspam] by irc.freenode.net11:17
-!- dapperedodo [n=dappered@gw.oqapi.nl] has quit []11:34
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has quit ["Leaving."]11:52
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui13:21
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has joined #webgui15:37
-!- mode/#webgui [+v perlmonkey2] by ChanServ15:37
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has joined #webgui15:55
-!- carogray1 [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui16:10
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has left #webgui []16:12
-!- MrHairgrease [n=martin@gw.oqapi.nl] has joined #webgui16:35
-!- mode/#webgui [+v MrHairgrease] by ChanServ16:35
+MrHairgreasejavascript question.16:40
+MrHairgreasesee: http://webgui.pastebin.com/m4ba4c7f16:40
+MrHairgreaseWhat I'm trying to do is to let the DefinitieTool constructor creat object that more or less inherit from DynamicDropper16:41
+MrHairgreasebut I don't want to rewrite the constructor 16:42
+MrHairgreaseany idea's how I should do that16:42
+MrHairgrease?16:42
+MrHairgreasesee lines 39 - 4116:42
daviddelikatI've seen this sort of thing...16:42
daviddelikatI think that JS has a system that calls a SUPER function sort of like perl16:43
daviddelikatI'll see if I can find it16:43
+MrHairgreasethat's the prototype chain16:43
* daviddelikat looking at JS documentation16:43
+MrHairgreasebut you can only add a prototype to an object16:43
+MrHairgreasewhich a contructor isn't16:43
+MrHairgreaseafaik16:44
daviddelikatthe constructor is part of an object though...16:44
daviddelikatyou add a constuctor to the new object that calls the constructor from the parent object16:44
+MrHairgreaseok, so how would I do that?16:45
+MrHairgreaseDefinitieTool = function () [16:46
daviddelikatworking on it...16:46
+MrHairgreasethis.prototype = new DynamicDropper( arguments);16:46
+MrHairgrease}16:46
+MrHairgreasemaybe that'll work16:46
daviddelikatare you using YUI?16:46
daviddelikatyou could use YAHOO.extend(...)16:47
+MrHairgreaseoh16:47
+MrHairgreasehehe16:47
+MrHairgreaseyeah I'm using YUI16:47
+MrHairgreaseI'll chcek that one out16:47
daviddelikatbut Im sure that JS has a construct...16:47
daviddelikathttp://www.javascriptkit.com/javatutors/oopjs3.shtml16:50
daviddelikatits not what I would call elegant, but then neither is javascript16:51
-!- tavisto [n=tavisto@96.230.192.126] has joined #WebGUI16:52
-!- mode/#webgui [+o tavisto] by ChanServ16:52
+MrHairgreasejavascript is elegant16:52
+MrHairgreasewe're just doing it wrong16:52
daviddelikatjavascript was not designed to do what people use it for today16:52
daviddelikatthis results in very in-elegant sollutions to many problems...16:53
daviddelikatyou can try to make a dog work like a spider by grafting on legs, but it will never look as good a s a spider16:53
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: f00li5h[HireMe], +perlmonkey217:05
-!- Netsplit over, joins: +perlmonkey2, f00li5h[HireMe]17:05
+MrHairgreaseok17:07
+MrHairgreasegot it to wrok with YUI extend17:07
+MrHairgreaseIt's done like this: http://webgui.pastebin.com/m11a702d217:09
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has joined #webgui17:26
-!- Haarg [n=haarg@adsl-76-208-68-129.dsl.mdsnwi.sbcglobal.net] has joined #webgui17:27
-!- mode/#webgui [+o Haarg] by ChanServ17:27
-!- ryuu_ro [n=rory@gw.oqapi.nl] has quit ["I'm Off"]17:38
+perlmonkey2If you couldn't remember the call to create a new unique assetId and were trying to look it up, how would you go about that?17:45
+MrHairgreaseask here17:46
+bartjolor there17:46
+MrHairgrease$session->id->generate17:46
+MrHairgreaseor be like th eurotrash17:47
+bartjolbut that is not the question17:47
+MrHairgreaseand know *EVERYTHING* (echo echo echo)17:47
+bartjolhow would you find it is17:47
+bartjoleeeh17:47
+perlmonkey2MrHairgrease: thanks for the info.  But how would you go about finding htat info yourself?  I was looking in the asset constructor, randoming choosing assets to meander through.  Hit the forums.17:47
+MrHairgreaseack guid?17:48
@Haargwhy would you need to do that yourself?17:48
+bartjolwell, I would look for a method to create the asset in asset17:48
+MrHairgreaseb/c pm2 is not from europe17:48
+bartjoland read the code17:48
+MrHairgrease=)17:48
+bartjolAsset.pm17:48
+bartjolor look in the online api17:48
+perlmonkey2Haarg: I don't need a real assetId, I need a unique id to identify encryption instances.17:49
+perlmonkey2ack guid brought it up :D17:49
@Haargseems like WebGUI::Session::Id should really just be WebGUI::GUID or something17:50
@tavistopreaction, http://sosexpert.com/blog/?p=533917:54
@tavistothat's unfortunately a potential customer I was working with.. who apparently doesn't like the quote that Vrby provided17:54
@tavistoOr maybe he's trying to get a comparison on cost from someone else.. not sure. It's a good size project though17:55
+bartjolwell, I like the footer beneath the message:  Proudly powered by WordPress and Carrington17:58
+MrHairgreaseah well17:59
@HaargMrHairgrease, is there a reason for WebGUI::Shop::TaxDriver::EU to load SOAP::Lite?18:07
+MrHairgreaseOh, yeah18:07
+MrHairgreasethat was from the first vesrion when I did the VAT nr checking myself18:08
+MrHairgreaseno I'm using Business:Tax::VAT for that18:08
daviddelikatcheck it out!  http://delikat.homeip.net:8080/18:08
+MrHairgreaseso it's not necessary anymore18:08
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui18:14
-!- mode/#webgui [+v perlDreamer] by ChanServ18:14
+perlDreamermorning, folks18:14
daviddelikatperlDreamer: http://delikat.homeip.net:8080/18:14
daviddelikatg'mornin18:14
+perlDreamerinteresting concept, daviddelikat18:15
+perlDreamerhow do you close newly opened tabs?18:15
daviddelikatits the new helpdesk18:15
@tavistotop of the mornin' to ya18:15
daviddelikatits a work in progress18:15
daviddelikatwhere do you think the close button ought to be?18:16
+perlDreameron the tab18:16
+perlDreamerlittle X icon18:16
daviddelikatI thought you'd say that...18:17
+perlDreamerseems like I've seen that somewhere before...18:17
+perlDreameralso, given the recent formatting problems, I'd suggest a new ticket layout18:17
+perlDreamerthat uses a 1 column layout instead of 218:17
daviddelikathmmm, not int he scope of my project18:17
daviddelikathave to see what the boss thinks...18:18
daviddelikatwhats wrong with this format?18:18
+perlDreamerhave a look at the newest bug on webgui.org's bug board18:18
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has quit ["Leaving."]18:23
daviddelikatperlDreamer: I think the solution to that is to put the Issue text into a box with auto scrollbars...18:23
+perlDreamerit needs to be a fixed width one, then, and narrower than the current one since even with a standard bug the editing controls are hidden.18:24
+perlDreamerbut like you said, out of scope18:25
-!- MrHairgrease [n=martin@gw.oqapi.nl] has left #webgui []18:26
+perlmonkey2Should the web user have permission to write to the conf file/18:26
+perlmonkey2?18:26
+bartjolsure18:27
+bartjol:)18:27
+perlDreamerit's not under the DocumentRoot18:27
+perlDreamerbartjol: kathy says hi18:28
+bartjolah, thank, give her my regards18:28
+perlDreamerwill do :)18:28
-!- bartjol [n=bartjol@host2.procolix.com] has quit ["Leaving."]18:30
@Haargperlmonkey2, apache's user shouldn't need write permission to the config files18:31
+perlmonkey2Haarg: even if you are using session->config->set?18:31
@Haargapache should never do that18:31
+perlmonkey2:(18:31
+perlmonkey2if that's true, then I have a way blown deadline.18:31
@Haargthat's why the settings table exists18:32
@Haargconfig files only get loaded on startup18:32
+perlmonkey2I think it was decided to put this in the config file for safety since encryption keys/info would be stored there.18:33
@Haargeven if apache could write to the file, which it can't depend on, forked apache processes wouldn't get the new information18:33
+perlmonkey2Haarg: was going to put in a button to restart webgui18:34
@Haargin the web interface?18:34
+perlmonkey2yeah18:34
@Haargouch18:34
@Haargthat's getting into a whole different issue18:35
+perlDreamerusually, only root is allowed to do that18:35
@tavistofirefox 3.5 seems to move a bit quicker with wG admin on18:37
@tavistothan the old ff18:37
+perlDreamerit's supposed to have faster JS, so that's expected (and good news)18:37
-!- tavisto [n=tavisto@96.230.192.126] has quit []18:39
CIA-44WebGUI: colin * r11405 /WebGUI/ (3 files in 3 dirs): Internationalize some Event edit form error messages.18:40
-!- cap10morgan [n=wmorgan@75.71.249.188] has quit []18:54
daviddelikathaarg: how hard would it be to add a list command to wgd --> it would list the assets inside another asset.19:01
@Haargwgd ls19:01
daviddelikatoh19:01
daviddelikatgotta get new glasses19:01
@Haargwould be nice if it was a bit faster, but that can't be done without keeping the program running19:04
+perlDreamerwgdd is the WebGUI Developer Daemon19:05
@Haargheh19:06
CIA-44WebGUI: colin * r11406 /branch/WebGUI_7.6/ (3 files in 3 dirs): Backporting event error message i18n19:08
+perlDreamerI added the config counter to the upgrade script, finally.19:20
+perlDreamerand by next Thursday I'll have that package import option (for in-place vs in-parent) done, too19:21
CIA-44WebGUI: colin * r11407 /WebGUI/ (lib/WebGUI/Storage.pm t/Storage.t): Add hex generation code to tempspace Storage objects. Otherwise, they return undef.19:23
CIA-44WebGUI: colin * r11408 /WebGUI/sbin/upgrade.pl: 19:23
CIA-44WebGUI: Add a counter to the upgrade script, so you know how many configs there are19:23
CIA-44WebGUI: to do, and how many are done.19:23
CIA-44WebGUI: colin * r11409 /branch/WebGUI_7.6/sbin/upgrade.pl: Backporting upgrade.pl enhancement, uh bug!19:23
-!- cap10morgan [n=wmorgan@h19-afsc.ded.indra.com] has joined #webgui19:39
-!- mode/#webgui [+v cap10morgan] by ChanServ19:39
-!- perlbot [n=perlbot@c-76-17-10-213.hsd1.ga.comcast.net] has quit [Read error: 110 (Connection timed out)]19:46
-!- perlbot [n=perlbot@c-69-180-46-57.hsd1.ga.comcast.net] has joined #webgui20:02
-!- cap10morgan_ [n=wmorgan@h19-afsc.ded.indra.com] has joined #webgui20:04
-!- mode/#webgui [+v cap10morgan_] by ChanServ20:04
-!- cap10morgan [n=wmorgan@h19-afsc.ded.indra.com] has quit [Read error: 104 (Connection reset by peer)]20:04
* perlDreamer goes to the gym20:35
-!- tavisto [n=tavisto@96.230.192.126] has joined #WebGUI20:58
-!- mode/#webgui [+o tavisto] by ChanServ20:58
-!- cap10morgan_ is now known as cap10morgan21:14
-!- knowmad1 [n=william@97.66.185.250] has joined #webgui22:15
knowmad1hey folks!22:15
knowmad1i just got the Ubuntu security email about Compress::Raw::Zlib vulnerabilities22:15
knowmad1any concern for WebGUI/WRE?22:16
knowmad1i didn't see any forum discussions in my search22:16
@preactionlooks like the latest WRE uses 2.01922:18
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has joined #webgui22:29
+perlmonkey2ut oh, now I'll never get anything done ever again: http://www.agdinteractive.com/games/games.html22:30
-!- carogray1 [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has quit [Read error: 104 (Connection reset by peer)]22:31
+perlDreamerperlmonkey2: It costs $100 to play those games22:34
+perlmonkey2perlDreamer: eh?  I'm downloading now and didn't see anything about prices.22:35
+perlDreamerno linux/MacOs versions available22:35
+perlmonkey2I've got a XP vm and am going to try wine22:36
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui22:36
+perlmonkey2need to run some test cases on the encryption module.  no fun and games for me.22:37
+perlDreamera few good reasons to look at Test Driven Development: http://use.perl.org/~Mark+Leighton+Fisher/journal/3921022:40
* perlmonkey2 pulls out his HTML hammer and smacks a query around.23:17
+perlmonkey2Oh, I see my problem.  I'm using my HTML hammer and I need the SQL hammer.23:17
+perlmonkey2Hmm, when you have a broken workflow and the scheduler is set to run it every minute, your logs become clogged with the foul proof of your ineptitude.  23:21
+perlDreamerwgd reset --dev 23:22
+perlmonkey2ah, anyone here remember how to put a keyword in a query that is a column name?  ie select field, key, row, table from myTable?23:25
@Haargdbh->quote_identifier23:25
@Haargor backquotes if you are doing it directly i guess23:26
-!- wgGuest96 [n=wgGuest9@pool-71-176-188-20.hgrtmd.east.verizon.net] has joined #webgui23:26
-!- wgGuest96 is now known as Zeos23:26
+perlmonkey2arrg!! backticks is how you do it.  But I'll use quote_identifier, it looks more correct.23:26
+perlmonkey2thanks Haarg23:26
@Haarganything dynamic i would say always use quote_identifier23:27
+perlmonkey2roger roger.  Sanitizers++23:28
@preactionhi Zeos! did you have a question?23:42
+perlmonkey2sub execute{my $self = shift; $self->session->log->error("I'm in the workflow");}   Why would my workflow not be running?23:48
+perlmonkey2In running workflows it has shown up suspended with the last state an error.  But nothing in the logs.23:49
+perlDreameris the workflow syntax clean?23:50
+perlmonkey2perlDreamer: if I mess up the syntax I get an exceptoin23:52
+perlmonkey2well and error in the logs23:52
+perlmonkey2and when the sql was bad I received an error there also.23:52
+perlDreamerdoes execute need to return anything in particular to work correctly?23:52
+perlDreamerlike OK, or DONE or WAITING?23:53
+perlmonkey2But for some reason the logs aren't showing up.  Maybe spectre is running as someone without permissions to write to messages23:53
+perlmonkey2even before it returns I have log statements.23:53
+perlDreameryou mean there's no test for this? ;)23:53
+perlmonkey2perl spectre.pl --test ?  is that what you mean?23:54
+perlDreamerno, perl t/Workflow/Activity/PerlMonkeyActivity.t23:58
-!- Haarg [n=haarg@adsl-76-208-68-129.dsl.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]23:58
--- Day changed Fri Jul 03 2009
-!- Haarg [n=haarg@adsl-76-208-68-129.dsl.mdsnwi.sbcglobal.net] has joined #webgui00:00
-!- mode/#webgui [+o Haarg] by ChanServ00:00
+perlmonkey2perlDreamer: I'd like to just run the workflow successfully once before writing the test for it.00:01
+perlmonkey2Or just get it to execute the first line after execute, just to show it entered.00:02
+perlmonkey2I mean my workflow's constructor has a simple error log that never is shown.  How can it have a lastStatus of error and not have logged that?00:07
-!- knowmad1 [n=william@97.66.185.250] has left #webgui []00:09
+perlmonkey2When you click run on a suspended workflow, what could cause it to go to a page with 'error' as the only html and nothing be placed in the logs?00:09
CIA-44WebGUI: colin * r11410 /WebGUI/docs/ (upgrades/upgrade_7.7.12-7.7.13.pl gotcha.txt): Remove session db based token storage.00:10
+perlDreamerdaviddelikat, as a frequent bug user, one other thing that would be handy is that whenever a user's name is displayed, if it was a link to their profile00:30
daviddelikatis there a macro or function that can provide that link?00:31
+perlDreamer$session->user->profileURL, I think00:31
daviddelikatit be easy enough to add 00:31
daviddelikatbut we want the named user not the current user i think00:32
+perlDreamer$user->getProfileUrl00:32
+perlDreamerthat should be around anyway, if they're displaying usernames instead of userIds00:32
daviddelikatI'll take a look.00:32
@preactionanyone think there should be a nice way to add user-specific information without having to go through all the trouble of a profile field?00:33
@preactioninstead of session scratch, a user scratch?00:33
+perlDreamerwhere would you need it?00:33
daviddelikatyes that would be handy00:33
@preactionexample: I need to keep track of the number of notifications i've sent a user00:34
daviddelikatI would use it to set the default value for the helpdesk table number of rows00:34
@preactionthere should be no way to see this via the profile, and no way to edit it, in fact to any user of the front-end it Should Not Exist00:34
+perlDreamerone problem I see with it is that, unlike session scratch, it won't ever go away00:35
@preactiondaviddelikat: that should work as a session thing00:35
+perlDreamerso it could grow without checks/limits00:35
@preactionperlDreamer: it will go away when the user is deleted, but yes that's the idea00:35
daviddelikatyeah but it would be nice as a user thing00:35
+perlDreamerright, and sessions go away faster than users00:35
daviddelikatit shouldn't grow though because it will only have certain programatic parameters00:36
@preactionthink if it as a profile field, invisible, not-editable, and more importantly not visible or editable to Admins of the site00:36
@preactioneither that, or it should be easier to create these profile fields. a way to say "newOrCreate()" or something00:37
@preactioni'm lazy, and i have to do this too often00:37
+perlDreamernewOrCreate sounds good to me00:37
+perlDreamerit's just a wrapper around existing things00:38
+perlDreamerand it would be nice for upgrade scripts00:38
CIA-44WebGUI: colin * r11411 /WebGUI/docs/create.sql: Preparing for 7.7.13 release.00:54
-!- Haarg [n=haarg@adsl-76-208-68-129.dsl.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]01:01
CIA-44WebGUI: colin * r11412 /releases/WebGUI_7.7.13-beta: Release 7.7.13-beta01:09
* perlmonkey2 contemplates sacrificing goats to make any of the workflows write to the logs.01:12
+perlDreamerperlmonkey2, it's working for me in a test01:19
+perlmonkey2hmm, added a return->COMPLETE right after my log statement.  And now when I run the workflow via the admin, it returns complete.  So for some reason the logging isn't working, but at least now I know the workflow is being ran.01:19
+perlDreamerwhat level is your logger set to?01:20
+perlmonkey2I think info, but shouldn't matter as i'm logging to error01:20
+perlmonkey2error01:20
+perlmonkey2it is set to ERROR01:20
CIA-44WebGUI: colin * r11413 /WebGUI/ (4 files in 4 dirs): Ready for 7.7.14 development01:23
+perlDreamerso, just for giggles, set it to warn, restart apache, and try again01:24
+perlmonkey2hmm, with warn I'd think I'd be getting a lot of extra logs.  but nothing01:26
+perlmonkey2but my code is definetely runnign01:26
+perlDreamerI've tried it both with a test script, and via the UI and it's logging for me01:26
+perlDreamerin both cases01:27
+perlmonkey2I'll see if non-spectre actions can log01:27
+perlmonkey2ridiculous...utterly ridiculous.01:30
+perlmonkey2I usually view logs by typing 'wlog' which is an alias for all the logs I want to tail when developing.  But for some reason I was manually picking them today.  And forgot that webgui isn't logging to messages but to webgui.log.  Not everything sent to syslogd goes to messages is the lesson of the day.01:31
+perlDreamersounds like you need less goats and more beer01:37
+perlmonkey2perlDreamer: need more brains01:38
+perlDreamerI'll call George Romero01:39
+perlmonkey2Heh, good one.  I was thinking more like this: http://www.youtube.com/watch?v=UQYjZc7gKXc01:42
mech422blarggle02:22
-!- cap10morgan [n=wmorgan@h19-afsc.ded.indra.com] has quit [Read error: 113 (No route to host)]02:22
mech422how does this look for a build file ? http://webgui.pastebin.com/m3c65ee4702:24
mech422for the 'simple' case - only lines 8-10 change, or as this example shows you can have real logic in the build function02:25
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has joined #webgui02:30
-!- mode/#webgui [+v patspam] by ChanServ02:30
+perlDreamersf.net just released a new look and feel02:35
+perlDreamerand it seems quite broken02:35
mech422perlDreamer: sf.net is always broken :-P02:37
mech422perlDreamer: btw - could you look at the paste bin above and see what you thing ?02:38
mech422s/thing/think02:38
+perlDreamerI think that I don't grok bash02:39
mech422?02:40
mech422I fail02:40
mech422you weren't really supposed to need to know bash to use it02:40
mech422mostly - just changing the 3 vars at the top should do it (and changing the tar command cuz I was too lazy to dynamically detect the archive type )02:41
+perlDreamermech422, I only mean that I don't know enough about build scripts to know if what I see is good or not02:42
mech422oh - how does it seem from a usability standpoint ?02:44
mech422simple enough to figure out what to put where ?02:44
+perlDreamerseems okay02:54
+perlDreamerhow does it get WRE specific build flags passed into it?02:54
mech422env flags02:56
mech422though there really arent many to speak of02:56
mech422here's the usage message so you can see what it does: http://webgui.pastebin.com/m6826791e03:06
mech422basically you can do stuff like: driver.sh update perl openssl apache03:07
mech422or: driver.sh download (this will download all packages listed in packages.txt )03:08
mech422echo.... echo..........echo.....................echooooo04:24
mech422wow its quiet today04:37
CIA-44WebGUI: patspam * r11414 /WebGUI/ (2 files in 2 dirs): Fixed Survey::Test diagnostics when comparing complex data structures04:52
CIA-44WebGUI: patspam * r11415 /WebGUI/lib/WebGUI/Asset/Wobject/Survey.pm: Fixed: Survey - check for groupToEditSurvey as well as groupToViewSurvey in canView04:52
CIA-44WebGUI: patspam * r11416 /WebGUI/lib/WebGUI/Asset/Wobject/Survey/ExpressionEngine.pm: 04:52
CIA-44WebGUI: Fixed bug in Survey::ExpressionEngine - was not using most recent survey04:52
CIA-44WebGUI: response to resolve external values04:52
-!- cap10morgan [n=wmorgan@75.71.249.188] has joined #webgui04:53
-!- mode/#webgui [+v cap10morgan] by ChanServ04:53
+perlDreamercalendar is getting more sticky all the time05:02
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has quit ["Leaving."]05:14
-!- nuba [n=nuba@hq.imaterial.org] has quit [Read error: 110 (Connection timed out)]05:14
-!- tavisto [n=tavisto@96.230.192.126] has quit []05:14
+perlmonkey2perlDreamer: So when was the last time you did something as stupid as I did today?  Ever?  When you were 3?05:24
+perlDreamerprobably yesterday05:24
+perlDreamerwhen I said, "Sure, I'll fix the calendar.  It will be easy"05:24
+perlmonkey2hah, you crack me up05:24
+perlmonkey2hahaha05:24
+perlmonkey2famous last words05:24
+perlDreameractually, it is easy, it's just a lot of work05:31
+perlDreamerlots more work than I thought, and most of it comes from the interpretation of time zones and end times05:32
+perlDreamerI think I'm going to draw up a proposal and float it past JT and Doug and see what they say about it05:32
mech422anyone know if there's any c++ template code in the WRE ?05:41
mech422I noticed this in the libtool docs:05:41
mech422# TODO: Verify if we need to do this (Do we have any C++ template code?) on Darwin :05:41
mech422# 05:41
mech422#    * On Darwin, for C++ code with templates you need two level shared05:41
mech422#      libraries.  Libtool builds these by default if05:41
mech422#      `MACOSX_DEPLOYMENT_TARGET' is set to 10.3 or later at `configure'05:41
mech422#      time.  See `rdar://problem/4135857' for more information on this05:41
mech422#      issue.05:41
elninoanyone know what "auto pinging" is?05:43
mech422umm - you don't have to hand deliver the ping packets ? :-P05:46
mech422elnino: in what context did you see this ?05:46
elninosomeone what's a CMS that has this feature/functionality. no description given.05:47
+perlmonkey2elnino: like something to check for connectivity continuously?05:47
elnino"We want our site re-built with a CMS with built-in scripts for friendly URLs and Auto Pinging. "05:48
mech422elnino: oh05:48
+perlmonkey2I'd put money on a notification system for when connectivity is lost to the site.05:48
mech422email notification05:48
mech422perlmonkey2: nah - I bet they want notification on content update05:48
+perlmonkey2what does pinging have to do with content?05:48
mech422ping-back 05:48
mech422I'm guessing the confused it from blogtalk - 'trac back' and 'ping back' 05:49
mech422s/the/they/05:49
+perlmonkey2seems possible05:49
mech422could go either way...05:50
elninohmm. interesting ok. 05:50
+perlmonkey2don't use their terminology, just bid it both ways :D05:50
mech422does this person seem the type to actually know what a network ping is ?05:50
elninoThanks guys!05:50
elninoprobably not mech422.05:50
mech422bid it with both - and tell them it costs double :-P05:50
elninoI'll think more if I want to bid.   well, I'm going to go watch a movie now, for probably the last time for a long time.  =)05:51
+perlmonkey2"we continuously check and update for network connectivity. blah blah talk about something else ... and we can update you whenever content is altered/added.05:51
+perlmonkey2"05:51
mech422I always love that monitoring shit05:53
mech422people never realize its a 2 location thing05:54
mech422"ok - I want an email when the network goes down.."05:54
mech422"Umm - and how exactly am I supposed to do that ? " :-P05:54
mech422at which point you can sell them a nice off site monitoring service :-)05:55
+perlmonkey2Which is why everything should be written down with lots and lots of diagrams.06:14
+perlmonkey2When dealing with non-technical clients there is nothing more important than excellent writing skills and the ability to concisely summarize complex ideas with a few quick to grok diagrams.06:15
+perlmonkey2feels like there should have been more alliteration in that last sentence.06:16
topsubWhats the min. ram you would use on webgui?06:17
mech422Heh.. personally, I find vodka to be most helpful when dealing with non-technical clients :-P06:17
mech422topsub: that sounds like a dangerous question - how much load before it's allowed to die ?06:18
mech422but then again, when I see 'min ram' I think < 128M :-)06:19
mech422topsub: if it helps any - my dev. box is 512M for the whole machine including wG but I'm the only one that hits it06:22
+perlDreamertopsub, never less than a gig06:29
+perlDreamerWebGUI will run on less06:30
+perlDreamerbut it won't perform well06:30
+perlDreamerthe more sites, the more apache and mysqld children, the more memory06:44
+perlDreamerelnino, google says that autoping is a notification by the site that pages have changed06:52
+perlDreamereither the ability to ping other sites, or to respond to those kinds of pings, I'd guess06:52
topsubah. i want o get more for my box06:52
@preactionperlDreamer: re: Calendar, I told you so :p06:55
+perlDreamerI know.  I'm working on a spec to send on to you.06:55
+perlDreamerstill, there's a lot of good code in here06:55
@preactionyeah, but it doesn't handle the hairy cases well. 06:56
@preactionas i've been told since i wrote it: Calendars are some of the most complicated systems to write, just because of the nature of what we consider date and time06:56
+perlDreamerwell, if you've backlogged, I think the problems are simple, they just need to be fixed all over the place06:57
+perlDreamerwhich is where good tests come in06:57
@preactionindeed06:57
+perlDreamerdue to the original coding, it's fairly easy to test06:57
@preactioni'm backlogged until next month probably, but i'll definately look over whatever you want me to06:57
+perlDreamerno need to post process HTML to get the template variables06:57
@preactionthe way some of my projects are going, i suspect i'm really backlogged until after the WUC :p06:58
+perlDreamerthere are fewer things cooler than hacking while watching the Matrix06:58
@preactioni wanted to get the Alumni site upgrade to 7.7 last month, but there's a slight problem with one of our subclasses of the Collaboration System. i haven't had a single full day to work on it since i figured out what the problem was :p06:58
@preactionand 7.7 has all the performance enhancements Alumni paid for 06:59
@preaction(template attachments and minifying)06:59
@preactionam i correct in assuming that perl -e'undef < 3' will always be false?07:00
+perlDreameryes07:00
+perlDreamerin numerical context, undef == 007:00
@preactionin fact, that "undef TEST 'anything'" will always be false?07:00
+perlDreamerno07:00
+perlDreamerundef == 007:00
+perlDreamerundef eq ''07:00
@preactionif undef == 0, then 0 < 3, then that is true07:00
+perlDreamerwhoops, then I read the original question wrong07:01
+perlDreamerundef < 3 is always true07:01
@preactionyeah, you're right, crap07:01
@preactionthen something else is wrong with my code07:01
+perlDreamerpaste?07:01
@preactionhttp://webgui.pastebin.com/m3585f2bb <- it's pretty ugly07:03
@preactionbut the idea is that we send a notification out to a user, and then update the "importnotified" profile field with the number of the notification (1 or 2)07:04
@preactionafter a third interval, the user gets deleted07:05
@preactionthis workflow activity runs once per minute right now (will be moved to once per hour)07:05
@preactionthis is where i found out that Interval form types are retarded07:05
@preactionthis is also where i found i needed a not-profile-field :p07:05
@preaction(iow, this little activity should be a lot easier than it's been made here...)07:06
+perlDreamerthis is why you want 8 days as an interval07:06
@preactionright07:06
@preactionit was 7 weeks actually, but yeah07:06
@preactionbecause 8 weeks they're deleted07:06
+perlDreamerare you buying my "use the right tool for the job" response?07:06
@preactionno, i'm not. that field IS the right tool :p07:06
+perlDreamerDBIx::Class vs DBI speed comparison: http://use.perl.org/~domm/journal/3921307:07
+perlDreamerthe field is the right tool, but the secondsToInterval isn't07:07
@preactionanyway, right now i'm thinking that either line 39 is never reached, or that line 39 is always false07:07
@preactionoh, secondsToInterval can be fixed though07:07
+perlDreamerit can be fixed "this time"07:08
+perlDreamerand next time07:09
+perlDreamerand the time after that07:09
+perlDreamerbut DateTime is the right solution for this time and all of them now07:09
@preactionno, it can be fixed permanently. divide by the larged number you can until you get an integer response07:09
@preactionso when $input % $divisor == 0, return $input % divisor, $labels{$divisor}07:10
+perlDreamerbut what's more valid, 8 weeks or 2 months?07:10
@preaction2 months07:10
@preactionoh07:10
@preactionsnap07:10
+perlDreamerright07:10
@preaction2 months != 8 weeks07:10
+perlDreamerwell, we're talking intervals so approximately07:10
+perlDreamerDateTIme::Duration makes for good reading07:11
@preactioni still don't think it's fair to compare DBI and DBIx::Class. they're two different use-cases. for WebGUI's normal use (viewing the site), I suspect DBIx::Class will be comparable. this is a special case07:12
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit ["Leaving."]07:12
@preactionbut, it of course remains to be seen07:12
+perlDreamertrue07:12
@preactionideally i'd like to have both. one for easy prototyping, and improved speed in the other07:12
@preactionbut with the number of moving parts in WebGUI... maybe the idea should be to reduce the number of APIs we have, period07:13
@preactionuser, group, profile == necessary. asset == optional.07:13
@preactionwebgui will work w/o assets, in theory07:13
@preactionmacros, also optional. i wonder what kind of speedup we'd get without having to parse for macros07:14
@preactioni mean, yes, everybody loves macros. even i do, but what if there was a site you didn't need them on?07:15
+perlDreamerin general, JT's found that for HTML::Template that macros are faster than template variables.07:15
@preactionor, better, what if there was another way to get nearly the same functionality?07:15
+perlDreamerand that was before Graham's speed-up earlier this year07:15
@preactiontrue, and graham's speed-up was what, 3x or 30x07:15
@preactionone of those i know07:15
@preactionbut still, webgui is huge and major parts are not touched by many sites07:16
+perlDreamerit was a bunch07:16
@preactionand we keep adding more parts, and those parts may or may not be used by people07:16
+perlDreamerit would be easy to add a check of the config file variable before doing macro processing07:16
@preactionexactly07:16
+perlDreamerif no macros are listed, skip the parse07:17
+perlDreamerbut every default template in WebGUI uses macros07:17
+perlDreamer^Extras07:17
@preactionah. crap07:17
+perlDreamerwell, a lot of default templates07:17
@preactionwell, pie in the sky. there might come a day where big pieces of webgui become optional07:17
+perlDreamerkeep dreaming, preaction.  Great things come of dreams07:18
@preactioni'm also thinking of implementing Test::Class sooner rather than later. i like the idea immensely07:19
mech422Have you guys heard of WSGI ?07:32
+perlDreamersounds familiar07:32
+perlDreamerWeb Services....?07:32
mech422Web Services Gateway Interface I think07:33
mech422basically it allows you to create 'pipelines' for processing web requests07:33
@preactionit's CGI++. it's also huge in the Python world07:34
mech422so you can (re-)configure a site to use various modules07:34
mech422preaction: right :-)  07:34
mech422not sure if there's something comparable in perl07:34
mech422but that would be a cool way to do something like wG07:34
mech422for instance - i18n ? don't need it ? remove it from the pipeline07:34
mech422want authentication ? wire it into the pipeline07:35
mech422need to change template engines - rewire the pipeline07:35
mech422etc etc07:35
mech422very very cool stuff :-)07:35
+perlDreamersounds like the apache request cycle07:35
+perlDreamercontent handlers and the like07:35
mech422Hmm - yo no se Apache ?07:36
mech422:-P07:36
mech422oh! it would be cool to get wG running on nginx too :-)07:36
mech422wonder if anyone has done that yet ?07:36
@preactionmech422: frodwith has some time set aside to see about WebGUI as FastCGI07:37
@preaction(instead of mod_perl)07:37
mech422would FastCGI reduce teh coupling/reliance on apache ?07:39
mech422that would be a nice by-product :-)07:39
+perlDreamerI don't know.  It's hard enough testing on multiple browsers.07:41
+perlDreamertesting on multiple servers sounds like even less fun.07:41
@preactionFastCGI would decouple from the server entirely.07:42
mech422perlDreamer: heh07:42
@preactionfastcgi means your application is, itself, a long-running server process07:42
mech422preaction: ahh - very cool :-)07:42
+perlDreamerpreaction, you'd still have to deal with FastCGI differences on the different servers.  FastCGI on apache, and all the rest.07:43
@preactioneh, WebGUI only has to support one if we want07:43
mech422umm - supposedly FCGI is a standard isn't it ?07:43
+perlDreamersure, just like HTML07:43
+perlDreamerand like perl07:43
* perlDreamer is too cynical nowadays07:43
@preactionp5 isn't a standard ;)07:44
@preactionp6 is 07:44
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui07:44
-!- mode/#webgui [+o Haarg] by ChanServ07:44
mech422heh - well, choice is always nice07:44
topsubIs it possible for an RFE to be able to delete itemsi n your clip board?07:47
@preactiontopsub: i'll take your meaning to be "Could I make an RFE to do this"? and yes07:47
@preactionyou can make an RFE to ask WebGUI to tie your shoes if you wanted ;)07:47
+perlDreamerbetter put a lot of karma into that last one07:48
+perlDreamertopsub, RFEs with patches have good chances of being implemented.07:48
@preactionwell, they will get put into webgui as soon as the RFE's approved, provided they follow our guidelines07:49
+perlDreameryeah, but this is as simple as a little UI.  Add a button to the clipboard screen that says delete, pointing to func=deleteList and it's all done07:50
+perlDreamer1 hour tops, with hand testing and i18n07:50
+perlDreamerthe delete button sits right next to the paste button07:51
mech422ok - time to make da breakfast burrito07:56
mech422bbl07:56
-!- cap10morgan_ [n=wmorgan@75.71.249.188] has joined #webgui07:57
-!- mode/#webgui [+v cap10morgan_] by ChanServ07:57
topsubsorry i guess i was asking does anyone copy stuff then like.. i don't need it anymore and just want to delete it08:01
@preactionyes, i've done that a couple times now08:01
+perlDreameri still think it's a good RFE08:05
@preactionyes, likewise08:05
-!- cap10morgan [n=wmorgan@75.71.249.188] has quit [Read error: 60 (Operation timed out)]08:06
CIA-44WebGUI: colin * r11417 /WebGUI/t/Asset/Event.t: Clean-up of version tags in this test. Deleting a parent deletes the children.08:10
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit [Read error: 54 (Connection reset by peer)]08:11
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui08:12
-!- mode/#webgui [+o Haarg] by ChanServ08:12
CIA-44WebGUI: colin * r11418 /WebGUI/ (4 files in 4 dirs): 08:23
CIA-44WebGUI: Add an Event method for returning a non-inclusive end DataTime object.08:23
CIA-44WebGUI: Have Calendar use that for determining the end of a week in viewWeek.08:23
CIA-44WebGUI: Fix getEventsIn to do all comparisons in UTC so that extra events are not added in.08:23
CIA-44WebGUI: colin * r11419 /branch/WebGUI_7.6/ (4 files in 4 dirs): Backport calendar and event fixes and tests.08:23
+perlDreamerpreaction, if you have time, check out the new Event and Calendar tests08:24
@preactionkk08:26
Radix_lol @ http://blogs.computerworld.com/london_stock_exchange_to_abandon_failed_windows_platform08:33
+perlDreamerRadix_, now if they'd just switch to WebGUI...08:34
Radix_hey.. at least they're on the right platform!08:34
Radix_one small leap for man.. one huge leap for mankind..08:35
mech422I'm really surprised they use pc's anyway...08:39
mech422when I worked at TeCam systems (we did the mexico city exchange when it opened) - it was all fault tolerant minis (stratus, and that software fault tolerant one) and mainframes (IBM, DEC)08:40
elninojeepers that was a long movie.. going to bed now.. Thanks perlDreamer for googling autoping. And your're right mech422, customers don't get that it has to be a 2 location thing.  =)08:40
* elnino is sleepy08:40
mech422elnino: g'nite :-)08:40
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]08:41
* perlDreamer is packing it in. Good night, all.08:50
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has quit ["Leaving."]08:50
mech422SnowWrite is asking about aptanna  ? anyone used the editor ?09:02
@preactionwhich editor?09:07
@preactionoh, doesn't work with Perl09:07
@preactioni've used Komodo IDE, which works with Perl09:07
@preactionhmm... based on Eclipse, which i've never liked09:08
@preactionbut then I hate IDEs on principle09:08
-!- Zeos [n=wgGuest9@pool-71-176-188-20.hgrtmd.east.verizon.net] has quit [Remote closed the connection]09:12
mech422preaction: yeah - she's looking at aptana but wants  textmate or coda09:16
mech422aptanna doesn't work with perl ? funny - I would have thought eclipse did perl ?09:16
mech422I _like_ eclipse - I just wish it wasn't sooo slow as to be unusable :-P09:16
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui09:20
@preactioneclipse does have a Perl plugin, but i don't know what aptana does that's special for Perl09:28
mech422ahh09:29
@preactioni'm a vim person, i've got plans to make vim easier to use09:29
@preactionthere are plugins for certain things, but they're not very friendly currently09:29
@preactionthere's a VCS plugin, for Git, SVN, CVS, but it's horrible to use09:29
@preactionit can be much nicer09:29
mech422I like kate myself... its 'just enough' ide for me 09:29
mech422oh? I didn't realize vim had a plugin system....09:30
@preactionvim has a whole scripting language09:30
@preactionlike emacs only less of a real language09:30
@preactionvim.org has scripts for download09:30
@preactionperl-support is nice, has a lot of good stuff09:30
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has joined #webgui09:35
-!- daviddelikat [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Read error: 104 (Connection reset by peer)]11:05
-!- bartjol [n=bartjol@host2.procolix.com] has joined #webgui11:18
-!- mode/#webgui [+v bartjol] by ChanServ11:18
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has quit ["Leaving."]12:05
-!- dapperedodo [n=dappered@87.213.33.210] has joined #webgui12:25
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui12:28
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has left #webgui []12:29
-!- daviddelikat [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #WebGUI15:26
-!- daviddelikat [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit ["Leaving."]15:47
-!- daviddelikat [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #WebGUI15:52
-!- bartjol [n=bartjol@host2.procolix.com] has quit ["Leaving."]16:13
-!- ryuu_ro [n=rory@gw.oqapi.nl] has quit ["I'm Off"]16:16
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has joined #webgui16:29
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:29
-!- dapperedodo [n=dappered@87.213.33.210] has left #webgui []16:32
-!- SquOnk [n=emhn@201.211.88.228] has joined #webgui16:52
+perlmonkey2holy smokes, everyone see the new webgui padre plugin?16:54
mech422padre ?17:12
mech422oh cool :-)17:13
SquOnkIt's a nice IDE for Perl... something for the VIM/EMACS impaired <g>17:13
mech422heh - rather appropriate as I just spent hours trying to get Kate (kde editor) to work properly on vista17:16
* SquOnk shudders at anything KDE related17:18
SquOnkmech422: Try VIM or EMACS on Windows17:18
mech422Somehow I can't picture Donna using Emacs :-P   Kate worked ok, but the sftp editing wouldn't go :-(17:20
mech422she's also looking at aptana (eclipse) and lusting after textmate and coda :-P17:21
mech422SquOnk: what don't you like about KDE ?  what do you use instead ?17:22
SquOnkmech422: Gnome + Xmonad17:22
SquOnkmech422: Too bloated. Too windowy. Too slow even on a fast machine with loads of RAM.17:23
mech422dunno xmonad ? (goes to google..)17:23
SquOnkmech422: It's a window manager written in Haskell and thus customizable with it.17:23
mech422slow ? heh - can't say I've noticed, even though I'm running in a VM ?17:23
mech422ahh - my issue was Gnome was it always felt half done17:23
SquOnkmech422: It is. And when running on batteries it's _hell in summer_.17:23
mech422but that was years ago - I haven't really touched gnome since before miguel moved onto mono17:24
SquOnkmech422: Most of Gnome has no relation with Mono (yet)17:24
SquOnkmech422: There are some applications written in Mono, but not the core nor the really useful ones.17:24
mech422except the founders - I meant I havent touched gnome in lcose to 10 years...17:24
mech422prolly back when Miguel was still doing the evolution company (in boston? )17:25
mech422anyway - I'm very happy with KDE, and pissed/disappointed I can't use it for windows yet :-(17:26
SquOnkmech422: Hopefully you will one day.17:28
SquOnkI for one won't.17:28
mech422hmmm - wonder if Rasterman ever finished that desktop he was doing...17:31
mech422e17 ?17:31
mech422Enlightenment! thats it :-)17:32
+perlmonkey2The one thing I really miss about emacs is the ability to execute shell commands from a window.  17:54
SquOnkmech422: There has been few (if any?) releases lately. He expects everyone to check out from SVN and build17:54
+perlmonkey2mech422: what do you like about KDE over Gnome?17:54
SquOnkperlmonkey2: You can do that in VIM17:54
+perlmonkey2SquOnk: really?  how!! :D17:54
+perlmonkey2ah, I read oen article that said you can't and another says :sh17:55
SquOnkperlmonkey2: You want to run something and have it's output on a VIM window, right?17:55
+perlmonkey2ah, :sh is lame :(17:55
+perlmonkey2SquOnk: yes, like emacs does.17:56
SquOnkperlmonkey2: You should get the Perl plugin for VIM and be merry17:56
+perlmonkey2maybe I should relearn emacs.  I seem to recall it being way more powerful than VIM.  But I've used vim for about 10 years now, will be hard to stop.17:56
+perlmonkey2I have the perl plugin for vim.  very nice.17:56
SquOnkperlmonkey2: Well, Perl -> Run -> output let's you configure where do you want your output...17:57
SquOnkperlmonkey2: ...then you hit Ctrl-F9 and the program will run, having whatever it outputs in either a new window or and xterm17:58
mech422SquOnk: yeah - there was something a few weeks ago, but it seems to be very sporadic18:00
mech422his personal domain is really out of date too :-( 18:00
mech422perlmonkey2: Umm - I say KDE feels more 'polished' to me then gnome did18:01
mech422perlmonkey2: it just seems to fit together well, work well, and look good18:02
mech422perlmonkey2: I think because all the 'hard' stuff is in the base classes - back when I last really played with gnome, half the apps were broken in one way or another depending on which parts of the 'magic' the devs really understood18:03
+perlmonkey2hmm, maybe I should give it another go.  It doesn't use Gtk but qt, right?18:03
mech422yeah- qt4 now18:03
mech422actually, if you like eye candy - its got a native compositing/effects engine that works with 2D cards now :-)18:04
+perlmonkey2this latest version of gnome seems fairly bullet proof.  But I have nothing to compare it to.18:04
+perlmonkey2I use compiz with gnome and it is pretty whizbang.18:04
+perlmonkey2brb, going to log in with kde18:04
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit ["Leaving."]18:05
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has joined #webgui18:08
-!- mode/#webgui [+v perlmonkey2] by ChanServ18:08
+perlmonkey2hmm, 450MB install and I'd have to give up gnome-terminal, plus rhythmbox beats amarok any day of the week.18:08
mech422compviz was ok - but needed too much tweaking to get it working - then there was the whole fork-merge thing - the kde engine was all-in-one so it was trival to setup18:09
mech422rhythmbox ?  I haven't see that18:09
+perlmonkey2hmm...In the Fedora 11 build compiz is a button click away.18:10
+perlmonkey2ust turn it on in preferences.18:10
mech422I actually like amarok - but I'm not much for music - just use it for the occasional streaming radio stuff18:10
mech422perlmonkey2: yeah - last time I tried you needed to hack config files and enable X11 crap by hand18:11
+perlmonkey2I need a tool for handling my ipod.  I don't listen to much music on the lappy, so the fact rhythmbox has much better support for devices decied it for me.18:11
+perlmonkey2mech422: wow, what distro/version18:11
+perlmonkey2?18:11
mech422does gnome-terminal do tabbed sessions ?  and have a ssh-agent ?  that's really nice for when I have to connect to the servers18:11
mech422perlmonkey2: source - debian about a year ago ?18:11
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui18:12
-!- mode/#webgui [+v perlDreamer] by ChanServ18:12
mech422perlmonkey2: back during the compviz - fusion split thing18:12
+perlmonkey2mech422: yes and yes.  I couldn't live without tabbed terms18:12
+perlmonkey2cntrl-j/k to move back and forth.18:12
+perlDreamertabbed terms are awesome18:12
+perlmonkey2yeah, it is like......a little slice of heaven.18:12
+perlmonkey2mech422: ah, fusion.  I have painful memories of that.18:13
mech422hmm- I seem to recall something in KDE for doing ipod stuff - the poster was basically saying theres like a dozen ways to use an ipod without iTunes18:13
mech422yeah - tabbies rock :-)18:13
mech422trying to look at rythmbox now18:14
+perlmonkey2yes, the fedora repo has many many options.  But the most complete solution that bugs me the least seems to be rythmbox.18:14
+perlmonkey2heh, I'm so closed minded.  Not in the repos then it is alpha :P18:14
mech422heh - I guess ITunes really sucks - even the windows crowd hates it :-P18:14
+perlmonkey2yeah, I never liked it.  locked up all the time, seemed to grow to take up all your memory, tried very very hard to not do what you wanted with your video.  That was on XP though, no idea the experience on Mac.18:15
mech422here's some basic screenshots of kde 4 - http://www.kde.org/screenshots the plasma and phonon stuff is supposed to be a 'big deal'18:15
mech422I just know I couldn't uninstall the dam thing from xp when one of the kids installed it18:16
+perlmonkey2oooohhhh, shiny18:16
+perlmonkey2that is pretty18:16
mech422man - rythmbox is ugly!18:17
mech422are those screen shots current ?18:17
+perlmonkey2heh, looks a lot like macos18:17
mech422kde ? yeah - they have a lot of 'make kde4 into osx' type themes18:17
+perlmonkey2rhythmbox is ugly.  They didn't get the memo that function without form is for losers.18:17
mech422hehe18:17
+perlmonkey2I don't like single menu bar though.  My tool bar is jammed with quick starts and monitoring applets.18:18
mech422perlmonkey2: you can look at http://www.kde-look.org/ if you want to see whats out there18:18
mech422oh - you can have as many 'panels' as you want - is that want you mean ?18:19
+perlmonkey2okay okay, downloading kde now :P18:19
mech422heh - not pressuring :-P  thats why the kde-look link - if ya like eye candy, you can browse without installing :-P18:19
* perlDreamer doesn't like kde anymore18:19
+perlmonkey2mech422: is a panel a bar on the top or bottom for adding menu related stuff?18:19
+perlDreamerI loved kmail18:20
+perlDreameruntil it lost my addressbook in the last upgrade18:20
mech422perlDreamer: kontact needs some serious love ...18:20
mech422kmail is its weakest piece - the time tracking stuff is killer though18:20
+perlmonkey2kde falls into the webkit sphere doesn't it?18:20
mech422webkit came from kde, yeah18:20
+perlmonkey2can gecko really survive with people standardizing on webkit?18:21
mech422umm - a panel is like a think bar you can put on anywhere on the screen with icons for launching apps, menus that 'slide' out etc18:21
+perlmonkey2I guess so.  With an ecosystem of millions, it can probably do just fine.18:21
mech422they can also 'swallow' stuff to the 'systray' area18:22
+perlmonkey2mech422: then I probably mean a menu bar like on the bottom of the kde screens.  Gnome has one on top and bottom (by default).18:22
+perlmonkey2oh18:22
+perlmonkey2no, it is called a panel18:22
mech422yeah - I don't see gecko going away ...  but I'd love to see all the webkit fixes/enhancements merged back to KDE18:22
+perlmonkey2nevermind that I said anything :P18:22
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has quit ["Leaving."]18:24
+perlmonkey2hmm, my userland home is about to be polluted with the billion .files from gnome plus the new ones from kde.  this is about to get messy.18:24
mech422it shouldn't...18:24
mech422I thought they 'agreed' on that now18:24
mech422kde can use gnome shortcuts and vice versa ?18:24
+perlmonkey2nice18:25
mech422oh - you mean app specific directories for config files and such ?18:25
+perlmonkey2right18:25
mech422yeah - if you fire up a ton of new apps , you'll get them :-P18:25
mech422I was thinking desktop shortcuts and menus18:25
+perlmonkey2gnome's flora/fauna plus KDE's should make a solid mess of my .home18:25
mech422heh - create a new user ?18:26
CIA-44WebGUI: colin * r11420 /branch/WebGUI_7.6/docs/ (changelog/7.x.x.txt upgrades/upgrade_7.6.25-7.6.26.pl): Fix a bug in an upgrade script.18:26
mech422just for testing ?18:26
+perlmonkey2ut oh, forogt about konsole.  I think that is why I abandoned kde all those years ago.  No tabbing?18:26
mech422yeah - it tabs18:26
+perlmonkey2whew18:26
mech422but its not control-t by default - its somethign stupid18:27
+perlmonkey2and looks pretty doing it (from the screen shots )18:27
mech422check the settings18:27
+perlmonkey2yeah, I have to customize almost everything I use to my preferred hotkeys.  Eclipse/Netbeans are egregious in their default settings.18:27
mech422its like shift-control-bark-at-the-moon or somethign18:27
+perlmonkey2hah18:27
SquOnkYou missed --pretty-please18:28
mech422the 'problem' was some useless feature had usurped ctrl-t18:28
+perlmonkey2never can find the bark-at-the-moon key when I need it :P18:28
mech422its right next to vi's 'dammit!' key18:28
mech422quit-dammit! , save-dammit!, bark-at-the-moon-dammit!18:29
SquOnkIn 22 years of vi I haven't had the need for such key18:29
mech422you don't use ':q!' ?18:29
mech422or ':w!' ?18:29
SquOnkYes, but without the cursing :)18:29
mech422the '!' used to be called the 'dammit'18:29
+perlmonkey2oh, by damnit you mean bang!  Like if you don't complete this command I'm going to get a gun and go BANG18:29
SquOnkI've had to remap CapsLock to ESC though, but that's a hardware problem :)18:30
+perlmonkey2you have to threaten VIM to show you mean it.18:30
mech422perlmonkey2: yeah - it used to be the dammit... then it was the 'bang" in ''sha-bang'" ('#!')18:30
+perlmonkey2heh, 94 minutes is the fastest I could possibly download KDE.  Yay for living in the sticks.18:31
+perlmonkey2I like damnit better18:31
mech422perlmonkey2: I do too - but I'm an old redneck :-P18:31
+perlmonkey2but splat is just perfect and timeless.18:31
mech422hehe... and what was the old story about the person that called support trying to get '6' to edit their file ?18:32
mech422oh - and on the emacs front we have emacs = Eighty Megs And Constantly Swapping  :-P18:33
+perlmonkey2yeah, I knew moving out here my internets would be teh sux, but a plethora of reasons to live outside the cities.18:33
+perlmonkey2heh18:33
SquOnkEMACS = EMACS Makes Any Computer Slow18:34
SquOnkEMACS = Escape Meta Alt Control Shift18:34
mech422I grew up in the sticks (New Hampshire) - so of course, I moved to the city :-)  I think everyone just likes a change..18:34
+perlmonkey2I think emacs usually had a one keystroke advantage in editing, and could certainly traverse files faster.18:34
mech422SquOnk: heh - that last one opens the emacs tetris game doesn't it ? :-P18:34
SquOnkmech422: Wouldn't know18:35
+perlmonkey2no, I think it turns on the hot water in the emacs sink.18:35
mech422hehe18:35
mech422anyway - not sure KDE apps are the 'best of breed' for any particular usage.. but they fit together nicely, and seem pretty solid18:36
mech422I use stuff like kpdf/ockular a lot for work - along with Kate and Konversation for irc18:36
+perlmonkey2Hmm, I grew up in a small farming town, moved to denver for 5 years, then to a small cattle town.  Then to Albuquerque, then to Tulsa, then to Toledo, then to OKC, then back to a small cattle town.18:36
mech422I started in New England and ended up exactly opposite - 'big city' , 'left coast'18:37
+perlmonkey2If I ever leave I'm thinking Sacremento megaplex area somewhere.  Still surrounded by agriculture, but close to the Ocean and multitudes.18:38
+perlmonkey2Although if I'm rich it will be San Fran 18:39
mech422Really? I've been thinking about going back to phx18:39
mech422but it would be hard to give up Fry's18:39
mech422(Fry's in phx suck :-P )18:39
+perlmonkey2What could possibly attract you to Phoenix?18:40
mech422oh - check out kdevelop once you got it running - it was shaping up _really_ nice last time I checked18:40
+perlmonkey2If you grew up with the green, the brown is hard to take.  I loved Albuquerque, but the desert was just too much.18:40
SquOnkperlmonkey2: I'm betting is not football.18:40
mech422actually - I was surprised how green it is...18:40
mech422and how much rain there is :-P18:40
+perlmonkey2hmm18:40
+perlmonkey2Flagstaff sure isn't 18:41
mech422but its _cheap_ , _great_ weather18:41
mech422oh - flag is just a wide spot in the road - they don't believe in landscaping out there18:41
mech422aside from a few old junkers on the lawn :-P18:41
mech422ASU girlies in shorts all year is a nice benefit too18:42
+perlmonkey2I've got a good buddy who lives in Phoenix.  Used to work for Honeywell but is now in engineering sales.  Absolutely loves it, so close to Mexico and decent weather.18:42
mech422Umm - decent tech - Amex, GE, Motorola, Intel, McDongal Douglas, etc18:42
* SquOnk trumps ASU girlies with any Venezuelan girl18:43
SquOnk...which happen to be in shorts most of the time18:43
+perlmonkey2SquOnk++  yay for the ladies in the shorts.18:44
mech422only real down side is all the old snow birds18:44
mech422and the fact that too many califorians figured out how cool it is, and are raising the prices :-P18:44
mech422when intel moved in, they literally broke 2 school districts with all hte new kids18:45
+perlmonkey2Hmm, google maps shows Phoenix a blip of green smack in the middle of high desert.  Just like Albuquerque.  no thanks :)18:45
+perlDreamerwell, notwithstanding the fact that the state has been in a financial crisis for like two years?18:45
mech422buidling moritoriums, lotteries for building permits, prices doubling on houses18:45
mech422perlDreamer: hello ? califorian - there is no finincial crisis :-P18:46
+perlmonkey2think of the property taxes you'll get to pay.  And the knowledge that they'll be skyrocketing for years to come.18:46
mech422perlDreamer: I mean  hell, Compared to Cali, phx is a model of responsible goverance :-P18:47
+perlmonkey2I have this idea that Californians will start trading goods with chopped up pieces of IOU's.18:47
mech422Donna just said some thing about some states considering using precious metals for trade ?18:47
mech422I was babbling about kde so I didnt' get the whole thing though18:47
+perlmonkey2mech422: I think the WaPo had an article of the 15 worst financially governed states, and I'm fairly certain AZ had a higher % of debt than cali.18:47
+perlmonkey2nope, cnbc18:49
mech422hmm - so are they handing out iou's in 4 weeks ?18:49
+perlmonkey2no way, the feds will jump in at the last moment.18:50
mech422eh - cali's like the 9th largest economy in the world... I think the feds will just let us twist in the wind till we figure it out18:51
+perlmonkey2The required bailout would be smaller than GM got.18:51
+perlmonkey2hold up, trying to get to the numbers in the cnbc slideshow.  hard to do while downloading kde on a 768kbps connection :P18:52
+perlmonkey2$15billion shortfall in cali.  Small fraction of the auto bailouts.  With $300billion in revenues, how is that even possible?18:55
mech422ask arney :-P18:56
+perlmonkey2Cali's 2010 budget is 22% short and Arizona's is 28% short.  For 2009, Cali also has a 6% edge in fiscal responsibility :D18:56
mech4226% ?  I'll deal with it :-P18:57
mech422and its the stuff that gets cut that bugs me...18:58
+perlmonkey22010 California isn't so bad being in 6th worst place, but I think they made the news cause 2009 they are really bad off compared to everyone else.18:58
+perlDreamermech422, then the media is slandering California.  It says the governator is like getting ready to declare bankruptcy18:58
mech422like schools - summer school's have cut their second session already - regardless of what happens with the budget18:58
+perlmonkey2mech422: wait you mean the people who got the state into this fiscal mess aren't being responsible in how they cut spending?  Say it an't so :P18:59
mech422perlDreamer: ?  As far as I know, he is ?  He likes to play 'hard ball' ... so he'll shut the whole state down just to get crap rushed thru18:59
mech422perlmonkey2: touche!18:59
+perlDreamergotcha18:59
+perlmonkey2I think it is a strategic move by policy makers.  The cons are risking their seats, but if they scare people enough, getting tax increases through becomes much easier.18:59
mech422too be honest - I really feel he's brought too much 'hollywood' to the govenorship19:00
mech422and I'm sick of him shortchanging schools19:00
+perlmonkey2If we don't raise taxes we'll have to start selling children to the dog food factories!!  19:01
mech422for instance - when I moved out here 10 years ago - Mesa arizona spent $100 more per student per year - and arney has made it even worse...19:01
mech422(oh more then cupertino californa - home of apple and 6 figure salaries, as opposed to mesa's then $35K median income )19:02
+perlmonkey2yeah, I only trust the politicians who say the first thing we need to do is hire 10x as many inspectors and auditors.  Which means I don't trust any politicians.19:02
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui19:03
-!- mode/#webgui [+o Haarg] by ChanServ19:03
+perlDreamerman, it is so odd to write method calls _inside_ WebGUI::Session19:04
+perlDreamermy fingers are trained to type $session->var19:04
+perlDreamer$session->log19:04
+perlDreamerand typing $self->var just looks odd19:04
+perlmonkey2perlDreamer: you're hacking session?19:05
+perlDreamerit does need to be bug fixed every now and then19:05
+perlmonkey2how do you keep from cracking under the pressure?  one mistake and you take down half the internets :P19:06
+perlDreamerwell, having done it already does help19:06
+perlDreamerIt was the great Form fiasco of 200619:06
+perlDreamerwe have this thing called the Text form19:06
+perlDreamerI broke that19:06
+perlmonkey2bah, who even uses that :P19:07
+perlDreamerI know19:07
+perlDreamerLosers!19:07
+perlmonkey2mech422: I know how to solve all the country's fiscal problems.  Give the GAO power to direct the DoJ or at least create Grand Juries.  Boom, done.  Overnight everything instantly fixed, or at least exposed to lots of sunlight.19:09
mech422Hmm - I dont know...19:18
mech422wouldn't that just make the GAO auditors the new 'crooked politicians' ?19:18
+perlmonkey2mech422: maybe in the future, but right now I think the ranks of beurocrats that inhabit that place are pretty hard core patriots trying to dig out corruption and expose it.  Else why work there, being an accountant in the market pays much better.19:21
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]19:22
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui19:22
-!- mode/#webgui [+o Haarg] by ChanServ19:22
mech422permonkey2: heh - I've always thought that to be part of the problem - given govt. salaries, the best and brightest would naturally tend to gravitate around more lucrative, private positions19:37
mech422perlmonkey2: leading me to doubt either the abilities or the motives of the people that actually take the jobs...19:38
CIA-44WebGUI: colin * r11421 /WebGUI/ (3 files in 3 dirs): Fix the form for the Product. It was returning variants with no quantity.19:38
mech422but to be honest, I've only really been exposed to state workers - not federal employees19:38
mech422authorize.net is down ?19:39
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit ["Leaving."]20:27
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has joined #webgui20:29
-!- mode/#webgui [+v perlmonkey2] by ChanServ20:29
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]20:31
-!- cap10morgan_ is now known as cap10morgan20:36
+perlmonkey2mech422: kde is way cooler than I thought it would be.  I don't even know why Gnome exists anymore let alone is the default windowing system.20:38
mech422perlmonkey2: sorry man - if that was saracasm it went undetected :-)20:39
mech422or maybe I'm just so used to it I take it for granted ?20:39
@preactionKDE is imho where Gnome should be trying to go in terms of customizability and features20:41
@preactionGnome is so focused on usability that they seem to miss new features that could help them reach their usability goal20:41
mech422[10:17] <Lenolium> Gnome has a bunch of standalone apps, KDE actually has integration.20:41
mech422[10:17] <Lenolium> Konqueror is fast but stupid.20:41
mech422[20:41
mech422that seems to be my feeling as well - kde has integration.. 20:42
-!- perlmonkey21 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has joined #webgui20:42
@preactionintegration is good though, see OS X20:42
perlmonkey21mech422: missed that last, kde locked up on me20:42
mech422btw - a friend just asked about gnome vs kde for his new install - he got kde 3-to-0 as the answer...20:43
mech422perlmonkey21: really ? wow - thats odd ? the app or the whole desktop ?20:43
@preactionthere's no simple app to get photos off of a camera, you use iPhoto, which also has editing built-in20:43
perlmonkey21mech422: the whole desktop20:43
perlmonkey21couldn't even ctrl-alt # into a non-x term.20:43
mech422perlmonkey21: are you on kde 3 or kde 4 ?20:43
perlmonkey21mech422: fedora 11 kde 4.2.4.2 or whatever it is.20:44
perlmonkey21latest stable I think20:44
mech422ahh - can't help there - I don't do RH - I'm more of a debian man20:44
mech422donna is running kunbuntu with kde 4.2 in a virtual box - no problems20:45
mech422I'm running (*cry*) 3.X in a virtual box20:45
mech422neither of us has had lock ups though ?20:46
mech422perlmonkey21: btw - do you really like kde or was the early comment meant as sarcasm?  Maybe I just take kde for granted now ?20:46
perlmonkey21mech422: no, it is way slicker than I thought it was going to be.  Puts gnome to shame.20:47
perlmonkey21But QT is just a nicer looking library than Gtk and also 100x easier to work with.20:47
mech422heh - cool - glad you like it :-)  20:47
mech422I find KDE really good for my day to day stuff20:47
perlmonkey21hmm, not hotkey to make konsole window full size, it is either full screen or nothing.20:48
perlmonkey21s/not/no/20:48
mech422?  isn't full size == full screen ?20:48
perlmonkey21well I just want the window made its max size, full screen means it is the only things showing with the bottom panel covered up.20:49
mech422btw - you can add 'decorators' to the windows - I think there's 'slots' for up to 6 of them ?20:49
mech422ahh20:49
perlmonkey21actually let me check again, I'm not used to it being down there and might have misunderstood what happened.20:49
perlmonkey21nope, it covers up the panel20:49
mech422the panel can autohide too if that helps20:49
perlmonkey21no, I like it down there.20:50
mech422in 3.5 it does what you want20:50
perlmonkey21usually have my network machine monitors there20:50
mech422so there is prolly an option for it in the settings somewhere ?20:50
mech422my 'maximize' decorator does it20:50
perlmonkey21what is the maximize hotkey?20:51
mech422(btw - you can change the decorators on the border - you know close, minimize,maximize)20:51
mech422lemme look in the settings and see if there's a keyboard shortcut20:51
perlmonkey21hah, you can drag desktop widgets into the panel and they have a panel mod.e20:54
perlmonkey21too much fun.20:54
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui20:55
-!- mode/#webgui [+o Haarg] by ChanServ20:55
mech422perlmonkey: live desktop previews in the pager are nice too :-)20:55
mech422perlmonkey21: you can get more 'plasmoids' (desktop widgets) from www.kde-look.org20:56
mech422can find a shortcut for maximize though - just the window decorators20:56
mech422ah-ha!20:57
mech422its un-assigned in my version20:57
mech422you can assign it in control panel->regional and accesibility->keyboard shortcuts20:58
-!- perlmonkey22 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has joined #webgui20:58
-!- perlmonkey21 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit [Read error: 60 (Operation timed out)]20:58
perlmonkey22pager locked itup.  I guess no compiz for me in kde20:58
mech422oh no...20:58
mech422no 20:58
mech422use the builtin schtuff20:58
mech422sorry - I should have thought of that20:59
mech422I don't think it plays nice with compiz20:59
perlmonkey22well I turned the compiz settings down last time.20:59
perlmonkey22although the kde menus don't even mention the name compiz, just call it desktop effects.20:59
mech422I'd actually turn it off (remove the module?)20:59
perlmonkey22Probably asking too much from an intel g50 vid.20:59
mech422yeah - kde has a builtin effects/compositing engine21:00
mech422nah - it was designed for use on even 2d cards :-)21:00
mech422that was one of the big selling points of using it instead of compiz21:00
-!- perlmonkey2 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit [Read error: 113 (No route to host)]21:00
mech422'plasma' should be much lighter and snappier, and support older  cards better21:01
perlmonkey22hmm, so in desktop settings turning on effects turns on plasma and not compiz?21:03
mech422Umm - I didn't think compiz was an option... but I would definately use plasma21:03
perlmonkey22then it must be plasma which is locking up21:03
mech422but you still have compiz running from your gnome session don't you ?21:04
* mech422 is confused ?21:04
mech422our machines don't even have compiz installed - so I'm not quite sure what optiosn your getting ?21:04
perlmonkey22mech422: nope, no gnome sessions running21:05
mech422not gnome - compiz? it used to hook into x11.conf and have its own daemon and crap didn't it ?21:05
perlmonkey22well I have gnome-keyring and gdm-simple-slave21:05
mech422actually - gnome is fine - its compiz I think is a problem21:05
perlmonkey22But I think those are both fro the login screen.21:05
perlmonkey22compiz isn't running21:06
mech422you can run gnome apps inside kde (and kde apps inside gnome)21:06
mech422I do that with stuff like Gimp21:06
mech422ok - so no compiz, plasma turned on - do you have 'full' eye candy or did you tone it down any ?21:07
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]21:08
perlmonkey22mech422: I started with full eye candy.  toned it down.  then turned it off21:08
mech422hmm - donna had 'desktop effects' disabled in hers :-P21:09
mech422ahh - the 'all effects' tab...21:09
mech422last I checked - some of the effects were a bit flaky (they are plugins)21:09
mech422I had these working fine: explosion, fade, magic lamp, transluceny, wobbly windows21:11
mech422desktop cube, cover switch, and one of the 'live preview' pager thingys21:12
mech422oh! on advanced - we have compositing type 'openGL'21:13
+perlDreamermech422: http://rss.slashdot.org/~r/Slashdot/slashdot/~3/0rigp6NJ3Ks/Seattle-Data-Center-Outage-Disrupts-E-Commerce21:18
mech422yeah - authorize is getting hammered - a fire in the NOC, and the backups failed ?21:19
mech422looks like they're coming back on line now according to their twitter stream21:21
mech422perlmonkey22: 'desktop grid' is a nifty effect21:23
mech422sorta like a extra-large 'live preview'21:24
perlmonkey22mech422: not going to try effects again.  last time I had desktop effects locking up I had an ex2 corruption that was only resolved with a fresh install.21:32
mech422dam man - you are having a ton of problems21:36
mech422sorry bout that - I haven't had any issues to speak of :-(21:37
perlmonkey22with effects turned off things are working just fine.  no worries.21:39
mech422heh - donna likes the eye candy - but I'm still on 3.521:43
mech422btw - _this is cool_ - http://basket.kde.org :-)21:44
mech422if you like 'oneNote' or ad-hoc 'association' programs, basket is awesome :-)21:44
mech422but last I checked it wasn't ready for kde4 :-(21:45
mech422the really cool thing was being able to 'attach' files to your baskets...21:46
perlmonkey22wow, that is pretty cool21:50
mech422perlmonkey22: yeah - there's a nice time tracker too21:56
mech422fire up 'kontact' and poke around a bit - its a pretty good outlook/evolution type app21:56
mech422I need sleep21:57
mech422I got 2 hours last night, then couldn't sleep :-(21:57
mech422perlmonkey22: I'll be back later :-)  Save up any questions for me :-)21:57
perlmonkey22mech422: groovy, thanks :)22:03
-!- CIA-44 [n=CIA@208.69.182.149] has quit []22:28
-!- CIA-46 [n=CIA@208.69.182.149] has joined #WebGUI22:36
mech422perlmonkey22: Hmm - kde 4.2.4 is out and supposedly much nicer then 4.2.2 (at least on debian...)23:08
mech422perlmonkey22: maybe upgrading to 4.2.4 or 4.3rc1 would help ?23:08
+perlDreamermech422, I thought you were asleep23:31
mech422perlmonkey22: http://userbase.kde.org/GPU-Performance23:51
mech422perlDreamer: yeah - I thought so too :-P23:51
mech422its not quite insomnia - but my sleep schedule seems to be getting really really whack23:51
+perlDreameryeah23:53
+perlDreamerthat's not healthy, dude23:54
* perlDreamer recommends a strong dose caffeine, then go to bed at 11:00pm23:54
+perlDreamersleep until 7:00 the next day23:54
mech422heh - 7 pm you mean ?  I've had 2 hours sleep since what - 3pm yesterday ?  going to 11pm would result in a coma :-P23:55
--- Day changed Sat Jul 04 2009
+perlDreamerno, sleep 8 hours a day.  11:00pm to 7:00am00:04
* perlDreamer moonlights as a doctor00:05
+perlDreameris it bad if you laptop starts smelling hot, like solder?00:06
SquOnkperlDreamer: Not if you have a rare steak near00:28
+perlDreamerSquOnk, you'd ruin a good steak with solder?00:29
SquOnkperlDreamer: Smear some bbq and you won't notice00:30
SquOnkBesides, you haven't had steak until you've had an argentinian steak00:30
+perlDreamerindeed00:36
* SquOnk will be cooking a "parrillada" argentinian style tomorrow00:37
-!- ekennedy [n=ekennedy@174-154-94-218.pools.spcsdns.net] has joined #webgui00:43
+perlDreamerlater, everyone00:51
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has quit ["Leaving."]00:51
-!- ekennedy [n=ekennedy@174-154-94-218.pools.spcsdns.net] has left #webgui []01:11
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has quit ["Leaving."]01:57
-!- SquOnk [n=emhn@201.211.88.228] has quit ["Yippie kay-ai-yay, fudder muckers!"]03:01
elninoHappy 4th everyone! Bye06:35
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has quit ["Leaving"]06:35
-!- perlmonkey22 [n=perlmonk@adsl-70-137-19-55.dsl.okcyok.swbell.net] has quit ["Leaving."]07:28
-!- cap10morgan_ [n=wmorgan@75.71.249.188] has joined #webgui08:00
-!- mode/#webgui [+v cap10morgan_] by ChanServ08:00
-!- cap10morgan [n=wmorgan@75.71.249.188] has quit [Read error: 110 (Connection timed out)]08:28
-!- mech422 [n=steve@c-98-210-208-123.hsd1.ca.comcast.net] has quit [Remote closed the connection]12:32
-!- dapperedodo [n=dappered@ip4da72a6b.direct-adsl.nl] has joined #webgui13:11
-!- dapperedodo [n=dappered@ip4da72a6b.direct-adsl.nl] has quit []13:23
-!- khenn [n=khenn@adsl-76-208-68-155.dsl.mdsnwi.sbcglobal.net] has joined #WebGUI14:04
-!- mode/#webgui [+o khenn] by ChanServ14:04
-!- khenn [n=khenn@adsl-76-208-68-155.dsl.mdsnwi.sbcglobal.net] has quit [Client Quit]14:05
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui16:58
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has quit ["Leaving."]17:07
-!- BartJol [n=plainstu@49-167.surfsnel.dsl.internl.net] has joined #webgui19:59
-!- mode/#webgui [+v BartJol] by ChanServ19:59
CIA-46WebGUI: colin * r11422 /WebGUI/lib/WebGUI/Asset/ (Wobject/StoryTopic.pm Wobject.pm Story.pm): 20:22
CIA-46WebGUI: Fix POD to increase POD coverage, mainly by fixing typos and removing20:22
CIA-46WebGUI: unused code.20:22
CIA-46WebGUI: colin * r11423 /WebGUI/lib/WebGUI/ (Crud.pm Shop/Transaction.pm FilePump/Bundle.pm): Add missing POD, or fix POD typos which caused coverage to be low.20:38
CIA-46WebGUI: colin * r11424 /WebGUI/lib/WebGUI/ (Asset/Wobject/StoryArchive.pm Account/Shop.pm): More POD fixes.20:38
CIA-46WebGUI: colin * r11425 /WebGUI/lib/WebGUI/Asset/Sku.pm: Add missing POD for Tax.20:38
CIA-46WebGUI: colin * r11426 /WebGUI/lib/WebGUI/Asset/Wobject/Poll.pm: Add missing POD.22:08
CIA-46WebGUI: colin * r11427 /WebGUI/lib/WebGUI/Asset/Wobject/Poll.pm: Use as many autogenerated form fields as possible.22:38
CIA-46WebGUI: colin * r11428 /WebGUI/lib/WebGUI/Shop/PayDriver/ (PayPal.pm Ogone.pm): Fix POD capitalization.22:53
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui23:11
-!- mode/#webgui [+o Haarg] by ChanServ23:11
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui23:21
-!- mode/#webgui [+v perlDreamer] by ChanServ23:21
+perlDreamerHappy 4th of July, everyone!23:22
CIA-46WebGUI: colin * r11429 /WebGUI/lib/WebGUI/ (3 files in 3 dirs): Add missing POD and fix POD typos in subroutine names. 30/441 failing 100% POD coverage.23:23
CIA-46WebGUI: colin * r11430 /WebGUI/lib/WebGUI/Asset/ (FilePile.pm Template.pm): Add missing POD to these assets.23:37
CIA-46WebGUI: colin * r11431 /WebGUI/lib/WebGUI/Image/Graph/ (XYGraph/Line.pm Pie.pm XYGraph.pm XYGraph/Bar.pm): Add missing POD to WebGUI::Image and child classes, and fix any POD typos that affect coverage.23:53
--- Day changed Sun Jul 05 2009
CIA-46WebGUI: colin * r11432 /WebGUI/lib/WebGUI/Asset/Wobject/Layout.pm: Add missing POD to Layout.00:07
CIA-46WebGUI: colin * r11433 /WebGUI/lib/WebGUI/Shop/PayDriver/PayPal/PayPalStd.pm: Add missing POD to PayPalStd.00:07
CIA-46WebGUI: colin * r11434 /WebGUI/lib/WebGUI/Asset/Wobject/InOutBoard.pm: Add missing POD. Refactor to use the definition to draw the edit form.00:22
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]00:42
CIA-46WebGUI: colin * r11435 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: Add missing to the Product.00:52
+perlDreamerAnybody mind if I watch Airwolf?01:16
+perlDreamerI can turn down the volume if it's too loud01:17
-!- hansw [n=hans@p5480763A.dip.t-dialin.net] has joined #webgui01:39
-!- hansw is now known as onki01:39
-!- onki [n=hans@p5480763A.dip.t-dialin.net] has quit ["Leaving"]01:57
CIA-46WebGUI: colin * r11436 /WebGUI/lib/WebGUI/Shop/PayDriver/ITransact.pm: Add missing POD to ITransact02:22
CIA-46WebGUI: colin * r11437 /WebGUI/lib/WebGUI/Operation/Graphics.pm: Add missing pod to Operation/Graphics.02:22
-!- BartJol [n=plainstu@49-167.surfsnel.dsl.internl.net] has quit ["Leaving."]02:35
CIA-46WebGUI: colin * r11438 /WebGUI/lib/WebGUI/Asset/Wobject/Collaboration/Newsletter.pm: 02:37
CIA-46WebGUI: Remove methods that are copy/paste from the skeleton, and add missing POD02:37
CIA-46WebGUI: to the Newsletter.02:37
CIA-46WebGUI: colin * r11439 /WebGUI/lib/WebGUI/PerformanceProfiler.pm: Add missing POD to PerformanceProfiler.03:08
CIA-46WebGUI: colin * r11440 /WebGUI/lib/WebGUI/Asset/ (File.pm File/Image.pm): 03:52
CIA-46WebGUI: Add POD missing from File and Image. Remove duplicate code in Image that03:52
CIA-46WebGUI: can be inherited from File.03:52
CIA-46WebGUI: colin * r11441 /WebGUI/lib/WebGUI/Asset/Wobject/ (HttpProxy.pm HttpProxy/Parse.pm): Add missing POD to the HttpProxy03:52
CIA-46WebGUI: colin * r11442 /WebGUI/lib/WebGUI/Asset/WikiPage.pm: Add POD missing from the WikiPage. 12/441 files left04:07
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has quit ["Leaving."]05:26
CIA-46WebGUI: colin * r11443 /WebGUI/lib/WebGUI/Asset/Wobject/WikiMaster.pm: Add POD missing from WikiMaster06:27
CIA-46WebGUI: colin * r11444 /WebGUI/lib/WebGUI/Asset/WikiPage.pm: Fix a POD whitespace issue in the WikiPage.06:55
CIA-46WebGUI: colin * r11445 /WebGUI/lib/WebGUI/Asset/Post.pm: Add missing POD to the Post.06:55
CIA-46WebGUI: colin * r11446 /WebGUI/lib/WebGUI/Asset/Post/Thread.pm: Add POD for some methods in the Thread.07:09
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui08:49
-!- mode/#webgui [+o Haarg] by ChanServ08:49
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit [Client Quit]08:53
-!- chimpbabwe [n=chimpbab@dsl-209-90-144-105.tor.primus.ca] has joined #webgui09:16
chimpbabwesick of fat, ugly, dog-faced bitches constantly running their mouths?09:16
chimpbabwego to www.cumshotonherface.com09:16
chimpbabwesee girls who are actually easy on the eyes09:16
chimpbabweand know what god gave them their mouths for09:16
chimpbabwefor worshipping cock09:16
-!- chimpbabwe [n=chimpbab@dsl-209-90-144-105.tor.primus.ca] has left #webgui []09:16
-!- mode/#webgui [+b chimpbabwe*!*@*] by preaction09:24
-!- dapperedodo [n=dappered@ip4da72a6b.direct-adsl.nl] has joined #webgui10:32
-!- dapperedodo [n=dappered@ip4da72a6b.direct-adsl.nl] has quit [Client Quit]10:33
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui11:03
-!- mode/#webgui [+o Haarg] by ChanServ11:03
-!- daviddelikat1 [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #WebGUI11:17
-!- daviddelikat [n=dav@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Read error: 110 (Connection timed out)]11:35
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui12:08
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]12:46
-!- perlmonkey2 [n=perlmonk@75.43.164.195] has joined #webgui17:09
-!- mode/#webgui [+v perlmonkey2] by ChanServ17:09
-!- perlmonkey2 [n=perlmonk@75.43.164.195] has quit ["Leaving."]17:32
-!- perlmonkey2 [n=perlmonk@75.43.164.195] has joined #webgui17:59
-!- mode/#webgui [+v perlmonkey2] by ChanServ18:00
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui19:23
-!- mode/#webgui [+v perlDreamer] by ChanServ19:23
+perlDreamerIf anyone is bored today, I have a core project that I could use some help on.19:23
-!- cap10morgan_ [n=wmorgan@75.71.249.188] has quit []19:39
CIA-46WebGUI: colin * r11447 /WebGUI/lib/WebGUI/Asset/Post/Thread.pm: Add missing POD, and fix POD typos in the Thread.19:41
CIA-46WebGUI: colin * r11448 /WebGUI/lib/WebGUI/Asset/Wobject/Dashboard.pm: Add missing POD to Dashboard 8/44119:56
-!- dreamersgirl [n=chatzill@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui20:03
CIA-46WebGUI: colin * r11449 /WebGUI/lib/WebGUI/AssetCollateral/DataForm/Entry.pm: Add missing POD in DataForm::Entry20:09
CIA-46WebGUI: colin * r11450 /WebGUI/lib/WebGUI/AssetCollateral/DataForm/Entry.pm: Fix a bug in AssetCollateral/DataForm/Entry with renameField.20:23
CIA-46WebGUI: colin * r11451 /branch/WebGUI_7.6/lib/WebGUI/AssetCollateral/DataForm/Entry.pm: Backportind DataForm entry bugfix.20:23
CIA-46WebGUI: colin * r11452 /WebGUI/lib/WebGUI/Asset/Shortcut.pm: Add some of the POD missing from the Shortcut.22:09
CIA-46WebGUI: colin * r11453 /WebGUI/lib/WebGUI/Asset/Shortcut.pm: Add the remainder of the missing POD for the Shortcut.22:38
-!- dreamersgirl [n=chatzill@pool-71-117-209-184.ptldor.fios.verizon.net] has quit [Read error: 113 (No route to host)]22:40
-!- perlmonkey21 [n=perlmonk@75.43.164.195] has joined #webgui23:08
-!- perlmonkey2 [n=perlmonk@75.43.164.195] has quit [Read error: 60 (Operation timed out)]23:16
-!- perlmonkey21 [n=perlmonk@75.43.164.195] has quit ["Leaving."]23:20
-!- perlmonkey2 [n=perlmonk@75.43.164.195] has joined #webgui23:21
-!- mode/#webgui [+v perlmonkey2] by ChanServ23:21
CIA-46WebGUI: colin * r11454 /WebGUI/ (lib/WebGUI/Group.pm t/Group.t): Have just 1 list of groups that should not be deleted.23:53
CIA-46WebGUI: colin * r11455 /WebGUI/ (3 files in 3 dirs): 23:53
CIA-46WebGUI: Unify the list of protected groups into Group->vitalGroup. Refactor23:53
CIA-46WebGUI: WebGUI::Test and Operation/Group to use that list.23:53
--- Day changed Mon Jul 06 2009
+perlDreamer5 more modules to go...00:04
CIA-46WebGUI: colin * r11456 /WebGUI/lib/WebGUI/Operation/Group.pm: Add the missing POD, and fix broken POD that I just committed.00:07
-!- stDavid [n=stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit []00:33
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has joined #webgui01:46
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has left #webgui []01:46
-!- topsub [n=topsub@cpe-069-132-179-250.carolina.res.rr.com] has joined #webgui01:58
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has joined #webgui03:00
-!- mode/#webgui [+v patspam] by ChanServ03:00
-!- LTR_bob [n=bob@5ED6766C.cable.ziggo.nl] has joined #webgui04:33
-!- LTR_bob [n=bob@5ED6766C.cable.ziggo.nl] has left #webgui []05:06
-!- stDavid [n=stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui05:08
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has quit [Read error: 104 (Connection reset by peer)]05:36
-!- tavisto [n=tavisto@96.230.192.126] has joined #WebGUI05:58
-!- mode/#webgui [+o tavisto] by ChanServ05:58
+perlDreamertavisto!06:02
@tavistohowdy, happy 4th of July06:02
+perlDreameryou, too, dude.06:02
@tavistoi still have large fireworks going off in my neighborhood06:02
Radix_you guys still partying?06:02
@tavistoI celebrated today by firing off about 8-10 different guns with a bunch of friends of mie06:02
@tavistomine06:02
+perlDreamerare you lighting them, or is it the neighbors?06:03
Radix_it's like the 6th july here06:03
@tavistonot me.. someone in my neighborhood. There are 165 houses in my neighborhood so not sure06:03
@tavistoIt's July 5th right now.. in 1 hour it'll be the 6th cuz I'm EDT06:03
Radix_anything bigger than a sparkler here is illegal :(06:03
@tavistothe rule of thumb is that many places stagger their fireworks shows so that they aren't all at the same time06:04
@tavistoso some do it Friday, some do it Saturday, and others do it tonight06:04
Radix_cool.. happy 4th july for you guys anyway :)06:04
Radix_our celebrations are january 26th - australia day ;)06:04
@tavistoand in Michigan we can't have any of the big fun fireworks... Against state law... So people to go neighboring states and smuggle them into Michigan :)06:05
@tavistoI see... I'll try and remember that06:05
+perlDreamerThey're just upholding the fine tradition of rebellion and challenging laws06:05
+perlDreamer"Because that' taxation without representation, and that's not fair."06:05
@preactionmost states have those same laws: you can't purchase fireworks in the state, but you can purchase them outside and bring them in06:06
@preaction(wisconsin has one too, at least)06:07
CIA-46WebGUI: colin * r11457 /WebGUI/lib/WebGUI/Asset/Wobject/Collaboration.pm: 06:27
CIA-46WebGUI: Add missing POD. Also, do not call methods from Wobject that are inherited from06:27
CIA-46WebGUI: Asset.06:27
-!- dreamersgirl [n=chatzill@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui06:40
CIA-46WebGUI: doug * r11458 /WebGUI/lib/WebGUI/Auth/LDAP.pm: Added POD to WebGUI::Auth::LDAP06:42
CIA-46WebGUI: colin * r11459 /WebGUI/lib/WebGUI/Operation/User.pm: Add missing POD for Operation/User.pm06:55
-!- perlmonkey2 [n=perlmonk@75.43.164.195] has quit ["Leaving."]07:00
CIA-46WebGUI: colin * r11460 /WebGUI/lib/WebGUI/Asset/Wobject/DataForm.pm: Add 40% to POD coverage in DataForm.07:10
CIA-46WebGUI: colin * r11461 /WebGUI/t/POD.t: Add POD_COVERAGE==3 switch to find empty POD blocks.07:10
-!- tavisto [n=tavisto@96.230.192.126] has quit []07:30
CIA-46WebGUI: colin * r11462 /WebGUI/ (4 files in 4 dirs): Add the missing Map icons.07:53
CIA-46WebGUI: colin * r11463 /WebGUI/lib/WebGUI/Storage.pm: Fix mistakes in POD for Storage.pm07:53
-!- stDavid [n=stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit [Read error: 54 (Connection reset by peer)]07:53
-!- stDavid [n=stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui07:54
+perlDreamerHow 'bout you, stDavid.  Want to help us reach 100% Pod coverage for WebGUI?07:55
stDavidSure pD... Now? 07:57
+perlDreamerPod::Coverage has a bug.  If won't work propertly if the package declaration does not match the file name and path.07:57
+perlDreamerSo Asset.pm, AssetTrash.pm, et. al. register as missing POD.07:57
+perlDreamerI have a small test case that exposes the bug, but I'm sure that it would be fixed more quickly with a patch.07:58
+perlDreamerYou up for taking a look at it?07:58
+perlDreamerThis weekend, I hand added missing POD for 39 modules.  Doug ponied up for writing one, too.07:59
stDavidActually I was on my way to bed (EST here). My son gets me up pretty early in the morning. But tomorrow I've got some time mid-day if that works...08:00
+perlDreamersure!08:00
* perlDreamer didn't know you had children08:01
stDavidOne 11 year-old... We're working on a robotics project this summer together for a Carnegie Mellon program. He keeps me VERY busy08:03
stDavidHence the early wake-up calls08:03
+perlDreameryeah, early sucks, but helping make robots with you son, that's priceless.08:03
stDavidWouldn't trade it for anything. You have 2 kids?08:04
+perlDreameryeah, two boys.  8 and 1008:04
stDavid(sometimes) wish they would stay that age forever08:04
stDavidbut, as they get older, there are more things you can do with them08:05
stDavidthe trick is to stay close to them08:05
+perlDreameryes.  It's not easy to do.08:05
stDavidno, it's not, but08:05
stDavidalways must try08:06
stDavidWell, I'm off to bed. I'll buzz you when I get a couple of free hours tomorrow. (You really wrote 39 POD's this weekend?)08:07
+perlDreameryeah, check the svn history.08:08
+perlDreamerI didn't have to write them all,08:08
+perlDreamerjust the missing ones08:08
+perlDreamerI type very fast08:08
stDavidI believe you, just makes my hands sweaty thinking about it though. Writing any documentation is beyond valor IMHO. 08:09
+perlDreamerthanks :)08:10
stDavidYW - ttyl08:10
CIA-46WebGUI: colin * r11464 /WebGUI/lib/WebGUI/Asset/Wobject/DataForm.pm: Add the rest of the missing POD to the DataForm.08:37
-!- dreamersgirl [n=chatzill@pool-71-117-209-184.ptldor.fios.verizon.net] has quit ["ChatZilla 0.9.85 [Firefox 3.0.9/2009040821]"]08:54
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has quit ["Leaving."]08:56
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui09:20
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has joined #webgui09:38
-!- stDavid [n=stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit []10:21
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui10:43
-!- bartjol [n=bartjol@host2.procolix.com] has joined #webgui10:55
-!- mode/#webgui [+v bartjol] by ChanServ10:55
+bartjolmorning10:55
Radix_morning bart11:29
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has quit [Read error: 104 (Connection reset by peer)]11:34
-!- plainhao [n=plainhao@mail.xbiotica.com] has quit []11:36
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui11:47
-!- mode/#webgui [+o Haarg] by ChanServ11:47
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has joined #webgui12:09
-!- carogray [n=Caroline@c-98-217-214-184.hsd1.nh.comcast.net] has left #webgui []12:09
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has quit [Remote closed the connection]13:07
-!- LTR_bob [n=bob@a83-163-71-207.adsl.xs4all.nl] has joined #webgui13:26
-!- Haarg [n=haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit ["This computer has gone to sleep"]13:34
-!- plainhao [n=plainhao@mail.xbiotica.com] has joined #webgui14:07
-!- mode/#webgui [+o plainhao] by ChanServ14:07
-!- stDavid [n=stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui15:03
-!- carogray [n=Caroline@host2.209.113.248.conversent.net] has joined #webgui15:10
-!- patspam [n=patspam@ppp221-151.static.internode.on.net] has quit ["Leaving."]15:51
-!- bopbop [n=kmccombs@24-183-106-111.dhcp.mdsn.wi.charter.com] has joined #webgui16:34
-!- mode/#webgui [+o bopbop] by ChanServ16:34
-!- perlmonkey2 [n=perlmonk@75.43.164.195] has joined #webgui16:50
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:50
-!- s4eek [n=charles@andc-fw1.exploreos.com] has joined #webgui17:12
-!- Haarg [n=haarg@75.50.88.180] has joined #webgui17:17
-!- mode/#webgui [+o Haarg] by ChanServ17:17
-!- ekennedy [n=ekennedy@70-12-78-192.pools.spcsdns.net] has joined #webgui17:23
-!- perlDreamer [n=colink@pool-71-117-209-184.ptldor.fios.verizon.net] has joined #webgui17:34
-!- mode/#webgui [+v perlDreamer] by ChanServ17:34
-!- ryuu_ro [n=rory@gw.oqapi.nl] has quit ["I'm Off"]17:38
+bartjolhey colin17:41
+perlDreamerHey, bartjol!17:41
+perlDreamerHow are you doing this week?17:41
+bartjolI was wondering something regarding internationalization17:41
+perlDreamerWhat is it?17:41
+bartjolwell in march I had a small conversation with JT17:41
+bartjolon setting the language of a setting17:42
+bartjolmy proposal was to use a scratch variable17:42
+bartjolwhich he was ok with17:42
+bartjolif it was documented and API'd17:42
+bartjolthat is actually not the hard part17:43
+bartjolbut17:43
+bartjolwhen the Internationalization partt gets the language17:43
+bartjolwith thegetLanguage method17:43
@Haargthe language of a setting?17:43
+bartjolsorry, session17:44
+bartjolmy bad17:44
+bartjolokl, during the retrieval, the language is given as a parameter17:45
+bartjolto that method17:45
+bartjolmy question is:17:45
+bartjolwhat would be better, give the language as a parameter, or let the getLanguage method figure out what language to get17:46
@Haargwhat do you