WebGUI irc logs from: 2007-05.log

--- Log opened Tue May 01 00:00:55 2007
-!- rbroen [n=rbroen@cp47104-a.roemd1.lb.home.nl] has quit ["Leaving"]00:04
greghackerizen: query, what are the cinsiderations on setting the ft_stopword_file to NULL and remove the existant and efault stopword list?00:26
@rizenno idea00:26
@rizennever done it00:27
greghackePart of the long discussions a while back on fulltext searching and the MySQL stopword list.  in 5.x and above, you can configure the st_stopword_file to null and it will search for the, who, etc.00:27
greghackemy concern of course is system overhead.00:27
@rizenyeah, i know it can be done00:28
@rizeni just don't know the implications of doing it00:28
@rizeni don't know if it affects performance00:28
@rizendatabase size00:28
@rizenetc00:28
greghackeworking to optimize some queries and finding that i use two fulltext queries and although i'd like no stopwords, i question the affects.00:29
greghackeeh, prolly just start testing it locally00:29
greghackesomething to work on after thursday's test i guess00:30
@rizendo let me know what you find out00:31
greghackeof course.  am working today to post my wikis on EMS.  i think next will be optimizing sql reports in wG00:31
+perlDreameraccording to the MySQL dev docs, the stop words list is optimized for performace00:49
+perlDreamerso if you clear it, you should see a slow down00:49
greghackeit's optimized for performance for US/English.00:50
+perlDreamerexclusively00:50
greghackeyep.  and some of the words don't neccessarily work for some of my host sites.  Sure, 'the' is a bad search word.  but when you have 40 products called "who's Who" with who as a blocked word...00:51
@rizenpd, do you know how to make control characters while in vim?00:58
@rizenlike if i wanted to create the control character for escape it should be ^[00:58
@rizenbut just typing it doesn't actually make it a control character00:58
@rizenor another one would be ^M which should be a carriage return00:59
+perlDreamerCtrl-V then just type your character00:59
@rizenok00:59
@rizenthank you00:59
+perlDreamerI'm just a walking vim and perl lexicon ;)00:59
greghackevim rocks but i get so lost it in sometimes ;)00:59
@rizenyou rule man01:00
+perlDreamerrizen: I got asked a hosting question yesterday that I had no answer for.01:00
+perlDreamerWhy do people allow PHP scripts to be uploaded by anyone?01:00
+perlDreamerIt makes installation dead easy, but it's a huge security risk.01:00
+perlDreamerWhy don't people take the same risk with Perl?01:01
@rizenwell there are a few things01:01
@rizenperl has access to more system level stuff01:02
@rizendue to xs bindings01:02
@rizenand in order to just "upload and run" perl would have to run in cgi mode01:02
@rizenand most perl apps that are worth anything, are designed for modperl rather than just simple cgi01:02
@rizensome hosting companies do allow you to just upload cgi scripts though01:02
@rizenand then finally01:03
@rizenany big perl app will likely require some external modules from cpan01:03
@rizenbecause as a community we reuse code a lot01:03
@rizenphp scripts more often just copy and paste their modules directly into their own codebase01:03
@rizenit may seem that this is more inflexible to a noob01:04
@rizenbut in reality, it provides for a more robust and secure environment01:04
+perlDreamerThat makes sense.01:05
+perlDreamerIt's hard to explain to people why they can't use wG on their $5/month hoster.01:05
@rizenindeed01:07
@rizentell them that webgui is designed to go on a stand alone server01:07
+perlDreamerThen how do I sell them on PB hosting?01:08
@rizenand if they just want it for their personal web site, then use one of the hosting options out there01:08
greghackei just point them to the virtual hosting from pB.  it's cost efficient.01:08
@rizenpd, i think you might shit bricks when you see the thing i'm about to submit to the dev list01:11
@rizenand it works because of the advice you just gave me01:11
* perlDreamer prepares for code constipation01:12
pjesiman I am tired of YUI hacking01:13
@rizenwhy?01:14
pjesiso many files to include01:15
pjesiand javascript is just terrible01:16
@rizenpd, i take it back, i think it's cool, but you probably already know about all this01:17
+perlDreamerYou're an awful tease, rizen.01:17
pjesispecially when then head block of my template is rendered in the body of the page01:18
@rizenpd...i might have a problem with webgui best practices01:23
@rizendamian says that each line should be no longer than 78 lines01:23
@rizenbut 78 lines is less than half my screen01:24
@rizensorry, 78 cols01:24
+perlDreamercan you break before/after an operator?01:24
@rizenwell you can...i'm just saying it's going to be annoying01:24
@rizenbecause it will add a lot more scrolling01:24
+perlDreamerI agree. PBP starts by saying that _you_ need to set a standard and then have everyone follow it01:24
@rizenmethinks we should set it bigger01:26
@rizenmaybe like 120 chars01:26
@rizenevery webgui developer is using a modern system that's at least 1024x76801:26
greghackehrm.01:27
greghackethat is what i was about to ask.01:27
@rizenit does't even have to be that big01:28
@rizenwe could do 10001:28
pjesivi in terminal is usually 80 cols so people often recommend 78-79 cols max01:28
greghackei get 11901:28
-!- crythias [n=gyoung@64.200.2.35] has quit [Read error: 104 (Connection reset by peer)]01:28
@rizenon my screen i can do 160 at normal res01:28
greghackei understand the vi at 78/79 but it was always a pain.01:28
@rizengreg, what res are you?01:29
@rizenpjesi, but how often are you editing webgui code from a terminal, without X windows so that you're stuck at 80 cols?01:29
@rizendamian cites two reasons for the size of 7801:30
@rizenone is to support older terminals01:30
greghackeoh, at full res, i can do 170 1440 x 900 on monitor one and mondo-huge 2560x1600 on two01:30
@rizenand the other is so your code prints out nicer on a printer01:30
@rizenneither of those things are things that webgui core devs do very often01:30
@rizenif ever01:30
pjesirizen: I dont, just saying that a lot of people have a bunch of terminals and use it for everything01:30
@rizenthose people aren't core devs01:31
@rizenand the core devs are the ones that have to follow these guidelines01:31
greghackeI would feel 100 would do fine and set a simple standard.01:31
greghacke120 is good but wide.  just not sure that only 20 extra characters is a big help.01:31
@rizengreg, what can you get in your terminal at 1024x768?01:32
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui01:32
-!- mode/#webgui [+v crythias] by ChanServ01:32
@rizeni have a widescreen monitor so i can't do 102401:32
greghackeat 1024 x 768, i get 119 characters width.01:33
greghackei have widescreen but my linux VM is 1024x768 and its what i get there.01:33
@rizenok, then methinks we should go for 11501:35
@rizenbecause 1024x768 is the lowest res any dev in webgui core will be using01:35
@rizenand most of us use much bigger ones01:35
greghackeoh, i do too - i'll just reset my res back to 2560 x 1600 for my VM and post it back to second monitor :-)01:36
@preactioni personally find it easier to read code vertically than horizontally01:39
* pjesi agrees01:39
@rizenme too01:40
greghackedepends on the code.  i like to read until a functional break and then scroll down to the next like.01:41
@rizeni've updated the wiki page01:41
greghackeline01:41
+perlDreamerrizen: when does the new widget come out?01:42
@rizenwhat widget?01:42
+perlDreamerThat thing with vim character encoding01:43
@rizeni got side tracked cuz of this width thing01:43
greghackepersonally, i like 110 ;)01:43
@rizenwell your wrong. how does it feel to be wrong? i've never been wrong and you look like someone who would know.01:44
greghackefeels good!01:44
@rizenok, it's out01:58
@rizenthe thing that made me go "holy crap" was that i didn't know about the iab command before01:58
@rizenthat allows you to create inline replacements for vim01:58
+perlDreamerI'm liking wgwarn, et. al.02:00
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has quit [""""]02:02
greghackenow to convert the vimrc.txt into a set of rules for Crimson Editor02:03
greghackejust the base elements.02:03
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:04
-!- greghacke [n=greghack@cpe-24-210-44-41.columbus.res.rr.com] has left #webgui []02:20
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI02:57
SDuensinGreetings.03:03
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []03:14
-!- vayde [n=vayde@209.134.142.196] has quit [Remote closed the connection]03:42
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:55
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:55
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has joined #webgui04:06
-!- mode/#webgui [+o vayde] by ChanServ04:06
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has quit [Remote closed the connection]04:28
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has joined #webgui04:35
-!- mode/#webgui [+o vayde] by ChanServ04:35
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has joined #webgui04:57
PedersenMJgood evening :)04:57
@vaydehey05:04
@rizenhowdy05:04
@rizenhey ped, why haven't you contributed to this contest? I figured you of all people to win it05:04
PedersenMJHowzit going?05:04
@rizenpretty good05:05
@rizenexcept that vayde is an asshole05:06
* rizen feigns hate05:06
* vayde chuckles. 05:06
@vaydeI am that05:06
@vaydejust ask my ex wife05:06
* PedersenMJ makes a coupla signs, and puts one on rizen's desk, and one on vayde's. Rizen's reads "Pot". Vayde's? "Kettle"05:07
PedersenMJ:)05:07
@vaydelol05:07
+Radix-wrkPedersenMJ is still hurting from the competition I gave him for the How To contest I reckon.. he's realised that second time around he ain't gonna be so lucky ;)05:26
PedersenMJI just wish I'd been able to focus this month. I didn't make *any* entries. Barely got anything accomplished at work. Got no code written at home. April was a wasted month for me.05:27
+Radix-wrkGood excuse ;)05:27
PedersenMJThanks. I spent the entire month working on it :)05:28
+Radix-wrkhehe05:29
+Radix-wrk"You have 6666 karma to spend." - Muahahaha...05:41
+Radix-wrkyikes.. looks like a three-way tie for third place for the Acme code competition atm05:44
+Radix-wrkwith "XEyes" and "Come back already!" coming first and second place respectively05:44
-!- Radix-work [n=Jesse@203.161.68.67] has joined #webgui07:05
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit [Read error: 110 (Connection timed out)]07:18
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has quit []07:47
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has quit ["Exit- stage left"]08:30
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui10:08
-!- koe [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui10:26
-!- koe [n=mari@alphamega-dmp.xs4all.nl] has quit [Read error: 104 (Connection reset by peer)]10:26
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit [Read error: 110 (Connection timed out)]10:28
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui10:48
-!- Radix-work [n=Jesse@203.161.68.67] has quit ["Leaving"]11:52
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit [Read error: 110 (Connection timed out)]13:08
-!- wgGuest40 [n=wgGuest4@62-101-118-144.fastres.net] has joined #webgui13:53
wgGuest40Hello13:53
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI13:53
wgGuest40We just ordered a new server and we wanted to try webgui on it13:54
wgGuest40I read on the forum that a WRE 0.8 is planned.. Do you have any timeframe for it?13:55
-!- xootom [n=tom@195.224.29.66] has joined #webgui14:06
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:14
+Radix_not for a while yet I'm afraid15:18
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui15:19
+Radix_WRE 0.7.2 should be fine to start with15:20
wgGuest40but more or less when it'll be out?15:28
wgGuest40we would like to plan server upgrades as much as possible15:29
-!- SDuensin [n=Scott@224.sub-75-205-81.myvzw.com] has joined #WebGUI16:15
SDuensinGood morning (at last).16:18
-!- bopbop_ [n=kristi@68-114-216-78.dhcp.mdsn.wi.charter.com] has joined #webgui16:20
SDuensinHello bopbop_ 16:21
bopbop_morning!16:21
+Radix_wgGuest40: no idea when it'd be out - I don't think anyone knows at this point, tho Rizen may have a plan16:25
+Radix_woohoo.. 3 way tie for third place!16:26
SDuensinHey Radix_ 16:26
* SDuensin didn't even make the list. :-/16:26
-!- vayde [n=vayde@209.134.142.196] has joined #webgui16:51
-!- mode/#webgui [+o vayde] by ChanServ16:51
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui17:17
-!- wgGuest40 [n=wgGuest4@62-101-118-144.fastres.net] has quit []17:28
-!- dionak [n=dionak@adsl-072-149-129-114.sip.clt.bellsouth.net] has joined #webgui17:31
@rizensd, that's cuz you're a bad person17:33
SDuensin:-P17:34
@rizenwre 0.8.0 is giving me a headache17:39
SDuensin0.7.2 gave me a headache.  :-P17:40
@rizeni thought that turned out to just be a configuration problem?17:41
SDuensinYea, it was.  Complete user failure.  :-)17:41
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]17:42
@rizencould you remind me in what way? perhaps i can eliminate that problem in 0.8.0 so that no one else has to go through what you went thru17:42
SDuensinBeing able to specify which IPs Apache and wremonitor listen to / check would fix it.17:44
SDuensinIt was mainly just finding everything I needed to change.  The WRE is new to me.  (Well, not so much anymore!)17:45
@rizenwremonitor already does that if you set the hostname to check18:08
@rizenso i guess i just need to ask that question during setup18:08
@rizenwhat hostname to check18:08
SDuensinRight.  :-)18:08
SDuensinAsking where to bind Apache would be spiffy, too.18:09
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]18:10
@rizenonly for crazy bastards like you18:10
@rizenwho are crazy18:11
@rizenand looney18:11
SDuensinYes, but it works!18:11
SDuensinSo have it ask "Are you looney?  (y/N):  " and then prompt for the other two if they hit "Y".18:12
@rizenhehe18:12
@rizenperfect18:12
@rizenthe new setup program will be entirely web based18:12
+crythias:)18:12
@rizenso i'll just have a tab for looney18:13
@rizen=)18:13
+crythiasunbookmarkable tabs.18:13
+crythiashow hard is it to make tabs directly go-to able?18:14
SDuensinWeb based?  How do you set up the web server then?18:14
+crythiashee18:14
+crythiasshh :) That's logic!18:15
+crythiasactually, you could use a perl httpd temporarily.18:15
@rizenyeah, there will be a perl httpd daemon running the setup program18:16
@rizenwhen you run it, it will tell you what random port it's running on18:16
@rizenand then you go to the url18:16
+crythiashow does it do the cgi-ish stuff?18:17
+crythiasnm.18:17
+crythiasjust never mind.18:17
+crythiasassp does it, so there's no issue.18:17
@rizenhehe18:18
@rizenyou're too funny18:18
@rizenthis is perl we're talking about18:18
@rizenit's the god of cgi18:18
@vaydeall hail perl!18:19
+crythias:-D How do ya get mod_perl into perl_httpd?18:19
+crythiashee18:19
+crythiasbtw, what opinion on my RFE for quick-add asset?18:22
@rizenyou should know by now that asking about an rfe before i've assigned it a karma rank will get it delayed18:23
+crythiasheh. then again, maybe I should ask about the high ranking RFEs :)?18:23
@rizeni think that since we haven't even branched for 7.4 yet, you shouldn't be asking about rfe's unless you're volunteering to write them18:24
@rizen=)18:24
+crythiasbtw.. I upgraded from 7.0.6 to 7.3.15 the other day. 18:25
@rizensweet18:25
+crythiasyes, actually, it was.18:25
@rizeni assume it went smoothly18:25
+crythiasyes. 4 sites.18:26
+crythiasfortunately no moving about of assets.18:26
@rizenthat's the goal...to get back to smooth upgrades18:26
+crythiasbtw, thanks for the vimrc18:27
@rizencry, do you code?18:28
@rizenor do you just use vim for sysadmin stuff?18:28
@rizenand you're welcome18:28
* SDuensin likes smooth upgrades.18:28
+crythiasonce in a blue moon. I'm [a|the] system administrator for a large church. I'm usually very busy.18:28
+crythiasvim for sysadmin stuff, mostly.18:29
+crythiasthe thing is, vimrc as you've provided rocks. especially since you included a skeleton.18:30
@rizenyeah, i tried to throw in lots of useful stuff, like color coding, history, macros, formatting, etc18:31
@rizenthis is the vimrc i use to write webgui18:31
@rizenso i figure it will be useful to other people that use vim18:31
+crythiasI just stumbled your dev annonuncement.18:32
* SDuensin wants to learn Emacs just so he can make it his shell and be an uber geek.18:32
+crythias(for stumbleupon. thumbs up)18:32
* vayde slaps SDuensin 18:33
@vaydewatch your mouth!18:33
* crythias wants to learn Emacs so he can use it to run vim.18:33
* SDuensin is a JOE fan, but you can't run Infocom games in it.18:33
@rizenJOE is for looney's18:33
@vaydereal men use vim18:34
@rizensnapcount was also a fan of JOE18:34
SDuensinWe've already established that I'm a looney.18:34
+crythiasvi improved and growing rapidly always...18:34
+crythiasthat's right. vimagra.18:34
@rizennice18:34
+crythias"Take the blue pill!"18:36
+crythias(Neo)18:36
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has joined #webgui18:37
-!- mode/#webgui [+v perlDreamer] by ChanServ18:37
-!- vayde [n=vayde@209.134.142.196] has quit [Remote closed the connection]18:37
@rizeni've decided that i hate crythias because he makes RFE's that make me think too hard18:42
SDuensinheheeh18:42
+crythiasoh, come on, I tried to be very specific.18:42
* SDuensin files an RFE for an AJAX desktop.18:43
+crythias:)18:43
+crythiashrm18:44
+crythias_________________________________18:44
+crythias[+] [art][cal][pol][wea]18:44
+crythias-------------------------------------------------18:44
+crythias(x)(edit)(cut)(copy)18:44
SDuensinActually, I've been reading up on YUI and thinking more about how to implement it.  It's *very* doable.  Like "I'm excited about it" kind of doable.  :-)18:44
+crythiasalthough I was thinking of icons instead of [art]18:45
@rizensd, that's awesome18:45
@rizencry, you suck18:45
@rizensucky mcsuckerton18:45
+crythiasum. ok... :?18:45
@rizencry, your rfe is making me think not because of what you're requesting18:46
@rizenbut because of what you said18:46
@rizenthere are a few things in there burning in my mind18:46
@rizen1) designing without worrying about the shift caused by the admin bar18:46
@rizen2) adding assets directly to a content position18:47
@rizen3) adding assets directly to a specific spot in a content position18:47
@rizeni could care less about how the [+] [art][cal][pol][wea] part was implemented18:48
@rizenbut it stirs up all kinds of other crap that i've been thinking about for a long time18:48
@rizenso much so that i can't focus on the request you're actually making without thinking about these other things18:48
@rizenand all the problems involved in them18:48
+crythiasif it helps, I was thinking about how the drag-placement tells the assets to re-order, so I thought some of that could be used, somehow...18:50
@rizenit doesn't help18:51
@rizenonce i get past the problems, the implementation will be easy18:51
@rizenbut there are all kinds of problems18:51
@rizenthere are human level problems, because the user interface changes18:52
@rizenand then there are technical problems, like the fact that assets have no knowledge of page layouts and/or content positions, nor should they18:52
@rizenbut in order to do what you're asking, they have to18:53
+crythiasok, what if there are "always" grey boxes between assets?18:53
@rizenthat doesn't help18:53
@rizenthe reason is this18:53
@rizenwhen you add a new asset18:53
@rizenit knows only what it's parent is18:53
@rizenit has no idea about content positions18:53
@rizenbut after you get back from the edit screen18:53
@rizenit needs to automatically position itself based upon what content position you added it to18:54
@rizenbut it doesn't know about content positions18:54
@rizensee...the endless loop18:54
@rizenif this were an easy problem to solve, then i would have already done what you're suggesting in your RFE18:55
+crythiaswho's the daddy? always the last asset?18:55
@rizencuz that was my original intent for the webgui 7 interface18:55
@rizendaddy?18:55
+crythiasparent18:55
+crythias:)18:55
@rizenfor the purposes of this conversation, the parent is the page layout asset18:55
+crythiashow does a new asset know where to go as being the last asset in the loop?18:56
@rizenand the child is an article or whatever18:56
@rizenthe child doesn't know18:56
@rizenthe page layout asset automatically throws any children it doesn't know how to position18:56
+crythiasthat is, how does the child rank in its siblings?18:56
@rizento the bottom of the first content position18:57
@rizenordered by rank18:57
+crythiashow does it obtain a rank?18:57
@rizenall assets are ranked18:57
@rizenthat's how navigation knows what order to display them in18:57
+crythiasby creation?18:57
@rizenby default yes, but that can be editied18:57
+crythiasso one issue is that editing the asset is rank agnostic.18:58
@rizenno idea what you're saying18:59
+crythiasthe edit screen of an asset is rank agnostic. (doesn't care)18:59
@rizencorrect19:00
@rizenbut that's not an issue19:00
+crythiasoops. I have a meeting. bbiah19:00
@rizenit has nothing to do with the problem19:00
@rizenok bye19:00
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui19:26
-!- mode/#webgui [+o preaction] by ChanServ19:26
-!- vayde [n=vayde@209.134.142.196] has joined #webgui19:28
-!- mode/#webgui [+o vayde] by ChanServ19:28
-!- cap10morgan [n=wmorgan@vc1-868-3.adsl.indra.com] has joined #webgui19:37
cap10morganIf you put an HTMLArea in a DataForm and turn on Mail Data, is there a way to make the email send as HTML (and thus preserve the formatting from the HTMLArea)?19:37
+perlDreamercap10morgan: I've never tried that, but I don't see any reason why it shouldn't work.  Maybe it's a templating problem?19:43
cap10morganhmm... are the email headers in the template? or would i have to modify the dataform asset to set it as type text/html?19:44
+perlDreamerI don't think email headers are in the template.19:44
+perlDreamerNope, they're in the code.19:46
-!- xootom [n=tom@195.224.29.66] has left #webgui []19:48
-!- rizen_ [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui20:07
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit [Read error: 104 (Connection reset by peer)]20:07
-!- rizen_ [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit [Client Quit]20:09
cap10morganok, thanks pD20:15
cap10morgani'll look into it and contribute the feature if i end up coding it in there20:15
+perlDreamercap, you may also want to look at the Thingy spec that rizen published two days ago.20:24
+perlDreamerHe's not looking for feedback about it, unless you want to develop the part that you're feeding back about.20:24
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui20:55
-!- mode/#webgui [+o rizen] by ChanServ20:55
+perlDreamerwhat idiot decided that the close and quit bindkeys should be adjacent?21:05
@rizenhuh?21:06
@vaydelol21:06
+perlDreamerCtrl-W and Ctrl-Q21:06
+perlDreamerThey are way too close21:06
@rizenah, probably the same idiot that decided on a mac to have Apple Q and Apple Tab next to each other21:06
@rizenone quits, one pages through open apps21:07
+perlDreamerI see21:07
* SDuensin just learned to type. Solves those problems.21:07
+perlDreamerand since you want to rapidly page through apps...21:07
+perlDreamerrizen: I've decided that I'm going to become evil.21:07
@rizenan evil genius for a better tomorrow?21:07
+perlDreamerExactly!  I'm going to start writing backdoors into WebGUI so that I get control of Windows servers.21:08
+perlDreamerOf course, it will be cleverly disguised as bug fixes, RFEs and tests21:08
@rizeni c21:08
@rizen1 deleted subversion account coming up21:09
+perlDreamerThink of the work we won't have to do anymore.21:10
+perlDreamerNo more Windows for WRE21:10
+perlDreamerNo more filesystem semantics.21:10
@rizenyou sweet talker21:10
-!- bopbop_ [n=kristi@68-114-216-78.dhcp.mdsn.wi.charter.com] has quit [Read error: 104 (Connection reset by peer)]21:11
SDuensinhhehe21:11
-!- bopbop_ [n=kristi@68-114-216-78.dhcp.mdsn.wi.charter.com] has joined #webgui21:11
+perlDreamerAnd no more windows support at the server level.21:11
+perlDreamerWe could even go one step further, and start hacking people who use IE.21:11
+perlDreamerJust replace it with Firefox with a skin.21:11
@vayde'together we will rule the galaxy....' ?21:12
+perlDreamer"There is no good and evil.  Only power, and those too foolish not to use it."21:12
@vaydewho are you quoting?  Palpatine?  or Napoleon?21:13
+perlDreamerVoldemort21:13
@vaydedefinitely an evil genius for a better tomorrow.21:13
SDuensinVoldemort!21:14
+perlDreamerand I actually misquoted him21:14
+perlDreamer"There is no good and evil, there is only power, and those too weak to seek it..."21:15
@vaydeI think HP should start a campaign to refer to him as 'Old Voldy'  really mess with his head21:15
@vaydeevil geniuses rarely can laugh at themselves21:15
+perlDreamerIt's a character flaw21:15
+perlDreamerIt's the same one that makes them monologue21:15
+perlDreamerOf course, if I did hack it, I'd feel remorseful afterwards21:18
+perlDreamerAggrieved, even21:18
+perlDreamerI'd have to iron my hands21:18
+crythiasback.21:39
+crythiasyeah, long hour.21:39
+crythiasso, rizen, you said that rank isn't the problem?21:39
@rizenwell your rankness can be a problem21:40
@rizen=)21:40
@rizenbut mine is worse than yours21:40
* crythias sniff his pits. eqe.. oh! I should have used *right* guard!21:41
+crythiass/eqe/ewe/21:41
@rizenrank has nothing to do with the problem at hand here21:41
@rizenand we can't use rank to solve the problem21:41
@rizenbecause rank is only 1 list21:41
@rizenand there can be many content positions on the page21:42
+crythiasbut the asset knows what content position_loop to be in ...21:42
@rizennope it doesn't21:42
@rizenthe page layout asset keeps track of that21:43
@rizennot each asset21:43
+crythiaswell, not the "asset", but the asset ends up in the proper (or is it just the last position_loop?)21:43
@rizenthe new asset just gets tagged on to the end of the first content position, because the page layout doesn't know what to do with it yet21:43
@rizenif we knew the assetid before the asset was created, then we could tell the page layout where to put it21:44
@rizenbefore going to the edit screen21:44
@rizenbut that doesn't happen until after you hit save21:44
+crythiasok, so greybox asset stubs?21:44
+crythiaschange assetstub asset type?21:45
@rizenwhat is assetstub?21:45
+crythiasa fictitious name for a greybox "between" assets that always exists, with an assetId.21:45
+crythiasI guess that is silly...21:46
@rizenthe only thing i can think of is that we change the asset API to allow an assetId to be passed in through the URL21:48
@rizenbut that seems dangerous to me21:48
@rizenlet's come back to this and talk about the shifting problem for a second21:50
@rizenthe problem where all the content has to be shifted over to make room for the admin bar21:50
@rizenthere's another RFE out there that wants to make the adminbar not scroll with the page because it renders really slowly on some browsers21:50
@rizeni think i know a way to deal with both problems at the same time21:51
@rizenwhat if the admin bar sat in a frame on the left side of the screen, and the content was included in a frame on the right side of the screen?21:51
@rizeni think that solves the problem21:52
@rizenin addition, i think that pages would load faster because the admin bar wouldn't have to be refreshed on every screen21:53
* perlmonkey2 ponders hiding from this channel because he knows he needs to start making some progress on the survey update.21:55
+crythias I'd like the admin bar to be a hovering div21:56
@rizenbut a hovering div covers content21:56
perlmonkey2what is it now?  iframe?21:56
+crythiasdraggable, hovering div21:56
@rizenit's a div that pushes over all the content on the page21:56
@rizenok cry...tell me this then21:58
@rizenyou're at the bottom of a long page21:58
@rizennow you have to scroll to the top where your draggable hovering div is21:58
@rizento do anything21:58
+crythiaswhy?21:58
@rizenis that acceptable?21:58
@rizenhow could you not?21:58
+crythiasnot if the div can follow your scroll21:58
@rizenif it's draggable then you have to put it into position21:58
@rizenyou just said it was draggable21:58
@rizenis it scrolling or is it dragging?21:59
+crythiasit's fixed to position relative to window, not content21:59
+crythiasfixed: draggable to a ...21:59
@rizentell you what...create a static html page somewhere, with a div that does what you want it to do22:00
@rizencuz i don't understand you22:00
perlmonkey2I'm not sure that is possible.  You drag the div to a location.  Then you scroll down.  The div will not stay fixed, right?22:00
@rizenthat's what i'm saying22:01
+crythiashttp://www.thescripts.com/forum/thread146154.html22:01
@rizenyou can't have it scroll and drag22:01
perlmonkey2Geocities style?  Yuck.22:02
perlmonkey2Talk about a trainwreck for asethics.22:02
+crythiasthis is for admin, not users22:02
@rizencry...the admin bar already does the follow thing that you just pointed me to22:02
perlmonkey2Okay.....then groovy.22:03
@rizenthe problem i have is that i know how to make something draggable22:03
@rizenand i know how to make something follow the scroll bar22:03
@rizenbut i don't know how to make them do that at the same time22:03
+crythiasonce focus is blur, the item is fixed..22:04
@rizenbecause they seem to be working against each other22:04
@rizenand actually, let me take a step back for a second22:04
@rizeneven if i could make this work22:04
@rizeni think this is a horrible idea22:04
@rizenbecause no matter what22:04
+crythiashttp://www.dynamicdrive.com/forums/archive/index.php/t-7463.html22:04
@rizenyou're always going to have some part of your page covered by the admin bar22:04
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has left #webgui []22:04
@rizenit's annoying22:04
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui22:05
perlmonkey2position:fixed?22:05
+crythiasyes, but if you work in photoshop, you have the same issue, sometimes.22:05
perlmonkey2What happens if you drag/drop something with position:fixed attr?22:05
@rizenhaving the admin bar cover any part of the content is unacceptable22:05
SDuensinPop the sucker open in another browser window.22:05
perlmonkey2What's the complaint with the current set up?22:06
@rizenif you use a fixed position element in your site22:06
@rizenit doesn't get pushed over with the rest of your content22:06
@rizenwhen the admin bar is turned on22:06
@rizenthat's the complaint22:07
@rizenor at least cry's complaint22:07
@rizenanother user has a complaint that the whole follow as you drag thing slows down their computer22:07
+crythiasAs long as the admin bar is not full page, it doesn't matter to me where the admin bar is as long as it's not where I'm needing to work.22:07
@rizens/drag/scroll/22:07
SDuensinI like the frame idea.  Or make it a toggle so it's framed or in a new floating window.  That's easy enough - just change the target.22:07
perlmonkey2I don't use position:fixed so I like it how it is :022:08
@rizenSD when you're the one writing it, you can make it do two different things22:08
@rizenwhile i'm the one writing it, it's going to work just one way22:08
SDuensinWhen I write it, it'll be on it's own desktop.  :-P22:08
@rizenwhen it's on it's own desktop, you won't need the admin bar22:09
+crythiashttp://www.gwy2.org/uploads/drag.html22:10
@rizencry, thank you, but as i said, covering any part of the content is unacceptable22:11
SDuensincrythias, ok, that is kinda cool.22:11
+crythiaswhy is that more unacceptable than not being able to accurately edit a web page?22:11
SDuensinI GOT IT!   Command line!  No more bar!  "INSERT ARTICLE INTO PAGE1"22:12
@rizenthe solution i gave about frames fixes both problems22:12
+crythiaswell, I don't have necessarily an issue about frames.22:12
@rizenand it's more acceptable because you're not the only person in the world that uses webgui22:12
@rizenthere are a lot of users out there who would be confused by the admin bar floating, and even more that would be angry about their content being covered up by it22:13
+crythiasexcept that it's only covering up when admin is on. a lot of admin on things break normal user experience.22:13
@rizenthis IS the user experience22:14
@rizenthe web page in normal viewing mode is irrelevant22:14
@rizenyou're forgetting that MY user is the content manager22:14
@rizenand that means that admin mode22:14
@rizenis my user experience22:14
+crythiasSDuensin: Thanks22:18
+crythiasadding stuff that isn't in the final product is ok, though?22:19
@rizenare you talking to me?22:19
+crythiasyes, sorry. 22:19
@rizenadding stuff where?22:19
+crythiasbetween assets.22:20
@rizenwhy do i always feel lost talking to you. can you please make a complete statement and not assume any prior conversation?22:20
+crythiasIf the admin bar can roll-up, be transparent, or hidden, then it's still unacceptable at any time to cover content?22:21
@rizenyes, because in order to use it, you're going to have to unroll, or otherwise make it visible again...and doing that adds an extra click22:23
+crythiasor mouseover?22:23
@rizencry, it's still covering the content22:24
@rizenget it through your head, it's unacceptable...when i say that, i mean it, and i mean that you can't change my mind on it22:24
+crythiasbut it's not any more obtrusive than the (x)(edit)(copy) buttons.22:24
@rizenyes it is, because those buttons don't COVER content22:24
@rizenthe COVER part is the part i don't like22:24
@rizeni don't care about dragging scrolling invisibility whatever22:25
@rizeni care about COVERING22:25
@rizenand COVERING is unacceptable22:25
@rizenconversation over22:25
SDuensinSo, rizen, you'd rather it didn't cover anything?22:26
* SDuensin ducks22:26
+crythiasThe frames shrink the workable area.22:26
pjesican't the adminbar be horizontal at the top?22:49
+crythiasextra clicks to get to new content22:49
+crythiasplus downward lists cover existing content22:50
@rizenand most importantly, that doesn't solve either of the two problems that we're trying to solve22:50
@rizenwhere it is, and what it's shaped like are irrelevant22:51
+crythiasPlease remind me the two problems?22:51
@rizen1) if you used fixed position items on your site, the current admin bar doesn't shift them over, but it does shift over all other content, which then causes a defect in the site22:54
@rizen2) having the admin bar scroll with the page in the manner that it does now causes the browser to be slow, sluggish, etc22:55
+crythiasand I remember at one time the admin bar scrolled out from left, correct?22:56
@rizenyes it did, and people hated it22:57
@rizenbecause22:57
@rizen1) it covered their content22:57
@rizen2) it slowed down their computer22:57
@rizen3) sometimes they had a hard time clicking on it while it was moving22:58
+crythiasI agree with that.22:58
+crythiasI'd understand that *that* covering of content was unacceptable for the fact that you couldn't do anything at all with content under the admin bar, because the admin bar was in a fixed position.22:59
@rizeni have 2 viable ways to fix the above two remaining problems23:00
@rizen1) the frames way that i mentioned23:00
@rizen2) move the admin bar to the right side of the screen23:00
@rizenmost people position stuff from the left23:00
@rizenwhen they use fixed positions23:00
@rizenso that would solve the problem 99% of the time23:01
@rizenhowever, it causes 2 other problems23:01
@rizen1) people are already used to it being on the left23:01
@rizen2) the reason it's on the left instead of the right is because when i put it on the right, people accidentally clicked on the admin bar when they were trying to scroll23:01
@rizentherefore, i think moving it to the right just adds more problems, and therefore is not a viable solution23:02
+crythiaswhich the frames does make absolute positioning work correctly.23:02
@rizenwhich thusly brings us back to frames23:02
@rizenyup, cuz i'm not mucking with their html/css at all23:02
@rizeni'm just putting it inside a frame23:03
+crythiasI like frames for the purposes stated.23:03
@rizenthe only problem with frames is that i personally hate frames23:03
@rizen=)23:03
@rizenbut that's my bias23:03
@rizenand i guess i'll have to get over it23:03
@rizenunless someone comes up with something else23:03
+crythiasare any concerns about cross-site scripting vulnerability related to frames use in this context?23:03
+crythias(I hate frames, too, but I seem to see not many other options)23:04
+crythiass/are any/are there any/23:05
+perlDreamerI know i'm coming in late,but I have a suggestion.23:06
+perlDreamerWhy not have give the Admin Bar its own z-axis control and map it to a bindkey23:06
+perlDreamerSay, F223:07
+perlDreamerF2, Admin bar on top of content23:07
+crythiasbecause it covers content23:07
+perlDreamerF2, Admin bar on bottom of content23:07
+perlDreamerkind of like the Admin console23:07
+perlDreameronly with a bindkey23:07
SDuensinBindkeys work everywhere?23:07
@vaydeI dunno, seeing an actual useful and non-sucky use of frames would be somewhat refreshing23:08
SDuensinhehehe23:08
+perlDreamerby definition, frames suck and are non-useful23:08
+crythiaswell, if you frame it that way...23:08
@rizenwahoo23:09
+crythias?23:10
@rizencry, your drag thing fixed the slowness problem23:10
@rizeni can get rid of my javascript to scroll the admin bar23:10
@rizeni didn't know about position:fixed!important;23:10
@rizenwhen i wrote the admin bar23:10
@rizenso i've been using javascript to float it23:10
@rizenor to slide it down the screen when you scroll23:11
@rizenso cutting out that code fixes the slowness problem that was reported23:11
@rizenso now we just need to fix the fixed elements problem23:11
@rizenwhich, unfortunately still comes back to frames23:11
@rizenmethinks23:11
+crythiaswell, the draggable fixed div thing didn't seem to have the scroll-bounce problem that similar solutions I've seen had.23:12
+crythiasthat is, one scrolls down, the hover div goes off, then bounces back into place when the scroll stops.23:13
@rizenyeah, that's exactly what the problem is with the admin bar currently23:13
@rizenwhich causes slowdown on slower computers23:13
@preactiondisplay: fixed; is supposed to work on IE723:13
@rizenpreaction, do you have ie7?23:14
@preactioner.. position: fixed23:14
@preactionyes23:14
* SDuensin wishes IE7 had CSS "fixed".23:14
@rizeni've just made the change on plainblack.com23:14
@rizencould you test it 23:14
@rizenand make sure it's working23:14
@rizeni'll test ie623:14
@preactionk23:14
@preactionit doesn't work on ie6, i know that23:14
+crythiasdoes this make sense? http://xullicious.blogspot.com/2006/02/smooth-positionfixed-in-ie.html23:15
@preactionworks in IE723:16
@rizenso the admin bar moves with the page fluidly?23:17
@preactionhttp://www.webdevout.net/browser-support-css#support-css2propsbasic-position <- list of CSS properties and their level of support23:17
@preactionyes23:17
@preaction it's fixed to the viewport, doesn't move at all23:18
@rizencrap23:20
@rizenyou're right, it doesn't work at all in ie623:20
@rizenand neither does crythias's suggested reading23:21
+crythiashowever, you can use IE6 if to run the javascript ... thing if only for IE6...23:21
@rizeni guess we need to stick with my crap ass javascript until we go to frames23:21
@rizeni think i can pretty quickly and easily do the frames thing for 7.4 if and when we ever start working on 7.423:22
@preactionuse a conditional comment to load the JS <!--[if IE6]> Load script here <[/endif]-->23:22
SDuensin<!--[if IE6]> Download Firefox <[/endif]-->23:22
@preactionbetter explanation of conditional comments: http://www.quirksmode.org/css/condcom.html23:23
@rizengiven the way it is written, that will take more effort than you might imagine, and it's not worth it considering i still have to rewrite it for 7.4 anyway23:24
@rizencuz the scrolling is only half of the problem23:24
+perlDreamer--bug23:25
+crythiashttp://www.cssplay.co.uk/layouts/fixed.html23:26
+crythiasttfn23:30
@preactionbut if you can't use absolute/relative positions on the rest of the page, that's almost worse than the disease23:40
-!- bopbop_ [n=kristi@68-114-216-78.dhcp.mdsn.wi.charter.com] has quit []23:41
-!- SDuensin [n=Scott@224.sub-75-205-81.myvzw.com] has quit ["Leaving"]23:51
+perlDreamer--bug23:58
@rizenyou rock23:58
@rizeni closed only 3 so far today23:58
@rizenall wre related23:58
+perlDreamerI was able to close the re-posted SQL Form bug (which needed the user to upgrade)23:58
+perlDreamerand the wiki link one ignoring the gateway url23:59
--- Day changed Wed May 02 2007
+perlDreamerrizen: we can close another easy one if you'll have vrby finish this up: http://www.plainblack.com/bugs/tracker/assetproxy-macro-in-checkout#pClyXEnr3-nxLP0GV-dUmA00:00
+perlDreamerI'm going to tackle mlamar's dataform bug next00:01
+perlDreamerI'm going to be pretty busy during the official Bug Day, so I though I'd kick in when I can00:01
@rizeni've thrown it at him00:01
@rizencool00:02
cap10morgancan you ask a revision object who created that revision in the API?00:06
cap10morgani can't figure it out based on the docs00:06
@rizenyes00:07
+perlDreamerIn the assetVersionTag table, see the committedBy field00:08
@rizendo you have a version tag object, or the asset object?00:08
cap10morganversion tag object00:08
@rizen$tag->get("committedBy")00:10
@rizenwill return the userId00:10
@rizenwhich you can then feed into WebGUI::User->new($session, $id);00:10
@rizenyou can also do createdBy00:10
@rizenif you want who created the tag00:10
cap10morgangroovy, that did the trick00:11
cap10morganthanks rizen00:11
cap10morganafter you call $asset->update($properties); do you have to call $asset->commit(); ?00:13
cap10morgan(assuming you want to commit any version tags you're creating)00:13
@rizenno00:14
cap10morganok, cool00:14
@rizenupdate updates an existing revision00:14
@rizenso it's already committed00:14
@rizenor not00:14
@rizenbut either way00:14
@rizenyou only need to commit00:14
@rizenafter doing00:14
@rizenaddChild00:14
@rizenor addRevision00:14
cap10morganok00:14
cap10morganout of curiosity, why do the docs recommend update over addRevision for API programmers? just because you don't have to mess w/ committing?00:15
@rizenin what way do they recommend one way over the other?00:16
cap10morganunder addRevision, it says, "Note that programmers should almost never call this method directly, but rather use the update() method instead."00:17
cap10morganin AssetVersioning.html00:17
@rizenthat language is rather strong00:18
@rizenin general, update() is the right thing to call unless you actually want a new revision00:18
@rizenmost of the time you're modifying something in processPropertiesFromFormPost() or something like that00:18
+perlDreamerrizen: I just added some POD to WebGUI::VersionTag.pm with a short list of properties for ->get.00:19
@rizenin that case, you're already working on a new revision00:19
@rizenso you just want to update that00:19
cap10morganok, gotcha00:19
@rizenrather than adding yet another new rev00:19
+perlDreamerhttps://svn.webgui.org/svnweb/plainblack/revision/?rev=403600:19
@rizenk00:19
+perlDreamerCan you give it a quick once over00:19
+perlDreamerI want to be sure my locking note is correct00:19
+perlDreamerabout Asset locking vs version tag locking00:19
@rizenthat is true00:20
+perlDreamerphew00:20
@rizenversion tags are locked waiting for approval00:20
@rizenso they should not be edited during that time00:20
@rizenit's just that assets and version tags are locked for different reasons00:20
-!- dionak [n=dionak@adsl-072-149-129-114.sip.clt.bellsouth.net] has quit []00:33
+perlDreamerdang it00:36
+perlDreamerIf she comes back, someone needs to tell her that her bug has already been fixed.00:36
+perlDreamerIt's the graphcs/CS bug00:36
+perlDreamerIt's only on the bug board about 3 times.00:36
@rizendid you close all of them?00:39
+perlDreamerno00:40
+perlDreamerI didn't fix the original.00:40
@rizenbut it is fixed, right?00:40
+perlDreamerI'm like 95% positive they're all the same bug, but without testing I don't want to close the reports.00:41
@rizenok then00:43
+perlDreamer--bug00:45
+perlDreamerI would test the file upload stuff, but my browser doesn't do file upload in wG 7.  (Mozilla 1.4)00:45
@rizeni can't believe you haven't found a way to sneak in a new browser yet00:47
+perlDreamerWe looked into compiling one, but Gtk2 doesn't like Solaris 800:47
@rizencan't even get opera for solaris?00:48
+perlDreamerHmmmm.....00:48
+perlDreamerLet me close another bug, then I'll look00:48
+perlDreamer--bug00:50
+perlDreamerrizen: you're a genius01:20
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit [Remote closed the connection]01:20
@rizenopera works?01:20
+perlDreameryeah01:20
+perlDreamerUnbelieveable01:20
@rizenwahoo...now you have a modern browser01:20
+perlDreamerThe only problem is that it doesn't like green01:20
@rizenafter all these years01:20
@rizenhuh?01:21
+perlDreamerOn the PB support page, the recent posts column01:21
+perlDreamerthe upgrade/install help forum posts are green normally?01:21
@rizenyup01:22
+perlDreamerNot in opera01:22
+perlDreamerthey're yellow01:22
@rizenweird01:22
+perlDreamerSunset's site is green, but in opera they're brown01:22
+perlDreamerIt must think my church is crap01:22
+perlDreamerVile, unholy modern browser!01:22
@rizenmaybe it's not opera01:23
@rizenmaybe your monitor is f*cked01:23
+perlDreamerNo, I can see green in mozilla01:30
+perlDreamerAnd also blue01:31
+perlDreamerbut not coincident with yellow01:31
@rizenoh well. at least now you can test stuff01:31
@rizeni was hoping you'd be able to just replace your browser01:31
@rizenguess that was hoping for too much01:31
+perlDreamerI can live without green01:31
+perlDreamerIt may also have a Flash plug-in01:32
@rizenyou can't do flash right now either?01:32
+perlDreamerno01:32
+perlDreamerno flash01:32
+perlDreamerno bit torren01:32
+perlDreamerno mp301:32
@rizencrap ass01:32
+perlDreamerno video or audio of any types01:32
+perlDreamerpoor javascript and CSS01:32
@rizenhttp://www.videolan.org/vlc/download-sources.html01:33
@rizenhave you tried vlc?01:33
@rizenthat compiles pretty much everywhere01:33
@rizenand will give you full audio/video capabilities01:33
+perlDreamerDoes it come with codecs?01:33
@rizenyup01:33
@rizenall codecs included01:34
@rizenyou don't need to go get them01:34
@rizeneven has codecs for most msft formats01:34
-!- dionak [n=dionak@cpe-024-074-157-216.carolina.res.rr.com] has joined #webgui01:36
@rizenok..well i gotta go01:38
@rizeni might be back on later tonight01:38
@rizenoh and opera should have bittorrent built in01:38
ckotilis deactivating an account and deleting an account considered the same as far these workflow triggers go?01:52
@preactioni would think no01:53
ckotilwe could have a workflow trigger for each, deactivation and deletion of user accounts 01:53
@preactioncould deactivation be the same as updating the user? if the new user properties are passed into the activity, you can test to see if the status is being changed01:55
ckotilthat makes sense.02:00
ckotili need to figure out what sub is called when an existing user account is saved by an admin02:05
+perlDreamerwww_editUserSave?02:06
+perlDreamerinside Operation/User.pm02:06
-!- cap10morgan [n=wmorgan@vc1-868-3.adsl.indra.com] has quit []02:07
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui02:08
-!- mode/#webgui [+o Haarg] by ChanServ02:08
+perlDreamer--bug02:09
+perlDreamerThat one is actually just a clean-up02:10
@vaydepreaction, got a date conundrum for you02:19
@preactionooh, i LOVE those02:19
@vaydehttp://www.plainblack.com/bugs/tracker/sqlform-and-date-isnull#VqP8H7TxCcrI-4ZTiGG2ew02:19
@vaydebeen working on this one02:19
@vaydeand I got it narrowed down to a specific culprit02:20
@vaydethe question now is how to fix it02:20
@vaydeIt's breaking because it doesn't like doing datetime->setToEpoch on mysql's null date value 0000-00-0002:20
@vaydeIf we test for that value and avoid the method call, the date gets interpreted as 1969-12-3102:21
@vaydeIf I undef it the date gets interpreted as today02:21
-!- crythia1 [n=Gerald@c-68-51-234-189.hsd1.fl.comcast.net] has joined #webgui02:21
-!- mode/#webgui [+v crythia1] by ChanServ02:21
@vaydeneither one is particularly attractive02:21
@vaydewe need a way to preserve the null value as a null, not a specific epoch date02:22
@preactionwhy does undef get interpreted as today?02:22
@preactionin the SQLForm itself as the default value?02:22
@vaydeI dunno.  That's what is happening02:22
+perlDreamerMost of the DateTime calls default to today if no epoch is passed02:22
+perlDreameractually, it's time(), not today02:22
@vaydethat's what I think is happening02:22
@vaydePD and I were kicking this one around, and I think we need to be able to handle a null value here02:23
@vaydePersonally, I use null dates in my databases in a couple contexts02:23
@vaydewhile that might not be a wonderful thing, the last thing we can have happen is have what was a null get written to some arbitrary date02:24
@preactionbut 0000-00-00 isn't null, iirc mysql allows null in those fields02:24
@vaydenull in mysql gets stored as 0000-00-0002:24
@vaydenull in a date field anyway02:24
+perlDreamerIs assetIndex the table used by search?02:28
@preactionwait, is SQLForm using the WebGUI::Form::DateTime elements?02:28
-!- crythia1 is now known as SuckyMcSuckerton02:29
@vaydeIt's building dynamically02:29
@vaydein this case it's using WebGUI::Form::Date02:29
@vaydebut it's _getFieldValue that's breaking02:30
@preactionyou can give them the mysql dates, you don't need to setToEpoch02:30
@vaydeit still gets converted to epoch02:30
@vaydemysql 0000-00-00 concerts to 1969-123102:30
@vaydeer 1969-12-3102:30
@preactioni think it might be prudent (since you can't have a negative epoch time) to have setToEpoch return anything before 1970 as 0. what do you think?02:33
+SuckyMcSuckertonmy dad might not like to be set to 002:33
@vaydeyou can't have negative epoch?02:33
@preactioneh, never tried it02:34
@preactionso SQLForm is storing date/time in mysql date/time fields (not bigint), but it's changing it to epoch times... why?02:34
@vaydeno, it's only storing them in mysql date fields if thats what the underlying table has in it02:35
@vaydeIt's changing ti to epoch if the field type is date or datetime02:35
@preactioni wonder why the SQLForm doesn't use backticks to bypass those reserved words, or DBI->quote_identifier02:36
@vaydewhy it appears to be converting it even if I tell it not to is another question02:36
+perlDreamerIsn't that what WebGUI::Form does?02:36
@preactionWebGUI::Form::Date/Time fields don't convert to epoch IF you give it a value or a defaultValue that is using the mysql format02:36
@preactionthat might be a problem02:37
+perlDreamergotta head home.  See y'all later.02:37
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:37
@vaydethis one is definitely a conundrum02:38
+SuckyMcSuckerton?02:41
@preactionvayde: what if you trap the call to DateTime and if it fails return 0 or undef or something? i think it might be more important to be able to edit the record without worrying what we display if we have something we can't parse02:45
@preactionbut i'd run it by JT, definately02:45
@vaydeyeah, I could do that, but if it displays somethign wierd by default then, and you save the record, you're gonna save the wierd value02:46
@preactionthe only way i can see running into that is if someone adds a date field after there's already data in the database02:46
@vaydeand whether it's time()  or 1669-12-31, its still definitely not the null you had before02:46
@vaydeyep.  if you import an existing table into a SQLForm02:47
@preactionusing the wg date/time elements it's impossible to get a null value02:47
@vaydeand it has date fields02:47
@vaydeand those date fields have nulls02:47
@preactionalternatively, we could add a null checkbox as an option to the form control that (for now) only the SQLForm uses02:48
@vaydeIt might be a rare case, but in any event, it's not failing in a useful way.02:48
@vaydeNo matter what, I think it comes down to  a policy decision by JT02:48
@preactionindeed02:49
+Radix_morning folks02:50
@preactioni'd put in my vote for the null checkbox, as you said there are times when NULL can be informative02:51
* Radix_ heads off to work.02:56
@vaydeone way or another, we have to preserve the data.  It could just fail more descriptively, but it can't change the data.  That's just asking for trouble02:57
-!- TheSeparator [i=Seppie@cp43027-a.gelen1.lb.home.nl] has joined #webgui03:00
-!- TheSeparator [i=Seppie@cp43027-a.gelen1.lb.home.nl] has quit [Client Quit]03:02
@preactionif it fails like it's doing, though, you can't fix the data.03:06
@vayderight, but if it pulls up normally, it's changing the data03:08
@vaydepersonally, I'd rather be forced to go in by hand and edit the record rather than have wG change it to something, but honestly both alternatives are unacceptable03:12
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []03:33
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]03:49
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui04:01
-!- mode/#webgui [+v Radix-wrk] by ChanServ04:01
-!- dionak [n=dionak@cpe-024-074-157-216.carolina.res.rr.com] has quit []04:04
-!- vayde [n=vayde@209.134.142.196] has joined #webgui04:17
-!- mode/#webgui [+o vayde] by ChanServ04:18
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]06:04
+SuckyMcSuckertondiscovery channel ninja 06:07
+Radix-wrkHmm?06:10
+SuckyMcSuckertonon discovery channel us now ... 06:11
+SuckyMcSuckertonus:US06:11
+SuckyMcSuckertondebunking ninja myths.06:11
+Radix-wrkAhh.. should've told vayde before he left.. he'd have loved to have seen that I'm sure06:11
+Radix-wrkWhy the new name Gerald?06:12
+SuckyMcSuckertonjt blessed my appellation.06:12
+SuckyMcSuckertonhttp://mentalhouse.net/irc/logs/webgui/2007-05.log06:13
+SuckyMcSuckertonsee 18:4506:13
+Radix-wrkheh.. rizen hates my RFE's too06:14
+SuckyMcSuckertonit's a good read, but... http://www.gwy2.org/uploads/drag.html06:16
+Radix-wrkdragable div - nice06:17
+SuckyMcSuckertonnot only draggable, but fixed on scroll06:18
+Radix-wrkAhh.. true, didn't try scrolling06:18
+Radix-wrkthis what you were conceiving for the admin bar?06:18
+SuckyMcSuckertonyeah06:18
+Radix-wrklooks good to me06:19
+SuckyMcSuckerton"Covers content"=BAD06:19
+SuckyMcSuckertonalthough, moveable covering content isn't so bad...06:19
+Radix-wrkthe zenlike theme I converted had a problem with the admin bar - but it was one where half the admin bar was covered up, not the other way around06:19
+Radix-wrkno idea how to fix it so I left it as is in the theme, can scroll down the page to get to the rest of the admin bar06:20
+SuckyMcSuckertonhrm...06:21
+SuckyMcSuckertonI wonder ...06:21
+SuckyMcSuckertonI spose I could rejiggerthe admin bar06:21
@rizenckotil delete and deactivate should be different workflows06:42
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []07:09
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui07:21
-!- mode/#webgui [+o rizen] by ChanServ07:21
-!- Radix-work [n=Jesse@formsys.com] has joined #webgui08:38
-!- sstanvir [n=Tanvir@s208148.ppp.asahi-net.or.jp] has joined #webgui08:38
sstanvirhello08:38
@rizenhowdy08:39
sstanvirhow r u doing08:40
@rizenjust dandy08:40
@rizenand you?08:40
sstanvirso so,thnx08:40
sstanvirwhat is "dandy" ;) ?08:40
@rizenit's another word for "fine" or "good"08:41
sstanviri c 08:41
sstanviri have one issue08:41
sstanvircan I ga?08:43
@rizenga?08:43
@rizenwhat is ga?08:43
sstanvir"go ahead"08:43
@rizenyou can ask, but that doesn't mean i'll have an answer for you08:43
sstanviri know08:43
sstanvirthat's why asking... if u r in the mood08:44
@rizenmake it quick, i'm going to bed soon08:44
sstanvirah, ok08:44
sstanvirin my WebGUI.. ..08:44
sstanviri created some assets .08:45
sstanvirit shows the message several times "no menus defined" when I browse through the pages08:45
sstanviri mean everytime one page opens (associated with the created asset)08:45
sstanviri have no idea why it shows the message08:46
@rizenare you using the default webgui 7 style?08:46
sstanviri changed to style03 08:46
sstanvirstyle template and printable style => style0308:47
@rizenthe coolmenus nav is the thing that generates that message08:47
@rizenit only generates that message when either it doesn't have any pages to display in the nav08:47
@rizenor when there is some corruption in the data being displayed (maybe quotes or half quotes or carriage returns in the page titles)08:48
@rizenthat's as good of information as i can give you without looking at your pages directly08:48
@rizenwhich i'm not going to do 08:48
sstanvirafter displaying the error message it's displaying the page08:49
@rizenyup08:49
@rizenit's only the nav that's broken, not the page08:49
sstanviri didnt get your point completely.. which part is the nav ?08:49
@rizennav = navigation08:50
sstanviryes08:50
@rizenthere is a navigation asset in the style08:50
@rizenthat's as much help as i can give you08:50
sstanvirok, thanks a lot08:51
sstanviri appreciate your help..08:52
@rizenit's not that i don't want to help you further08:52
@rizenbut i'm tired08:52
@rizenand you have to understand that i'm in the business of charging for support08:52
sstanviryeah08:53
@rizenand you're welcome08:53
sstanvirunderstood08:53
@rizennow that you know where to look, perhaps someone else on here can help you further, or maybe out on the public boards08:53
sstanvirhmm..ok08:53
sstanvirotsukare-sama-desu08:54
@rizenhuh?08:54
sstanvirit means something like "thank you".. "good job"... etc..08:54
sstanvir(japanese tradition)08:55
@rizeni see08:55
@rizenwe'll you're quite welcome08:55
sstanvirso, take rest, bye for now08:55
@rizenlater08:55
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit [Read error: 110 (Connection timed out)]08:57
-!- midellaq [n=Miranda@83.225.190.35] has joined #webgui09:11
-!- midellaq [n=Miranda@83.225.190.35] has quit [Read error: 104 (Connection reset by peer)]09:39
-!- Radix-work [n=Jesse@formsys.com] has quit [Read error: 104 (Connection reset by peer)]09:42
-!- Radix-work [n=Jesse@203.161.68.67] has joined #webgui09:42
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui09:43
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui09:44
-!- Klaus_ [n=klaus_he@p57a5b541.dip0.t-ipconnect.de] has joined #webgui10:42
-!- Haaarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui10:43
-!- mode/#webgui [+o Haaarg] by ChanServ10:43
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has quit [Read error: 104 (Connection reset by peer)]10:44
-!- MrHairgrease [n=martin@194.171.50.114] has joined #webgui11:20
-!- mode/#webgui [+v MrHairgrease] by ChanServ11:20
-!- MrHairgrease [n=martin@194.171.50.114] has left #webgui []11:27
-!- MrHairgrease [n=martin@194.171.50.114] has joined #webgui11:28
-!- mode/#webgui [+v MrHairgrease] by ChanServ11:28
-!- MrHairgrease is now known as BugSlasherMurray11:28
-!- emi [i=Emiliano@195.32.84.31] has joined #webgui11:43
-!- Radix-work [n=Jesse@203.161.68.67] has quit ["Leaving"]12:04
-!- xootom [n=tom@195.224.29.66] has joined #webgui12:53
-!- sstanvir [n=Tanvir@s208148.ppp.asahi-net.or.jp] has left #webgui []13:02
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui13:22
-!- crythia1 [n=gyoung@64.200.2.35] has joined #webgui13:27
-!- mode/#webgui [+v crythia1] by ChanServ13:27
-!- crythia2 [n=gyoung@64.200.2.35] has joined #webgui13:32
-!- crythia1 [n=gyoung@64.200.2.35] has quit [Read error: 113 (No route to host)]13:32
-!- crythias [n=gyoung@64.200.2.35] has quit [Read error: 110 (Connection timed out)]13:38
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui13:51
-!- mode/#webgui [+v crythias] by ChanServ13:51
-!- crythia2 [n=gyoung@64.200.2.35] has quit [Read error: 104 (Connection reset by peer)]13:51
xootomis anyone using e-commerce in webgui?14:10
-!- xootom [n=tom@195.224.29.66] has left #webgui []14:43
-!- xootom [n=tom@195.224.29.66] has joined #webgui15:27
+Radix_not me15:29
xootomanyone know if it's possible to change the $ to £ ?15:47
+BugSlasherMurraythat's probably in the templates15:47
xootomi thought that but can only find it when it relates to an additional price15:47
+BugSlasherMurrayhmmm15:48
+BugSlasherMurraywhat templaets have you looked at15:48
xootomfor event management, display, checkout, manage/view purchases, search15:49
xootomand through the language files15:49
+BugSlasherMurraydid you also checked out the product macro templates?15:49
xootomno, only default product template15:52
+BugSlasherMurraywhere do you see the $ sign?15:52
+BugSlasherMurrayusing the Product macro15:53
+BugSlasherMurrayin the shoppingcart?15:53
+BugSlasherMurrayduring checkout?15:53
xootomon the choose a badge from the list bit15:54
+BugSlasherMurrayaha15:54
xootomand browse events15:54
+BugSlasherMurraythat's in the eventsmanagement system right?15:54
xootomyep15:54
+BugSlasherMurrayit's probably in there15:55
+BugSlasherMurraybut i have never used it15:55
+BugSlasherMurrayso i'm not sure15:55
xootomthats what ive been looking through, cant find it though15:55
+BugSlasherMurraybetter wait till the PB people are awake15:55
+BugSlasherMurraythey can prolly help you15:55
xootomok thanks :)15:57
+BugSlasherMurraynp15:57
-!- dionak [n=dionak@adsl-072-149-129-114.sip.clt.bellsouth.net] has joined #webgui16:15
-!- knowmad [n=william@adsl-072-149-129-114.sip.clt.bellsouth.net] has joined #webgui16:20
-!- knowmad [n=william@adsl-072-149-129-114.sip.clt.bellsouth.net] has left #webgui []16:21
-!- knowmad [n=william@adsl-072-149-129-114.sip.clt.bellsouth.net] has joined #webgui16:21
@rizenhowdy folks16:24
+BugSlasherMurrayhi16:25
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has joined #webgui16:25
-!- mode/#webgui [+v perlDreamer] by ChanServ16:25
@rizenperlDreamer!!16:25
+perlDreameroy, it's early16:25
@rizendidn't expect you at all today16:25
+perlDreamerI'll probably always be IRC'able, but may not have much bandwidth for bug fixing16:25
+perlDreamerBut I did read some commits, and I have a question for BugSlasherMurray16:26
+BugSlasherMurrayshoot16:26
+perlDreamerWhat happens to the search index if someone pastes a branch/tree of assets?16:26
+BugSlasherMurrayhmm16:27
+BugSlasherMurrayi guess that's a bug too16:27
+BugSlasherMurrayi'll check it out16:27
+BugSlasherMurrayand fix it16:27
xootomanyone know why when searching forums, the list of items returned contains repeated text, e.g. "Re: Purchase Files for Download (Commerce) Re: Purchase Files for Download (Commerce) rfe request for enhancement purchase files for download commerce re purchase files for download commerce"16:28
xootomis it grepping all the lines that include the keyword16:29
xootomwould be nicer if it just showed the first paragraph16:29
@rizenis xootom, today is the great webgui bugfix day16:30
@rizentherefore, if it's not related to a bug 16:30
@rizenplease keep the chatter down16:30
@rizenthanks16:30
+BugSlasherMurrayrizen16:33
xootommy apologies, the channel title has been the same for the last few days16:33
+BugSlasherMurrayhttps://svn.webgui.org/svnweb/plainblack/diff/WebGUI/lib/WebGUI/AssetClipboard.pm?rev1=4041;rev2=404216:33
+BugSlasherMurraythis only applies to the asset being pasted16:33
+BugSlasherMurrayhowever not to its children16:33
+BugSlasherMurraydescendants16:34
+BugSlasherMurrayi could do a indexContent on all descendats of the asset16:34
+perlDreamerand it doesn't remove the original data from the searchIndex, either, so you should get two hits.16:34
+BugSlasherMurraybut wouldn;t that be very slow16:34
+BugSlasherMurraywhy wouldn't it remove the existing data?16:35
+BugSlasherMurrayit just overwrites it16:35
+BugSlasherMurrayright?16:35
+BugSlasherMurrayupdte .. where assetId = ...16:35
+perlDreameroh, yes.  Sorry 'bout that.16:36
+BugSlasherMurraynp16:36
-!- bopbop [n=kmccombs@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui16:46
@rizenbugslashermurray, sorry i was doing something else16:46
@rizenwas that conversation for me or for pd16:46
+BugSlasherMurrayfor you16:46
@rizenwhat bug report is this related to?16:48
+BugSlasherMurray`http://www.plainblack.com/bugs/tracker/asset-tree-cut-and-paste-not-handled-by-search16:49
-!- SuckyMcSuckerton [n=Gerald@c-68-51-234-189.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)]16:51
@rizenok, yes you should update all the children16:54
-!- khenn [n=khenn@71-86-227-90.static.mdsn.wi.charter.com] has joined #WebGUI16:54
-!- mode/#webgui [+o khenn] by ChanServ16:54
@rizenif it turns out to be slow16:54
@rizenthen we'll add a trigger, and a special workflow16:54
+BugSlasherMurrayok16:55
@rizento index it in the background16:55
-!- vayde [n=vayde@209.134.142.196] has joined #webgui16:55
-!- mode/#webgui [+o vayde] by ChanServ16:55
+perlDreamerrizen: what version of HTML::Template is running on pb.com?16:55
@rizeni don't know...but that's what i was going to look at next16:55
@rizeni'm just getting questioned to death so i'm not able to do anything16:56
@rizenbugslasher, as far as why it wouldn't already remove/overwite existing data, i'm not sure16:56
@rizenit should16:56
+perlDreamerthat was my bad, rizen.  It will remove the content from assetIndex.16:57
@rizencrap...pb is on the latest version17:03
@rizennow checking demo site17:04
+perlDreamerMy dev site is running 2.817:04
@rizen2.817:04
@rizenok, upgrading demo site to see if that makes the difference17:04
@rizenyup17:06
@rizenthat's it17:06
@rizenno longer works on demo site17:06
@vayde--bug17:08
+perlDreamer++vayde17:08
@vaydeawe, shucks17:11
+perlDreamerperlbot: karma vayde17:12
perlbotvayde doesn't have any karma17:12
+perlDreamerperlbot: ++vayde17:13
+perlDreamerperlbot: karma vayde17:13
perlbotvayde doesn't have any karma17:13
@vaydeI have trancended the wheel of samsara17:13
+perlDreamerperlbot: thou suckest17:13
@vaydeOom.......17:13
+perlDreamerElectrical Engineers meditate to "Ohmslaw"17:14
* vayde is more familiar with Murphy's law17:14
@vaydeand I've always liked Paul's law:  You can't fall off the floor.17:15
@vaydePD, you know about Coles' law?17:15
+perlDreamerno, but I'm pondering Paul's law with regard to apartment buildings and earthquakes17:16
@vaydeColes' law is all about thinly sliced cabbage17:16
* perlDreamer recommends that $vayde->stick($dayJob)17:17
@vayderofl17:17
+perlDreamerEasy for you to do, vayde.  You have lots of mats on the floor.17:19
@vaydeand lots of pointed sticks to _convince_ people that my jokes are funny17:20
-!- preaction [n=doug@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:24
-!- mode/#webgui [+o preaction] by ChanServ17:24
-!- cap10morgan [n=wmorgan@206-124-31-140.denver.dsl.forethought.net] has joined #webgui17:27
+BugSlasherMurrayrizen17:28
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui17:28
@rizenbsm17:28
+BugSlasherMurraywher does this file do the actual cleaup of the cache?17:28
+BugSlasherMurrayhttps://svn.webgui.org/svnweb/plainblack/view/WebGUI/lib/WebGUI/Workflow/Activity/CleanFileCache.pm17:28
@preactionsweet zombie jesus there are 27 people here17:28
+BugSlasherMurrayi'm asking b/c of the rss cache bug17:28
-!- mode/#webgui [+o bopbop] by ChanServ17:28
@rizen                $size = $cache->getNamespaceSize($expiresModifier);17:28
@rizenthe getNamespaceSize method cleans up expired content17:29
+BugSlasherMurrayah17:29
+BugSlasherMurrayic now17:29
+BugSlasherMurrayrmtree($dir);17:29
+BugSlasherMurrayshould the rss cache be cleaned in that activity too17:30
+BugSlasherMurrayor should it get it's own activity?17:30
@rizeni'm conflicted on that...been thinking about it for a while17:30
@rizenRSS is shared by other sites17:30
@rizenas is URL17:30
@rizenand a few other things17:31
@rizenwhat do you think?17:31
@rizenmethinks that there should probably be a new one that cleans up all the auxillary stuff17:31
@rizenthat way it doesn't get cleaned up 50 times if you have 50 sites on your box17:31
@preactionkeep a file in the cache that has the last time it was cleaned, or use the last modified date from the file system?17:31
+BugSlasherMurraywhat's the real difference?17:31
+BugSlasherMurraytehy all have an expiration date right?17:32
+BugSlasherMurrayoh ok17:32
+BugSlasherMurrayic17:32
@rizenthe difference is that it will have to traverse the filesystem 50 times, which is slow17:32
+BugSlasherMurraybut how do you setup a workflow for a host of zites17:32
+BugSlasherMurraysites*17:32
+BugSlasherMurrayone workflow that is17:32
@rizenoh...good point17:33
@rizenin that case....make it part of the main worklfow17:33
@rizenactivity17:33
+BugSlasherMurraythe file being?17:33
@rizenWorkflow/Activity/CleanFileCache.pm17:33
+BugSlasherMurrayok17:34
+BugSlasherMurraybut it will be executed 50 times then17:34
@rizenyeah, but there's no way around it17:34
+BugSlasherMurrayok17:35
@rizenat least it will run faster by the 50th time17:35
@rizen=)17:35
+BugSlasherMurrayi figured so much17:35
+BugSlasherMurray=)17:35
+BugSlasherMurrayyou could say that the more sites you put on a box the faster it will run on average17:35
* BugSlasherMurray is thinking of becomming a salesman =)17:35
@rizenBugSlasherMurray could sell ice cubes to an eskimo17:36
+BugSlasherMurraythey will stay frozen even longer if eskimos' buy them17:36
-!- rizen is now known as BugSlasherMcGirk17:37
@preactionis this a bug? http://www.plainblack.com/bugs/tracker/wrong-permissions -- seems more like a personal preference that can be fixed with a couple calls to Edit Branch17:38
+perlDreamerBSMcGirk: did you find the Template bug?  I've been poking around and think I've got it if you don't.17:38
cap10morganI'm thinking I'll tackle this one: http://www.plainblack.com/bugs/tracker/auto-generated-synopsis-not-re-generated-after-edit17:39
@BugSlasherMcGirki've been poking around, but i can't figure it out17:39
@BugSlasherMcGirkcap...when you start working on one, you should reply to it saying so17:39
+perlDreamerIt's inside _getTemplateVars17:39
cap10morgando you all agree that that probably requires adding a flag in the db that says whether or not a synopsis was auto-generated?17:39
@BugSlasherMcGirkand if you stop, then do the same17:39
+perlDreamerDo you want me to run with it?17:39
cap10morganBSMG: will do17:39
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI17:39
@BugSlasherMcGirkcap: no17:40
@BugSlasherMcGirkinstead, make it autogenerate every time17:40
@BugSlasherMcGirkunless it gets submitted through the form17:40
@BugSlasherMcGirkthat's how it's supposed to have worked all along17:40
@BugSlasherMcGirkso unless $session->form->param("synopsis") then autogen17:41
SDuensinGood morning17:41
emiGood Evening :-D17:42
cap10morganBSMG: ok17:42
cap10morganthe svn instructions on the site for checking out head don't seem to work17:43
@preactioncap10morgan: svn co https://svn.webgui.org/plainblack/WebGUI <- i think that's the new url17:43
cap10morgancool, thanks17:44
@khennyeah, that's it17:44
@vaydeyeah, the instructions on the pb site need to be updated17:44
@preactioni'll fix it17:44
@khennlog it as a bug!  Get ur kara17:44
@khennkarma17:44
+perlDreamerBugSlasherMcGirk: I've got a fix for the Help bug.17:45
@khennperlDreamer, do you have the day off today?17:45
cap10morgani can't just commit my fix back to the repo, can i?17:45
@BugSlasherMcGirkpd: that's awesome17:46
+perlDreamerkhenn: no.  Given a choice between perl hacking and documentation for a design review...17:46
@BugSlasherMcGirkcap: i'll give you access for today17:46
+perlDreamer--bug by vrby17:46
cap10morganBSMG: cool, thanks17:47
@BugSlasherMcGirkcap, what's your email addy?17:47
@khennI dunno, documentation for a design review sounds like a good time17:48
-!- emi [i=Emiliano@195.32.84.31] has quit [Read error: 104 (Connection reset by peer)]17:48
+BugSlasherMurrayin what workflow is CleanFileCache executed?17:49
@BugSlasherMcGirkcap10morgan, what is your email addy?17:49
cap10morgancap10morgan@gmail.com17:49
@vaydepreaction, you the calendar man, with the Calendar Events Disappearing bug, the disappearing events are being wholly purged from the db.  That ring any bells?17:51
@preactiongood lord that should probably not be happening17:51
@preactionthat's with the recurring events, no/17:51
+perlDreamer--bug17:52
@vaydeyeah, if a recurring event happens across a span where there's already an event, 17:52
@vaydethe previous event gets completely purged17:52
@vaydenot just trashed... gone17:52
+perlDreamerbug status: 35 open WebGUI bugs, 2 7.4 bugs, 6 WRE bugs17:53
@preactionvayde: oh god. okay. it should only be purging events with the same recurId. however i think what's happening is that the first time, the recurId is NULL, and it's still doing the purge (when it shouldn't)17:54
@BugSlasherMcGirkgood stats to have pdd17:54
@BugSlasherMcGirkor pd17:54
@preactionvayde: that should get you started though17:54
+perlDreamer13 bugs closed for 7.3.16 so far.17:55
@vaydepreaction:  thanks man.  I figured you might know the ballpark17:55
+perlDreamerpreaction is the Calendar Man.17:55
+BugSlasherMurraybugslashermcgirk:  my $rssCache = WebGUI::Cache::FileCache->new($self->session, undef, 'RSS'); would give me the RSS cache object right?17:55
+perlDreamerIt's similar to the Piano man, but Billy Joel already has that title.17:55
@vaydeand the date man, but I mean that in an entirely hetero way17:55
@BugSlasherMcGirkyup17:57
@BugSlasherMcGirkbsm: yup17:57
+perlDreameryung forgot to close a bug that he committed yesterday.17:59
+perlDreamerso make that 34/2/617:59
@vaydeone more down.17:59
+perlDreamerI'd like to tackle the bobbob's wiki title bug.  Could someone please make me a package of PB's wiki?18:01
@BugSlasherMcGirki'm doing it18:01
@BugSlasherMcGirkit says so right in the bug18:01
+perlDreamersorry, I need to refresh more often.18:01
@vaydeYeah, we've been meaning to say something to you...18:02
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:05
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit [Remote closed the connection]18:08
+BugSlasherMurrayok18:09
+BugSlasherMurraythe rss bug is fixed18:09
-!- steveswanson [n=chatzill@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui18:09
+BugSlasherMurraygotta go now though18:09
+BugSlasherMurrayi'll have to electron microscope in some cellar from 18.00 till 22.0018:10
@BugSlasherMcGirknoooooooooooo!!!!!18:10
@BugSlasherMcGirkwe need you18:10
+BugSlasherMurrayI already fixed 7 bugs or so18:10
-!- mode/#webgui [+o steveswanson] by ChanServ18:10
@BugSlasherMcGirkand we need you to fix 34 more18:10
* vayde uses the jedi mind trick "You don't have to go"18:10
+BugSlasherMurrayI've done my share =)18:10
@BugSlasherMcGirkaccording to pd18:10
-!- BugSlasherMurray is now known as FeebleMindedMart18:10
* FeebleMindedMart says I don't have to go18:11
* vayde waves his hand "You want to stay and fix more bugs"18:11
+FeebleMindedMartYeah18:11
+FeebleMindedMartYou want to stay and fix more bugs18:11
+FeebleMindedMartbye18:13
-!- FeebleMindedMart [n=martin@194.171.50.114] has left #webgui []18:13
@vaydenever hand the errorHandler an array.  The results are, interesting.18:22
@preactionnew SVN docs: https://www.plainblack.com/webguidev/docs/svn <- questions, comments?18:24
@vaydenicely done18:26
--- Log closed Wed May 02 18:29:07 2007
--- Log opened Fri May 04 06:37:18 2007
-!- xdanger [i=xdanger@i.should.be.in.a.mentalhouse.net] has joined #webgui06:37
-!- Irssi: #webgui: Total of 16 nicks [3 ops, 0 halfops, 4 voices, 9 normal]06:37
-!- Irssi: Join to #webgui was synced in 3 secs06:37
xdangerrizen: Are you busy? can I ask a quick question?06:38
xdangerwhy $var->{"previous.url"} = $self->getUrl("func=previousThread") if (defined $previous); why not $var->{"previous.url"} = $previous->getUrl() if (defined $previous); in Thread.pm?06:40
xdangerat some point someone removed "my $previous = $self->getPreviousThread;" in favor of the $self->getUrl("func=previousThread"), but now that It's back, why use that "ugly" and not the direct url to the next/prev Thread...06:43
-!- besonen_mobile [n=besonen_@71-220-227-185.eugn.qwest.net] has quit [Read error: 104 (Connection reset by peer)]06:44
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit [Read error: 104 (Connection reset by peer)]06:44
-!- Radix-work [n=Jesse@203.161.68.67] has joined #webgui06:44
-!- besonen_mobile [n=besonen_@71-220-227-185.eugn.qwest.net] has joined #webgui06:44
xdangerthis: https://svn.webgui.org/svnweb/plainblack/diff/WebGUI/lib/WebGUI/Asset/Post/Thread.pm?rev1=1330;rev2=1331 is reversed by this: https://svn.webgui.org/svnweb/plainblack/diff/WebGUI/lib/WebGUI/Asset/Post/Thread.pm?rev1=4031;rev2=403206:49
-!- wgGuest13 [n=wgGuest1@66.60.27.92] has joined #webgui06:56
wgGuest13Hi!07:00
wgGuest13Anyone there? I can't find the lang packs...07:01
xdangeryou mean: http://i18n.webgui.org/07:05
-!- cap10morgan [n=wmorgan@206-124-31-140.denver.dsl.forethought.net] has joined #webgui07:11
wgGuest13Thanks A LOT, xdanger! I was about to abandon WebGUI. It's great software but it costed a LOT to make it work under Debian and there is NO LINK from the main site to this one you have just given me...07:16
wgGuest13Thanks again.07:16
wgGuest13Sorry, but I found that most of the Spanish strings are untranslated, is this possible?07:20
xdangerMaybe not enough userbase to maintain the translation...07:21
wgGuest13Oops...! 07:26
wgGuest13I have to fill my comparison chart, and since cmsmatrix gives so many "greens" to WebGUI I thought that it had to be the best one!07:28
wgGuest13But -1 for the terrible installation process... and definitely can't think of any big CMS that doesn't have ONE Spanish translator!07:29
wgGuest13Of course, as you say...07:29
wgGuest13maybe not enough userbase.07:29
wgGuest13Thanks again!07:30
-!- wgGuest13 [n=wgGuest1@66.60.27.92] has quit []07:42
-!- cap10morgan [n=wmorgan@206-124-31-140.denver.dsl.forethought.net] has quit []08:14
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui09:38
-!- mode/#webgui [+o preaction] by ChanServ09:38
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui09:57
-!- crythias [n=Gerald@c-68-51-234-189.hsd1.fl.comcast.net] has left #webgui []09:59
-!- MrHairgrease [n=martin@194.171.50.114] has joined #webgui10:26
-!- mode/#webgui [+v MrHairgrease] by ChanServ10:26
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui10:40
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui10:59
-!- Radix-work [n=Jesse@203.161.68.67] has quit ["Leaving"]11:27
-!- xootom [n=tom@195.224.29.66] has joined #webgui12:13
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:09
-!- SDuensin [n=Scott@246.sub-75-207-143.myvzw.com] has joined #WebGUI15:44
SDuensinGood morning.15:44
-!- crythias [n=Gerald@c-68-51-234-189.hsd1.fl.comcast.net] has joined #webgui16:11
-!- mode/#webgui [+v crythias] by ChanServ16:11
-!- perlmonkey1 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui16:20
+MrHairgreasehi16:34
+MrHairgreaseI'm trying to figure out how to do the following16:34
SDuensinHi MrHairgrease 16:34
+MrHairgreaseI want to enable exportHtml in the SQLForm such that the complete table of records will be exported, but also make that clickable to the views of each record. These should of course get their own html file16:36
+MrHairgreaseI'm having trouble finding a hook to do that16:36
@rizenit can't be done16:36
@rizenthe export function is a 1:1 asset per page16:36
+MrHairgreaseif i could acces the path/file where the main page is being written 16:37
+MrHairgreasei think i can16:37
@rizenbut you can't16:37
@rizenat least not the way it's written right now16:37
@rizenthat's what i'm saying16:38
+MrHairgreasehmm16:38
+MrHairgreaseok16:38
+MrHairgreasetoo bad16:38
@rizennot saying you couldn't change the exports system to support that16:39
+MrHairgreasei only need the pathWithFilename var to be passed to exportHtml_view16:40
+MrHairgreasefrom there on I can come up with my own paths16:40
+MrHairgreaseuse id->generate to make them unique16:40
+MrHairgreaseor just take the redcordIds16:41
+MrHairgreaseIs there a way to get the filename/path from an opened file handle?16:45
@rizenmaybe, but i don't know it if there is16:45
@rizeni'd think there's got to be a way though16:45
+MrHairgreasethe Filehandle docs don't mention it16:45
+MrHairgreasecrap16:57
+MrHairgreaseit is not possible16:57
@rizencrythias, how is it that you are crythias and SuckyMcSuckerton?17:12
-!- vayde [n=vayde@209.134.142.196] has joined #webgui17:12
-!- mode/#webgui [+o vayde] by ChanServ17:12
+Radix_how is he both normal and sucky at the same time you mean? ;)17:20
+MrHairgreasethat's easy17:20
@rizenyup17:20
+MrHairgreasebut how are both voiced?17:20
@rizenthat too17:20
+Radix_accounts linked17:21
+Radix_I do the same with my home and work account17:21
+Radix_I just have the second alias linked to the first name so I get voice on both17:22
+MrHairgreasesound way to difficult for friday17:22
+Radix_I think preaction told me the command to do it, but do it once and voila17:22
+Radix_just need to have the two nicks registered that's all17:23
-!- midellaq [n=midellaq@hermes.wseurope.com] has quit [Remote closed the connection]17:26
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui17:49
-!- perlmonkey1 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit ["Download Gaim: http://gaim.sourceforge.net/"]17:49
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui17:50
@vaydeI've been dying to ask:  How do you guys switch your names?17:59
-!- MrHairgrease is now known as wellLikeThis17:59
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]17:59
+wellLikeThisuse /nick newNick17:59
-!- wellLikeThis is now known as MrHairgrease17:59
@vaydecool18:00
@vaydethanks18:00
* vayde promises to use his new powers only for good18:00
pjesi:)18:03
pjesiwhy should one want to change his nick?18:05
ckotilto hide.18:08
pjesitrue18:08
+MrHairgreaserizen18:10
+MrHairgreaseis there a reason WebGUI.pm is still at version 7.3.16 in svn18:10
+MrHairgreaseand there isn't a 7.3.17 section in the changelog yet?18:11
--- Log closed Fri May 04 18:11:20 2007
--- Log opened Fri May 04 18:21:23 2007
-!- xdanger [i=xdanger@i.should.be.in.a.mentalhouse.net] has joined #webgui18:21
-!- Irssi: #webgui: Total of 22 nicks [5 ops, 0 halfops, 4 voices, 13 normal]18:21
-!- Irssi: Join to #webgui was synced in 3 secs18:21
-!- MrHairgrease [n=martin@194.171.50.114] has left #webgui []18:23
--- Log closed Fri May 04 18:26:11 2007
--- Log opened Fri May 04 18:31:23 2007
-!- xdanger [i=xdanger@i.should.be.in.a.mentalhouse.net] has joined #webgui18:31
-!- Irssi: #webgui: Total of 21 nicks [5 ops, 0 halfops, 3 voices, 13 normal]18:31
-!- Irssi: Join to #webgui was synced in 3 secs18:31
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit [Remote closed the connection]18:45
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui18:45
-!- mode/#webgui [+o preaction] by ChanServ18:45
-!- SDuensin [n=Scott@246.sub-75-207-143.myvzw.com] has quit ["Leaving"]19:01
-!- SDuensin [n=Scott@117.sub-75-207-75.myvzw.com] has joined #WebGUI19:07
-!- xootom [n=tom@195.224.29.66] has left #webgui []19:19
-!- midellaq [n=midellaq@hermes.wseurope.com] has left #webgui []19:22
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has left #webgui []19:36
xdangerrizen: did you notice my message earlier?20:00
@preactiondidn't perlDreamer say he was building a javascript app for the TinyMCE that will allow for WYSIWYG template editing? or was that just an idea?20:13
@preactionsomething about grabbing the available template variables from the Help files20:17
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit [Remote closed the connection]20:26
+crythiashee22:09
+crythiassoory22:09
+crythiassorry, even, but yeah, home/work22:09
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has joined #webgui23:34
-!- mode/#webgui [+v perlDreamer] by ChanServ23:34
+perlDreamerHail, hail! The gang's all here.23:34
-!- SDuensin [n=Scott@117.sub-75-207-75.myvzw.com] has quit ["Leaving"]23:50
--- Log closed Sat May 05 00:10:00 2007
--- Log opened Sat May 05 00:32:07 2007
-!- xdanger [i=xdanger@i.should.be.in.a.mentalhouse.net] has joined #webgui00:32
-!- Irssi: #webgui: Total of 17 nicks [4 ops, 0 halfops, 4 voices, 9 normal]00:32
-!- Irssi: Join to #webgui was synced in 3 secs00:32
-!- vayde [n=vayde@209.134.142.196] has quit [Remote closed the connection]00:54
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]00:55
cap10morganok, i've got that working. it was a pretty simple change to the post asset00:56
-!- vayde [n=vayde@209.134.142.196] has joined #webgui00:56
-!- mode/#webgui [+o vayde] by ChanServ00:57
cap10morgani'll post it as a contribution00:57
cap10morganif you make a change you'd like included in the next possible release, is it better to post it as a contribution or an RFE w/ an attachment?00:57
-!- Netsplit leguin.freenode.net <-> irc.freenode.net quits: +crythias, @rizen00:58
-!- midellaq [n=Miranda@host200-20-dynamic.10-87-r.retail.telecomitalia.it] has joined #webgui01:11
-!- Netsplit leguin.freenode.net <-> irc.freenode.net quits: @Haaarg01:18
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui01:18
-!- mode/#webgui [+o Haarg] by ChanServ01:18
-!- cap10morgan [n=wmorgan@vc1-868-3.adsl.indra.com] has quit []01:50
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]02:38
-!- crythias [n=Gerald@c-68-51-234-189.hsd1.fl.comcast.net] has joined #webgui03:12
-!- mode/#webgui [+v crythias] by ChanServ03:12
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has quit [Read error: 104 (Connection reset by peer)]03:53
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui03:55
-!- mode/#webgui [+o Haarg] by ChanServ03:55
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []04:23
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI05:13
-!- Radix__ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui07:34
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has quit [Read error: 110 (Connection timed out)]07:35
-!- Radix__ [n=Radix@203.161.71.161.static.amnet.net.au] has quit [Read error: 104 (Connection reset by peer)]09:14
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui10:03
-!- mode/#webgui [+v Radix_] by ChanServ10:03
-!- crythias [n=Gerald@c-68-51-234-189.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)]12:34
-!- midellaq [n=Miranda@host200-20-dynamic.10-87-r.retail.telecomitalia.it] has quit [Read error: 110 (Connection timed out)]12:57
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has quit []13:41
-!- vayde [n=vayde@209.134.142.196] has joined #webgui17:39
-!- mode/#webgui [+o vayde] by ChanServ17:39
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]21:39
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui23:17
-!- mode/#webgui [+o Haarg] by ChanServ23:17
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui23:52
-!- mode/#webgui [+o preaction] by ChanServ23:52
--- Day changed Sun May 06 2007
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []00:24
-!- Hinrik_ [n=hinrik@dsl-228-236.hive.is] has joined #webgui01:50
-!- Hinrik [n=hinrik@dsl-228-236.hive.is] has quit [Read error: 110 (Connection timed out)]01:59
-!- Hinrik_ [n=hinrik@dsl-228-236.hive.is] has quit [Read error: 145 (Connection timed out)]12:36
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has joined #webgui23:40
-!- mode/#webgui [+o vayde] by ChanServ23:40
--- Day changed Mon May 07 2007
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:22
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:23
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has quit [Remote closed the connection]07:26
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui10:54
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:20
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui14:13
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:15
-!- midellaq [n=midellaq@hermes.wseurope.com] has left #webgui []14:34
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui14:58
-!- mode/#webgui [+o preaction] by ChanServ14:58
-!- SDuensin [n=Scott@22.sub-75-205-236.myvzw.com] has joined #WebGUI16:08
SDuensinGood morning.16:08
-!- wgGuest12 [n=wgGuest1@mail.nichedirectoriesllc.com] has joined #webgui16:09
-!- wgGuest12 is now known as sneex16:11
-!- sneex [n=wgGuest1@mail.nichedirectoriesllc.com] has quit []16:14
AMH_bobGood morning16:14
SDuensinAfternoon.  :-)16:15
-!- wgGuest66 [n=wgGuest6@mail.nichedirectoriesllc.com] has joined #webgui16:15
-!- wgGuest66 is now known as sneex16:15
AMH_bob;)16:16
sneexGrrrr  ;-)16:16
sneexhello16:16
AMH_bobHi16:17
-!- sneex [n=wgGuest6@unaffiliated/sneex] has quit [Client Quit]16:17
-!- wgGuest55 [n=wgGuest5@mail.nichedirectoriesllc.com] has joined #webgui16:17
-!- wgGuest55 [n=wgGuest5@mail.nichedirectoriesllc.com] has quit [Client Quit]16:17
-!- wgGuest94 [n=wgGuest9@mail.nichedirectoriesllc.com] has joined #webgui16:17
-!- wgGuest94 is now known as sneex16:17
sneexI guess I can't do what I want it to do  lol16:18
sneexI have 500 or so sites I need to migrate from OpenCMS and I would like to use WebGUI -- the WebGUI faq doesn't say whether or not if that many sites would be supported within a single installation.  Anybody use WebGUI with that many before?16:20
SDuensinIt can do it.  Question is, can your server?16:21
sneexmy server is hosting Tomcat with 500 sites now -- I just cant stand java  \=16:22
SDuensinhehe16:22
sneexwould I need a separate config for each site ?16:22
SDuensinConfig files, yes.  But only one WebGUI install.16:23
sneexok16:23
sneexi just dont want 500 mod_perl processes going -- otherwise I would stick with java =(16:24
SDuensinNope.  They all run from one set of servers.16:25
sneexthanks, Imma go play with it some -- I might be back  =)16:26
pjesimigrate 500 sites, that might take some time :)16:27
sneexanything has got to be better than what Im doing now  lol16:27
* SDuensin sees a lot of work in sneex's future.16:31
AMH_bobwhat's the record on running multiple sites on one server? And who is the holder?16:32
sneexthe thing is - the content isn't managed by the cms -- it just makes it available for some minor edits -- most of the issue is access and viewing of multimedia, etc.16:33
sneexI would almost just use PHP and Dokuwiki  \=   almost16:34
+Radix_I'd say plainblack probably has the most multiple sites16:40
+Radix_I've heard their demo server has quite a few going at once16:40
SDuensinYea.  Try it out.  Create 500 demos.  :-)16:44
pjesilol16:45
pjesiit is more about using them I think16:46
sneexi really am more interested in a managed web interface to access/view the multimedia files we host for clients, etc.  Less to a degree about making a site "editable" by clients.16:47
-!- sneex [n=wgGuest9@unaffiliated/sneex] has quit []17:03
-!- wgGuest59 [n=wgGuest5@mail.nichedirectoriesllc.com] has joined #webgui17:07
-!- wgGuest59 [n=wgGuest5@mail.nichedirectoriesllc.com] has quit [Client Quit]17:08
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has left #webgui []17:13
-!- vayde [n=vayde@209.134.142.196] has joined #webgui17:16
-!- mode/#webgui [+o vayde] by ChanServ17:16
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui17:17
pjesiis 7.3.16 working smoothly?17:53
@vaydeI haven't heard anything otherwise.17:54
@vaydeAre you having trouble?17:54
pjesino I am just preparing an upgrade :)17:55
pjesifrom 7.3.1217:55
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has joined #webgui18:19
-!- mode/#webgui [+v perlDreamer] by ChanServ18:19
+perlDreamerpreaction: are you here?18:19
@preactionyes18:20
+perlDreamerHave you read the new Storage code for case insensitive filesystems?18:20
@preactionnope18:20
+perlDreamerThere's something about it I don't get.18:20
+perlDreamerIt takes a GUID, turns it into hex, and then stores it in a lookup table in the db.18:21
+perlDreamerI don't get why you can't just regenerate the hex each time18:21
+perlDreamerit would save a db lookup18:21
@preactionwhat about legacy storage locations based on GUID?18:22
+perlDreamerany ideas?18:22
+perlDreamerthey're already messed up.18:23
@preactionwas concluded they couldn't be fixed because of the overlap possibility, can't translate them18:23
@preactionso what storage locations are using GUIDs and what ones are using Hex?18:24
+perlDreamerit depends on the config settings now18:24
@preactionno, the answer to my question is the database table18:24
+perlDreamerhm18:24
+perlDreamerI guess that does make sense.18:25
@preactiontechnically it doesn't have to store the hex, but (for now) there has to be some way to keep track of old, GUID storage folders, and new hex storage folders18:25
+perlDreamerDo you think that eventually all file locations will start using the hex?18:26
@preactionbut for each GUID there can only be one hex folder, no? so if that hex folder doesn't exist when ->get, try to get the GUID folder, no?18:26
@preactionhum. anyway18:27
+perlDreamerI would have thought that it would auto detect the OS, do a case check, then translate all GUIDs to hex as appropriate.18:28
+perlDreamerBut that would totally break packages across platforms.18:28
+perlDreamerIt may break them anyway...18:28
@preactioncouldn't auto-detect, the consensus was there is no reliable way to do it18:28
@preactionone windows is "WinNT", one is "Win32" one is "MSWin32" etc...18:29
-!- SuckyMcSuckerton [n=gyoung@64.200.2.35] has quit [Read error: 113 (No route to host)]19:16
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui19:20
-!- mode/#webgui [+v crythias] by ChanServ19:20
-!- khenn [n=khenn@66-190-54-175.dhcp.mdsn.wi.charter.com] has joined #WebGUI20:16
-!- mode/#webgui [+o khenn] by ChanServ20:16
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit ["Download Gaim: http://gaim.sourceforge.net/"]20:34
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]23:11
-!- SDuensin [n=Scott@22.sub-75-205-236.myvzw.com] has quit ["Leaving"]23:41
--- Day changed Tue May 08 2007
-!- crythias [n=gyoung@64.200.2.35] has quit ["Leaving."]00:47
-!- Haaarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui01:44
-!- mode/#webgui [+o Haaarg] by ChanServ01:44
-!- Haaarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has quit [Read error: 104 (Connection reset by peer)]01:46
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has quit [Read error: 110 (Connection timed out)]01:53
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI02:03
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:08
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:08
+Radix-wrkmornin'04:14
-!- vayde [n=vayde@209.134.142.196] has quit [Remote closed the connection]04:35
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has joined #webgui05:07
-!- mode/#webgui [+o vayde] by ChanServ05:07
-!- vayde [n=vayde@208-110-227-255.usfamily.net] has quit ["Exit- stage left"]05:31
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui09:27
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui10:23
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui11:01
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:14
pjesimorning11:47
pjesiis the update script needed to move from 7.3.12 to .16?12:07
-!- xootom [n=tom@195.224.29.66] has joined #webgui12:43
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:07
AMH_bobhttp://www.plainblack.com/upgrading_webgui is a good starting point...15:07
AMH_bob@pjesi: http://www.plainblack.com/upgrading_webgui15:07
pjesiAMH_bob: yes but since I currently do not have access to root it is impossible to run the script15:11
AMH_bobauwie, that changes things... I wonder if upgrading is advisable...15:12
pjesiperhaps not15:13
-!- SDuensin [n=Scott@101.sub-75-205-26.myvzw.com] has joined #WebGUI16:08
SDuensinGood morning.16:08
pjesiafternoon16:19
SDuensinHi pjesi 16:20
pjesihi16:20
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui16:29
-!- mode/#webgui [+o rizen] by ChanServ16:29
-!- perlmonkey2 [n=perlmonk@ip70-189-104-178.ok.ok.cox.net] has joined #webgui16:30
pjesiSDuensin: how is your desktop idea going?16:54
SDuensinVery well, thanks!16:55
pjesigreat news!16:55
SDuensinI'm trying to get things packaged up and documented to push a new build out.16:55
-!- vayde [n=vayde@209.134.142.196] has joined #webgui16:59
-!- mode/#webgui [+o vayde] by ChanServ16:59
pjesiSDuensin: cool, are you going to publish it on pb.com?17:00
SDuensinWell, the desktop I've been working on isn't appropriate for wG.  However, I've been reading and thinking about one that would be.  Not had time to write any code for it though.17:01
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:03
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]18:03
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit [Read error: 110 (Connection timed out)]18:51
-!- perlmonkey2 [n=perlmonk@ip70-189-104-178.ok.ok.cox.net] has quit ["Leaving."]18:56
-!- midellaq [n=midellaq@hermes.wseurope.com] has left #webgui []19:20
@preactionis the "Copy" clipboard action supposed to do a deep copy of an asset and all its children? or just the asset itself?19:22
pjesiI think it is supposed to be a deep copy but it doesnt always do that19:30
@preactioni think "Cut" does a deep copy, but "Copy" doesn't for some reason19:32
pjesitrue19:34
pjesiI don't remeber how I went around it though19:34
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui19:39
-!- mode/#webgui [+o rizen] by ChanServ19:39
-!- xootom [n=tom@195.224.29.66] has left #webgui []19:48
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui21:49
-!- mode/#webgui [+v MrHairgrease] by ChanServ21:49
-!- perlmonkey2 [n=perlmonk@ip70-189-104-178.ok.ok.cox.net] has joined #webgui22:28
-!- SDuensin [n=Scott@101.sub-75-205-26.myvzw.com] has quit ["Leaving"]23:53
--- Day changed Wed May 09 2007
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI02:23
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []02:24
-!- besonen_mobile [n=besonen_@71-220-227-185.eugn.qwest.net] has quit ["Leaving"]03:05
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:14
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:14
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]04:46
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has joined #webgui04:46
* PedersenMJ waves.04:46
+Radix-wrkMorning PedersenMJ04:52
PedersenMJhow goes it?04:53
+Radix-wrknot too bad04:53
+Radix-wrkyourself? :)04:53
PedersenMJdoing okay. busy as a one armed paper hanger in a windstorm, though.04:54
+Radix-wrkHmm.. I like the new RFE changes - difficulty and karma so far added to all RFE's04:56
+Radix-wrkthis sucks tho:04:57
+Radix-wrkDifficulty: 3004:57
+Radix-wrkKarma So Far: 374204:57
+Radix-wrkKarma Rank: 124.73333004:57
* PedersenMJ has to admit to not even visiting pb in a while. Been frustrating with how much I've got to get done at work and at home.04:59
-!- perlmonkey2 [n=perlmonk@ip70-189-104-178.ok.ok.cox.net] has left #webgui []07:10
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has quit []07:49
-!- diakopter is now known as TsantsasBiter08:20
-!- TsantsasBiter is now known as diakopter08:20
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui09:42
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui10:25
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:25
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]11:31
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui11:33
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui11:52
-!- besonen_mobile [n=besonen_@71-220-227-185.eugn.qwest.net] has joined #webgui12:31
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:08
-!- SDuensin [n=Scott@180.sub-75-207-169.myvzw.com] has joined #WebGUI15:47
SDuensinGood morning!15:50
AMH_bobHowdy!16:09
SDuensinHey AMH_bob 16:09
AMH_bobHow are things?16:10
SDuensinSo far, so good.  Just getting started though.16:11
AMH_bobHaha, and I'm almost on my last coffee break! And the nightshifts are running really smooth (Knock on wood).16:12
SDuensin:-P16:15
@rizenradix is a complainer16:52
SDuensinHey rizen 16:56
@rizenhow goes it sd16:56
SDuensinPretty good.  You?16:57
@rizenpretty good, just very busy16:59
SDuensinI hear ya.  Working on a new release of ZKDesktop here.  Lots of loose ends to tie up.16:59
@rizengood luck with that...release time can be quite hecktic17:01
@rizengot a new release of webgui to put out today too17:01
SDuensinSweet.17:04
* SDuensin needs to update to 7.3.16 yet!17:04
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui17:08
-!- vayde [n=vayde@209.134.142.196] has joined #webgui17:18
-!- mode/#webgui [+o vayde] by ChanServ17:18
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]17:34
-!- vayde [n=vayde@209.134.142.196] has joined #webgui17:35
-!- mode/#webgui [+o vayde] by ChanServ17:35
@rizenhowdy perlmonkey217:40
@rizenhow's the new survey coming?17:41
perlmonkey2slow :(  June 1st I'll either have plenty of time to work on it as things wrap up, or I'll have all my time to work on it if I don't wrap things up 17:44
perlmonkey2on my job.17:44
@rizenyikes17:46
perlmonkey2Not that bad in reality, but I'm working night and day to get this project wrapped up.  Actually if this week goes well, *my* part of the project will be mostly wrapped up and I can start doing something more fun (like your survey)17:47
@rizen*our* survey17:49
@rizenwe're a community17:49
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:00
-!- midellaq [n=midellaq@hermes.wseurope.com] has left #webgui []18:11
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]18:12
@rizenRadix_ you around?18:34
-!- rizen is now known as [19:22
-!- [ is now known as rizen19:22
-!- rizen changed the topic of #webgui to: [ WebGUI 7.3.17 | WRE 0.7.2 ]19:22
-!- dionak [n=dkidd@adsl-072-149-129-114.sip.clt.bellsouth.net] has joined #webgui21:17
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui21:26
-!- mode/#webgui [+v crythias] by ChanServ21:26
-!- khenn [n=khenn@66-190-54-175.dhcp.mdsn.wi.charter.com] has left #WebGUI []21:48
-!- rjacobsen [n=rjacobse@74-129-192-43.dhcp.insightbb.com] has joined #webgui23:19
rjacobseni am trying to use the ^Include("/this/file.html"); macro and for some reason i keep getting "INCLUDED FILE DOES NOT EXIST"....... is there a trick to this macro?23:20
@rizenare you using the full path to the file?23:21
@rizenand does your web server have the rights to read the file?23:21
rjacobsenwe placed the file in the /images folder in the webgui installation where we call images from and such23:21
rjacobsenso the actuall src directory is /images/docs/2.html23:22
rjacobsenand for some reason it is not seeing the file23:22
@rizennot relative to your web root23:25
@rizenrelative to your server root23:25
rjacobsenok so how do i figure the directory if i have it in the images folder?23:26
@rizenlike /data/domains/www.example.com/public/images/some/path/to/file.html23:26
@rizenis this a real folder or a webgui folder?23:26
@rizenreal folder being a folder on the server filesystem23:26
rjacobsenit is the main images folder of webgui that we use for web pages23:27
@rizenlet me try this again...do you access the folder through the webgui asset manager, or through an FTP account?23:27
rjacobsenthru ftp sorry23:28
rjacobsenit is web based23:28
@rizenthen you should be able to see the full path when you log in through ftp23:28
@rizenif you can't, then ask your hosting provider23:28
rjacobsenok here is our layout..... we have a main folder we use for all our hosted websites call common.... the images folder is inside this folder.... /data/domains/common/images/docs/2.html is the actual directory all the way to root...... 23:35
rjacobseni dont think there is any way to access this file from a browser23:35
@rizenyou don't need to access it from a browser23:36
@rizenthat's what Include is for23:36
rjacobsenright23:36
@rizenput in the full path ^Include(/data/domains/common/images/docs/2.html);23:36
rjacobsenso how do i make this work?23:36
rjacobseni tried that23:36
rjacobsenand it still comes up with the INCLUDED FILE DOES NOT EXIST23:37
@rizenif that path is correct, and the permissions are set such that the web server can read the file and folders that lead up to it, then it will work23:37
-!- rjacobsen [n=rjacobse@74-129-192-43.dhcp.insightbb.com] has quit ["User pushed the X - because it's Xtra, baby"]23:42
--- Day changed Thu May 10 2007
-!- SDuensin [n=Scott@180.sub-75-207-169.myvzw.com] has quit ["Leaving"]00:01
-!- crythias [n=gyoung@64.200.2.35] has left #webgui []00:17
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has left #webgui []00:54
-!- dionak [n=dkidd@adsl-072-149-129-114.sip.clt.bellsouth.net] has quit []01:00
+Radix_rizen: wassup?01:53
-!- dionak [n=dkidd@cpe-024-074-157-216.carolina.res.rr.com] has joined #webgui02:00
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit [Read error: 113 (No route to host)]02:34
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI03:22
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]03:33
-!- Radix-wrk [n=Jesse@formsys.com] has joined #webgui03:39
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:39
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []04:13
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui04:19
-!- mode/#webgui [+o preaction] by ChanServ04:19
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []04:29
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui04:31
-!- mode/#webgui [+o preaction] by ChanServ04:31
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has joined #webgui05:13
PedersenMJGood evening.05:13
+Radix-wrkyo05:17
PedersenMJHow's it going?05:19
+Radix-wrksame as yesterday :)05:20
* PedersenMJ is somewhat better, as I just got the care package from pb today :)05:21
+Radix-wrkAhh k.. cool05:21
+Radix-wrkmine will prolly take a while to get here I suspect ;)05:22
PedersenMJNah, I'm sure it's already on your back porch, awaiting you ;)05:23
+Radix-wrkoverseas delivery tho remember :)05:23
PedersenMJhence the ;)05:25
PedersenMJHonestly, I think you'll be lucky to get it within a week or two.05:25
PedersenMJGotta say, though, that JT came through on the Content Manager's Guide nicely. Looks good.05:25
@preactioncontent manager's guide was kristie05:26
@preaction(bopbop on IRC)05:26
+Radix-wrkOh?  you got a copy of that in your schwag bag?05:26
+Radix-wrkHmm.. I just ordered a copy for the office - will prolly get two copies now if that's the case :)05:27
PedersenMJActually, had JT take money out of winnings to order it.05:27
+Radix-wrkAhh k.. cool05:28
-!- Radix-wrk [n=Jesse@formsys.com] has quit [Read error: 104 (Connection reset by peer)]05:31
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui05:31
-!- mode/#webgui [+v Radix-wrk] by ChanServ05:31
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []05:42
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has quit []07:05
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui09:50
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui10:07
-!- SDuensin_ [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI10:44
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit [Read error: 110 (Connection timed out)]10:49
-!- diakopter [i=diakopte@pdpc/supporter/active/diakopter] has quit ["Lost terminal"]11:02
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:49
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui12:39
-!- mode/#webgui [+o preaction] by ChanServ12:39
-!- SDuensin_ [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:03
-!- SDuensin [n=Scott@149.sub-75-206-28.myvzw.com] has joined #WebGUI16:13
SDuensinGood morning!16:18
-!- mawe [n=mawe@boo.dfn-cert.de] has joined #webgui16:39
mawehi all. is there an easy way to remove parts of webgui from the installation so that they don't show up anywhere? i won't ever need the product stuff for example and would like to get rid of it, even in the admin interface.16:40
SDuensinHi mawe.  I don't know the answer to that one.  Hang out for about an hour and more people will be here.16:41
maweok, thanks!16:41
SDuensinAnytime.  :-)16:42
maweah... i see it's hardcoded in AdminConsole.pm. hm....16:43
xdangermawe: you can adjust the UI level, and remove assets in the config file...16:44
maweyes, that's for the "normal" users. but in the admin section all those things still show up.16:45
SDuensin"Normal users"?  You mean morons?16:48
mawe... no, normal as in "not admin" 16:50
SDuensin:-)16:51
+Radix_mawe: you can remove assets in your webgui config file17:01
maweRadix_: yes, i know. but that doesn't affect the admin menu17:01
mawei think i found a solution. i edit the admin menu template and filter out all entries i don't want17:01
+Radix_yeah, that'd work17:01
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui17:02
-!- vayde [n=vayde@209.134.142.196] has joined #webgui17:18
-!- mode/#webgui [+o vayde] by ChanServ17:18
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui17:18
perlmonkey2If anyone ever needs help with for Java to speak RPC::XML to Perl, just let me know.17:21
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui17:21
-!- mode/#webgui [+v crythias] by ChanServ17:21
-!- crythias [n=gyoung@64.200.2.35] has quit [Read error: 104 (Connection reset by peer)]17:27
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui18:02
-!- mode/#webgui [+v crythias] by ChanServ18:02
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]18:03
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:04
-!- MrHairgrease [n=martin@wlan-145-94-245-67.wlan.tudelft.nl] has joined #webgui18:24
-!- mode/#webgui [+v MrHairgrease] by ChanServ18:24
-!- MrHairgrease [n=martin@wlan-145-94-245-67.wlan.tudelft.nl] has left #webgui []18:33
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]18:56
-!- mawe [n=mawe@boo.dfn-cert.de] has quit ["Leaving"]19:07
-!- midellaq [n=midellaq@hermes.wseurope.com] has left #webgui []19:29
-!- vayde [n=vayde@209.134.142.196] has joined #webgui19:31
-!- mode/#webgui [+o vayde] by ChanServ19:31
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui19:48
-!- mode/#webgui [+v MrHairgrease] by ChanServ19:48
-!- dionak [n=dkidd@cpe-024-074-157-216.carolina.res.rr.com] has left #webgui []19:48
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui20:49
-!- mode/#webgui [+o rizen] by ChanServ20:49
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has left #webgui []22:17
-!- vayde [n=vayde@209.134.142.196] has quit [Remote closed the connection]23:11
-!- vayde [n=vayde@209.134.142.196] has joined #webgui23:13
-!- mode/#webgui [+o vayde] by ChanServ23:13
-!- crythias [n=gyoung@64.200.2.35] has left #webgui []23:46
-!- SDuensin [n=Scott@149.sub-75-206-28.myvzw.com] has quit ["Leaving"]23:55
--- Day changed Fri May 11 2007
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]01:03
-!- vayde [n=vayde@209.134.142.196] has joined #webgui01:10
-!- mode/#webgui [+o vayde] by ChanServ01:10
-!- vayde [n=vayde@209.134.142.196] has quit [Client Quit]01:11
-!- vayde [n=vayde@209.134.142.196] has joined #webgui01:12
-!- mode/#webgui [+o vayde] by ChanServ01:12
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI02:09
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []02:11
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit [Read error: 110 (Connection timed out)]02:42
-!- cap10morgan [n=wmorgan@vc1-868-3.adsl.indra.com] has joined #webgui03:35
cap10morganIt looks like MySQL 5.0.41 has a bug that affects WebGUI pretty badly03:36
cap10morganfrom my initial testing, it seems to not honor the binary flag on varchar fields03:36
cap10morganwhich obviously makes assetId's get screwed up03:36
cap10morganreverting to 5.0.37 fixed it03:37
cap10morganw/ no (apparent) data loss03:37
-!- cap10morgan [n=wmorgan@vc1-868-3.adsl.indra.com] has quit [Client Quit]03:37
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui04:22
-!- mode/#webgui [+v Radix-wrk] by ChanServ04:23
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI04:29
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]04:39
+Radix-wrkmornin'04:54
@rizenhowdy05:00
SDuensinHi gang.05:00
+Radix-wrkrizen: you asked for me the other day?05:06
@rizenyeah, i wanted to know if you'd do some jail time for me05:07
@rizenjudge said he'd let me off if i could find some sucker...er good person to take the time for me05:07
+Radix-wrkAhh.. surprised you're not keen on it in the hope you could spend time with Paris Hilton.05:08
@rizeni would except that in the US men and women aren't jailed together05:08
@rizenactually05:08
@rizeni was asking you why you were complaining05:08
@rizenabout the new features on the RFE list05:08
+Radix-wrkI wasn't - I think the new RFE stuff is great :)05:09
+Radix-wrkI was just whinging about how high that particular RFE was because I wanted it ;)05:09
+Radix-wrkDifficulty of 3005:10
@rizensome things take more time05:10
@rizenif it's worth it05:10
@rizenand people want it05:10
@rizenit will still get enough karma05:10
@rizenthere are some things that have a difficulty of 100 or more05:10
+Radix-wrkHmm.. nice idea, not sure if it will work that way in practice tho05:11
+Radix-wrkWhat I suspect is that most ppl don't read through the pages and pages of RFE's and simply put their own separately05:11
@rizenwell at some point we'll run out of low level stuff to do05:11
@rizenthat's true05:12
@rizenhowever, there's nothing i can do about people being too lazy05:12
@rizenunless you have some remedy for that05:12
+Radix-wrkI don't know any way to improve that either really05:12
@rizenoh, and i'm about to add a feature that may help to some extent05:12
@rizeni'll be listing the top 100 karma whores05:13
+Radix-wrklol05:13
@rizenthen you can contact those people and ask them to add their karma to your event05:13
@rizensorry, rfe, not event05:13
+Radix-wrkI'll probably be one of them atm actually ;)05:13
+Radix-wrkthanks to my community contest entries :)05:13
@rizeni think the top person has something like 14k karma05:13
@rizenbut yeah, you should be in the top 100 for sure05:14
+Radix-wrkI have 8k atm, and two entries in the style contest05:14
+Radix-wrkSo worse case scenario I get 2nd and 3rd and should get another 7.5k karma :)05:15
@rizensee...you have all the karma you need then to bump stuff to the top05:15
+Radix-wrkI know.. but I've already poured over 3k karma in that one and it's only up to 12405:16
@rizenit's all about how bad you want it05:17
@rizeni take it back05:19
@rizenthe highest has 21k05:19
@rizenmartin kamerbeek05:19
@rizencolin kuskie is next with 19k05:19
+Radix-wrkAhh.. good to see :)05:19
+Radix-wrkHow's the other WebGUI books coming along btw?05:21
+Radix-wrkI just ordered a copy of the Content Managers Guide for the office here, but keen on the other two when they're out too :)05:21
@rizenslow05:21
@rizenthe admins guide is going the slowest05:21
@rizencuz it has prereqs05:21
@rizeni have to get the new wre built05:21
@rizenin order to write the book05:21
+Radix-wrkAhh k05:22
@rizenthe design one is more than half finished05:22
@rizenso that one will be out next05:22
@rizenprobably in june05:22
+Radix-wrkSweet05:22
@rizenthe admins guide is more than 1/3 done05:22
@rizenbut several of the biggest chapters deal with the wre05:22
@rizenand i don't want to document the old wre05:22
@rizenor rather, i don't want to document both the old and the new05:23
+Radix-wrkThe admins guide - will that cover using the webgui api at all?05:23
@rizenso that's why i have to get the new one done05:23
@rizenno05:23
@rizenadmins is all about sys admin stuff05:23
@rizenwhich is mostly performance, security, and troubleshooting05:23
+Radix-wrkokey, so apache/mysql/wre stuff05:23
@rizenand webgui config stuff05:23
+Radix-wrkfair enough05:24
@rizeni've been debating whether we should write a dev book05:24
+Radix-wrkand designers guide is more template manipulation stuff?05:24
@rizenyup, design guide is all about templates, css, html, and javascript05:24
@rizenand mostly templates and css05:24
+Radix-wrkcool05:25
+Radix-wrkWell I'd be interested in a dev book, but yeah, don't know how many others will05:25
@rizenwe already publish a lot of dev stuff on the site05:26
@rizenthough i realize it's not very well organized05:26
+Radix-wrkI've actually got my sabbatical planned around WebGUI - and hope to throw myself in the deep end and spend some time learning the API and how to program in perl05:27
+Radix-wrkHeading off to Europe in August and going to spend a couple of weeks with Oqapi05:27
@rizenthe other thing is, that i'm not very fond of selling stuff to developers...i'd rather give it to them for free05:28
@rizenbut if we put out a book05:28
@rizenwe need to charge for it05:28
@rizenit's one of those crazy cycles05:28
@rizenyour sabbatical sounds great05:28
@rizenthe guys at Oqapi are awesome05:28
+Radix-wrkYeah, flight is booked, accomodation organised - and of course I get to spend a bit of time in Europe after that travelling around, so will be a launchpad for that05:29
+Radix-wrkI'm pretty excited about the trip05:30
xdangerrizen: would you have some time for a dev question?05:45
@rizenphone05:45
xdangerI have a custom asset that has a checkList in definitions %properties hash... and I would like to attach a "Manage" link to it (like on templates) and can't find a way to hook it...05:47
@rizenok, i'm off the phone05:57
@rizenradix: http://www.plainblack.com/wg/karma05:58
@rizenxdanger, that's easy05:58
@rizendo you know how to use the $session->icon api?05:58
@rizenif you do05:58
@rizenthen you just pass your manage icon05:58
@rizeninto the subtext parameter05:58
@rizenof your form field05:59
xdangerok, had missed the subtext param...05:59
xdangerI have a few hundred workflows running whit the status "undefined" what does that mean?06:00
@rizenwhere did you see that "status" ?06:01
xdangerperl spectre.pl --status 06:02
xdangerit has last state06:02
xdangerand in the "show running workflows" section06:03
@rizenhmm that's not good06:03
@rizenthat most likely means that those workflows are crashing when they try to execuute06:03
@rizenplus, you should never have a few hundred workflows06:03
@rizeneven on our busiest servers, that have almost 100 sites06:03
@rizenwe never have more than 50 or so workflows waiting around to be executed06:04
xdangerHmm.. it has one for every 5min for the last month or more...06:04
xdangerstrange that it doesn't hapen on other sites on the same server06:05
@rizenit's likely some sort of config issue then06:05
@rizenwith spectre running06:05
@rizenwhat happens when you do06:05
@rizenperl spectre.pl --test06:05
xdangertesting.... tests completed.06:06
xdangerI have this in webgui.log: 2007/05/11 05:55:56 - ERROR - spectre.conf - POE::Kernel::_dispatch_event[1013] - WORKFLOW: Something bad happened on the return of IsDtpNfe7cvKvjJy9WRwNQ.06:06
@rizenthere you go then06:06
@rizenincrease your log level06:06
@rizento INFO06:06
@rizenand it will likely tell you what happenedd06:06
xdangerctre.conf - POE::Kernel::_dispatch_event[1013] - ADMIN: Couldn't fetch Spectre configuration data for webgui...06:08
xdangerok, so something wrong with the config =)06:08
@rizenwhat version of webgui are you running?06:08
xdangerjust upgraded to latest06:09
@rizenand you restarted both spectre and modperl after the upgrade was complete?06:09
xdangermany times =)06:09
@rizenok then, don't know what to tell you06:09
xdangerand this was happening before I belive...06:09
@rizenyou'll have to troubleshoot why it can't read the config data06:10
@rizenfrom your server, you could try:06:10
xdangercould it be some parameter missing?06:10
@rizencurl http://www.site.com?op=spectreGetSiteData06:10
@rizenand see if it returns a valid JSON document06:11
xdangerhtml06:13
@rizenthen you need to discover why that's happening06:13
@rizenand fix it06:13
@rizensorry i can't be more specific06:13
xdanger main::[[undef]] - Couldn't execute operation : WebGUI::Operation::Spectre::www_spectreGetSiteData. Root cause: Can't call method "get" on an undefined value at /data/WebGUI/lib/WebGUI/Operation/Spectre.pm line 53.06:16
@rizentwo problems there06:25
@rizen1) you have a corrupt workflow in your WorkflowInstance table06:25
@rizen2) there is a bug in WebGUI::Operation::Spectre, in that it's not handling your corrupt data more gracefully06:26
xdangerMy fault...06:33
xdangerI had now added the right Workflow that I was refering to =)06:34
xdangers/now/not/06:36
xdangerIs there a workflow waiting timeout? for commitWithApproval06:42
xdangerHow long it waits for approval? does it clean up at some point?06:43
@rizenit waits forever06:44
@rizenuntil someone either approves or denies it06:44
xdangerMy user has Already cluttered her inbox and has approved newer autotags..06:45
xdangerThere's not a function tu approve pending versions in admin console?06:46
@rizenno..only approvers can approve them06:47
@rizenand they get them in their inbox06:47
@rizenand pending stuff is always at the top of the inbox06:47
xdangerI just don't like that the end user gets a mail about every approval... We have a cs that users can edit, and some of them manage to edit multiple times before admin has time to approve...06:48
xdangerSuspended Workflows   5706:48
xdangerall same site waiting...06:49
@rizenxd, i'm not an rfe list, if you want something to work differently, submit it to the rfe list not to me06:50
xdanger=)06:50
xdangerI'm just thinking aloud...06:50
@rizenin any case...i'm done for th enight...ttyl06:51
xdangerI think I'm done for the night, and the mornign...06:53
xdangerI hate upgrade nights =)06:53
xdangerthe always strech to the morning06:53
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []08:19
nubaheh ain't that soo true!08:21
nubafamous last words: "just a sec, boss, this upgrade will be a snap!.."08:22
nubaand then "whoops!"08:23
-!- pjesi_ [n=pjesi@perl.is] has joined #webgui09:09
-!- pjesi [i=pjesi@perl.is] has quit [Read error: 104 (Connection reset by peer)]09:11
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui09:44
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui09:49
-!- Teonnyn^ [i=Teonnyn@cpe-24-165-56-73.hawaii.res.rr.com] has joined #webgui11:51
Teonnyn^Heya11:51
Teonnyn^Is anyone awake?11:54
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]12:03
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui12:38
Teonnyn^heya12:44
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui12:48
-!- mode/#webgui [+o preaction] by ChanServ12:48
-!- Teonnyn^ [i=Teonnyn@cpe-24-165-56-73.hawaii.res.rr.com] has left #webgui []13:23
-!- MrHairgrease [n=martin@194.171.50.114] has joined #webgui13:43
-!- mode/#webgui [+v MrHairgrease] by ChanServ13:43
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:07
AMH_bobHello14:37
+MrHairgreasehi14:45
AMH_bobI jumped in too soon... A "Teonnyn" was here earlier, looking for help. Unfortunatly he/she left before I responded.14:51
AMH_bobBut Hi to you too!14:51
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has quit ["Windows doesn't have users, it has hostages."]15:52
-!- SDuensin [n=Scott@235.sub-75-204-31.myvzw.com] has joined #WebGUI15:59
SDuensinGood morning.16:06
+MrHairgreasehi16:06
SDuensinHowdy.16:08
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui16:46
-!- mode/#webgui [+v Radix_] by ChanServ16:46
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui16:48
-!- vayde [n=vayde@209.134.142.196] has joined #webgui17:00
-!- mode/#webgui [+o vayde] by ChanServ17:00
-!- xootom [n=tom@195.224.29.66] has joined #webgui17:26
-!- pjesi_ is now known as pjesi18:07
-!- xootom [n=tom@195.224.29.66] has left #webgui []18:16
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]18:18
-!- midellaq [n=midellaq@hermes.wseurope.com] has left #webgui []18:21
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has quit ["Windows doesn't have users, it has hostages."]18:21
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:21
SDuensinHey rizen - I shipped a demo of the ZK Desktop that doesn't take a PHD in Eclipse to install if you still want to play with it.  http://sourceforge.net/forum/forum.php?forum_id=69481018:31
@rizeni hate you want want you to die18:31
SDuensinGee, is that a way to talk to your #1 wG fan?18:32
SDuensin:-P18:32
@rizenoh, did i say that outloud18:32
@rizen=)18:32
@rizeni'll take a look at some point. unfortunately i'm pretty busy right now18:33
@rizenthanks for letting me know18:33
SDuensinI hear that.  "Busy" is why I don't have a prototype desktop done in YUI yet.  :-)18:33
-!- MrHairgrease [n=martin@194.171.50.114] has left #webgui []18:35
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui18:58
-!- mode/#webgui [+v Radix_] by ChanServ18:58
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit [Remote closed the connection]19:50
-!- SDuensin [n=Scott@235.sub-75-204-31.myvzw.com] has quit ["Leaving"]23:57
--- Day changed Sat May 12 2007
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]02:39
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI03:05
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has joined #webgui05:33
* PedersenMJ waves, in a good mood. Just ran the last of the wires for the networking upstairs. Finally starting to get comfortable with this :)05:33
-!- perlDreamer [n=colink@pool-71-117-209-62.ptldor.fios.verizon.net] has joined #webgui07:19
-!- mode/#webgui [+v perlDreamer] by ChanServ07:19
+perlDreamerpreaction: have you got anywhere with the generic Container asset?07:19
-!- perlDreamer [n=colink@pool-71-117-209-62.ptldor.fios.verizon.net] has quit ["Leaving."]07:33
-!- PedersenMJ [n=Pedersen@mail.icelus.biz] has quit []07:42
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []13:29
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit [Read error: 110 (Connection timed out)]15:01
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui15:08
-!- mode/#webgui [+o preaction] by ChanServ15:08
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI16:20
-!- vayde [n=vayde@209.134.142.196] has joined #webgui16:53
-!- mode/#webgui [+o vayde] by ChanServ16:53
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit [Read error: 110 (Connection timed out)]17:21
-!- Hinrik_ [n=hinrik@dsl-228-236.hive.is] has joined #WEBGUI17:34
-!- vayde [n=vayde@209.134.142.196] has quit ["Exit- stage left"]21:32
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI21:52
-!- perlmonkey2 [n=perlmonk@ip70-189-104-178.ok.ok.cox.net] has joined #webgui21:59
--- Day changed Sun May 13 2007
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit [Read error: 110 (Connection timed out)]01:19
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI01:24
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []02:14
-!- Netsplit leguin.freenode.net <-> irc.freenode.net quits: perlbot, ckotil, Hinrik_, nuba, pjesi, @preaction, +Radix_, besonen_mobile, perlmonkey206:07
-!- Netsplit over, joins: @preaction, perlmonkey2, Hinrik_, +Radix_, pjesi, besonen_mobile, perlbot, nuba, ckotil06:07
-!- Netsplit leguin.freenode.net <-> irc.freenode.net quits: perlbot, ckotil, nuba06:13
-!- Netsplit over, joins: ckotil06:14
-!- Netsplit over, joins: perlbot06:14
-!- Netsplit over, joins: nuba06:15
-!- perlmonkey2 [n=perlmonk@ip70-189-104-178.ok.ok.cox.net] has quit ["Leaving."]06:42
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has joined #webgui19:46
-!- mode/#webgui [+o vayde] by ChanServ19:46
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has quit [Read error: 104 (Connection reset by peer)]19:46
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has joined #webgui19:47
-!- mode/#webgui [+o vayde] by ChanServ19:47
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has quit ["Exit- stage left"]20:58
-!- Hinrik_ is now known as Hinrik23:38
--- Day changed Mon May 14 2007
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has joined #webgui00:10
-!- mode/#webgui [+o vayde] by ChanServ00:10
-!- Radix-wrk [n=Jesse@formsys.com] has joined #webgui03:09
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:09
-!- Radix-wrk [n=Jesse@formsys.com] has quit ["Leaving"]05:51
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui05:51
-!- mode/#webgui [+v Radix-wrk] by ChanServ05:51
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has quit ["Exit- stage left"]08:00
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui09:43
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui09:45
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui10:57
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:47
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:15
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has left #webgui []14:30
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit [Read error: 110 (Connection timed out)]15:28
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has joined #webgui15:38
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui15:47
-!- SDuensin [n=Scott@196.sub-75-206-121.myvzw.com] has joined #WebGUI16:14
SDuensinGood morning.16:14
-!- AMH_bob [n=AMH_bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]16:15
ckotilgood morning16:22
SDuensinHello16:26
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui16:52
-!- mode/#webgui [+o rizen] by ChanServ16:52
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui17:17
-!- mode/#webgui [+o Haarg] by ChanServ17:17
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui17:30
-!- mode/#webgui [+v crythias] by ChanServ17:30
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit [Remote closed the connection]17:49
-!- snapcount [n=royjohns@65.248.171.167] has joined #webgui17:51
-!- mode/#webgui [+v snapcount] by ChanServ17:52
+snapcountI've found a bug and the cause but I'm not sure what the best fix is... anyone care to discuss?17:53
SDuensinBest fix is the one that makes it work that I don't have to write.  :-P17:53
+snapcounthehe there he is17:53
+snapcountI miss the witty responses17:53
Hinrikand the best way to get the fix is to just ask, not ask to ask :P17:54
SDuensinSorry.  Been busy lately.  :-)17:54
+crythiasdelete the code that causes the bug17:54
+crythias:)17:54
+snapcounthehe hey crythias 17:54
+snapcountwell I'll talk outloud and maybe I'll figure out a good way on my own17:55
+snapcountany hackers listening feel free to chime in17:55
+snapcountif you grant all privileges to a user on a database then use the sql form with a dblink on that db it says the proper permissions are not there17:56
+snapcountthe reason is that the _databaseLinkHasPrivileges sub is pushing a big ass string onto the @privilges array17:57
+snapcount$VAR1 = [17:57
+snapcount          'GRANT USAGE ON *.* TO \'ipLookup\'@\'localhost\' IDENTIFIED BY PASSWORD \'*DBE711C67C780542D8C70A6639FA2A5DB1D352DF\'',17:57
+snapcount          'GRANT ALL PRIVILEGES ON `ipaddressassignments`.* TO \'ipLookup\'@\'localhost\''17:57
+snapcount        ];17:57
+snapcount$VAR1 = [17:57
+snapcount          'GRANT USAGE ON *.* TO \'ipLookup\'@\'localhost\' IDENTIFIED BY PASSWORD \'*DBE711C67C780542D8C70A6639FA2A5DB1D352DF\'',17:57
+snapcount          'GRANT ALL PRIVILEGES ON `ipaddressassignments`.* TO \'ipLookup\'@\'localhost\''17:58
+snapcount        ];17:58
+snapcountsomething like that17:58
+snapcountbut then doing this to check permissions17:58
+snapcountreturn 1 if (isIn('ALL PRIVILEGES', @privileges));, 17:58
+snapcountso it seems the intent is to have the element 'ALL PRIVILEGES' in the array17:59
+snapcountand not that string17:59
+snapcountI think I see why this is happening18:05
+snapcountthe regex pushing elements on the array is splitting off of the comma character18:05
+snapcountthere is no comma in the "show grants for current_user" stmt result18:05
+snapcountGRANT USAGE ON *.* TO 'foo'@'localhost' IDENTIFIED BY PASSWORD '*F3A2A51A9B0F2BE2468926B4132313728C250DBF' | 18:06
+snapcount| GRANT SELECT, INSERT, UPDATE ON `ipaddressassignments`.* TO 'foo'@'localhost'18:06
+snapcountso if you have all privileges the comma is not there, and you get big-ass-string instead of the good stuff18:07
+snapcountthis should be easy to fix18:07
+snapcountheh18:17
+snapcountI hate regular expressions18:17
+snapcountperhaps if I were good at them I wouldn't say that18:17
@preactionbut if split doesn't find the delimiter, it should return the entire string18:24
+crythiaswhy do I find that sentence vaguely scatlogical?18:25
+snapcountit does18:25
+snapcountthe problem is that isIn doesn't match "All Privileges" from big ass string18:26
@preactionmight need to use grep?18:29
@preactionshould we also just be looking for /ALL/i? I'm not sure how other RDBMS say all privs. i think i added an error message for some debugging purposes, but didn't get much feedback18:32
+snapcountI have a patch but it needs to be tested18:38
+snapcountit seems to work18:38
+snapcountchange line 660 to this18:38
@preactionthe guy on the buglist might be able to help, he tested my stuff18:39
+snapcountif (m/GRANT (.*) ON/) {18:39
+snapcountI don't know why martin made it so specific18:39
+snapcounthe probably had a reason though b/c he's smart18:40
+snapcountok I'll post the bug with the patch and make it clear that it needs to be tested18:40
+snapcountthanks for the feedback though18:41
-!- midellaq [n=midellaq@hermes.wseurope.com] has quit ["Leaving."]19:31
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has quit []21:53
-!- Haarg [n=haarg@24-177-123-127.dhcp.mdsn.wi.charter.com] has joined #webgui21:56
-!- mode/#webgui [+o Haarg] by ChanServ21:56
-!- crythias [n=gyoung@64.200.2.35] has quit ["Leaving."]23:27
-!- SDuensin [n=Scott@196.sub-75-206-121.myvzw.com] has quit ["Leaving"]23:50
--- Day changed Tue May 15 2007
-!- vayde [n=vayde@209.134.142.196] has joined #webgui00:41
-!- mode/#webgui [+o vayde] by ChanServ00:41
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI01:24
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:46
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:46
-!- Netsplit leguin.freenode.net <-> irc.freenode.net quits: @Haarg, Hinrik, ckotil, perlbot, +snapcount, nuba, @vayde, +Radix-wrk, pjesi, SDuensin, (+4 more, use /NETSPLIT to show all of them)04:18
-!- Netsplit over, joins: @Haarg, nuba, +snapcount, SDuensin, @rizen, +Radix-wrk, perlbot, ckotil, Hinrik, @preaction (+3 more)04:49
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has joined #webgui04:52
-!- mode/#webgui [+o vayde] by ChanServ04:52
-!- snapcount [n=royjohns@65.248.171.167] has quit []04:59
-!- vayde [n=vayde@c-75-72-85-140.hsd1.mn.comcast.net] has quit ["Exit- stage left"]05:13
-!- snapcount [n=royjohns@10.207.189.72.cfl.res.rr.com] has joined #webgui05:52
-!- mode/#webgui [+v snapcount] by ChanServ05:53
-!- perlDreamer [n=colink@pool-71-117-209-62.ptldor.fios.verizon.net] has joined #webgui06:03
-!- mode/#webgui [+v perlDreamer] by ChanServ06:03
-!- perlDreamer [n=colink@pool-71-117-209-62.ptldor.fios.verizon.net] has left #webgui []06:03
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has joined #webgui09:57
-!- wgGuest23 [n=wgGuest2@host63-236-static.23-87-b.business.telecomitalia.it] has joined #webgui11:15
-!- wgGuest23 [n=wgGuest2@host63-236-static.23-87-b.business.telecomitalia.it] has quit [Client Quit]11:15
-!- midellaq [n=midellaq@hermes.wseurope.com] has joined #webgui11:27
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:42
-!- Netsplit leguin.freenode.net <-> irc.freenode.net quits: @Haarg, nuba14:06
-!- Netsplit over, joins: @Haarg, nuba14:07
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has quit ["Leaving"]14:08
-!- snapcount [n=royjohns@10.207.189.72.cfl.res.rr.com] has quit []15:42
-!- SDuensin [n=Scott@222.sub-75-206-52.myvzw.com] has joined #WebGUI16:22
-!- SDuensin [n=Scott@222.sub-75-206-52.myvzw.com] has left #WebGUI ["Leaving"]16:23
-!- SDuensin [n=Scott@222.sub-75-206-52.myvzw.com] has joined #WebGUI16:23
SDuensinGood morning!16:23
-!- snapcount [n=royjohns@65.248.171.167] has joined #webgui16:24
-!- mode/#webgui [+v snapcount] by ChanServ16:24
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui16:51
@rizentop of the mornin to ya16:52
@preactionhear hear!16:53
SDuensinrizen !  preaction !16:55
@preactionalive and kicking?16:55
* SDuensin is coffee powered.16:56
-!- Ecnerifed [i=DeFirenc@dsl-240-117-37.telkomadsl.co.za] has joined #webgui17:02
Ecnerifedhi all17:02
Ecnerifedim thinking of using webgui for our website, i need to know how easy it is to mod?17:02
@rizenoooh we've got a new guy17:02
Ecnerifedlawl17:03
@rizendo you know perl?17:03
Ecnerifedno :(17:03
SDuensinNEW GUY!17:03
SDuensinEcnerifed - Neither did I.  It's not hard.17:03
@rizenthen it won't be easy for you to mod, cuz webgui is written in perl17:03
@rizenhowever, perl is not a hard language to get started with17:03
@rizenas sd just said17:04
SDuensinPerl can either look like an ASCII Factory explosion, or clean and readable.  WebGUI is pretty clean.17:04
@rizenhere's your first perl scrip17:04
@rizenprint "Hello world\n";17:04
Ecnerifedok, well, what i need to mod is, i need to make webgui use a custom password hash, instead of the default one, i also need it to use different rows to the username and pass hash17:05
@rizenseriously though, if you want the best perl book on the market17:05
@rizenif you want to learn it17:05
@rizenget this: http://www.oreilly.com/catalog/1932111921/17:05
Ecnerifedhow hard would that be?17:05
@rizenonce you know perl...pretty easy17:06
@rizenon a scale of 1..1017:06
@rizenit's probably a 317:06
Ecnerifedok, so i must find a perl dev now :(...17:06
Ecnerifedok17:06
@rizenwhat part of the world are you from?17:07
SDuensinSounds like you're trying to auth against an existing database. 17:07
SDuensinCan you get to it via LDAP?17:07
Ecnerifedi have a c++ dev, a java dev, a php dev, delphi, etc, now i need a perl dev17:07
* Ecnerifed sighs big time17:07
Ecnerifedlol17:07
@rizenhttp://www.pm.org/17:07
@rizenat that site you can locate your local perl mongers group17:08
Ecnerifedi dont even kno what LDAP is...17:08
@rizenthey'll point you to a perl dev17:08
@rizenincidentally, if your existing developers are worth anything17:08
@rizenthey should be able to pick up perl quickly17:08
Ecnerifedhmmm17:08
Ecnerifed:S17:08
@rizenespecially the c++ and php peeps17:08
Ecnerifedim just the owner of the server, even though i seem to be doing a bit of everything17:09
@rizencuz perl has a natural bond to c17:09
@rizenand php is a descendant of perl17:09
Ecnerifedok17:10
Ecnerifedi gotta work on a volenteer basis since its a free server :(17:10
+Radix_there's no perl mongers group in Perth :(17:34
-!- Ecnerifed [i=DeFirenc@dsl-240-117-37.telkomadsl.co.za] has left #webgui []17:35
@rizenradix...you should start one17:35
+Radix_lol.. but I don't know perl myself!17:35
@rizenthere wasn't one in madison when i got here17:35
+Radix_well.. not more than the basics anyway :)17:36
@rizenthat's actually all you need17:36
@rizenperl mongers is a training program17:36
@rizenwhereby all it's members train each other17:36
@rizenyou figure out things together17:36
@rizenand pm.org will give you free web space, and a free mailing list17:36
@rizenso you don't need to have any expenses17:36
@rizenand on top of that, o'reilly will give you free books17:37
@rizento evaluate17:37
+Radix_perhaps after my sabbatical I can think about it.. at the moment I really don't feel confident enough with perl to do much17:37
+Radix_that was the idea behind the sabbatical.. to throw myself into perl and webgui and learn more about it all17:38
-!- crythias [n=gyoung@64.200.2.35] has joined #webgui17:44
-!- mode/#webgui [+v crythias] by ChanServ17:44
ckotilman, i encountered a wierd bug with pending version tags today.18:00
ckotilmade a PB support forum post.18:00
SDuensinAny CSS experts in here?  I got an IE issue I can't fix.  :-(18:02
+crythiasnot an expert, but willing to take a gander18:02
ckotilim not very good at it, i just try recreating the wheel until the wheel works in all browsers18:02
-!- AMH_mari [n=mari@alphamega-dmp.xs4all.nl] has quit ["using sirc version 2.211+KSIRC/1.3.12"]18:04
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has quit ["leaving"]18:09
SDuensincrythias - with IE (preferably 6), look at http://new.duensing.com ...18:13
SDuensinIf you expand the "Rylee-Photos-Age 2" portion of the tree, it makes the menu item text wider than the column...18:14
SDuensinOn working browsers, that extra text is truncated at the line separating the columns.  In IE, it screws up the layout by forcing the menu column to be rendered below the end of the content column.18:15
SDuensinhttp://new.duensing.com/duensing-style/duensing.css currently has "overflow-x" in it, which I know doesn't work (it's CSS3), but I figured I'd try since "overflow" didn't work either.18:17
+crythiasinteresting it works in ie tab18:25
+crythiasack. I don't have IE6.18:26
SDuensinIt truncates that wide text?18:26
SDuensinAh.18:26
+crythiasIE7 works.18:26
SDuensinIE7.  I didn't try it there.18:26
SDuensinWith Windows Genuine Annoyance, I want to still support 6.18:27
+crythiasbut then again...I'd probably try to not confine to a div18:27
SDuensinHow can I do it?18:27
* SDuensin is no CSS expert. He "borrowed" that layout.18:27
+crythiasI don't know that I like the expansion layout. 18:28
+crythias:(18:28
SDuensinThe who?  The tree thing?18:28
+crythiasIt's my fault, though.18:28
+crythiasyeah, it's just personal preference because it (to me) appears to be too many clicks to get to the point.18:29
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit [Read error: 110 (Connection timed out)]18:39
SDuensinI used the tree because that menu has the possibility of getting HUGE.18:45
SDuensinGuess I need to rethink it.18:45
SDuensinStill, it won't fix my problem if the text is too wide.  It still needs clipped.18:45
+crythiasif the menu is to be huge, that menu system will cause long load times.18:46
SDuensinThat's true.  The tree loads all at once.  That'd be bad.18:46
-!- midellaq [n=midellaq@hermes.wseurope.com] has quit ["Leaving."]19:27
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui19:31
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has joined #webgui21:04
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has joined #webgui21:22
-!- mode/#webgui [+v perlDreamer] by ChanServ21:22
+perlDreamerpreaction: why does the method of getting the URL inside of a Thread break macros that use $session->asset?21:23
@preactionbecause $session->asset points to the current asset as instanciated from the URL21:24
@preactionhaving urla?func=previousThread actually display the thread with url="urlb" means $session->asset points to urla21:24
+perlDreamerhmmm...21:25
@preactionunless the code updates $session->asset (which would be worse)21:25
+perlDreamerdoes that mean that we don't need to www_nextThread methods anymore then?21:25
+perlDreamerlike mark them as deprecated?21:25
@preactionlet me see if the DoS still has their bug open for the side effect of this bug21:26
@preactionyeah, i'd probably mark them as deprecated21:29
+perlDreamerI'll patch them21:30
pjesican someone remind me of the svn repository?21:33
@preactionhttps://svn.webgui.org/plainblack/WebGUI21:36
pjesithx21:39
pjesijust lost all my bookmarks to a horrible FF extension21:40
pjesithe ical, does it always subscribe to the entire calendar, or does it matter which view is enabled (month/week/day/event)?21:44
@rizenthe view has nothing to do with the feed21:45
pjesiok good21:45
@rizenif anybody's got some ideas on what i'm doing wrong with the following code, please shout them out.21:49
@rizenmy $var = 1;21:49
@rizenmy $handler = &somesub;21:50
@rizen&$handler($var);21:50
@rizenthe problem is that $var never gets passed into $handler21:50
@rizen$handler does get executed though21:50
@preactionit should be \&somesub; # get a reference, not the output21:57
@rizenah21:57
@rizenthanks21:57
@rizeni knew i was sccrewing up something21:57
-!- jamestolley [i=jamestol@udp179836uds.hawaiiantel.net] has joined #webgui22:28
-!- snapcount [n=royjohns@65.248.171.167] has quit []23:08
+perlDreamerare scripts in sbin supposed to a #! line?23:30
@rizenwre/sbin yes23:31
@rizenWebGUI/sbin no23:31
+perlDreamerokay23:31
+perlDreamer-3 bugs23:31
SDuensinOh my god.  Start looking for the four horsemen.  IE7 just rendered something correctly and Firefox blew it.23:35
+perlDreamerYou must be mistaken, SD.23:36
@rizeni agree, sd is smoking something23:36
+perlDreamerThat's like saying that entropy decreased.23:36
@rizenSD: you really blew that guy23:36
@rizenSD: you really licked his ass23:36
@rizenhehe23:36
+crythiasDemolition Man!23:37
+crythiasAll restaurants are Taco Bell!23:37
* crythias vomits a little in his mouth.23:38
@rizencrythias, you can take this job and shovel it23:38
SDuensinI know.  I can hardly believe my eyes.23:38
* SDuensin is doing some DOM inspecting to see if Firefox is looking at the same thing IE is using.23:38
+crythiasYou are a savage creature rizen, and I wish for you to leave my domicile now!23:40
+crythiasYou've finally matched his meet!23:41
+crythiasrizen, You are an incredibly sensitive man, who inspires joy-joy feelings in all those around you.23:42
@rizencrythias, You are fined one credit for a violation of the Verbal Morality Statute. 23:45
+crythiasWhat's with the seashells?23:46
@rizenI want you to rob, I want you to pillage, I want you to steal! I want you to do all the wonderful things that we used to do before all of this happened! This world will be ours! Are you with me?23:46
+crythiasYeah!23:46
@rizenhe doesn't know how to use the three sea shells23:46
@rizen=)23:46
+crythiasyay IMDB quotes!23:46
@rizeni've been meaning to watch that movie again23:48
@rizenjust haven't had time23:48
+perlDreamertime/shmime23:50
+perlDreamerdude, you work at home!23:50
@rizenyeah, but that doesn't mean i don't work all day long23:51
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has quit [Remote closed the connection]23:51
-!- crythias [n=gyoung@64.200.2.35] has left #webgui []23:51
--- Day changed Wed May 16 2007
-!- SDuensin [n=Scott@222.sub-75-206-52.myvzw.com] has quit ["Leaving"]00:02
-!- mode/#webgui [+o jamestolley] by rizen00:03
@rizenpreaction, when you get a chance, can you please permanently op jamestolley00:03
@rizenjames, please register your account with freenode00:03
@rizencheck out www.freenode.net for info on how to do that00:03
-!- vayde [n=vayde@209.134.142.196] has joined #webgui00:53
-!- mode/#webgui [+o vayde] by ChanServ00:53
-!- SDuensin [n=Scott@12-217-162-173.client.mchsi.com] has joined #WebGUI02:10
-!- perlDreamer [n=ckuskie@nat054.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:29
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit []03:17
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:51
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:51
@rizenif anybody is here, i have a question04:16
@rizenan opinion needed04:16
@rizenif the WRE has a web based console for adding/removing/editing sites and all other functions, and an API for automation04:16
+Radix-wrki'm here04:16
@rizendoes it need command line utilities as well for any reason?04:16
+Radix-wrkSorry.. phone04:21
+Radix-wrkProbably not really04:21
@vaydeI think it does.  I distrust gui utilities, but that might just be my neurosis04:22
+Radix-wrkthe onyl advantage I find with command line is that you tend to get more feedback/errors if something goes wrong04:22
+Radix-wrkand more options04:23