WebGUI irc logs from: 2008-05.log

--- Log opened Thu May 01 00:00:49 2008
-!- dionak [n=diona@97.66.185.250] has quit []00:31
+snapcountargh... why is mysql replication so freaking cumbersome00:39
@rizenremove mysql00:39
@rizenreplication is cumbersome00:39
+snapcountheh... I guess that is a better way to put it00:40
+snapcountI've never worked with repl on another rdbms before00:40
@rizeni meant remove it from the sentence00:40
+snapcountso it could be equally crappy on all platforms00:41
@rizennot your server00:41
+snapcountlol00:41
+snapcount"but you said to remove mysql"00:41
@rizeni've used it on oracle, mysql, and sybase00:41
@rizenmysql is the easiest to set up, but has the fewest options out of the ones i've used00:41
@rizenyou need a special degree in oracle in order to set up replication in oracle00:42
+perlDreamersnapcount, he means s/mysql //; #all replication is freaking cumbersome00:42
Samus_Arancan someone point me in the direction for updating the logout/login part.  I have a styled login form that I want to appear once the person logs out00:43
+snapcountperlDreamer: indeed =)00:46
Samus_Aranfigured it out. 00:46
+perlDreamerSamus_Aran: when a person logs out returns you to the page that you were looking at (if you have permission)00:48
+perlDreamerit doesn't show you a custom relogin form00:48
+perlDreamerso all you can do is style the generic login form00:48
Samus_AranI found on the Wikie: ^LoginToggle("Click here to log in.","Click here to log out.","/url/to/your/template");00:51
Samus_Aranwhich seems to be what I want00:51
Samus_Aranthat is, if /url/to/your/template contains HTML for the login form.  if not, I'm still lost00:52
+perlDreamerSamus_Aran: I'd suggest the L_loginBox macro instead00:54
+perlDreamerbut either may do the trick00:54
Samus_Aranwhich only appears when they are not logged in?00:54
Samus_Aranmaybe I will just keep the login form always visible, as I sometimes change users 00:55
+perlDreamerl_loginBox: If they are logged in, it shows them a link to their account.  If logged out, it shows them a login box for username/passwd00:55
+perlDreamerLoginToggle: show them text 1 with login if logged out, text 2 with logout if logged in00:55
+perlDreamerbut you can build more sophisticated stuff as well00:56
+snapcountrsync freaking rules00:59
CIA-5WebGUI: jt * r6283 /WebGUI/ (13 files in 8 dirs): added coupons01:06
+snapcountdoes anyone know what is being used to announce svn commits in IRC?01:09
+snapcountthat is really cool... is it a one off or out there on the interwebs?01:10
+snapcountpreaction: is this a custom perlbot you wrote?01:10
@preactionno, see http://cia.vc01:11
+snapcountsweet... thanks man01:11
Samus_Aransnapcount: rsync is great :)01:24
Samus_Aranalong with a small script to dump databases, it is very handy for offsite backups01:25
+snapcountit's good for repairing replication when it breaks so you don't have to copy entire snapshots of the dbs01:26
+snapcountesp when the db is like 20GB01:26
+snapcountmuch faster01:27
Samus_Aranwell, these are teeny databases, hehe.  just a few MB01:27
Samus_Aranhaven't had to deal with huge ones yet01:27
+snapcountI'm new to it as well01:27
+snapcountwe have one now that is appx 750 million rows01:27
Samus_Aranwhat is in it?01:27
+snapcountpeople data01:27
Samus_Aranuser accounts for a web site ?01:28
+snapcountcriminal records, phone book type stuff, real estate transactions, etc01:28
+snapcountprofessional records01:28
+snapcountjudgements, bankruptcies, lienss01:28
+snapcountall kinds of crap01:28
+snapcountnot users in a website01:29
+snapcountthis is more like all the people in the united states01:30
+snapcountand puerto rico I think01:30
+snapcountthankfully we don't replicate that data =)01:32
+snapcountthat would be interesting to say the least01:32
CIA-5WebGUI: jt * r6283 /WebGUI/ (13 files in 8 dirs): added coupons01:32
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:38
Samus_Aransnapcount: what type of hard drive do you have to drive it, and how much RAM ?01:39
Samus_Aranpresumably a fast RAID array01:40
Samus_Aranand too many GB of RAM01:40
+snapcountThat data is on a RAID 1, SAS 300GB 15K RPM01:41
+snapcount32GB of memory and dual quad core 2.0 GHz xeons01:41
Samus_Aranit is remarkable how cheap servers are now than a few years ago01:42
+snapcountfor sure01:42
Samus_Aranmillion dollar servers are now available for a few thousand01:42
Samus_Arankind of scary.01:42
+snapcountthat box I think cost me like 5 or 6K01:42
+snapcountbut we buy a lot of servers and get a fat discount01:42
Samus_Arandiscounts are always nice01:43
-!- rizen is now known as rizenisaway01:44
+snapcountI tell you what really impresses me is MySQL cluster01:45
+snapcountif they could make it work with complex selects it would solve world hunger =D01:45
@apeironheh, http://www.oreillynet.com/onlamp/blog/2008/04/the_mysql_appliance.html01:46
@apeiron^^ that's impressive01:46
+snapcountit is soooo fast and fault tolerant01:46
+snapcountwe have a four node setup that handles all of our AAA01:46
+snapcountapeiron: I saw that at the conference a few weeks ago01:47
+snapcountit is impressive but pricey01:47
+snapcountI think bottom floor is like 25K and tops out around $200K01:47
+snapcountbut the architecture of using an "SQL Chip" is pretty cool01:48
+snapcountThe guy told me they won't be available until late fall01:50
+snapcountbut it sucks that they won't sell you the chip only01:50
@apeironYeah, 10/14/2008 according to that site.01:50
@apeironindeed. I'd like to frob it with different DBs.01:50
+snapcountyou have to buy the appliance which is just a COTS server with a PCI-X card containing that chip01:50
+snapcountand a diff storage engine for mysql01:50
+snapcountwho knows... maybe that will come someday =)01:51
+snapcountfinally got replication back up on this box01:55
+snapcountwhat a PITA01:55
CIA-5WebGUI: jt * r6284 /WebGUI/lib/WebGUI/ (7 files in 4 dirs): added missing help files01:57
+perlDreamerrizenisaway: You big stud!01:59
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI02:02
-!- Sunmaster_14 [n=Sunmaste@h19-afsc.ded.indra.com] has quit ["Ex-Chat"]02:12
CIA-5WebGUI: colin * r6285 /WebGUI/lib/WebGUI/Help/Asset_Product.pm: point Product Asset help to Sku help instead of wobject02:20
CIA-5WebGUI: colin * r6286 /WebGUI/ (3 files in 3 dirs): more product variants work, i18n, forms and upgrade script02:20
Samus_Aranonce SSD are cheaper and faster, it will effortlessly beat out 15K drives02:25
Samus_Aranit has the potential to be many times faster than any current disks02:25
Samus_Aranand as a bonus is smaller and uses less electricity02:26
+perlDreamerthere was a slashdot article saying that now, performance wise, they're much slower than mechanical drives02:26
Samus_Arancurrently they just plug into SATA slots and are not economical or particularly efficient02:26
Samus_Aranbut it is still the first generation02:27
Samus_AranI don't think platter drives will be used within 4-5 years02:27
Samus_Aranthey will also be cheaper to produce once the manufacturing is behind it02:28
Samus_Aranoh, and great for databases, random access with the same seek time02:28
Samus_AranI'm about to build a 5.4 TiB array at home (9x SATA 750GB disks).  perhaps by the time that is bursting at the seams, SSD will be cheap =)02:29
Samus_AranI haven't heard anything about heat, but I imagine SSD are very cool compared to platter disks.  you can heat a house with regular hard drives02:31
+perlDreamertoo bad you can't cool them :)02:31
+snapcountmy macbook air has the SSD02:32
+snapcountit is a bit slower02:32
+snapcountbut the battery lasts for like 4.5 - 5 hrs02:33
+snapcountit's really good at random writes but the mech drives blow it away on sequential writes02:33
+snapcountwhich makes sense I think02:33
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:39
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit ["leaving"]02:52
CIA-5WebGUI: colin * r6287 /WebGUI/ (2 files in 2 dirs): begin migrating Product data into variants02:52
Samus_Aranbattery efficiency, speed and storage capacity are going to skyrocket with SSD02:55
Samus_Arandoes anyone know how I can duplicate a template so that I can paste in my custom made code ?02:56
Samus_Aranif I go to assets and select a template and do duplicate, it doesn't duplicate the template02:56
Samus_Aranit just creates an empty folder02:56
Samus_Arannot sure how to copy as well the content in it02:56
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui02:57
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit [Client Quit]02:57
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui02:57
-!- mode/#webgui [+o apeiron] by ChanServ02:57
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:15
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:15
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: @preaction03:25
-!- SquOnk [n=emhn@201.211.84.218] has quit ["Yippie kay-ai-yay fudder muckers!"]04:02
Samus_Aranduplicated the template manually, and now it won't let me apply anything to a whole branch... hum04:04
Samus_Aranone question: is there a way without Apache mod_rewrite to make the top of the web site not have a name ?04:05
Samus_Aranfor example "home" shows up as http://www.foo.com/home04:05
Samus_Aranbut it also shows up as http://www.foo.com/04:05
Samus_Aranwhich is bad for search engines and caching04:06
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: Samus_Aran, ckotil, perlbot, @rizenisaway, metanil, +snapcount, CIA-5, vayde, nuba, +Radix-wrk, (+6 more, use /NETSPLIT to show all of them)04:11
-!- Netsplit over, joins: @apeiron, perlbot, ckotil, GooeyOfSteel, metanil, +Radix_, +perlmonkey2, vayde, Samus_Aran, +snapcount (+4 more)04:13
-!- Netsplit over, joins: @rizenisaway, diakopter04:13
-!- mode/#webgui [-o rizenisaway] by ChanServ04:13
+Radix-wrksounds like spectre is the cause then04:15
+Radix-wrkspectre shouldn't be timing out04:15
+Radix-wrkcheck your spectre.conf file for typos, invalid domain names, etc04:15
-!- DX^ [n=dx@c-24-99-22-37.hsd1.ga.comcast.net] has joined #webgui04:16
DX^I want to start a circuit schematic archive, so I want the ability to categorize a bunch of content, but I also want it to have tags and comments, so users can add info and search, can I do this with WebGUI?04:16
+Radix-wrkthe wiki has tags, and you can add pages, search, etc04:17
+Radix-wrkit doesn't have the concept of comments though04:17
Samus_AranRadix-wrk: I restarted Apache earlier, then restarted spectre, I haven't changed anything since last time it was started a few weeks ago, hm04:17
@apeironNo comments in non-CS content, anyway.04:17
@apeironAnd I think the Gallery has comemnts.04:17
@apeironBut they're simple enough to add.04:18
+Radix-wrkgallery/cs might be your best bet04:18
+Radix-wrknew gallery in 7.5 has tags too doesn't it?04:18
@apeironhrmmm04:18
@apeironNot sure, haven't used it much.04:19
+Radix-wrkI'm pretty sure it does04:19
DX^What is CS?04:19
@apeironCollaboration System.04:19
DX^ah04:19
@apeironThe guy who wrote it isn't here at the moment.04:19
@apeiron(the gallery)04:19
DX^webgui has all this?04:19
+Radix-wrkDX^: Collaboration System - the Gallery is a rewrite of it essentially04:19
Samus_AranADMIN: Fetching site data for foo.com.conf04:20
+Radix-wrkthese are just a couple of the wobjects available04:20
Samus_AranADMIN: [Error] Couldn't connect to WebGUI site foo.com.conf at http://foo.com:80/?op=spectreGetSiteData.  Response: 500 read timeout04:20
Samus_Aranthat's all I get04:20
Samus_Aranthen it resumes what looks like normal working 04:20
Samus_Aranno more errors04:20
Samus_Aran(using --debug --run)04:20
Samus_Aranshould spectre be started before or after Apache ?04:21
Samus_AranI forget04:21
+Radix-wrkafter04:21
Samus_Aranthat's what I thought, and what I did.  I guess I'll go dig around in the log files to see if there's anything more helpful04:21
@apeironSamus_Aran, If you're using the WRE, try the 'all' target.04:22
@apeirone.g. /data/wre/sbin/wreservice.pl --restart all04:22
+Radix-wrkcheck the dns resolution for foo.com04:22
Samus_Aranapeiron: manual install via the guide, on an Ubuntu system04:22
+Radix-wrkAlso check that the foo.com.conf has specified the right ip block for the spectre04:23
Samus_AranRadix-wrk: I can get to the site and do all the admin stuff without any apparent issues, except a single lock on the home page item that I need to apply a theme to the whole site04:23
Samus_AranI can apply versions fine04:23
Samus_AranI mean commit04:23
+Radix-wrkhmm..04:23
+Radix-wrkso you can commit other things and they go through?04:24
+Radix-wrkmight just be a stuck workflow then04:24
Samus_AranI had issues with spectre before, but those were stopping everything04:24
+Radix-wrkgo to workflows and run it manually perhaps04:24
DX^Can someone show me a web site using the collaboration system04:25
Samus_AranI tried going to the URL the --debug gave me, and it eventually pops up a download window, but after a long time04:25
Samus_Aranperhaps the timeout is set too low04:25
Samus_Aranbut I don't know why it would take a long time, the server is pretty fast04:25
Samus_Aranit says file type is text/json04:25
+Radix-wrkDX^: the collaboration system is incredibly flexible.. you can template it to do anything really.  forums, photo galleries, flash video galleries, etc04:25
Samus_Aranpops up after about 60-90 seconds04:25
+Radix-wrkDX^: The collaboration system is probably the most flexible object in webgui imho - and any example we showed you would have the limitations imposed by the template used really.04:27
+Radix-wrkI have a flash video template I use for flash movies on our website - http://www.formsys.com/maxsurf/videos04:28
Samus_Aranclicking on "Show running workflows" is lagging as well, though it isn't appearing even after 2+ minutes04:28
DX^So I can let people add stuff to this?04:29
DX^this seems way too complicated04:29
DX^I don't want to roll my own, hah04:29
+Radix-wrkit's not particularly complicated if you use an existing template04:30
Samus_AranBEGIN failed--compilation aborted at /var/www/WebGUI/lib/WebGUI/Asset/Template/TemplateToolkit.pm line 19.04:30
Samus_Aranline 19 is "use Template;"04:31
@apeironSamus_Aran, There'll probably be something before that line which explains the error.04:31
@apeirone.g., "Can't find Template.pm in @INC [...]"04:31
Samus_AranError loading WebGUI::Asset::Template::TemplateToolkit! - Can't locate Template.pm in @INC04:32
@apeironuh huh.04:32
@apeironSamus_Aran, This site worked before?04:32
Samus_Aranyes, was working fine the past several weeks04:32
@apeironLooks like your environment isn't set up properly. Using the same perl and such?04:33
Samus_Aransame GNU Screen session with same environment variables04:33
Samus_AranApache was updated by Ubuntu somewhere along the line I think04:33
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]04:33
@apeironhm. If Apache was updated, did it replace the config?04:34
@apeironWhat about modperl?04:34
Samus_Aran@INC conta04:34
Samus_Aranins: /var/www/WebGUI/lib04:34
Samus_AranI can't remember if mod_perl was updated.  I run an update every day or two on the server04:34
Samus_Aranthe directory contains only WebGUI.pm.  does the Perl @INC also read sub-directories ?04:35
@apeironIf the package name is appropriate.04:35
@apeirone.g. if you want WebGUI::Session it'll look in /var/www/WebGUI/lib/WebGUI for Session.pm04:36
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui04:36
Samus_Aranthere are five Template .pm files in the sub directories04:36
Samus_Aran/var/www/WebGUI/lib/WebGUI/Asset/Template/TemplateToolkit.pm04:37
@apeironYes, they're all below /var/www/WebGUI/lib yes?04:37
@apeironThat means that they're all WebGUI:: packages.04:37
Samus_Aranoh wait, that was the package that tried to load Template.pm04:37
@apeironYes.04:37
@apeironTemplate.pm is a separate, non-WebGUI module.04:37
Samus_AranOh, I see.  confused me with so many Template.pm files in the WebGUI dir.  I will confirm it is installed and up-to-date and all that04:38
@apeironIt has to be, if you've been running WebGUI before.04:38
@apeironThe fact that it's suddenly missing makes me think that either it was uninstalled by one of those updates of yours or some environment variable got broken somehow.04:39
Samus_AranI will search the hard drive for Template.pm to see where it is04:40
Samus_AranI ran the perl script to check the environment, and it only checks for HTML::Template:04:41
Samus_Aranis that the Template.pm ?04:41
Samus_Aranand it was installed according to the script04:41
@apeironThat's a different module.04:42
Samus_ArantestEnvironment.pl doesn't check for anything else with Template in it04:42
Samus_Araninstalling Template Toolkit Version 2.19 manually04:43
Samus_Arancpan install Template04:43
@apeironDon't do that, you'll pull in junoscript.04:43
@apeiron(bit of a bug in the cpan command utility)04:44
@apeironjust run: cpan Template04:44
@apeironBetter, why not use a vendor package?04:44
Samus_Aranyou mean apt-get install somethingorother ?04:45
@apeironYes.04:45
Samus_AranI followed the instructions originally from the site, perhaps Ubuntu updated the module and broke things04:46
Samus_Aranit's installing them now04:47
* Samus_Aran crosses fingers04:47
* Samus_Aran goes to microwave a burrito...04:47
Samus_Arandifferent error now: Can't locate Time/Format.pm in @INC04:56
Samus_Aranstrange that all the modules were fine before, now they're all bungled up04:57
@apeironCould be that one of your upgrades broke things.04:57
-!- snapcount [n=snapcoun@162.5.101.97.cfl.res.rr.com] has joined #webgui04:59
Samus_Aranno more errors in the Apache log, but Spectre still gets: Response: 500 read timeout05:02
Samus_Aranwill check webgui log05:02
Samus_Arannot completely sure what this means from the debug output of Spectre:05:03
Samus_AranWORKFLOW: Checking to see if we can run anymore instances right now.05:03
Samus_AranWORKFLOW: There are 0 running instances.05:03
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit [Read error: 113 (No route to host)]05:03
Samus_Arandoes that mean Spectre isn't running, or just that there are no workflows ?05:03
@apeironIf spectre's not running, there can't be any workflows queued.05:04
@apeironAre you sure spectre's running?05:05
Samus_AranI am watching it in debug mode, yes05:07
Samus_Aranokay, the webgui log explains the error as:05:07
Samus_AranRoot cause: Can't call method "get" on an undefined value at /var/www/WebGUI/lib/WebGUI/Operation/Spectre.pm line 72.05:08
Samus_Aranwhich is: next unless $instance->getWorkflow->get("enabled");05:08
@apeironSo $instance->getWorkflow is returning undef.05:09
Samus_Aranmaybe I should just update to .2505:09
Samus_Aran*3505:09
* Samus_Aran notices the topic says .3205:09
Samus_Aranthe testEnvironment told me .35 was available05:09
-!- apeiron changed the topic of #webgui to: [ WebGUI 7.4.35-stable / 7.5.10-beta | WRE 0.8.3 ] Before you ask, check the wiki: http://wiki.webgui.org | Pastebin: http://webgui.pastebin.com/ | Find JT and PB at YAPC::NA, buy tickets now! http://conferences.mongueurs.net/yn200805:09
@apeironno it doesn't05:09
@apeiron<.<05:10
Samus_Aranhehe05:10
Samus_Aranmy mistake05:10
@apeironNo worries, easy mistake to make.05:10
Samus_Aranoh great, now I'm 9 versions behind :p05:10
Samus_Aranwill try the update and hopefully this gremlin will take a hike05:11
@apeironHonestly, first thing I'd try is simply restarting the whole shebang. May not help but I dunno.05:11
Samus_Aranthe kernel has probably been updated along the line, though that doesn't usually affect things05:12
Samus_Aranexcept when the old kernel modules are removed05:12
Samus_Aranit has only been on for 14 days.. the Ubuntu is stupidly running in a VMware Player virtual machine on Windows 200305:13
Samus_Aranhad to do a Windows Update05:13
Samus_AranI've been given the go ahead to scrap Win2K3 and put Ubuntu straight on the server, but haven't had any time05:14
@apeironIf you're going that route, maybe you should try the WRE?05:14
Samus_Aranthere are lots of other web sites and databases running05:14
@apeironOn the Ubuntu VM?05:15
Samus_Aranplus I like security updates to be quick and easy05:15
Samus_Aranyes05:15
@apeironah.05:15
Samus_Aranit's quite silly, nothing on Win2K3 is even being used.  the previous tech just sort of patched anything together05:15
Samus_Aranthe network was a complete mess, too05:15
@apeironYou could set up Apache's mod_proxy to proxy to the other sites or host them outright, and set up the DB to be shared.05:15
Samus_Arannothing labelled05:16
Samus_Aranonce it isn't in the VM, it will help, as all the RAM will go to the VM.  right now it is limiting it to half05:16
Samus_Aranoh, I checked, only 1/405:16
Samus_Aran512MB instead of 2GB05:16
@apeironHello, swap city!05:16
Samus_Aranit's also a rack mount server.... sitting on a wooden shelf05:17
@apeironwood? heh05:17
Samus_Aranthey didn't even want to buy a locking metal cabinet with air vents05:17
Samus_Arananyway, thank you for your help05:18
Samus_AranI will get back to you after I've done the update if the gremlin lives on05:18
@apeironno worries, hope things go well for you.05:18
@apeironI might be in bed by that time, heh05:18
Samus_Aranit will be another day, my brain has melted and it's time for me to go home05:18
@apeironnight night, then.05:18
Samus_Arangoodnight.  *wanders off in the direction of home*05:18
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui05:20
-!- mode/#webgui [+v Radix-wrk] by ChanServ05:20
-!- rizenisaway [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []05:35
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]05:38
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]05:48
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui06:21
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has quit [Read error: 104 (Connection reset by peer)]06:21
-!- mode/#webgui [+v snapcount] by ChanServ06:53
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Connection timed out]06:53
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui07:21
-!- mode/#webgui [+o preaction] by ChanServ07:21
Samus_Aranbe back tomorrow =)07:29
-!- Samus_Aran [n=ILL@about/linux/supportwhirlwind/SamusAran] has left #WebGUI ["onwards I go ..."]07:29
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit ["leaving"]07:43
-!- apeiron [n=apeiron@71.230.67.187] has joined #webgui07:44
-!- mode/#webgui [+o apeiron] by ChanServ07:44
-!- apeiron [n=apeiron@71.230.67.187] has quit [Client Quit]07:44
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui07:44
-!- mode/#webgui [+o apeiron] by ChanServ07:44
-!- snapcount [n=snapcoun@162.5.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]07:46
patspamhi guys, just wondering what the status of Survey 2.0 is? couldn't see it in the 7.5.10 beta09:09
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:29
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui12:05
-!- mode/#webgui [+o Haarg] by ChanServ12:05
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]12:40
-!- BartJol [n=plainstu@51-167.surfsnel.dsl.internl.net] has joined #webgui13:57
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:22
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui15:54
-!- mode/#webgui [+o Haarg] by ChanServ15:54
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]16:02
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]16:16
ckotilIf i have a group that can read and edit an asset can i limit access to edit by leaving a user out of the turn admin on group?16:32
BartJolI don't think so...16:34
BartJolthe canEdit boolean will be true16:34
ckotilbc if a user cant utrn on admin mode, how will they ever edit an asset?16:34
BartJoltrying it16:36
ckotilcool, thanks.16:36
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:36
BartJolah, indeed16:37
ckotilworks?16:37
ckotilnice. this will make my group structure much simpler and easier to manage16:37
BartJolthey can't directly16:37
BartJoltesting wehether they can do it by a fuvction in the url16:38
ckotilya i was thinking that.16:38
ckotil?func=edit16:38
BartJolah, they can edit, but don't see the edit button16:39
ckotilok16:39
ckotilthats very good to know. thank you BartJol 16:39
BartJolwell it's a free day16:41
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:41
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:41
BartJoland it's good for me to know to16:41
BartJolckotil it's the <tmpl_if showAdmin> variable16:48
ckotilgotcha.16:48
BartJolfror pages16:48
BartJoland 16:49
BartJol<tmpl_if session.var.adminOn for other assets16:49
-!- SDuensin [n=Scott@103.sub-75-206-46.myvzw.com] has joined #WebGUI16:56
BartJolmorning16:56
-!- steveo_aa [n=sno@adsl-76-234-133-88.dsl.sfldmi.sbcglobal.net] has joined #webgui16:58
SDuensinGreetings.17:02
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui17:03
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:05
-!- mode/#webgui [+o Haarg] by ChanServ17:05
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:16
-!- mode/#webgui [+o rizen] by ChanServ17:16
@rizenI'm thinking that we have to many people from Holland coming to the WUC.17:18
BartJolwhy?17:18
@rizenAnd maybe we, as Americans, should stage an uprising and not let them into our country.17:18
@rizenThey may invade and try to take us over.17:18
@rizen=)17:18
dionakand make us drink massive amounts of beer?17:19
BartJolso you finally discovered our plans17:19
dionaksounds scary17:19
@rizenexactly dionak17:19
@rizenWe still love you Bart17:20
@rizen=)17:20
BartJolwell than you just have to feed us beer, and pretend that you're drinking too17:20
dionaklol17:20
BartJolthanks17:20
BartJoltoday it's national hangover day here17:21
-!- topsub [n=josh@cpe-071-071-252-225.carolina.res.rr.com] has joined #webgui17:23
-!- tavisto [n=plainbla@pool-71-115-176-152.gdrpmi.dsl-w.verizon.net] has joined #WebGUI17:24
CIA-5WebGUI: jt * r6288 /WebGUI/ (3 files in 3 dirs): 17:29
CIA-5WebGUI: - rfe: subscribe entire user group to a collaboration message board17:29
CIA-5WebGUI: - Added show in forms and is editable properties to group manager.17:29
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has joined #webgui17:41
knowmadAnd all's quiet....17:50
tavistoyes it is. heh17:50
knowmadTime for a question!17:50
tavistoI have a question for whoever wants it.17:50
knowmadShoot17:50
BartJolonly thing that happened that JT was expression his fears for dutch people17:51
BartJolbut go ahead with the question17:51
-!- knowmad is now known as aknowmad17:51
tavistohah, okay.  Has anyone tried using the permissions tab on the settings screen? I created a new user group called "reports" and set the Transactions permissions to that group. However, I tried accessing transactions with a user in that group and it says I dont have the permissions17:52
tavistoI tried to do it directly through the ?op=listTransactions and it comes back with the permissions error17:53
BartJolso that's the commerce system?17:53
aknowmadi haven't tried it17:53
tavistoyeah that's the transactions in WebGUI's commerce system17:54
tavistobut from what I can tell those permissions aren't working17:54
aknowmad7.5 or 7.4?17:55
BartJolmaybe those people should also be in the turn admin on group17:55
tavistothis is latest beta17:55
tavistoyeah I'm just afraid they would mess stuff up :)17:55
@preactionthey should only have to be in the correct group17:56
@preactionshouldn't also have to be in Turn Admin On17:56
tavistoyeah, that's what I thought.. I thought you could basically setup ANY regular user group to be able to do those specific functions17:56
aknowmadI've got an SQL question -- what comes back from an unconditional_read request? api docs say it's a result set statement handle. how do I use that to get at the data returned from a SELECT query?17:57
BartJolso your statement is SELECT * from table;?17:58
BartJoloh sorry, misunderstood18:02
BartJolthat's a bit too deep for me18:08
@preactionaknowmad, see WebGUI::SQL::ResultSet. something as simple as while ( my $row = $sth->hash ) { ... }18:12
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui18:12
-!- mode/#webgui [+v snapcount] by ChanServ18:13
aknowmadare you referring to api docs or the code?18:13
aknowmadis it a true DBI sth? can I call methods like fetchall_hashref with it?18:14
@preactionnot that i know of18:15
@preactionbut check the API docs18:15
aknowmadok, i don't see that method in there so assume it's not availabe18:16
@preactioni don't think it's a subclass, but... if you wanted fetchall_arrayref why are you using $db->read instead of $db->buildArrayRefOfHashRefs18:16
aknowmadi guess it's not a DBI sth18:16
aknowmadahh, because i didn't know that method was available.... I'm still learning the ins and outs of wG's db workings18:17
aknowmadwhich brings up another question--when do you recommend using read vs. unconditional_red?18:17
aknowmads/red/read/18:17
aknowmadalso, are these methods essentially helpers that perform prepare and execute in one fell swoop?18:20
@preactionunconditional read is, if i'm not mistaken, "don't error if the statement fails"18:20
aknowmadyes, that's what the docs tell me18:21
aknowmadbut i'm wondering what the use case is for this method18:21
@preactionyes, they're essentially helpers that call prepare, execute, and fetch all at once18:21
@preactionwhen you don't want an error in the read to kill the rest of the process? i dunno, i've never used it18:21
aknowmadthat's what i was wondering18:21
aknowmadmy thinking is it's not something to use lightly18:22
aknowmadunconditional_read, that is18:22
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui18:23
-!- mode/#webgui [+v perlDreamer] by ChanServ18:23
aknowmadok, thanks for the insights preaction18:23
aknowmadmorning perlDreamer18:23
+perlDreamermorning aknowmad18:23
+perlDreamerare you _the_ knowmad, or just _a_knowmad?18:24
aknowmadi'm THE knowmad; had some problems with my client reserving just 'knowmad' nick18:24
aknowmadmight be b/c i'm laid up in bed sick :(18:24
+perlDreameroy18:24
+perlDreamernot a good day18:24
aknowmadbetter than yesterday when i had a 102F fever!18:24
+perlDreamerI recommend lots of hot drinks and SciFi reruns18:25
aknowmadyeah, i've done the teas; i've got a bit of code to write then will be cranking up some Battlestar Galactica reruns18:25
-!- vayde [n=vayde@32.145.186.128] has joined #webgui18:33
-!- vayde [n=vayde@32.145.186.128] has quit [Read error: 104 (Connection reset by peer)]18:35
CIA-5WebGUI: yung * r6289 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Asset/Wobject/Thingy.pm): fixed: Thingy: Problem with delete Thing permissions18:36
@apeirongack, coding while sick is a Bad Idea.18:37
+perlDreameryeah, it's better to write tests18:37
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui18:42
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit []18:45
-!- BartJol [n=plainstu@51-167.surfsnel.dsl.internl.net] has left #webgui []18:52
-!- dionak [n=diona@97.66.185.250] has quit []20:22
-!- tavisto [n=plainbla@pool-71-115-176-152.gdrpmi.dsl-w.verizon.net] has quit []20:37
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit [Read error: 110 (Connection timed out)]20:44
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui20:58
-!- mode/#webgui [+v perlDreamer] by ChanServ20:58
-!- topsub [n=josh@cpe-071-071-252-225.carolina.res.rr.com] has quit ["Leaving"]21:01
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui21:19
-!- khenn [n=khenn@71-86-227-90.static.mdsn.wi.charter.com] has joined #WebGUI22:07
-!- mode/#webgui [+o khenn] by ChanServ22:07
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit []22:20
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui22:20
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit [Client Quit]22:24
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui22:26
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]22:36
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]22:50
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui22:52
-!- citronized [n=chatzill@AStrasbourg-157-1-38-38.w90-40.abo.wanadoo.fr] has joined #webgui23:32
citronizedhi :)23:33
+perlDreamerHi23:33
+perlDreamerdo you have some WebGUI questions, citronized?23:33
citronizedI'm wondering if I can install WebGUI and still use MAMP (Apache+MySQL) for other local sites ?23:35
+perlDreameryes23:36
citronizeddo I have to download the source or the WRE ?23:36
citronizedI don't want to mess my present configuration :-/23:37
+perlDreamerit is easiest to use the WRE, since it's all optimized to work well together23:37
+perlDreamerand there's nothing stopping you from running other sites on the WRE as static sites23:37
citronizedok, but I'll need to rename some conf files, is that right ?23:38
+perlDreamerperhaps, it depends on what you're trying to do23:38
citronizedjust trying to try WebGUI :D23:39
+perlDreamerhave you tried a demo site yet?23:39
citronizedyup23:39
citronizedseem to be weel feet to my project :)23:39
+perlDreamergood23:40
+perlDreamerWebGUI tries to meet all sorts of needs23:40
citronizedlooks like, yup23:40
citronizedbasically, I need a pool function (perhaps I need to custom it) and an access to a dedicated MySQL DB23:41
citronizedand a good user dashboard configuration :)23:42
citronizedmy project is a free library, so I need to be able to write records, etc.23:42
citronizedmange groups23:43
citronizedmanage23:43
citronizedI believe WebGUI is able to meet my needs, isn't it ?23:44
+perlDreamernot sure what a "pool function" is, but WebGUI has very fine grained group and user privileges and a dashboard.23:44
citronizedwell, I've seen in the demo that polls are limited to 20 answers (excuse my english for the pool :) ) and I might need more answers per question ;)23:47
+perlDreamerah, not a problem about the english.23:47
+perlDreamerThere is a new poll function coming out at the end of May23:47
+perlDreamerperlmonkey2: ping.  You awake/around?23:48
citronizedgood news :)23:48
+perlDreamerperlmonkey2 would know how the new poll works, since he wrote it :)23:48
citronizedgood23:48
citronizedI don't think my needs are that complex :)23:49
+perlDreamerhave you seen the i18n.webgui.org site, for translating WebGUI into other languages?23:49
citronizednope23:49
+perlDreamerYou can download and install a French language pack23:49
+perlDreamerit's about 38% translated23:49
+perlDreameror, if you wish, you can actually use that website to contribute back to the project by translating things that aren't done yet23:50
citronizedwow, cool way to share, i think :)23:51
+perlDreamerYeah.  Since I mainly speak english, I try to write tests and help people out in the forums and here on IRC.23:51
citronizedperhaps i can help them in spanish too :)23:51
+perlDreamerthat would be cool23:52
+perlDreamerthere's been a group from Colombia working on the Spanish translation for a while23:52
+perlDreamerthey've done a huge amount of work23:52
citronizedgreat23:52
citronizedI still haven't read anything about hosting, is there particular server settings needed ?23:53
+perlDreamerhttp://www.webgui.org/community-wiki/source-install23:54
+perlDreamerthat's how to do a source install23:54
citronizedcool :)23:55
+perlDreamerthe wiki has a ton of info on using and installing WebGUI23:56
-!- SDuensin [n=Scott@103.sub-75-206-46.myvzw.com] has quit ["Leaving"]23:56
citronizedmmmh... the source install seems a bit tricky for me :o23:57
+perlDreamerwell, you can use the WRE, but you'd need to move your other configs over to its apache23:58
+perlDreamerit might be better to use a different server than your main one for initial tinkering23:59
citronizedwell, my "server" is my iMac :)23:59
--- Day changed Fri May 02 2008
+perlDreamerthat's actually good, since the main WebGUI devs all use Macs00:00
+perlDreamerit will mean fewer hiccups00:00
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit []00:00
citronizedwhat are hiccups ?00:01
+perlDreamerwith respect to computers, problems or glitches00:01
citronizedok, aka bugs ? :)00:02
+perlDreamerwith respect to people, it's when the diaphragm muscle contracts quickly00:02
+perlDreameryeah00:02
citronizedright, i get it ;)00:02
-!- khenn [n=khenn@71-86-227-90.static.mdsn.wi.charter.com] has quit []00:03
citronizedto host webgui do I need more then apache, MySQL and PHP ?00:04
+perlDreamerno PHP, perl00:05
+perlDreamerperl and mod_perl00:05
+perlDreamerand yes, you do00:05
citronizedoh, ok00:05
+perlDreamerImageMagick00:05
citronizedok00:05
+perlDreamera ton of perl modules00:05
+perlDreamerit should all be there in the wiki page00:06
citronizedso an Unix server i guess ?00:06
+perlDreamerno, it will run on Windows, Macs and Linux/Unix00:06
citronizedok00:06
+perlDreamerwell, Macs nowadays are really BSD/Unix based00:06
citronizedi'm gonna look deeper in the wiki then ;)00:07
citronizedsure they are00:07
citronizedmy present personal website use Joomla, but it seems that webgui is even more intuitive :)00:08
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui00:09
citronizedI'm wondering about the client side code, are the webgui site W3C compliant ?00:11
@preactionyes. it uses XHTML 1.0 Strict with a text/html doctype00:11
citronizedthat's a really good news :)00:12
+perlDreamercitronized: you said this is for a library?00:13
citronizedkind of, yup00:13
citronizedabout mini cars :)00:13
citronizeddie-cast and stuff :)00:14
+perlDreamersounds fun00:14
citronizedI allready have some 16.000 refs for my DB00:14
citronizedbut i want it collaborative00:14
citronizedi want people to share, build a kind of qualitative library :)00:15
citronizedwith some control on what people post and share00:16
citronizeddunno if it's hard to make a form to write records in an separate DB ?00:17
+perlDreamerfor that, either use the SQL Form or the new Thingy that is coming out (end of May)00:21
+perlDreamerfor simple reporting, use the SQL Report00:21
citronizedok00:26
citronizedseems easy :)00:27
+perlDreamerfor the most part it is.00:28
citronizedi guess it can be more tricky to control the data00:28
citronizedor stuff like that :)00:29
-!- BartJol [n=plainstu@51-167.surfsnel.dsl.internl.net] has joined #webgui00:32
-!- BartJol [n=plainstu@51-167.surfsnel.dsl.internl.net] has left #webgui []00:43
citronizedare those perl module enough to install webgui ? (i may host my site there :) )00:49
citronizedhttp://start.ovh.net/infos/perl.cgi00:49
+perlDreamerwill this hoster give you command line access to your site?00:51
citronizeddunno :-/00:51
+perlDreameryou have to have command line access to install WebGUI on another hoster00:51
citronizedmmh00:51
citronizedok00:52
+perlDreamerin order to start up spectre and edit the config files00:52
citronizedright, i've seen that in the installation guide, but i haven't though that the hoster would need it :o00:53
citronizedmaybe I should start building a local server, but will I be able to migrate it to another host, later ?00:54
+perlDreameryes, as long as you have command line access00:55
+perlDreameror, you could use a WebGUI hoster, like Plain Black or Procolix00:55
+perlDreamerPlain Black does a lot of hosting here in the US, and Procolix is a Dutch company00:55
citronizedcan they host french sites ?00:57
citronizedi guess not00:57
+perlDreamersure, I don't see why not00:57
citronizeddunno, sometimes, internet isn't that virtual :)00:57
+perlDreamertrue00:57
citronizeddoes plain black allows upgrades ? I mean if my site become serious, will I be able to upgrade datastorage and stuff ?00:59
+perlDreameryes00:59
citronizedcool :)01:00
citronizedi should take a look to plain black offers, then :)01:00
+perlDreameryes01:01
citronizedwhat is the best beginners hosting ? :) 01:02
+perlDreamerunsupported, basic hosting is $20/month01:03
+perlDreamerhttps://www.plainblack.com/services/hosting/unsupported-site-hosting01:03
+perlDreamerhosting with support is $50/month01:04
+perlDreamerhttps://www.plainblack.com/services/hosting/supported-virtual-hosting01:04
@rizena lot of people start out with the $50/mo package and then downgrade to the $20 once they're comfortable01:04
+perlDreamernot speaking Dutch, I can't tell you how the comparable rates are for Procolix01:04
citronizednot speakin dutch either :)01:05
+perlDreamerrizen: will Thingy require an extra db like the SQL Form?01:05
@rizenno01:05
@rizenif you email koen@procolix.nl he will speak English with you01:06
citronizedok, ty rizen ;)01:06
+perlDreamerneed to reboot, be back in a bit01:09
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]01:09
-!- aknowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has quit [Read error: 110 (Connection timed out)]01:09
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui01:14
-!- mode/#webgui [+v perlDreamer] by ChanServ01:14
citronizedseems that plain black is slightly cheaper, and provide more :)01:17
citronizedok guys, thank for your help, it's a bit late here, I need some sleep :)01:19
+perlDreamergood night01:19
citronizedhope i'll see you around ;)01:19
citronizedbye01:20
-!- citronized [n=chatzill@AStrasbourg-157-1-38-38.w90-40.abo.wanadoo.fr] has left #webgui []01:20
+perlDreamerhopefully we helped another new WebGUI user today :)01:21
@rizenperlDreamer rulez01:30
@rizenif i had to do my PBWG interview over again, on the "What is WebGUI's killer feature?" question, I'd answer: perlDreamer01:31
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:36
+perlDreamerthanks, dude01:44
-!- khenn [n=khenn@24-159-239-186.dhcp.mdsn.wi.charter.com] has joined #WebGUI01:47
-!- mode/#webgui [+o khenn] by ChanServ01:47
-!- khenn [n=khenn@24-159-239-186.dhcp.mdsn.wi.charter.com] has quit [Client Quit]01:48
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]01:54
CIA-5WebGUI: colin * r6290 /WebGUI/ (2 files in 2 dirs): 02:06
CIA-5WebGUI: Handle null productNumbers in the Product variant translation.02:06
CIA-5WebGUI: Update the product loading script to add more products.02:06
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui03:02
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:29
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:29
snapcountyes it finally works!03:41
snapcountI wrote a POE daemon with IKC that wraps a POE IRC bot03:42
snapcountso I can send messages to chat channels from other perl scripts with like three lines of code03:42
snapcountI wanted to use the CIA thing but our repos is not public03:43
snapcountand installing it on your own server was... well a bit messy03:43
snapcountif anyone is interested I'll give you the code... it's very very simple03:44
snapcountbut works nicely03:44
snapcountanyways... gotta head home... bbl03:44
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]04:06
patspamcan anyone give me a heads-up on the current state of play with Survey 2.0? I didn't see it in the 7.5.10 beta?05:22
-!- snapcount [n=snapcoun@225.5.101.97.cfl.res.rr.com] has joined #webgui05:34
-!- mode/#webgui [+v snapcount] by ChanServ05:35
@preactionpatspam, it will hopefully be in 7.5.11. the author says his deadline for his sponsors is this week05:51
@preactionpatspam, if you want to try it, there's a Survey 2.0 branch in https://svn.webgui.org/plainblack/branch05:51
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]06:02
patspamah fantastic, thanks preaction06:10
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:42
-!- mode/#webgui [+v perlDreamer] by ChanServ06:42
+perlDreamerrizen: art thou awake?06:54
+perlDreamerI need some help designing the variant table to work with collateral07:29
+perlDreamerIt's probably easier than I'm making it07:29
+perlDreamerbut I'll catch you tomorrow07:29
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:29
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 113 (No route to host)]07:49
CIA-5WebGUI: colin * r6291 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: new variant table schema08:02
-!- snapcount [n=snapcoun@225.5.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]09:40
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui10:24
BartJolmorning10:31
BartJolawfully quiet here11:45
BartJolwell let me state a question then11:45
BartJolI try to turn on my awstats11:45
BartJol[Fri May 02 10:31:14 2008] [error] [client 127.0.0.1] Options ExecCGI is off in this directory: /data/wre/prereqs/wwwroot/awstats.pl11:46
BartJolthis error comes up11:46
BartJolI tried to add ExecCGI to alle the necessary options11:46
BartJolbut no result and my modproxy want restart because of it11:47
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:54
-!- MrHairgrease [n=martin@gw.oqapi.nl] has joined #webgui12:36
-!- mode/#webgui [+v MrHairgrease] by ChanServ12:36
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has joined #webgui14:57
BartJolhee knowmad, already figured out the unconditionalRead stuff?15:17
ckotilIs there a way to prevent a subset of assets from getting indexed by search?15:22
ckotilusers want a 'staging area' on the production sites. bleh15:23
+MrHairgreasewell, you could limit the scope of the search assets15:23
+MrHairgreaseyou can select the brach it searches trhough15:23
+MrHairgreaseor you could set the privs of the assets toi something visitors don't see15:24
ckotilyah, that could work. but i have a global search that searches from root on down. perhaps i can tweak that a little.15:24
+MrHairgreaseah15:24
ckotilyah, that could work. ill try it out. thanks MrHairgrease 15:24
+MrHairgreaseyou prolly don't want that anyway since that also include all the stuff in the import node15:24
knowmadhi BartJol; yes, i got the answer i was needing15:25
ckotilyour right :)15:25
+MrHairgreaseno problemo15:25
ckotilnoones complained about that tho. im waiting to hear somehting like 'what are all these templates doing in search?'15:25
BartJolgood to hear15:25
knowmadyeah, and the code I wrote appears to be working!15:25
BartJolcongrats15:26
knowmadyeah, we have a team of 20 working round the clock on a queue; had some record locking problems that was causing multiple users to get the same record from the queue which is bad in many ways15:26
BartJoldoesn't sound good, and 20 people?! whoah15:28
knowmadyeah, there's lots of potential for race conditions15:28
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui15:44
-!- mode/#webgui [+v perlmonkey2] by ChanServ15:44
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]15:46
-!- SDuensin [n=Scott@110.sub-75-205-84.myvzw.com] has joined #WebGUI15:54
SDuensinGreetings.15:58
+MrHairgreaseGreasings15:59
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:02
CIA-5WebGUI: martin * r6292 /WebGUI/lib/WebGUI/Shop/Cart.pm: Fixed a bug that prevented updating the cart16:36
+MrHairgreaserizen, are you awake?16:36
@rizenyeah16:42
+MrHairgreaseok16:42
+MrHairgreaseI cannot set a shipping address16:42
+MrHairgreaseno errors16:42
+MrHairgreaseso i strated digging16:42
@rizenit's because i programmed that in there to prevent you from doing it16:42
+MrHairgreasein the end i added an eval in the address book content handler16:43
+MrHairgreaseand then it gave me a 'cannot call method session on an undefined value in line 433'16:43
+MrHairgreasethat is in Shop::AddressBook->www_view16:44
+MrHairgreaseoh crap16:44
+MrHairgreasefound it i think16:44
+MrHairgreaselet me try16:44
+MrHairgreaseyeah that seems to do it16:46
+MrHairgreasethe problem was this:16:46
+MrHairgreaseif (my $sub = $cart->can($method)) { $sub->() }16:46
+MrHairgreasei changed that to 16:47
+MrHairgreaseif (my $sub = $cart->can($method)) { $cart->$method() }16:47
+MrHairgreasewhy is that construction used anyway?16:48
@rizenoh16:50
@rizenthat was something i was trying out, and forgot to put back16:50
+MrHairgreaseok16:50
+MrHairgreaseI'll turn it into the working state then16:50
@rizengraham said it would work, but it didn't16:50
@rizensorry about that16:50
+MrHairgreasenm, chasing weird bugs keeps me off the streets16:51
+MrHairgreasequestion about the subscriptions16:51
+MrHairgreaseshould I implement the subscription code thing on a per supscription basis16:51
+MrHairgreasetaht is, put it in the subscription asset16:51
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui16:51
@rizenyes please16:52
+MrHairgreaseok16:52
@rizenand we'll remove the "redeem subscription" link from the profile links16:52
@rizenwhich nobody could ever find anyway16:52
+MrHairgreaseyeah, and move that into the asset of course16:52
@rizenexactly16:52
-!- mode/#webgui [+v snapcount] by ChanServ16:55
ckotilwow, im performing a ginourmous cut/paste. its taking a whle, i hope it doesnt time out.16:57
ckotilthankfully, on a test instance.16:57
ckotil:x thought it was , anyway.17:03
ckotilworked out.17:03
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:11
-!- mode/#webgui [+o Haarg] by ChanServ17:11
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui17:14
-!- chammiya [n=chamms@ip-208-109-254-83.ip.secureserver.net] has joined #webgui17:18
-!- chammiya [n=chamms@ip-208-109-254-83.ip.secureserver.net] has quit [Remote closed the connection]17:19
+MrHairgreaseyay, the basic subscription stuff works17:21
+MrHairgreaseproceeding with the codes17:21
BartJoloh rizen maybe this is a nice wuc theme "By God, I think the Devil shits Dutchmen!" (Samuel Pepys, English marine officer)17:23
+MrHairgreaseBart, I'm not sure whether that is a Good Thing...17:24
BartJoloh?17:25
+MrHairgreasebut it's true anyway =)17:25
BartJolwell, from JT's point of biew it is17:25
BartJoland it's historical reoccurring it seems17:25
BartJolthe feeling, that is17:25
+MrHairgreasehm, I have not a specific feeling about shitting devils17:26
+MrHairgreasebiertje?17:27
BartJolnou17:27
BartJollijkt me wel wat17:27
+MrHairgreaseals jij ze nou even pakt, dan krijg je em van oqapi17:27
CIA-5WebGUI: martin * r6293 /WebGUI/lib/WebGUI/Content/Shop.pm: Reverted a problem which caused the address book content handler to fail17:42
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]18:01
ckotilanyone have a file import script that also handles directories? turning them into folder assets? fileImport.pl doesnt seem to do that.18:02
+MrHairgreaseThat's been on my todo list for a long time18:02
+MrHairgreasebut I never have found the tim eto do it18:03
ckotilthis siteimport.pl might do it actually. but its a pain to use.18:03
+MrHairgreaseIt shouldn't be to difficult though18:03
ckotilheh, im not a very good programmer.18:03
dionaktopsub created a modified version of fileImport.pl to create folders recently.18:06
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []18:07
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]18:08
dionakbasically, the method checked to see if the folder already existed. if not, addChild is called with the className WebGUI::Asset::Wobject::Folder to create it18:10
+MrHairgreaserizen: looking at the original code it seems that it was possible to tie multiple subscriptions to a subscription code18:13
+MrHairgreasehowever the form element seems to have allowed only one18:13
+MrHairgreaseis it okay to have a one-to-one subscription<->code relation?18:14
@rizenyup18:14
+MrHairgreaseok18:14
ckotildionak: is the modified script posted in contributions?18:16
dionakno, it's not. it's not generalized...18:17
dionakbut the basic idea is there18:17
ckotilok18:17
dionakhas anyone done subscriptions in 7.4.29? I've been asked to do this. I know you guys are working on it for 7.5.x18:18
+MrHairgreaseyeah they exist in 7.4 too18:18
+MrHairgreasethat is the old commerce system18:18
dionakok, let me dig around a bit...18:18
+MrHairgreasethere in the admin console18:19
+MrHairgreasegotta gop18:19
+MrHairgreaselater18:19
-!- MrHairgrease [n=martin@gw.oqapi.nl] has left #webgui []18:20
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui18:30
-!- mode/#webgui [+o preaction] by ChanServ18:30
dionaki just setup some subscriptions but when i try to subscribe, the site reports 'Shipping is not possible because no shipping plugins are enabled'. why would i need shipping for subscriptions? 18:47
dionakor is this what you guys are addressing?18:47
dionakbtw, i got the info from the administrator's guide. very helpful18:48
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui18:51
-!- mode/#webgui [+o preaction_] by ChanServ18:51
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 104 (Connection reset by peer)]18:51
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui18:57
-!- mode/#webgui [+v perlDreamer] by ChanServ18:57
@rizenshipping determines tax rate19:02
@rizenwhether you ship something or not19:02
dionakbut how does that tie to subscriptions? there's no option in relation to a subscription for shipping.19:11
dionaki see that for product19:11
dionakoh, wait..19:12
dionaki see. i just enabled shipping in the commerce admin console19:13
+perlDreamerrizen: do you have time to talk about the product variant table?19:19
@rizeni will in a few, i'll let you know19:20
@rizenyou can start typing your questions if you want19:20
+perlDreamerI'll start with the background19:21
+perlDreamertable definition at docs/upgrades/upgrade_7.5.10-7.5.11.pl, line 59519:21
+perlDreamerI was thinking that variants should be more Product collateral, so that their display order can be rearranged by the user19:22
+perlDreamerI wanted to use the variant sku as the primary key19:22
+perlDreamerhowever, the collateral code won't let me use arbitrary keys as collateral indexes19:22
+perlDreamerit really wants to use GUIDs19:23
+perlDreamersimilarly, it prefers to use assetId to identify parentage, but I was planning on using mastersku (sku of parent asset) 19:23
+perlDreamerthat's all to support inventory sync'ing19:24
+perlDreamerso then I built a table schema that has variant sku, mastersku, assetId and variantId19:24
+perlDreamerand it seems like wasted space19:24
+perlDreamerI'm worrying too much about something in there, but I can't figure out what19:24
+perlDreamerI'm curious how you'd do this, but more importantly, why you would make the decisions you'd make to arrive at a solution19:25
@rizenfirst, don't store mastersku with the variant19:25
@rizenmastersku is changable by the user19:25
@rizenso the relationship has to be maintained by assetId19:26
@rizenand also, sku is changable by user, therefore using a variantid guid is still a good idea, and therefore collateral still works19:26
@rizenyou should never use something changable by a user a as a primary key19:27
@rizenso how i would do it is to have a table that looks like:19:27
@rizencreate table Product_variant ( variantId varchar(22) binary not null primary key, assetId varchar(22) binary not null, sku varchar(35) binary not null, ........, sequenceNumber int not null default 1, index assetId_sequenceNumber (assetId, sequenceNumber))19:29
@rizenOR19:29
@rizeneven better would be to move all the collateral tables of product into json blob fields as mediumtext into the product, so that the product could be deployed as a package or a prototype19:30
+perlDreamerfrom what I've seen, packages can be deployed with collateral19:31
+perlDreamerand I've already gone down the path of JSON madness, and it was no fun19:31
@rizenpackages can be19:31
+perlDreamerbut not prototypes19:31
@rizenbut you still lose out on versioning and prototypes19:31
+perlDreamertrue19:32
@rizenthe json stuff isn't necessary if you don't want to do it...i just think it would be better19:32
+perlDreamerin either case, still need to work out the schema19:32
@rizenthe schema for what?19:33
+perlDreamerif you grab the 2008-04 log from mentalhouse and look at line 11509, you'll see that we decided that we needed master sku in the variant for inventory sync'ing19:33
@rizeni just gave you the schema for variant19:33
@rizenno we didn't19:33
@rizenwe need a master sku19:33
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui19:34
-!- mode/#webgui [+v perlmonkey2] by ChanServ19:34
@rizenwe DON'T need it in the variant19:34
+perlDreamerah19:34
@rizenwe have it in the product19:34
@rizenthe product inherits sku from WebGUI::Asset::Sku19:34
@rizenso we have our master sku right there19:34
+perlDreamerokay19:34
@rizenand varients have assetId19:34
@rizenso you have the relationship19:34
+perlDreamerokay, I'm straightened out19:36
@rizensweet19:36
+perlDreamerso my apprenticeship lessons are:19:37
+perlDreamer1) Don't get confused by CSV requirements and table schemas19:38
+perlDreamer2) Don't use anything the user can touch as a primary key19:38
@rizencorrect19:39
@rizenoh...and that JSON blobs, while tricky, aren't bad19:39
@rizenthey give users more features19:39
@rizenand per my black blog posting today, they may actually become a requirement for collateral storage19:39
* perlmonkey2 really needs to get his feedreader working with wG.19:40
+perlDreamerwell, I'll try to get my feet wet then19:40
@apeironhmm, has anyone thought about using http://developer.yahoo.com/yui/history/ for the various admin console / func=edit type features in wG? Basically it allows for word processor-like undo/redo and the like for Webapps.19:44
@rizeni've thought about firing you for making suggestions19:45
+perlmonkey2apeiron: wow19:45
+perlDreamerI thought you were trying to give him a complex19:45
@rizenbut then i realized that your a valuable employee19:45
@rizen=)19:45
@apeironYou know, psychologically abusing people like that can make them lash out.19:46
@rizeni'm just trying to get you pumped up for the annual Plain Black golden gloves tournament. You're in my weight class aren't you?19:48
@rizen=)19:48
dionaki need to get more input on subscriptions. we have a publication site that has several types of subscriptions. for instance, one group has access to 5 publications, another 6. so we made a group for each publication and then subscription groups, like 'Member' and 'Member Plus'. I created subscriptions and assigned them to each group ('Member', 'Member Plus'). 19:48
@rizenyou're right so far dionak19:49
dionakWhat I'd like to see happen is that when a subscription expires, the user is prompted to subscribe again. How can I set this up so a user is prompted to renew the type of subscription they had and test this?19:49
dionakbtw, i've been updating the wiki as I go along here19:50
+perlDreamerisn't there a group expire message field in the group?19:50
dionaklooking...19:50
CIA-5WebGUI: graham * r6294 /WebGUI/docs/ (changelog/7.x.x.txt upgrades/upgrade_7.5.10-7.5.11.pl): removed legacy wgFieldUserData table19:50
+perlDreamerexipreNotify, expireOffset, expireNotifyMessage19:51
+perlDreamernot sure if they're exposed through the group interface yet...19:51
+perlDreameryes it is19:52
dionakso when the subscription expires, the user is expired from the subscription group based on the subscription term or group expiration, or both?19:53
+perlDreamerI _think_ they're tied together, so both19:54
+perlDreamerthe group is created based on the subscription?19:54
dionakand the notify occurs via email....19:54
+perlDreameryes19:54
+perlDreameralso the WebGUI Inbox19:54
dionakwell, the group is associated with the subscription.19:54
+perlDreamerWorkflow/Activity/ExpireGroupings.pm19:54
dionakok19:54
dionakso i could use the GroupText macro to test if they are in the group and, if not, i would need to send them back through the commerce piece to choose a subscription.19:55
dionakno way to know what group they were in..19:55
@rizenhuh19:55
dionaki'm thinking of the web interface only here19:55
+perlDreamerDifferent macros for different groups19:55
+perlDreamerwell, same macro, different instances checking for different group membership19:56
-!- rizen is now known as rizenlikeslunch19:56
+perlDreamerThe user's group expire date is set by the subscription, see the apply method in WebGUI::Subscription19:56
+perlDreamerso it will work correctly19:56
dionakbut they would be expired from a group, correct?19:56
+perlDreameryes19:56
dionakso how would i know what their subscription was?19:57
dionakit's not critical but i'm curious19:57
dionaki guess i could look it up in one of the subscription tables?19:57
+perlDreameryou _could_ write a counterpart to the GroupText macro that only displayed text if the user was about to expire19:57
+perlDreamerit would check the Group's expire notify offset settings and display text appropriately19:58
+perlDreamermight be a good core addition too, to complement C219:59
dionakhm, i wouldn't mind doing that and it would be entertaining (and short) to write but i don't think it fits this situation. we altered search.pm to make a public search. if a user doesn't have permission, i want to prompt them to login or expire. i think i can do this via the login template20:01
+perlDreamerif you can, it should save you the time of writing and testing the macro, so it sounds like a good call20:07
CIA-5WebGUI: graham * r6295 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Asset/Wobject/Thingy.pm): fixed: Thingy: Importing data can fail with some internal field Ids20:18
dionakthanks for the input. i'm going to try that route20:21
CIA-5WebGUI: yung * r6296 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Asset/Wobject/Thingy.pm): fixed: Thingy: Problem with add_url tmpl_var permissions20:40
CIA-5WebGUI: yung * r6297 /WebGUI/lib/WebGUI/Asset/Wobject/Thingy.pm: fix: Thingy: edit thing doesn't show any saved properties20:40
-!- dionak [n=diona@97.66.185.250] has quit []20:47
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui21:30
ckotilany idea why a 78k pdf would appear to be 3MB in webgui? 21:32
+perlmonkey2Is there a trick to gettign modproxy to like new certs and keys?  I just copied over my existing ones from apache.21:33
-!- rizenlikeslunch is now known as rizen21:49
ckotiloh i see. the asset has a brazillion revisions.22:03
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui22:26
-!- snapcount [n=snapcoun@225.5.101.97.cfl.res.rr.com] has joined #webgui22:55
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: DX^, diakopter22:59
-!- Netsplit over, joins: DX^, diakopter22:59
CIA-5WebGUI: jt * r6298 /WebGUI/ (t/Cache lib/WebGUI/Cache/Database.pm t/Cache/Database.t): added some database cache tests while testing out a theory, the theory is busted, but at least we have some more tests23:28
+perlDreamerrizen, what was the theory?23:32
@rizenit was actually haarg's theory. the idea was that if we cached the prepared statement on database backed cache we'd get a significant performance boost since the query to retrieve cache might be used a hundred times per request23:33
@rizenhowever, if there was a performance gain, it was so small it couldn't be measured by Time::HiRes23:34
@rizenit was a great theory23:34
@rizenunfortunately it just didn't hold water, which is too bad23:34
+perlDreamerI've heard of other things like that at OSCON talks23:35
+perlDreamercached queries, memcached being a huge performance gain23:35
@rizenhow big of a gain could it be if it's so small that it can't be measured by Time::HiRes23:38
@rizen=)23:38
@rizenthe difference is statistically insignificant23:39
+perlDreamerI believe you23:39
@rizenThen again, we are talking about measuring things than are are less than 0.003 seconds23:39
-!- SDuensin [n=Scott@110.sub-75-205-84.myvzw.com] has quit [Read error: 104 (Connection reset by peer)]23:59
--- Day changed Sat May 03 2008
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []00:09
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit []00:10
-!- steveo_aa [n=sno@adsl-76-234-133-88.dsl.sfldmi.sbcglobal.net] has left #webgui []00:14
-!- charleyhankins [i=c070183d@gateway/web/ajax/mibbit.com/x-c954b8cbfd58bab1] has joined #webgui00:20
charleyhankinsHi!  Anyone here really familiar with Thingy?00:21
+perlDreamernope00:21
+perlDreamerhave you checked the forums and the bug list?00:21
charleyhankinsyeah.  I've been working in the forums.00:21
+perlDreamerare you having problems, or asking for best practices, or something else?00:22
charleyhankinsI'm using it, but having a couple of issues.  wondering if anyone could help me out.00:22
+perlDreamerI'll give it a shot00:22
+perlDreamerwhat's up?00:22
charleyhankinsthanks.  basically i need my thingy search to operate like this: http://goeldorado.com/chamberSearch.aspx?section=work00:22
charleyhankinsbut having trouble with the category drop down.00:23
+perlDreamerwhat kind of trouble?00:23
charleyhankinsI'm here: http://web402.plainblack.net/home/great-place-to-live/chamber-of-commerce/membership00:23
charleyhankinsas you can see.  the drop down pulls directly from the dbase.  And when I search using it, it returns no results.00:24
charleyhankinsI also need it be be alphabetical.00:24
@rizeni don't have time to look at it, but if the search isn't working then it very well could be a bug00:25
@rizenas far as alphabetical, that would be an RFE00:25
+perlDreameryeah, I'd say you found a bug00:25
@rizenalthough i think that RFE has already been implemented in 7.5.1100:25
-!- steveo_aa [n=sno@adsl-76-234-133-88.dsl.sfldmi.sbcglobal.net] has joined #webgui00:25
@rizenwhich won't be released until after May 31st00:25
+perlDreamercharleyharkins: you have a paid support contract from Plain Black?00:26
charleyhankinsproblem is, I need this fixed by monday.00:26
charleyhankinsyeah.00:26
charleyhankinsbut it's slow going. 00:26
@rizenthen post your questions there00:26
charleyhankinsi have.00:26
@rizenyou have only basic support, which guarantees a response within 48 hours...so yeah, it will be a bit slow going00:27
@rizenand since it's 4:27 on a friday00:27
@rizeni guarantee you that any problems you are having with thingy will not be resolved by monday00:27
charleyhankinsi've been working with this for weeks.00:27
charleyhankinsright.00:27
charleyhankinsanyway, thanks for your help.00:27
@rizenreport the bug00:28
@rizenbut regarding having problems...i'm sure that this was explained to you when you signed up for the beta server00:28
@rizenit is a beta after all.=)00:28
charleyhankinssure.  let me ask you this question then.  Is there another way to accomplish this within WebGUI? http://www.goeldorado.com/chamberSearch.aspx?section=work00:29
@rizeni have no idea what i'm looking at00:30
@rizenlooks like a page to me00:30
+perlDreamersearch function with text entry fields and some dropdowns00:30
charleyhankinsyes.00:30
@rizeni see a webgui site00:30
@rizenare you guys seeing something else?00:30
+perlDreameryeah00:31
@rizenhmmm...my dns must be screwed up00:31
+perlDreamerI see a search form with text fields and dropdowns for selecting categories00:31
charleyhankinsi have a db of businesses.  they need to be searchable by business name, last name, category.  The category needs to be drop down box.00:31
@rizenhave you chosen "Select Box" as your field type in Thingy?00:32
@rizenfor category00:32
charleyhankinsyes.  and it is when editing the field, but the search box is always a text box.00:32
@rizenif you have, then it will be a dropdown in the search00:32
@rizenoh00:32
charleyhankinsno, it's not.00:32
@rizenif it's not display a dropdown in search then that's a bug00:33
@rizenthe search should display the same field type as the edit form00:33
charleyhankinscan i create a seperate dropdown search for that particular field in the search template?00:33
@rizeni don't know i haven't looked into the templates that much00:33
charleyhankinshow would I code that in particular?00:33
@rizenone thing you could do is create another Thing in that Thingy called "Category"00:34
@rizenand populate it with your list of categories00:34
@rizenthen that would drop down a list in the search00:34
charleyhankinsthat's what I have.  and it populates with categories, but does not return results.00:34
@rizenthen that's a bug and you should report it00:34
@rizenand as far as fixing it by Monday you're screwed00:35
charleyhankinsha!  ok. thanks.00:35
@rizenthe only other advice i have would be to try to create a category using the Radio List field type00:35
@rizenmaybe that would display as a radio list in the search results00:35
@rizenwhich is ugly00:35
@rizenbut at least it would work00:35
charleyhankinssure.  but, hey... right00:35
charleyhankinsi'll give it a go.00:36
charleyhankinsthanks.00:36
+perlDreamerhow about not using the template field for that form, but building the select box with a SQL macro and HTML right in the template?00:36
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []00:39
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]00:48
@apeironMay it be known, across the lands, for all to hear, that apeiron hates JS.01:06
+perlDreamerindeed01:06
@apeironWell, HTML and CSS, too.01:06
@apeironAnd SQL.01:06
+perlDreamerbtw, you're not doing too bad.  The message got to Oregon :)01:06
+perlDreamerHow does SQL rank against JS?01:07
@apeironeh01:07
@apeironOther projects I can use DBIx::Class and such.01:07
@apeironJS... there's no escape.01:07
+perlDreamerI like SQL better than JS01:07
+perlDreamerbecause you can hide behind a lot of perl :)01:07
@apeironyeah.01:08
@apeironThat doesn't make me 'like' SQL any more.01:08
@apeironIf I wasn't a teetotaler, JS would drive me to drink.01:08
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has quit [Read error: 110 (Connection timed out)]01:10
+perlmonkey2apeiron: or is it just the YUI?01:17
@apeironperlmonkey2, YUI is nice, but JS is JS and there's a hundred different little inconsistencies between browsers that don't exist in perlland.01:18
@apeiron(and the inconsistencies that *do* exist in perlland are documented in perldelta)01:18
+perlDreamerwell, to be fair, not all of them are01:19
@apeironOh?01:19
+perlDreamerConsider working on Windows, Solaris, and Fedora01:19
@apeironah.01:19
+perlmonkey2YUI does insulate you against most of the browser problems.01:19
@apeironperldoc perlport. :)01:19
@apeironperlmonkey2, Yeah, when you're doing YUI things.01:19
+perlDreamerthat won't cover the fedora issues01:19
@apeironheh01:19
@apeironperldoc psychiatrist01:19
-!- mode/#webgui [+b *!*@189.4.48.48] by apeiron01:28
@apeiron(preventative measures; they were in #perl spewing CCs and SSNs)01:28
+perlDreamerhuh?01:28
+perlDreamerwhat is +b?01:28
@apeironban01:28
@apeironcannot enter channel and if in channel when ban is placed, cannot speak or reenter01:29
nubaawesome, lets quickly /j #perl01:29
nubanow seriously, that sucks01:29
* apeiron nods01:30
nubaprobably some disaffected college student01:30
+perlDreameryeah, you know those college students01:30
+perlDreameralways causing trouble01:31
* apeiron looks around shiftily01:31
@apeironI've, uh, I've no idea what you're talking about!01:31
* perlDreamer seems to remember that nuba is similarly attending a place of higher education01:32
nubaim a college student here, CS baccaulaureate, but i've left the disaffected part behind already01:32
nubaim just too busy to spend time with that01:32
nubabut you can sense it around, anyway01:33
nubayoung people looking for trouble01:33
nubathose punks! 01:33
nubalol01:33
-!- snapcount [n=snapcoun@225.5.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]01:48
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]01:50
+perlDreamereasy there, nuba02:01
-!- Lisette [n=pymesnet@Wimax-Mdlln-190-70-92-170.orbitel.net.co] has joined #webgui02:03
Lisettehello perlDreamer02:04
+perlDreamercongratulations on your team winning the t-shirt contest, lisette02:04
Lisettethanks02:04
Lisettei have a question around apache02:04
+perlDreamerokay02:05
Lisettei can use the apace 1.3.x?02:05
Lisetteapache02:05
+perlDreamerI don't think so.  Apache 2.x02:05
+perlDreamermainly because of mod_perl 2.x02:05
+perlDreameryou could try it, but no promises on how it works02:05
Lisettethanks02:05
+perlDreamerPorque quiere usar un Apache tan viejo?02:12
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:28
-!- Lisette [n=pymesnet@Wimax-Mdlln-190-70-92-170.orbitel.net.co] has quit ["Leaving."]02:44
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui03:05
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has left #webgui []03:27
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []04:01
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI04:46
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui06:00
-!- mode/#webgui [+o rizen] by ChanServ06:00
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Connection timed out]06:17
CIA-5WebGUI: jt * r6299 /WebGUI/ (3 files in 3 dirs): started migrating ems data07:04
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit ["Exit- stage left"]08:01
CIA-5WebGUI: jt * r6300 /WebGUI/ (15 files in 10 dirs): The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately.08:55
CIA-5WebGUI: colin * r6301 /WebGUI/ (3 files in 3 dirs): 08:55
CIA-5WebGUI: Product variant creation is held off until we can finalize08:55
CIA-5WebGUI: the variant code.08:55
CIA-5WebGUI: Began building JSON based variant code, and a test for08:55
CIA-5WebGUI: verifying how it works. set, get and delete collateral08:55
CIA-5WebGUI: are implemented. Still need to build moveUp and moveDown.08:55
CIA-5WebGUI: Lots of tests to be written.08:55
-!- charleyhankins [i=c070183d@gateway/web/ajax/mibbit.com/x-c954b8cbfd58bab1] has quit ["http://www.mibbit.com ajax IRC Client"]09:37
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui14:14
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]14:26
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui14:44
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui15:23
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui17:05
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit [Client Quit]17:08
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui18:37
-!- mode/#webgui [+v perlDreamer] by ChanServ18:37
+perlDreamerrizen:  You late night hackin' monster!18:37
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui19:01
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit [Client Quit]19:01
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit [Read error: 110 (Connection timed out)]20:41
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has left #webgui []21:11
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui22:07
-!- mode/#webgui [+v perlDreamer] by ChanServ22:07
+perlDreamerrizen: you were right (again).  Properly encapsulated, this JSON stuff isn't so bad.22:33
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui22:36
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []22:49
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit [Read error: 110 (Connection timed out)]23:22
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui23:51
-!- mode/#webgui [+o preaction_] by ChanServ23:51
CIA-5WebGUI: colin * r6302 /WebGUI/t/Asset/Sku/ProductCollateral.t: more product collateral tests23:55
CIA-5WebGUI: colin * r6303 /WebGUI/ (2 files in 2 dirs): deleteCollateral tests, and detab Sku/Product.pm23:55
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui23:57
--- Day changed Sun May 04 2008
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []00:05
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui00:24
-!- mode/#webgui [+v perlDreamer] by ChanServ00:24
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui00:26
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit [Client Quit]00:28
+perlDreamerrizen: would it be bad to make moveUp and moveDown collateral to wrap around (in the new Product collateral)?00:33
-!- snapcount [n=snapcoun@32.10.101.97.cfl.res.rr.com] has joined #webgui00:59
-!- mode/#webgui [+v snapcount] by ChanServ00:59
+perlDreamerapeiron, preaction_: what's the SQL subquery for getting the latest revision of all assets in a table?01:21
+perlDreamerSELECT p.assetId,  p.revisionDate, a.title, s.sku     FROM Product   AS p     JOIN assetData AS a         on p.assetId=a.assetId and p.revisionDate=a.revisionDate     JOIN sku       AS s         on p.assetId=s.assetId and p.revisionDate=s.revisionDate;01:22
+perlDreamerthat's close, but not quote enough01:22
+perlDreamerthis is closer: SELECT p.assetId,  p.revisionDate, a.title, s.sku     FROM Product   AS p     JOIN assetData AS a         on p.assetId=a.assetId and p.revisionDate=a.revisionDate     JOIN sku       AS s         on p.assetId=s.assetId and p.revisionDate=s.revisionDate     WHERE p.revisionDate=(SELECT MAX(revisionDate) FROM Product);01:22
@apeironhm01:23
+perlDreamerI need a max revisionDate for each assetId01:24
+perlDreamerbecause that gives me the biggest in the whole table01:24
@apeironHow does the latter differ from that?01:24
+perlDreamerlet's say I have three assets, a1, a2, a301:24
+perlDreamereach was committed one minute apart01:25
+perlDreamermy last query will only give me 1 asset, from a301:25
+perlDreamerrather than the latest versions of a1 and a201:25
@apeironAh.01:25
+perlDreamerthe good news is that JSON based collateral is working01:27
+perlDreamerI just can't upgrade from Wobject based products to Sku based products because of the query01:27
+perlDreamerI'll grind on it while I'm taking the tiller to the shop.01:27
+perlDreamerthanks for listening, apeiron!01:28
@apeironI may have a solution, trying it out.01:28
@apeironHave you thought of putting a WHERE clause in the subquery?01:28
@apeiron(for the assetId)01:28
+perlDreamerhm02:33
+perlDreamerno, I hadn't02:34
+perlDreamerthe problem is that I don't know at that point which assetId I want, since the query returns them02:36
+perlDreamermaybe I need to dig into AssetLineage and see what's going on there02:37
+perlDreameror the Template form variable02:37
+perlDreamergot it02:42
+perlDreamerSELECT p.assetId,  p.revisionDate, a.title, s.sku     FROM Product   AS p     JOIN assetData AS a         on p.assetId=a.assetId and p.revisionDate=a.revisionDate     JOIN sku       AS s         on p.assetId=s.assetId and p.revisionDate=s.revisionDate     WHERE p.revisionDate=(SELECT MAX(Product.revisionDate) FROM Product where Product.assetId=a.assetId);02:42
+perlDreamerpreaction_ is going to get mad if I keep doing that02:43
+perlDreamerapeiron: you were exactly right02:45
+perlDreamerI'm just too SQL-newbified to understand02:45
+perlDreamerthanks for the tip, dude!02:45
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]02:45
CIA-5WebGUI: colin * r6304 /WebGUI/ (2 files in 2 dirs): move* with tests03:22
-!- metanil [n=akhadka@137.48.138.72] has quit [Read error: 104 (Connection reset by peer)]03:36
-!- snapcount [n=snapcoun@32.10.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]06:32
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]06:43
-!- wgGuest46 [n=wgGuest4@adsl-074-170-023-127.sip.clt.bellsouth.net] has joined #webgui06:44
-!- wgGuest46 [n=wgGuest4@adsl-074-170-023-127.sip.clt.bellsouth.net] has quit [Client Quit]06:44
CIA-5WebGUI: colin * r6305 /WebGUI/ (3 files in 3 dirs): conversion of Product from Wobjects to Skus with variants is done07:49
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui10:23
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui16:55
-!- snapcount [n=snapcoun@32.10.101.97.cfl.res.rr.com] has joined #webgui17:20
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]17:40
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]18:27
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui18:43
-!- mode/#webgui [+v perlDreamer] by ChanServ18:43
@apeironperlDreamer, About the SQL stuff yesterday, was really just a guess on my part. :)18:49
+perlDreamera good one :)18:51
+perlDreamerwith perl, instinct is a valuable commodity18:55
* apeiron nods, emphatically.18:57
+perlDreamerokay, this is embarrasing19:04
+perlDreamerI need some perl help19:04
+perlDreamerI have an array ref19:04
+perlDreamerI want to make a safe copy of it19:04
+perlDreamerso I start with $ref19:04
+perlDreamermy @copy = @{ $ref }19:04
+perlDreamerI modify @copy19:04
+perlDreamerand right now I'm seeing changes in $ref19:04
@apeironhrm19:05
@apeironI've seen a module to do this, I think.19:05
-!- snapcount [n=snapcoun@32.10.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]19:06
@apeironperlDreamer, Storable has a dclone() that you can use.19:06
@rizenif that's showing changes in the ref then i think that webgui is broken all over the place19:06
+perlDreamerI'm going to boil it down and figure it out19:06
@rizencuz that's always how i make copies of array refs19:06
@apeironperlDreamer, Does your usage vary much from http://webgui.pastebin.com/d20f4191e ?19:08
@apeironThat DWYM.19:08
+perlDreamerhttp://webgui.pastebin.com/m34d0b74a19:09
+perlDreameroh crap19:10
+perlDreamernow I get it19:10
+perlDreamerI'm still dealing with references19:10
@rizenindeed19:11
+perlDreamerperldoc Storable19:11
-!- sanyock3 [i=_ejabber@server1.jabbernet.eu] has joined #webgui19:14
+perlDreamerthis works better19:16
+perlDreamerhttp://webgui.pastebin.com/m289c0ffb19:16
+perlDreamerI had to iterate over the array anyway19:16
sanyock3Hi All19:16
+perlDreamerHi, sanyock319:16
+perlDreamerDo you have some webgui questions?19:16
sanyock3Sure ;)19:17
+perlDreamerrizen: Have you looked at the new JSON collateral methods?  If I'm way off base, it would be good to know before I get too far along.19:20
@rizenno but i will19:20
CIA-5WebGUI: colin * r6306 /WebGUI/ (3 files in 3 dirs): 19:24
CIA-5WebGUI: Convert accessories over to the new Product collateral methods.19:24
CIA-5WebGUI: Add a method to get the JSON collateral indexed, for easy access to indeces.19:24
CIA-5WebGUI: Add tests for the new getIndexedCollateralData method.19:24
CIA-5WebGUI: In the upgrade script, put variants in all versions of the Product. Begin19:24
-!- newtont_ [n=newtont@dsl-146-54-186.telkomadsl.co.za] has joined #WebGui19:24
CIA-5WebGUI: work on converting the collateral tables over to JSON.19:24
@rizenlooks like you're on the right track19:25
+perlDreamer(phew) good.  Thanks for the review.19:25
@rizenthough when i genericize it for use in other assets there are a few things i'd change19:26
+perlDreamerokay, what does it need?19:26
@rizenfirst, while for your purposes of conversion the word "table" makes sense, but to people that never saw table based collateral, it makes no sense19:26
+perlDreamerwould $collateral be a better variable to use?  Or something else?19:27
@rizenand it adds to confusion because databases have tables, but json doesn19:27
@rizensecond, i wouldn't make it part of the asset, but rather a separate object that the asset can use similar to VersionTag or Keywords19:28
+perlDreamerI was thinking in the long term this would become a mixin19:28
@rizenso you'd do: my $collateral = WebGUI::JsonCollateral->new($self, $fieldName);19:29
@rizenmaybe it will, i'm still not convinced about mixins yet though19:29
+perlDreamerHey, if you want it top-level, top-level it is19:29
@rizeni'm still leaning toward separate objects19:29
@rizenfor the purposes of this though19:30
@rizendon't worry about those things19:30
@rizenjust get it done19:30
@rizengiven the time constraints you don't have time to make this perfect19:30
+perlDreamertrue19:30
@rizenbesides, i've changed the spec of products on you enough during this19:31
@rizen=)19:31
-!- newtont_ [n=newtont@dsl-146-54-186.telkomadsl.co.za] has quit ["Leaving"]19:31
+perlDreameronly once.  I just keep flip-flopping implementations19:31
@rizenonce is enough19:31
@rizen=)19:31
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui20:04
itnomadI'm getting ready to install webgui on a CentOS server. I am confused by the instructions for DNS setup. Not much experience there. I am using one site on a computer that I access only by numbered address. Eventually I will get a domain name for this, but for now can I skip the DNS setup or do I have to make up a name for the WRE to use locally?20:08
itnomadWhere it says "add your first site"; sitename='can I use a numbered address here?'20:13
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []20:13
+perlDreameritnomad, I'm not a WRE user, but I don't see why not20:15
itnomadBy now my nubiness must be clear to all. I have an intranet with a couple computers and am using a router and port forwarding.20:16
itnomadI guess I just need to jump in and give it a shot.20:16
+perlDreameritnomad, we've all started there.  Don't feel bad because you're new.20:16
itnomadI should go ahead and learn about the /etc/hosts file anyway. It's just that there is so much to do and so little time. Thanks for the encouragement perlDreamer.20:17
+perlDreameritnomad, if you're truly in a time crunch to set this up, have you considered having someone setup and host your site for you?20:18
@rizenitnomad use the domain name that you think you'll be using when you luanch20:19
@rizenlaunch20:19
@rizenwww.itnomad.com20:19
@rizenfor example20:19
@apeironThen you can put that in /etc/hosts, right?20:19
@rizenyes, and then add an entry to /etc/hosts20:20
@rizenof:20:20
@rizen10.0.0.1  www.itnomad.com20:20
@rizenreplace 10.0.0.1 with your numbered ip20:20
@rizenthen you can still access the site using 10.0.0.1 (or whatever your ip is)20:21
@rizenbut the WRE is expecting a domain...not an ip address20:21
itnomadokay...got it. That helps a lot!20:21
itnomadThank you ... onward with the installation.20:22
+perlDreamerrizen: accessory collateral converted over to JSON collateral.  The upgrade process has been tested, but I still need to test the UI.20:28
CIA-5WebGUI: colin * r6307 /WebGUI/ (2 files in 2 dirs): 20:34
CIA-5WebGUI: Convert accessory collateral to JSON based accessory collateral.20:34
CIA-5WebGUI: Add a product with accessory collateral to loadProducts.pl to test the upgrade.20:34
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui20:40
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui21:12
-!- mode/#webgui [+v perlmonkey2] by ChanServ21:12
itnomadinstallation was painless once I got past that one hump. I went ahead and bought the domain I will be using and put in /etc/hosts with my local ip. Everything is working. Thanks again for the help.  Now for some exercise.22:27
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []22:38
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]22:41
+perlmonkey2I would like to mark today as a day of celebration.  Microsoft has, at least for now, given up its bid to buy Yahoo.22:42
+perlDreamerMotion seconded22:49
+perlDreamerany comments from the floor?22:49
+perlDreamerbarring comments from floor, or an override from the commissioner, motion is passed.22:53
+perlmonkey2hah, perlDreamer++23:14
@rizeni object23:20
+perlDreamerthe committee recognizes the commissioner23:27
+perlDreamerWould you please detail the objection for the record?23:27
@rizeni would like to designate today as a day of sour grapes23:27
@rizeni mean, did you read that pity party of a letter that balmer released to the public23:28
@rizenhe's so pissed off that someone would thwart his advances, that he's attempting to devalue Yahoo!'s stock price by saying they don't know how to run their own business23:29
@rizenin addition, he talks as if he knows so much about the search business...but if he did, would his company really be a distant 3rd place contender...and note that he's talking to the 2nd place contender here23:30
@rizentherefore i designate today as a day of sour grapes23:31
+perlDreamerthe committee would like suggest that we combine the celebration and sour grapes to be a day of "Neener neener boo boo".23:31
@rizeni really want to post what i just said to the black blog, but me thinks that it probably wouldn't be appropriate23:32
+perlDreamerjust pull the concept out of it, and write about that23:33
+perlDreamerpoor sportsmanship, mud-slinging don't work well with open source23:33
@rizenwhat fun would that be23:34
@rizenoh, and steve balmer can't do math23:35
@rizenin his letter he claimed that they offered an additional $1 per share (raising it to $33 from $32 per share) which was also rejected23:36
@rizenand he said that extra $1/share was going to cost $5 billion23:36
@rizenlater in the letter he said that yahoo would not settle for anything less than $37 per share23:36
@rizenwhich would cost an additional $5 billion or more23:36
@rizenhow is it that $1/share and $4/share both equal $5 billion23:37
+perlDreamerunless the number of shares offered are different, they aren't23:37
@rizenexactly23:38
+perlmonkey2heh23:38
+perlmonkey2It is always fun to see a company, lacking in even the remotest spec of integrity, fall on its face.23:39
@rizenbut in far more important news:23:41
@rizenhttp://gizmodo.com/386877/holy-crap-macgyver-blockbuster-film-coming23:41
+perlDreameryeah!23:42
+perlDreameroy23:42
+perlDreamerI already miss the new commerce system23:42
@rizenyou already miss it?23:44
@rizenoh...you're working on the old one for that contract23:45
@rizen=)23:45
@rizenwhat's funny is that i'm writing the same thing you are23:45
@rizenonly for the new one23:45
@rizen$0 transactions23:45
@rizenright at this very moment23:45
+perlDreamerhave to take a small break23:45
+perlDreamerI have a very important snake tungue surgery to perform23:46
+perlDreamerYesterday, I was an electrician23:52
+perlDreamerThis morning, a programmer23:52
+perlDreamerthis afternoon, a veterinarian23:52
+perlDreamerwhat a day23:52
+perlDreamerplus, I caught a cold23:53
+perlmonkey2rizen: Should I address the cover letter to Frank?23:57
@rizenif you like23:57
@rizenhe is going to be the one who interviews you23:57
+perlmonkey2groovy23:57
--- Day changed Mon May 05 2008
CIA-5WebGUI: colin * r6308 /branch/WebGUI_7.4/lib/WebGUI/Operation/ProductManager.pm: price and weight checks were mangled in the ProductManager00:09
+perlDreamerare all WebGUI releases tagged in SVN?01:24
@rizenall releases in the past 6 months or so01:25
@rizenwe didn't do it before that01:25
@rizenmaybe not even that long ago...i don't remember exactly when we started it01:25
+perlDreamer7.4.16 is before the JSON fixes, so I'm guessing that it's too old01:25
+perlDreamerit's okay, I'll diff against an original source tree01:26
@rizenno i think 7.4.16 should be in the tags01:26
+perlDreamerI'll check01:26
@rizenhttps://svn.webgui.org/svnweb/plainblack/browse/releases/WebGUI_7.4.16-stable/01:26
@rizenlooks like we've been doing it since the 7.3 days01:27
+perlDreameryup01:27
@rizenok calling it quits for the day...ttyl01:40
-!- rizen is now known as rizenisaway01:40
* perlDreamer continues with his journey01:43
+perlDreamerleaping from module to module01:43
+perlDreamerwriting wrongs from the past01:43
+perlDreamerand hoping that each one will show him the way home01:45
+perlDreameror at least to a cushy well paying job with Perl02:16
CIA-5WebGUI: colin * r6309 /WebGUI/lib/WebGUI/Asset/Sku/FlatDiscount.pm: fix for POD whitespace02:22
CIA-5WebGUI: colin * r6310 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: final accessory changes. UI tests pass as well02:46
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui02:50
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:50
+perlDreamerthis new collateral system is so simple, I wonder if the whole thing could be automated, ala the definition sub.02:52
+perlDreamerso when it found a collateral property, it would autogenerate all the move, and delete subs02:53
-!- snapcount [n=snapcoun@32.10.101.97.cfl.res.rr.com] has joined #webgui03:15
-!- snapcount [n=snapcoun@32.10.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]03:37
-!- sanyock3 [i=_ejabber@server1.jabbernet.eu] has left #webgui []04:13
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui04:39
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit [Read error: 113 (No route to host)]04:55
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]05:10
-!- enriquan [n=enriquan@c-76-19-80-198.hsd1.ma.comcast.net] has joined #webgui05:24
enriquanhi all :)05:24
enriquan...05:29
enriquannobody's here huh?05:29
enriquanI cant install webgui... cause my server's running apache05:30
enriquanand its my web host... so I dont think I can disable it05:30
-!- enriquan [n=enriquan@c-76-19-80-198.hsd1.ma.comcast.net] has quit []05:48
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui05:51
-!- mode/#webgui [+v Radix-wrk] by ChanServ05:51
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]06:25
CIA-5WebGUI: colin * r6311 /WebGUI/ (3 files in 3 dirs): convert related over to JSON collateral07:01
-!- wgGuest17 [n=wgGuest1@AStrasbourg-157-1-38-38.w90-40.abo.wanadoo.fr] has joined #webgui09:26
-!- wgGuest17 [n=wgGuest1@AStrasbourg-157-1-38-38.w90-40.abo.wanadoo.fr] has quit [Client Quit]09:26
-!- citronized [n=chatzill@AStrasbourg-157-1-38-38.w90-40.abo.wanadoo.fr] has joined #webgui09:26
citronizedhello :)09:27
citronizedi'm trying to install Webgui on a mac... OS 10.509:28
citronizedi'm wondering if there's a special directory in a specific location to create for unpacking ?09:29
+Radix-wrkcitronized: I'm not familiar with installing it on a mac, but is there anything in the wiki about a mac install?09:30
+Radix-wrkI'm sure it'd be documented somewhere09:30
citronizedperhaps yup, i'm gonna have a look there :)09:31
+Radix-wrkmy guess though is that it's the same as for every other platform - you need a /data directory and everything goes under that - that's just a guess tho09:31
citronizedyes, but as I have several sessions, I dunno if I have to create the data dir at the root or in one admin session...09:31
@rizenisawaythe instructions are the same for *all* platforms, and the wre comes with them in docs/install.txt09:32
@rizenisawayjust follow it and you'll be fine09:32
citronizedok, I'll do that :) thank you two ;)09:33
+Radix-wrkyou're welcome09:33
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui09:41
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui09:57
-!- mode/#webgui [+o preaction] by ChanServ09:57
citronizedhello again, when i list the services, i have a warning displayed on page : Because you are not an administrator on this machine, you will not be able to start or stop services on ports 1-1024.10:19
citronizedso i cannot start Apache Modproxy services :(10:19
citronizedi've tried using  a "root" session, but i have the same warning displayed :-/10:20
+Radix-wrkyou will need to be root to start webgui, yes, or any apache service.10:21
citronizedisn't there a way to start the service in command line, using the root login ?10:22
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui10:22
citronizedok, found it10:33
citronizedthe command is : "data/wre/sbin/wreservice.pl --start all"10:34
citronizedwith "su" before :)10:34
BartJoldo you know whether su retains the environment settings?10:35
citronizednope, no idea10:36
BartJolquite important10:36
BartJolI think when I sudo'd it didn't go well10:36
BartJoland you need root rights for -all10:37
+Radix-wrkerr.. not su10:37
+Radix-wrksudo10:37
+Radix-wrkor use su to get into root first, then run it I guess10:37
BartJolwell that works for me...10:38
BartJoloff course10:38
+Radix-wrkeither should work really10:38
BartJolah10:38
+Radix-wrkbut you may have to configure sudo first to ensure you have privileges to do it10:38
BartJolwell I broke something so I can't test it right now10:38
BartJolah10:38
+Radix-wrksu is easier imho10:39
+Radix-wrkbut sudo is technically safer :)10:39
+Radix-wrkboth give you root privs tho :)10:39
BartJolok10:39
citronizedwell, i'm just trying to instal webgui to test it localy10:39
+Radix-wrkfair enough10:40
+Radix-wrkwebgui is great, but the installation is always the hardest part :)10:40
citronizedi can see that, yup !! :)10:40
BartJolwith the wre it's quite doable10:40
+Radix-wrkyou know about the demo.plainblack.com site right?10:40
citronizedyep, but it only last for 1 day, don't it ?10:41
BartJolit does10:41
BartJolor limited time anyway\10:41
+Radix-wrkwith the wre it should be doable in about half an hour.. but that assumes you have no mysql, no apache, perl, anything on that system already that might conflict or cause issues10:41
BartJolI had a clean server, that might make a difference10:42
+Radix-wrkyeah, I've found it makes the world of difference10:42
citronizedtook me less then one hour10:43
+Radix-wrkfor your first time that's excellent :)10:43
BartJolso before installing make sure it's clean with a sudo rm -rf / command10:43
BartJol:)10:43
+Radix-wrkhhaha10:43
BartJolsorry, to often made, this joke is10:43
citronized:p10:44
BartJolI'm just not that original :)10:44
+Radix-wrkSee your nerd education is still rather lacking that's why Bart.. you're getting there tho :)10:44
citronizedhow do i quit the "root" mode in terminal ?10:45
+Radix-wrkexit10:45
citronizedty10:45
BartJolctrl-D10:45
+Radix-wrkyou can use the 'id' command to see what privileges you're running as at any time too10:46
+Radix-wrkit should say something like 'uid=0(root) gid=0(root)' if you're running as root10:46
+Radix-wrkand something like 'uid=501(jesse) gid=503(formsys)' if you're as a normal user10:47
BartJolbut I'm not called jesse?10:47
citronized:)10:47
+Radix-wrkyes, be grateful for that one :)10:47
citronizedgives me that : uid=501(citronized) gid=501(citronized) groups=501(citronized),98(_lpadmin),80(admin)10:48
+Radix-wrkyup, so you're in a normal user session right now then10:48
citronized;)10:48
+Radix-wrkid is handy if you're like me and logged into half a dozen different machines at any one time and can never remember who you logged in as10:49
citronizedi guess :)10:50
BartJolah, I'm only logged in to maximun three machines simultaneously 10:50
BartJolbut, I'm not yet as nerdy...10:50
+Radix-wrkheh10:52
+Radix-wrkWell I'm off home - going to see Iron Man tonight and looking forward to it!10:53
BartJolah, have fun10:53
citronized:)10:53
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:53
citronizedis there a way to custom used fonts for all pages ?11:02
BartJol? probably there is, but I'm not sure what you mean?11:03
BartJolin the css you can do that11:04
BartJolbut you can have a css in the head of the template or a separate css file11:04
citronizedthe content part use a serif font, i'd like to use a sans-serif font, i don't know how to manage this :)11:04
citronizedok11:05
citronizedwhere is located this css ?11:05
BartJolso you just have to look at your template whether it has css directly in it or via a css file11:05
BartJolyou can see it in your template11:05
BartJolprobably somewhere in the import node or media folder11:05
citronizedright, in the import dir ;) ty11:07
BartJolif the template uses a css file, it should be defined in the head section of your template11:07
BartJolif you have bugzilla (if you use firefox) most of the time you also see what file is used11:08
BartJolthe name anyway11:08
citronizedi have the webdeveloper tools bar11:10
citronized;)11:10
BartJolok11:11
citronizedBartJol: do you know how can I add MySQL tables or DB ? Do I have to use the WRE console or there's a phpMyadmin like console ?11:22
BartJolah11:23
BartJolwell11:23
BartJolI would just go into the mysql db11:24
BartJolbut with an sql form, maybe you are able to do it too11:24
BartJolbut I didn't work with that yet11:24
citronizedoh, ok...11:25
BartJolbut not via the wreconsole and there isn't a separate console for it11:25
citronizedok, i have to figured out how to manage that11:26
BartJoldo you want users to be able to do that? or you just want to add a table?11:27
citronizedi just want to add a table in order to manage some records which will be displayed in the site 11:29
BartJolfor an extra db, you have to make one in mysql, then add a database link inyour webgui settings11:29
citronizedi've seen that i have to do this link, but i dunno if there's a "phpMyadmin like" interface11:31
BartJolyour mysql user and password are in your WebGUI conf file11:31
BartJolwell, thingy might be able to do that11:31
BartJolbut that's only in the beta version11:32
BartJoland these also are local assets, so not page iwde11:32
citronizedexpected for the end of May, i've heard 11:32
BartJolyeah, well...11:33
BartJol:)11:33
BartJoldeadlines are easily passed11:33
citronizedi know, i know :)11:33
BartJolbut it will be somewhere around there11:33
BartJolit will be before the wuc11:33
citronizedwhat is the wuc ?11:34
BartJolthe webgui user conference11:34
BartJol29th of august in madison, wisconsin11:34
BartJolI believe11:34
BartJolwww.webgui.org/wuc11:34
citronizedoh ok :)11:35
BartJolit's nice, and you can get to meet all the famous wbegui nerds11:35
citronizedi won't be there :)11:35
citronizedtoo far for me11:35
BartJoltoo bad, 11:35
BartJolwe are going with around 12 dutchmen11:35
BartJoland it's far for us too11:36
citronizedi guess11:36
citronizedmaybe if i'm rich and have some holidays :)11:36
BartJola, we all get our tickets because it's our work11:37
BartJoland all give presentations11:37
BartJolwhere are you from then?11:38
citronizedfrom france :)11:38
BartJolStraasbourg?\11:38
citronizedyup, Mr. Nerd :)11:39
citronizedbut it's Strasbourg ;)11:39
BartJolthnaks, I consider that a compliment11:39
citronizedu can :)11:39
BartJolI know, my typing has to warm up11:39
citronizednp11:39
BartJolwell, nice to have more persons in the some timezone here11:40
citronizedStraasbourg sounds too much german for me :)11:40
BartJolin dutch it's Straatsburg11:40
citronizedclose11:40
citronizedabout the tickets, it's not my job, even if i would like it :)11:41
BartJolmaybe a career change? :)11:42
citronizedi hope11:42
citronizedi'm bored with filemaker devs :)11:42
citronizedit's unusefull i think11:42
BartJolbut do you also work on the french translation? that would be a must for webgui in france11:43
BartJolalready 38 percent done11:43
citronizedI will11:44
BartJolnice11:44
citronizedi discuss of it here with another user, i can't remember his name :|11:45
citronizedperl-somethg11:45
citronizedsorry for him11:45
BartJolperlmonkey2?11:45
citronizedyup11:45
BartJolperlDreamer?11:45
citronized;)11:45
citronizedboth, as far as i can remember11:45
BartJolah, those are both sleeping11:46
citronizedi guess, last time i came, was the night here :)11:46
BartJolIs there something like a WebGUI community in France?11:46
citronizedi don't know :)11:46
citronizedi'm quite comfortable with english, so i didn't even look if one exists11:47
BartJolIn the Netherlands we have, if we have a bigger meeting would you like to come here?11:47
BartJolthat's not very far11:48
citronizedwhy not11:48
citronizedi was in Utrecht this w-e :)11:48
BartJolah11:48
BartJolnice city11:48
citronizedfor a car meeting :)11:48
citronizedwell, not really cars, but Citroën's :)11:49
BartJolmm, Utrecht just banned SUV's from the city centre11:49
BartJolwell, the old Citroens are really nice11:49
citronizedthey really are, i think :)11:49
citronizedi'm a citroën scale model collector :)11:50
BartJolwell that's not reaaly my type of hobby11:50
citronizedand that a part of the point of my website project : buil a scalemodelslibrary :)11:50
BartJolbut, if you collect model cars, they can better be nice11:51
BartJolah11:51
citronizedyeah, don't have enough $$ to buy real ones :)11:51
BartJol:)11:51
citronizedbut i have my grandfather '78 GS :)11:52
citronizedfor now, it's far enough for me ;)11:52
citronizedi have a xantia too, but that's for everyday11:54
citronizedwell, i'm gonna stop pissing u off with my cars stories :)11:54
BartJolah, well, I've gotta work too11:55
citronized;)11:55
citronizedmaybe i see u later around ;)11:55
BartJolprobably11:55
BartJol:)11:55
citronizedgood work then :)11:55
BartJolthanks, later11:55
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]11:56
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui12:09
-!- BartJol [n=plainstu@host2.procolix.com] has quit [Read error: 113 (No route to host)]12:56
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui13:42
citronizedhi again :)13:49
citronizedis "Thingy" already available in beta ?13:50
BartJolyeah14:02
BartJolbut it not yet fully done14:02
BartJols/it/it is/14:03
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:07
-!- CIA-5 [n=CIA@208.69.182.149] has quit []14:48
-!- CIA-5 [n=CIA@208.69.182.149] has joined #WebGUI14:55
citronizedu mean some functions aren't available ?15:02
BartJolwell I thought that the feature set isn't completed yet, but those that are should work15:03
citronizedhow ca i get this beta ?15:04
BartJoldownload it! :)15:04
citronizedi haven't found any links, that's why i ask :)15:05
BartJolhttp://sourceforge.net/project/showfiles.php?group_id=51417&package_id=45293&release_id=59133015:05
BartJolthat is the location of the latest beta15:05
BartJol7.5.1015:05
BartJolbut read the gotcha file after unpacking15:06
citronizedoh, ok, it's included in the webgui package :)15:07
BartJolyeah, probably in /data/WebGUI/docs15:07
citronizedi though it was  a PI or something like that :)15:07
BartJolno the api can be found via the wiki15:08
BartJolalso very usefull15:08
BartJolif you start to write your own code15:08
BartJolbut the gotcha contains some info on important changes that are sometimes not completely compatible15:13
-!- CIA-5 [n=CIA@208.69.182.149] has quit [Remote closed the connection]15:16
citronizeddo you think it's possible to install this beta side to side with the stable version ?15:19
citronizedor do i have to trash my stable version ?15:20
BartJolI think it is possible, but....15:20
BartJolyou need to setup another directory tree15:20
BartJoland maybe there are some defaults15:21
BartJolthat think that the directory is /data/WebGUI15:21
BartJolso that might take some time to configure15:21
BartJoland it should have another ip address15:22
BartJolsuch stuff15:22
citronizederf..ok I see :)15:22
BartJolyou don't make live easier for yourself15:23
BartJol:)15:23
citronizedi'll wait for the stable version then :)15:23
BartJolbut for older versions without the wre we have that15:23
-!- CIA-6 [n=CIA@208.69.182.149] has joined #WebGUI15:24
BartJolprobably when 7.5 gets stable, there also will be an upgrade path from 7.415:24
citronizedwhich version is included in the WRE 0.8.3 package ?15:25
BartJolso then there shouldn't be to many problems15:26
BartJolnone15:26
BartJolbut when you install WebGUI, it will take the latest stable (in this case 7.4.35) version15:26
citronizedok, i've seen that it has dowloaded this stuff during install :)15:27
citronizedare upgrades easy once you've installed webgui ?15:27
BartJolnormally yes15:28
citronizedeasy as is the installation or as two clicks on buttons ? :D15:28
BartJolif you have many custom extra's (like in the code) that can cause trouble15:28
BartJoleeh15:29
BartJolwell you should run the /data/wre/sbin/webguiupdate.pl script15:29
citronizedseems fine to me :)15:30
BartJolbut there are also some upgrade instructions on the site15:30
BartJolI would advise to read those :)15:30
citronized;)15:30
BartJolI didn't do that very often with success15:31
BartJoland I broke my test installation15:31
BartJolso15:31
BartJolstill some stuff with the new JSON version15:32
citronizedi'm gonna try my SQL Form asset to work, this way, i won't bother u anymore with upgrades and stuff :)15:32
BartJolwell, glad to be some help15:33
citronizedty for ur help anyway15:33
citronizedit's always great to be more then one in front of an issue ;)15:34
BartJolhave fun15:34
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui15:38
-!- mode/#webgui [+v perlmonkey2] by ChanServ15:39
BartJolmorning15:41
citronizedmorning :)15:41
-!- MrHairgrease [n=martin@gw.oqapi.nl] has joined #webgui15:42
-!- mode/#webgui [+v MrHairgrease] by ChanServ15:42
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui15:53
-!- mode/#webgui [+o preaction_] by ChanServ15:53
-!- ryuu_ro_ [n=rory@gw.oqapi.nl] has joined #webgui15:58
-!- SDuensin [n=Scott@225.sub-75-207-187.myvzw.com] has joined #WebGUI16:08
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]16:08
-!- citronized [n=chatzill@AStrasbourg-157-1-38-38.w90-40.abo.wanadoo.fr] has quit ["ChatZilla 0.9.81 [Firefox 2.0.0.14/2008040413]"]16:14
-!- ryuu_ro [n=rory@gw.oqapi.nl] has quit [Read error: 110 (Connection timed out)]16:16
+perlmonkey2anyone seen the use.perl article on how fresh cpan is?  http://use.perl.org/~LaPerla/journal/3632016:18
+perlmonkey2that is pretty cool.16:18
-!- MrHairgrease [n=martin@gw.oqapi.nl] has quit [Read error: 110 (Connection timed out)]16:20
-!- MrHairgrease [n=martin@gw.oqapi.nl] has joined #webgui16:21
-!- mode/#webgui [+v MrHairgrease] by ChanServ16:21
SDuensinMorning.16:24
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:46
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui16:47
-!- mode/#webgui [+v snapcount] by ChanServ16:47
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui16:58
-!- mode/#webgui [+o Haarg] by ChanServ16:59
-!- ryuu_ro_ [n=rory@gw.oqapi.nl] has left #webgui []16:59
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit [Client Quit]17:00
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui17:01
-!- mode/#webgui [+o Haarg] by ChanServ17:01
@rizenisawayMrHairgrease: in iTransact processing do you ever set a "total" amount?17:12
-!- rizenisaway is now known as rizen17:12
@rizeni'm trying to figure out where to place in-shop credit into this module. 17:13
+MrHairgreasehang on17:13
+MrHairgreaselet me check that17:13
@rizenfor example, let's say i have a transaction for $20 and i have a $10 credit in the shop. i should be able to make the credit card fee only $10 then instead of the full $2017:14
+MrHairgreaseI I recall correctly you pass the per item price/qty to itransact17:16
+MrHairgreaseI'll have to check it in their docs17:16
+MrHairgreasegimme a minute17:16
@rizenif that's true, how do you pass in things like tax, shipping, etc17:17
@rizendo you just add extra line items?17:17
+MrHairgreaseIf you want those seperate, they'll have to be passed as separate items17:22
+MrHairgreaseafaik, itransact does not have a seperate tax field17:23
@rizenso is the itransact module not accounting for shipping and tax costs right now?17:23
@rizenif not, i'll add it while i'm in here adding the other stuff17:23
+MrHairgreaselet me check17:23
@rizenit doesn't look like it to me17:23
@rizenthat's why i'm asking17:23
+MrHairgreasei know17:24
@rizenif you don't know, then it probably isn't17:24
+MrHairgreaseok 17:24
+MrHairgreaseIt doesn't as far as i can see17:24
+MrHairgreaseI thought the getPrice thing calculated the price including tax17:25
+MrHairgreasebut that isn't17:25
+MrHairgreasehnce the confusion17:25
@rizenok thanks17:26
+MrHairgreaseok, now i'm sure17:27
+MrHairgreaseit doesn't do it17:27
@rizenalright, i'll add those in too then17:27
+MrHairgreasei can add it too17:27
@rizeni'm working on it right now anyway17:28
@rizenfor that credit stuff17:28
+MrHairgreaseok, just add them as seperate items17:28
+MrHairgreasequestion about the subscriptions17:28
+MrHairgreaseit used to be possible to have one subscription code referring to two subscriptions17:29
+MrHairgreasebut we agreed that that will not be the case anymore in the new system17:29
+MrHairgreaseie. a one-to-one relationship between code<->susbscription17:29
+MrHairgreasewhat do you want to happen if there are codes that have multiple subscriptions attached?17:30
@rizenexisting codes?17:30
+MrHairgreaseyeah17:31
@rizenmy guess is that there aren't any because you said the user interface doesn't allow for it, only the api did17:31
+MrHairgreaseaparently I was wrong on that17:31
+MrHairgreaseb/c when i tried to make a batch of codes for testing the migration script17:31
+MrHairgreaseit was possible17:31
@rizenbut if you find any then display a warning in the upgrade output AND log, and then convert them to a new code17:31
-!- jfluhmann [n=jfluhman@x174y236.angelo.edu] has joined #webgui17:32
@rizenso if there are two subscriptions in the code17:32
@rizenthen the first one can use the code17:32
@rizenand the second one gets  a new code17:32
-!- jfluhmann [n=jfluhman@x174y236.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]17:32
@rizenand you let people know that in both the upgrade output (print) and in the log17:32
+MrHairgreasehow I have done it so far is letting assign one of the subscriptions to the code, thus discarding the other subscriptions for that code17:36
+MrHairgreasecreating a new code has about the same effect, since you only really wanna retain codes if you've handed them out already17:36
+MrHairgreasebut in that case, the person that received it doesn't know anymore where to redeem it.17:37
+MrHairgreasesince the code redemption is moved into the sku17:38
+MrHairgreaseand removed from the displayAccount screen17:38
+MrHairgreaseso how does creating new codes help?17:38
+MrHairgreaseit only complicates matters17:38
@rizenno it helps17:39
@rizenit helps because the store owner doesn't have to manually create the codes 17:39
@rizenhe's going to have to send out the codes again sure17:40
@rizenbut he doesn't have to manually create it17:40
@rizenso give him the codes and the urls17:40
@rizenthen he can send out the emails17:40
@rizento distribute the new codes to people17:40
+MrHairgreaseok17:41
+MrHairgreaseanother funny thing i came across: now that subscriptions are assets people without admin privs can add them.17:42
+MrHairgreaseSo what happens if some evil content manager adds a subscriuption to the admin group and redeems a code for himself?17:42
@rizenset the canAdd value of it to '3'17:43
@rizenthat will stop that problem17:43
@rizenand if someone wants to override it, they can do so in their config17:43
+MrHairgreaseok17:44
@rizengood thinking though17:44
@rizeni didn't even consider that17:44
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]17:48
+MrHairgreaseok, one final question: subscription codes are in batches which belong to subscritions17:50
+MrHairgreaseso now each code has a batchId17:50
+MrHairgreaseand each batchId has a subscriptionId17:50
+MrHairgreasewould it be a bad thing to add a subscriptionId to each code too?17:51
-!- DX^ [n=dx@c-24-99-22-37.hsd1.ga.comcast.net] has quit [Read error: 110 (Connection timed out)]17:51
+MrHairgreaseit is a form of data duplication so I left it out17:51
@rizeni'll leave it to your judgement18:14
-!- adi112358 [i=adrian@79.112.45.75] has joined #webgui18:14
CIA-6WebGUI: colin * r6312 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: more collateral conversion. Collateral data does not need to be removed from extra tables in purge method18:21
CIA-6WebGUI: colin * r6313 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: collateral data does not need to be manually duplicated18:21
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui18:23
-!- mode/#webgui [+v perlDreamer] by ChanServ18:23
-!- BartJol [n=plainstu@194.171.50.123] has left #webgui []18:27
+perlDreamerjson collateral in the asset table has lots of advantages18:35
+perlDreamerno need for manual duplication or purging18:35
+perlDreamerversioning18:36
+perlDreamerprototyping18:36
@rizeni know18:37
@rizenhence my blog entry18:37
@rizen=)18:37
-!- MrHairgrease [n=martin@gw.oqapi.nl] has left #webgui []18:37
-!- webmaster [n=webmaste@fvec-nat.d214.org] has joined #webgui18:40
webmasterwhere does the Sybase.pm file need to be and installed18:40
+perlDreamerwebmaster, do you mean DBD::Sybase?18:40
webmasteryes18:41
+perlDreamerAre you using the WRE?18:41
webmasteryes18:41
+perlDreamerget a root session18:41
+perlDreamersource the setEnvironment script18:41
+perlDreamerperl -MCPAN -e 'install DBD::Sybase'18:41
+perlDreamerrestart apache18:41
+perlDreamerconfigure a database link to your sybase db18:42
+perlDreamerthen use it18:42
+perlDreamernote that you can't use it for the default webgui database18:42
+perlDreameronly for external db queries18:42
webmasteri did that and i even can run a perl script to spit out my server name which is a SQL server. I create a database link in WebGUI and this is what i get18:43
webmaster2008/05/02 03:06:25 - WARN - bellatrix.conf - Log::Log4perl::Logger::__ANON__[41] - Couldn't call method view on asset for url: tell_a_friend/di-teacher Root cause: install_driver(Sybase) failed: Can't locate DBD/Sybase.pm in @INC (@INC contains: /data/WebGUI/lib /data/wre/prereqs/lib/perl5/5.8.8/i686-linux /data/wre/prereqs/lib/perl5/5.8.8 /data/wre/prereqs/lib/perl5/site_perl/5.8.8/i686-linux /data/wre/prereqs/lib/perl5/site_perl/5.8.8 /data/wre/p18:43
webmasterPerhaps the DBD::Sybase perl module hasn't been fully installed,18:43
webmasteror perhaps the capitalisation of 'Sybase' isn't right.18:43
webmasterAvailable drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge, mysql.18:43
webmasterso we moved the pm file so webgui could see it18:43
webmastergot this18:43
webmaster2008/05/02 10:35:07 - WARN - bellatrix.conf - main::[[undef]] - Couldn't call method view on asset for url: tell_a_friend/di-teacher Root cause: Undefined subroutine &DBD::Sybase::db::_login called at /data/wre/prereqs/lib/perl5/site_perl/5.8.8/i686-linux/DBD/Sybase.pm line 94.18:43
webmastergave it execute permissions and got his18:43
webmaster2008/05/02 10:38:05 - WARN - bellatrix.conf - main::[[undef]] - Couldn't call method view on asset for url: tell_a_friend/di-teacher Root cause: install_driver(Sybase) failed: Can't locate loadable object for module DBD::Sybase in @INC (@INC contains: /data/WebGUI/lib /data/wre/prereqs/lib/perl5/5.8.8/i686-linux /data/wre/prereqs/lib/perl5/5.8.8 /data/wre/prereqs/lib/perl5/site_perl/5.8.8/i686-linux /data/wre/prereqs/lib/perl5/site_perl/5.8.8 /data/18:44
webmasterCompilation failed in require at (eval 1695) line 3.18:44
webmasterPerhaps a module that DBD::Sybase requires hasn't been fully installed18:44
webmaster at /data/WebGUI/lib/WebGUI/SQL.pm line 32218:44
@rizenare you sure you installed it into the right perl18:44
@rizenmy guess is that you installed it into your local perl rather than the wre18:44
+perlDreameryeah18:44
+perlDreamertry a locate Sybase.pm18:45
webmasterlocate Sybase.pm18:45
webmasterlocate Sybase.pm18:46
webmaster"/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/DBD/Sybase.pm"18:47
webmaster"/data/WebGUI/lib/DBIx/DBDescribe/DBD/Sybase.pm18:47
webmaster"/data/wre/prereqs/lib/perl5/site_perl/5.8.8/i686-linux/Bundle/DBD/Sybase.pm"18:47
webmaster"/data/wre/prereqs/lib/perl5/site_perl/5.8.8/i686-linux/DBD/Sybase.pm"18:47
webmasterwe manually put it into the 2 wre folders18:48
+perlDreamerif you manually put it there, you probably didn't install everything that it needed18:48
+perlDreameruse CPAN to install the whole thing into the WRE's perl18:48
+perlDreamerjust like the instructions that I gave you earlier18:48
webmasteris there a certain folder i need to be in when i run the command 18:48
+perlDreamerno18:49
+perlDreamerjust be sure that you're using the WRE's perl18:49
+perlDreamerwhich perl18:49
webmasterthe "into the WRE's perl" is the part I am not clear on. 18:49
webmasterhow do i know i am using WRE perl18:49
+perlDreamertype perl18:49
+perlDreamer"type perl"18:49
+perlDreameror, "which perl"18:49
+perlDreamerif it doesn't say /data/WRE.....perl, you're not using the right one18:50
webmaster"/user/bin/perl" 18:50
webmasterso how do i stop it and use wre18:50
+perlDreamer". /data/WRE/sbin/setEnvironment"18:50
+perlDreamerthe setEnvironment script will alter your path environment variable so that WRE binaries are found first, rather than system binaries18:52
+perlDreamerwebmaster, is that working for you?18:55
webmasterRunning make test18:57
webmaster  Make had some problems, maybe interrupted? Won't test18:57
webmasterRunning make install18:57
webmaster  Make had some problems, maybe interrupted? Won't install18:57
-!- adi112358 [i=adrian@79.112.45.75] has left #webgui ["Leaving"]19:01
+perlDreamerrizen: I know you want this C2 stuff done, but sending a virus to keep me home from work was a little over the top.19:01
@rizendamn it, i told xander to just send over a mild bacterial infection19:03
@rizenxander being my evil bio-warfare henchman of course19:04
CIA-6WebGUI: colin * r6314 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: update the SQL query for related Products to consider revisionDate19:08
webmasterwhen i run the console and try to restart apache i get this Please contact me at:19:14
webmaster        http://bellatrix.d214.org:60834/19:14
webmasterCan't write to config file /data/wre/etc/wre.conf at /data/wre/lib/WRE/Modperl.pm line 14919:14
webmasterCan't write to config file /data/wre/etc/wre.conf at /data/wre/lib/WRE/Modperl.pm line 11219:14
webmaster(13)Permission denied: httpd: could not open error log file /data/wre/var/logs/modperl.error.log.19:14
+perlDreamerrizen: in the Product, for benefits, specifications and features, it gives you a combo box of items from other products.19:14
+perlDreamerthis was pretty easily done with SQL19:14
+perlDreamerbut with JSON, not so19:14
+perlDreamershould I grab the JSON with a SQL, and make the data, or instance the assets one by one to grab their JSON19:15
+perlDreamerthe second is better, but should be slower due to instancing the assets19:15
+perlDreamerand for large sites (100,000 products) it won't be fun at all19:15
+perlDreameractually, it might be bad for either method19:16
+perlDreamernow that we have prototypes, would it be okay to remove that feature from the product?19:16
+perlDreamer(drop down of data from other products)?19:16
@rizenwhat does json have to do with it19:17
@rizenwe're linking to other products19:17
@rizennot to variants19:17
@rizenoh nevermind19:17
@rizeni see what you're saying19:17
+perlDreamerI was converting _all_ the product collateral to JSON19:17
+perlDreameraccessories, related products, specifications, benefits and features19:17
@rizenjust go with a text box rather than a combo19:17
+perlDreamerokay19:17
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: @preaction_, diakopter19:31
-!- Netsplit over, joins: @preaction_, diakopter19:32
+perlmonkey2perlDreamer: product collateral to JSON?  I got the smack downt he other day for thinking about doing that.19:32
@preaction_probably because i was doing the smacking19:33
+perlmonkey2I thought it was rizen who said not to do that?  Was it you preaction_?19:33
@preaction_it was most likely me, as i oppose it out of principle19:34
@rizenperlmonkey2: i may have, but it would depend upon what you were doing19:34
+perlmonkey2april 28th 11:30-ish.19:35
+perlmonkey2I was thinking about moving all the attributes of questions, sections, and answers into a single JSON blob.19:36
+perlDreamerperlmonkey2: this is also a result of rizen's WebGUI version 8 post19:36
+perlmonkey2rizen: you talked me out of it in case the fields needed to be queried on.19:36
@rizenno that's not what you were asking me at the time19:36
webmasterdoes it matter where my httpd.conf file is located19:36
@rizenyou wanted to create an asset blob to store all your asset properties in19:36
@rizenyou weren't talking about questions at that time, but rather switches for the asset itself19:37
@rizenor at least that's what i understood you to be asking about19:37
+perlmonkey2I can see where the confusion came from, but I meant options on questions and sections, not on the asset itself.19:38
+perlmonkey2but collaterial.19:38
+perlmonkey2collateral, even :P19:38
+perlDreamerperlmonkey2: I have some fairly robust code (and tested) if you end up going that way :)19:39
webmasteri get this message on the service tab of the console: WARNING: Because you are not an administrator on this machine, you will not be able to start or stop services on ports 1-1024.19:39
+perlDreamerwebmaster, are you logged in as root on that machine?19:40
+perlmonkey2perlDreamer: I've used TEXT to store JSON for a long time, but is some trick you've learned tha tmight be worth shraing?19:40
webmasterhe was when he did the install19:40
+perlmonkey2sharing even ?19:40
+perlDreamerit's just the collateral access methods19:41
+perlmonkey2oh19:41
+perlDreamerI encapsulated the JSON entirely19:41
+perlDreamerso that from the asset, all you deal with are perl data structures19:41
+perlmonkey2ahah, that sounds pretty handy.19:41
+perlDreamercheck out Asset/Sku/Product.pm in the 7.5 branch19:41
webmasterwhat permissions does webgui need19:42
webmasterthe services folder is owned by root19:42
webmasterwre-apache is owned by webgui19:42
webmasterso are the other files in the redhat folder19:42
+perlmonkey2perlDreamer: 7.5.10 doesn't have an Sku19:44
+perlDreamerin SVN it does :)19:44
+perlDreamerdoes that look better, perlmonkey2?20:06
+perlmonkey2I was looking at 7.5.10beta in svn and wasn't seen it.20:06
+perlDreamerhttps://svn.webgui.org/svnweb/plainblack/view/WebGUI/lib/WebGUI/Asset/Sku/Product.pm20:07
+perlDreamernot the release version, the main branch20:07
+perlmonkey2ah, I got confused about it being a specific 7.5, but duh, why wouldn' it be in the main branch.20:08
+perlDreamereh, I could have been more specific20:08
+perlDreamerthe collateral methods are getCollateral, setCollateral, deleteCollateral and moveCollateral{Up,Down}20:10
+perlDreameralso, getAllCollateral and getIndexedCollateralData20:10
+perlmonkey2oh man, that all needs to be moved into a higher order object so everyone can share in the fun.20:10
+perlmonkey2good stuff.20:10
+perlmonkey2moveCollateralDown?  What is that for?20:11
+perlmonkey2I mean I know what it does, but why would you need it.20:11
+perlDreamercollateral has a sequence20:12
+perlDreamerso you can reorder it20:12
+perlDreameri.e. first question, next question, and so on20:12
+perlDreamerso moveUp and moveDown lets you change the order20:12
+perlmonkey2so your entire collateral table is a single JSON column?20:12
+perlDreameryes20:12
+perlDreamerwell, each asset stores its own collateral data20:13
+perlDreamerin a column20:13
+perlDreamerit makes cross asset queries impossible20:13
@rizenit certainly has that one downside20:17
@rizenbut it also has the upside of better compatibility with duplicate, purge, versioning, prototypes, packages, and anything else we add in the future, like web services20:18
+perlDreamer(two more collateral methods to go, benefits and features)20:19
+perlDreamerafter that, I'll be ready to try and convert the Commerce products over to Sku products20:20
+perlDreamerrizen, I also think that the asset level collateral methods (moveMeUp, moveMeDown, deleteMe, etc.) could all be autogenerated.  I just haven't figured out how to do it yet.20:24
@rizeni'm certain that's true20:24
CIA-6WebGUI: colin * r6315 /WebGUI/ (3 files in 3 dirs): convert specification collateral to JSON20:24
+perlmonkey2perlDreamer: so each row of a json collateral object is actually N rows of that callateral object?20:35
+perlmonkey2ie, and array?20:36
+perlmonkey2an20:36
+perlDreamereach asset has an json property, that holds JSON which is an array of hashrefs20:36
+perlmonkey2no worries about scaling?  20:37
+perlmonkey2if the arrays get rather large?20:37
+perlDreamerhow big is a MySQL mediumtext?20:38
@preaction_250,000 chars i think20:38
+perlDreamerlet's say that any given JSON hashref is 500 chars20:38
+perlDreamerthat would let the array have about 500 entries20:39
@preaction_perlbot math 2 ** 2420:39
perlbot1677721620:39
+perlmonkey2That's not what I mean.  As a for instance, if I did this with the survey system, to grab a specific set of sections questions and answers, I would have to grab all of them for the survey, then search for just the ones I needed.20:39
+perlmonkey2every time a page was generated.20:39
+perlDreameryes, versus asking MySQL to do the same task for you20:39
+perlDreamerI guess it's a race for who is quicker20:39
+perlDreamerperl with data, or MySQL with rows and queries20:40
+perlmonkey2I can't make a perfectly indexed table respond faster than 20ms with MySQL.  I think that is the minimum overhead to a call on a fast instance.20:40
+perlmonkey2But I've worked with gigabyte hash's, referenced with URI's, and was not able to measure individual lookups as they all fell within the margin of error of 0.20:41
+perlDreamergigabyte hashes, in memory?20:41
+perlDreamerwow20:41
+perlmonkey2So what I'm saying, is I think your idea has much merit and scalability :)20:41
+perlDreamerHonestly, I just did what rizen said to do ;)20:41
+perlmonkey2Then replace "your idea" with "rizen's idea" :P20:42
+perlDreameroy, did I say it was my idea?20:42
+perlDreamerthat's bad.20:42
+perlDreamerSincere apologies, rizen.20:42
+perlmonkey2I just assumed that, I don't think you said it?20:42
+perlDreamerrizen: add easier search indexing to the list of benefits20:46
+perlmonkey2perlDreamer: What about when your asset row contains more data than your physical memory?20:49
+perlDreamerdo you mean ram and swap?20:49
+perlmonkey2on a 512MB machine, there is ually only 150MB or so free after a wG + OS.  20:49
+perlmonkey2yes20:49
+perlmonkey2(my example of the survey) could easily have 150MB rows.20:49
+perlDreamerhm20:50
+perlmonkey2I'm trying to think of a way to break rows into chunks, but nothing comes to mind that is better than just using the DB.20:50
+perlDreamerI think you'd hit the 250,000 character limit way before you hit 150 MB of memory20:53
+perlDreamerbut it's still a good question20:53
+perlDreamermaybe answers needs to remain a table20:54
+perlmonkey2250K char limit?20:54
+perlmonkey2is that a JSON limit?20:54
+perlDreamerthe size of the mediumtext field20:54
@preaction_no, it's not 250k, its 2^2420:54
@preaction_16 million20:55
+perlmonkey216million bits is how many variable length chars :P20:55
@preaction_16 million bytes, sure20:56
+perlmonkey2oh, not bit but bytes20:56
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui20:58
-!- PatMcGroin [n=irc@166.128.199.105] has joined #webgui21:07
PatMcGroinAnybody home?21:07
@preaction_in a manner of speaking21:08
PatMcGroinHeh- looking for help with an install problem...21:08
PatMcGroingetting an errmsg:21:09
PatMcGroin-su: ./wreconsole.pl: /data/wre/prereqs/bin/perl: bad interpreter: No such file or directory21:09
PatMcGroinYet:21:09
PatMcGroin-rwxr-xr-x 2 root root 1012132 Mar  3 15:55 /data/wre/prereqs/bin/perl21:09
PatMcGroinperl interpreter exists and seems properly permissioned....21:10
@preaction_i would ask your distro, since that's your shell complaining21:10
@preaction_alternatively, run the perl file using the perl interpreter directly21:10
PatMcGroinBrand new install of Deb/Apache, no alias or other bleh.21:11
PatMcGroinCan point it at the "real" perl, I guess...21:12
@preaction_that would be a bad idea21:12
@preaction_if your definition of "real" is "distro-supplied"21:12
PatMcGroinWell, apt-get (plus modules)21:13
+perlmonkey2PatMcGroin:  /data/wre/prereqs/bin/perl -v 21:16
PatMcGroinHmmmm,21:16
PatMcGroin-su: /data/wre/prereqs/bin/perl: No such file or directory21:16
+perlmonkey2therein lies a hint.21:17
PatMcGroinright, but:21:18
PatMcGroinls -al /data/wre/prereqs/bin/perl21:18
PatMcGroin-rwxr-xr-x 2 root root 1012132 Mar  3 15:55 /data/wre/prereqs/bin/perl21:18
@apeironCorrupt FS perhaps?21:18
CIA-6WebGUI: colin * r6316 /WebGUI/ (3 files in 3 dirs): convert feature collateral to JSON21:19
@apeironThat's the only thing I can think of.21:19
PatMcGroinVery strange...21:19
PatMcGroinBrand new install....21:19
@apeironI'd fsck it to be sure.21:19
PatMcGroinclean.21:19
+perlDreamerPatMcGroin: Can you cd to /data/wre/prereqs/bin ?21:20
PatMcGroinYep.21:21
+perlDreamer./perl -v21:21
PatMcGroinopteval:/data/wre/prereqs/bin# ./perl -v21:21
PatMcGroinbash: ./perl: No such file or directory21:22
PatMcGroinWeird.21:22
PatMcGroinBut ls -al shows all files....21:22
+perlDreamerhead -1 perl21:22
@apeironIt really seems like a filesystem issue to me.21:22
@apeironIf you can, remount the FS.21:22
+perlDreamerapeiron: I sincerely hope it's the FS, or the hardware or the kernel21:23
PatMcGroinhead reveals the standard source "space garbage"21:23
PatMcGroinFresh install (slicehost) of Debian/Etch.  All else seems OK, but I (personally) didn't install the image, so there's room for doubt.21:24
PatMcGroinGonna re-mount, BRB21:24
+perlmonkey2PatMcGroin: selinux?  permissions?21:27
PatMcGroinPerms are 755 in the whole tree21:29
PatMcGroinsetenvironmantal runs fine21:29
PatMcGroinecho $PATH:21:29
+perlDreamerit's not a path problem21:29
PatMcGroinAgree- path seems normal...21:30
+perlDreamerit's not a permission problem21:30
+perlDreameryou said earlier they were 75521:30
+perlDreamerif you can't ./perl -v, then something system level is bad21:30
PatMcGroinWas wondering about selinux, will try running it in a different locn.21:30
+perlmonkey2PatMcGroin: setenforce 0 21:33
PatMcGroinis there anything else I need to change (outside of setenvironmentals) to run from and alternate sub-directory?21:35
PatMcGroinNope.21:40
PatMcGroinGotta be something stupid and obvious that I'm just not seeing.  No alias= (hell, no .bash anything)21:41
@preaction_i thought debian used dash by default now21:41
@apeirondash?21:41
@apeironAh, derivative of ash.21:42
PatMcGroinStranger still, I can autocomplete the whole path...21:46
+perlDreamercheck the permissions for the whole path, starting with /data21:46
+perlDreamerand make sure it isn't mounted with any funny restrictions21:46
PatMcGroin755s all the way down21:48
PatMcGroinmount table looks ok too.21:48
PatMcGroinPossibly corrupt tarball?21:49
+perlmonkey2PatMcGroin: can you open the binary?21:51
+perlmonkey2to read?21:51
+perlmonkey2can you perform fs operations on it?21:52
+perlDreamerhe was able to head the file21:52
+perlmonkey2oh21:52
+perlmonkey2is it the correct binary for his OS?21:52
+perlDreamerdoes anyone have a debian/etch WRE that could be used to generate a cksum?21:52
+perlDreamerooh, good call perlmonkey221:52
PatMcGroinHmmmmm....21:55
-!- kristi [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui21:55
+perlDreamerwait a second, here21:55
+perlDreamerbopbop, kristi: which one of you is really Mrs. McCombs?21:55
kristibopbop is Mrs. McCombs21:56
+perlDreamerthen who are you?21:56
kristi?- well, I'm Mrs. McCombs too- got kicked out of chat room and signed back in as kristi21:56
PatMcGroinSo..... If I need webGUI for a 64-bit OS.....?21:57
+perlDreamermaybe we'd better just verify that...21:57
-!- kristi [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has left #webgui []21:57
+perlDreamerWhat movie did you kids watch at JT's house the day after the 2007 WUC?21:57
-!- kristi [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui21:57
+perlDreamerWhat movie did your kids watch at JT's house the day after the 2007 WUC?21:57
PatMcGroinx86_64 GNU/Linux21:57
kristime?21:57
+perlDreameryou, kristi21:57
+perlDreameralledgedly21:57
kristiI think it was Camelot21:57
+perlDreamerha!21:58
+perlDreamerIt was "Shek Too"21:58
kristioh yeah- Camelot was too scary21:58
kristiSHEK TOO!!!!21:59
dionakdoes anyone use Apache::Reload in WebGUI? 22:00
dionaksounds like it might make dev easier22:00
+perlDreamerdionak: I think that when the WRE is set up for devs that it is turned on for you.22:01
+perlDreamerokay, kristi, I'm convinced that it's you.22:01
kristiwhew22:01
+perlDreamerThere was some guy trying to impersonate rizen the other day22:01
dionakhow do i switch it to dev?22:01
+perlDreamerbut he gave himself away when he complained about his long curly hair.22:02
kristinice- that's like me complaining about being too tall22:02
+perlDreamerhttp://www.webgui.org/community-wiki/configure-the-wre-for-developers22:02
kristihead is constantly hitting the ceiling...22:03
+perlDreamerdionak: I don't know if you can switch an existing instance.22:03
PatMcGroinSo no 64-bit install for WebGUI?22:04
+perlDreamerkristi: and anyone with poor grammar and spelling would be a dead giveaway22:04
dionakok, thanks for the info. maybe i can just read up in the build.sh22:04
kristieye don no wutchu meen22:04
+perlDreamerPatMcGroin: If there's no existing 64bit WRE, you can compile one22:06
PatMcGroinRight, but the problem appears to be the 32-bit executable components in /prereq/22:07
PatMcGroinNot WRE per se.22:08
+perlDreamerthat _is_ the WRE22:08
@rizenkristi is funny22:09
kristilooking22:09
PatMcGroinDownloading source now.22:09
+perlDreamerthe WRE is the WebGUI perl modules and the binaries needed to run it, perl, apache, mysql and so on22:09
-!- mode/#webgui [+o kristi] by rizen22:09
@kristiwoohoo! I'm finally red :)22:09
* perlDreamer salutes22:10
+perlDreamerYes, ma'am!22:10
+perlDreamerWriting documentation right away22:10
dionakhm, i don't see Apache::Reload in the wrebuild22:11
+perlDreamerThe wiki says Apache2::Reload, but that may be a typo22:11
+perlDreameror the page could be out of date22:11
dionaki did a grep for reload and Reload22:11
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit [Read error: 110 (Connection timed out)]22:12
dionakoh wait. i see it in the modules...22:12
@rizendionak: apache2 reload was acciddentally removed from the wre somewhere along the way22:12
@rizeni have to remember to put it back in in 0.8.422:12
@rizeni mean, removed from the config file22:12
@rizennot the modules22:12
dionakok, that would explain seeing it in the modules but not the build22:13
+perlDreamerrizen: there are several (4) Product templates.  To export them all as 1 package, can I make a new folder and move the templates in there?22:26
@rizeni think that walmart is trying to kill me22:26
@rizensure pd22:26
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui22:28
-!- webmaster [n=webmaste@fvec-nat.d214.org] has quit []22:48
dionaki'm setting up a custom lib in /data/site/clientname/lib. I edited preload.custom with the path, double checked it but the macro isn't showing up. could it be permissions?22:55
dionakit's world readable22:56
dionakno errors in the logs22:56
dionakany ideas?22:56
dionaki got apache2:reload working btw...22:57
-!- PatMcGroin [n=irc@166.128.199.105] has quit [Read error: 104 (Connection reset by peer)]23:01
@rizendid you also add the macro to your config file23:07
dionakyes. 23:07
dionaki also double checked my paths23:08
+perlDreamerrizen: topsub reported a similar problem a couple of weeks ago23:08
dionakyea, i don't think it was resolved. same server23:08
dionaklet me test a working wg macro from this dir to see if it is indeed a path issue23:08
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []23:11
CIA-6WebGUI: jt * r6317 /WebGUI/ (12 files in 6 dirs): 23:17
CIA-6WebGUI: zero dollar transactions23:17
CIA-6WebGUI: in-shop credit applies to orders23:17
-!- Sunmaster_14 [n=Sunmaste@h19-afsc.ded.indra.com] has joined #webgui23:17
Sunmaster_14http://www.plainblack.com/bugs/tracker/http-proxy-urls-mess-up-checkboxes I posted this bug 5 days ago. Can someone take a look at it?23:19
BartJolsorry Sunmaster_14, i read it, but am afraid I can't help you in any constructive way23:21
Sunmaster_14BartJol, ok, thanks for looking :)23:21
+perlDreamerSunmaster_14: A lot of us are busy writing the new commerce system.23:22
Sunmaster_14perlDreamer, ok. I mean, I'm not trying to say "Hey everyone, drop what you're doing and look at this." Just wanted to know if anyone has had a chance to yet23:23
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui23:26
Sunmaster_14hola, cap10morgan 23:28
cap10morganhey23:28
+perlDreamerHey, did you guys know that you can create more than 1 alias to a macro?23:41
+perlDreamerLike, if you wanted to use the International macro, you could make entries for ^International and ^Intl23:41
--- Day changed Tue May 06 2008
-!- SDuensin [n=Scott@225.sub-75-207-187.myvzw.com] has quit ["Leaving"]00:01
-!- kristi [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit []00:01
+perlDreamerperlmonkey2: we need to remember to bring up the JSON collateral size limitation with rizen.00:03
+perlDreameror make a dev list posting00:03
+perlmonkey216MB ?00:04
+perlmonkey2A large blob is like 2GB00:04
+perlmonkey24GB00:05
+perlDreameryeah00:07
+perlDreamerbig00:07
+perlmonkey2is it *really* an issue?  instances that make it to 16GB will be rare.  So if you design with a mediumtext, then physical ram isn't an issue.00:25
+perlmonkey2perlDreamer: 00:25
+perlmonkey2but if you have to go with a largetext then it might *still* not be an issue as anything handling that much traffic, is probably on some serious hardware.00:25
+perlmonkey2although, having 4GB of physical ram available is still not very normal.00:25
+perlDreamerno, it's pretty rare00:33
+perlDreamerlook at PB's hosting options00:33
+perlDreamerof course, who is going to host a 160 MB survey/dataform on one of those?00:33
+perlmonkey2I'm just thinking about results.  plus *every* time someone submits and answer or makes a change to the survey, the entire thing is loaded from the DB.  If it is large, that just feels ugly.00:36
+perlDreamermaybe answers should continue to be kept separate00:38
-!- dionak [n=diona@97.66.185.250] has quit []00:39
+perlDreamerapeiron, preaction_: I need a bug consult, please 01:03
@preaction_which bug?01:03
+perlDreamerI just found it01:03
+perlDreamercheck out lib/WebGUI/Form/Hidden.pm01:03
+perlDreamertoHtmlAsHidden01:03
+perlDreamernow, suppose you want to set the value 0 as your hidden value01:03
+perlDreamerwhat is $value in that sub?01:03
@preaction_probably $self->get('value') without any quotes, special characters, or macros01:04
+perlDreamerit's '', empty string01:05
+perlDreamerdue to the || '' at the nd01:05
+perlDreamerso you can't set 0 as the hidden value01:05
@preaction_it my version it's only the "name" parameter that has that || ''01:06
+perlDreamerwhat rev are you at?01:06
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has quit [Read error: 104 (Connection reset by peer)]01:06
@preaction_dunno, working on a client project01:06
+perlDreamer7.4?01:06
@preaction_7501:07
@preaction_oh, i see, at the end of my $value01:07
@preaction_that should probably be changed to a defined check01:07
@preaction_or would that even be necessary?01:08
@apeiron|| is truth01:08
+perlDreamerit's necessary if you want to use 0 as a value :)01:08
* perlDreamer really wants 5.10 now01:08
@apeironperlDreamer, Yeah, likewise.01:08
@apeiron0 or the empty string for that matter.01:09
+perlDreamerfrom what I can ack in Form, Radio, Checkbox and Hidden are all affected01:09
+perlDreamerwell, empty string would give you the empty string, which is fine01:09
@preaction_no, i mean checking for defined. what does $string = undef . "something"; equal? 01:09
+perlDreamersomething01:09
@apeironperlDreamer, Empty string would still fail truth testing.01:09
@apeironperlbot, false01:09
perlbotundef, 0, "", "0"01:09
+perlDreameryes apeiron, but in that case $value = '' || ''; 01:10
@apeironah, right.01:10
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui01:10
-!- mode/#webgui [+o rizen] by ChanServ01:10
+perlDreamerhey, the man himself01:10
+perlDreamerrizen: I think I found a bug in the recent Form changes01:11
+perlDreamerif you have time, please check out Form/Hidden, ToHtmlAsHidden, and consider if I want to set the value 001:12
+perlDreamerI have a patch that adds checking for 0 to the tests for Hidden, Radio and Checkbox, and a patch that fixes it in Hidden and Checkbox (Radio was okay).01:20
+perlDreamerIf I commit that patch, will I break something else?01:25
+perlDreamerpreaction_: it's in 7.5.10, the last released beta01:26
+perlDreamerrizen: never mind.  It's much older than the recent form fixes.01:28
+perlDreamerit's from rev 415201:31
+perlDreamervery, very old01:31
+perlDreamerI'll commit the tests and patches01:31
+perlDreamerI spent an hour trying to figure out why I couldn't edit the first product variant, #001:33
CIA-6WebGUI: colin * r6318 /WebGUI/ (6 files in 3 dirs): 01:41
CIA-6WebGUI: Fix Hidden, Radio and Checkbox, which wouldn't allow01:41
CIA-6WebGUI: a value of zero to be set in them. It was translated to01:41
CIA-6WebGUI: the empty string.01:41
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]01:48
-!- Sunmaster_14 [n=Sunmaste@h19-afsc.ded.indra.com] has quit ["Ex-Chat"]02:14
-!- snapcount [n=snapcoun@97.101.8.65] has joined #webgui02:17
-!- mode/#webgui [+v snapcount] by ChanServ02:18
+perlDreamerrizen: all the collateral work is done02:18
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 110 (Connection timed out)]02:28
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui02:49
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:49
-!- snapcount [n=snapcoun@97.101.8.65] has quit [Read error: 110 (Connection timed out)]02:53
CIA-6WebGUI: colin * r6319 /WebGUI/ (4 files in 4 dirs): 02:53
CIA-6WebGUI: Merging in functioning variants.02:53
CIA-6WebGUI: Fixed bugs in getIndexedCollateralData.02:53
CIA-6WebGUI: Added variants to the view template.02:53
CIA-6WebGUI: Updated all Product templates to display variants and controls.02:53
CIA-6WebGUI: colin * r6320 /WebGUI/lib/WebGUI/ (Help/Asset_Product.pm i18n/English/Asset_Product.pm): Help for the variant template variables in the Product template.02:53
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI03:16
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui03:25
CIA-6WebGUI: colin * r6321 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: customize some Sku methods for Product03:40
CIA-6WebGUI: colin * r6322 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: It's okay to delete the Product Wobject now.03:40
+perlmonkey2perlDreamer: you keep saying that responses should be kept seperate.....I think you are on to something :P04:01
+perlDreamerno, it's just the virus talking04:01
+perlDreamermy short term memory is questionable04:01
+perlmonkey2perlDreamer: because do you know how attractive it is for to me to think of getting a request, grabbing the entire survey from a few JSON columns, and then not having to do anymore queries?  That is just too sexy.04:02
+perlmonkey2could even make everything JSON enabled classes.  04:03
-!- snapcount [n=snapcoun@65.8.101.97.cfl.res.rr.com] has joined #webgui04:13
* perlDreamer shudders at an all JSON asset04:13
+perlmonkey2perlDreamer: hah, I just mean the collateral would be objects that know how to turn themselves into/from JSON.04:14
+perlmonkey2but that paradigm kind of breaks the All-In-A-Single-Object that appears to be used currently.04:15
+perlmonkey2not that I'm saying that is wrong, as wG is obviously a nice piece of softwar.e04:15
+perlDreameroh, well in that case (and since I just wrote one that way), that's okay04:19
+perlDreamerhm, maybe I can get MrHairgrease to tutor in me in advanced WebGUI::Product usage tomorrow.04:21
+perlmonkey2hmm, I'm thinking it might be a good time to buy some Yahoo stock.04:22
+perlmonkey2They were devalued by a scary statemt.04:22
+perlmonkey2surely they weren't just that overvalued before the scary statement.04:22
+perlDreamerI think they were pumped up by the chance of being purchased.04:23
+perlDreamerand have probably returned to a normal level04:23
+perlmonkey2oh, yeah.  Looks like Feb 08 is when the offer first surface.d04:23
+perlmonkey2now they are back to slightly over what they were.04:23
+perlmonkey2What Balmer can giveth, Balmer can taketh away.04:23
@apeironI was reading about that on some business site or another and the finance folk are talking about it with complete disregard for anything but moneymaking opportunities: nothing along the lines of personal integrity or what the purchase would actually do to the tech world.04:24
+perlmonkey2it would change the internet quite a bit.  MS would have a lot more clout to spread their poison online.04:25
+perlDreamerI heard that a prominent open source developer is incensed at MS's actions.04:26
@apeironThis is news?04:26
+perlDreamersure :)04:26
+perlDreameri'm gonna take a break for a while04:27
@apeironHave fun, then.04:28
-!- perlDreamer is now known as perlSnoozer04:28
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui05:14
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []05:35
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit ["Exit- stage left"]05:43
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]07:03
-!- perlSnoozer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:07
patspamhas anyone successfully played with Survey 2.0? I've installed the WebGUI_Survey2 branch but am getting "Unknown column 'exitURL' in 'field list' when trying to add a Survey object07:34
+Radix-wrkman.. if you posted that like half an hour earlier you might've got a response from perlmonkey2 (who is the one working on Survey 2.0)07:38
+Radix-wrkhe's honestly the best one to talk to if you have issues with Survey 2.0 at this stage07:39
patspamah bugger. ok, I'll send a note out to the dev list asking if it's usable yet07:44
patspamor is there a spec/overview document floating around? I just want to check out what the planned features07:45
-!- preaction__ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui09:28
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui09:29
-!- snapcount [n=snapcoun@65.8.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]09:36
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]09:37
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui10:16
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:09
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]11:41
-!- ryuu_ro_ [n=rory@gw.oqapi.nl] has joined #webgui11:44
-!- ryuu_ro [n=rory@gw.oqapi.nl] has quit [Read error: 110 (Connection timed out)]11:52
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui14:03
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:24
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui15:05
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui15:19
-!- dionak [n=diona@97.66.185.250] has joined #webgui15:34
-!- virgomoon [n=rodger@251.78.249.216.dsl.dyn.smithvilledsl.net] has joined #webgui16:15
virgomoonI'm getting the following error in my http-error log .. "DBD::mysql::st execute failed: Unknown column 'userProfileData.fieldData' in 'field list' at /data/WebGUI/lib/WebGUI/SQL/ResultSet.pm line 135." .. I checked that userProfileData table and 'fieldData' isn't there .. does that sound familiar to anyone?16:16
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:16
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:16
-!- SDuensin [n=Scott@145.sub-75-206-25.myvzw.com] has joined #WebGUI16:30
SDuensinMorning.16:36
virgomoonmorning16:40
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:43
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui17:03
-!- mode/#webgui [+o Haarg] by ChanServ17:03
-!- ryuu_ro_ [n=rory@gw.oqapi.nl] has quit []17:03
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]17:05
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui17:06
-!- mode/#webgui [+v snapcount] by ChanServ17:07
+perlmonkey2what's new today?17:11
+perlmonkey2perlDreamer where are you?  slacker.17:12
+perlmonkey2So I've never seen this in a wobject, but is there any harm in building insideout objects in a module?  Just little mini packages to abstract some data away?  17:13
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]17:16
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:23
-!- mode/#webgui [+o rizen] by ChanServ17:23
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui17:24
+perlmonkey2rizen: Would you have a problem with me adding some helper classes to the bottom of Survey.pm?  I want to move sections,questions,answers into JSON columns in the survey table, but want some nice clean code to wrap the handling of that data in.17:47
@rizengo for it17:49
@rizenclean code is good17:49
-!- ryuu_ro [n=rory@cd4406bc7.cable.wanadoo.nl] has joined #webgui17:52
-!- ryuu_ro [n=rory@cd4406bc7.cable.wanadoo.nl] has quit [Client Quit]17:53
+snapcountanyone know of a cpan module or built-in that is similar to the frequency function in excel?17:58
+snapcounti.e., for generating histograms17:58
+perlmonkey2rizen: A Mixin wouldn't be a better solution?18:01
@rizenpm2 are you arguing against yourself?18:02
+perlmonkey2heh, yes18:02
+perlmonkey2I do that all the time.18:02
+perlmonkey2If I'm spending any serious amount of money, I will debate myself forever.18:02
+perlmonkey2I'm surprised I am able to ever decide anything.18:03
@rizenjust get it done already18:04
@rizenhow is that for motivation?18:04
+snapcountahh found it... nm18:05
+perlmonkey2rizen: V1 is supposed to go into a real beta today.  I'm in the process of moving it to the production test machines.18:05
+perlmonkey2it is getting there, even if I have to take a cattle prod to these guys, they will decide upon a feature set and stop whining.18:06
-!- doc7777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui18:08
doc7777Hello friends. I have a quick theme question that has me stumped. Using the DCarter80 theme the author says to "User can easily shift color (including the logo) by linking the style template to different .css color files.".   How do you do this very thing? 18:10
doc7777I usually use linux so my mind snaps to a symlink but being we are talking about a webgui theme I am clueless.  :-)18:11
BartJolin the template you refer to your css file\18:12
BartJolin the head section18:12
BartJoljust find the url of the desired colorscheme css and replace the current colorscheme css18:13
BartJolit is possible there is more than one, so be a bit carefull18:13
doc7777I cannot seem to edit the template. It goes to a failsafe page and when you click edit it just refreshes the page. Maybe I am in the wrong place...18:14
+perlmonkey2doc7777: You'll probably have to create your own css file as a snippet.  Then link to that.18:14
BartJola, was a step further, thought that the snippets were qalready there :)18:15
doc7777It has a "style" then "green, blue , orange.css" snippets.  They say to link the style to the .css. That is where I am clueless ;)18:15
BartJolvia what exact route are you trying to edit your template?18:16
doc7777http://www.webgui.org/user_contributions/user_contributions/packages/theme-dcarter-80#LdAZc7SCyEj8oY62Prcylg  is the theme.18:16
BartJolis your template already submitted (the version tag with the template in it, it is?)18:17
doc7777Yea, and it shows on the site. Its just the theme is green when we want blue ;)   the url would be: /dcarter80_style7?func=edit18:18
doc7777but that just refreshes the page you are looking at.18:19
BartJolmm, having a problem with importing it, probably one of my settingsd18:21
BartJolso18:21
BartJoland if you go to the asset manager, you should see an object called dcarter80_style18:22
BartJol?18:22
doc7777Aye I see that18:22
BartJolwhat type is it?18:22
doc7777Template18:22
BartJolmmm, and if you press the according edit link?18:23
doc7777When here I see a nice formated blue and white admin page: /dcarter87?func=manageAssets18:23
BartJolso that's a template you can edit?18:24
doc7777When I click the edit link beside the _style I get a fail safe page at /dcarter80_style7?func=edit;proceed=manageAssets listing all the dcarter files.18:24
+snapcountholy crap18:24
+snapcountdo you guys know if perldreamers cpan id is colink?18:25
+snapcountIf it is him then I'm mailing a beer to Oregon18:25
doc7777Clicking edit again just refreshes that same page. Seems odd. ;)18:25
doc7777No idea here snap...18:25
BartJolok so that's a folder with the according css files18:26
BartJolcould be colin18:26
+snapcountI think he's the author of Statistics::Descriptive18:26
+snapcountwhich is a very nice module18:26
+snapcountI just assumed WebGUI was his entire life =D18:26
BartJolbut your template, is the one you just had18:26
+snapcountI'll have to ask him later18:27
BartJolprobably in the head section there's something like: <link href="^/;dcarter_style7/green.css" rel="stylesheet" type="text/css" />18:27
CIA-6WebGUI: perlmonkey2 * r6323 /branch/WebGUI_Survey2/www/extras/wobject/Survey/ (6 files in 2 dirs): Major updates to spec18:27
CIA-6WebGUI: perlmonkey2 * r6324 /branch/WebGUI_Survey2/lib/WebGUI/Asset/Wobject/Survey.pm: Major updates to spec18:27
BartJolcolin is a workaholic, so I assume it's quite possible18:28
doc7777I have a DCarter folder with all the files in it. When I click edit beside the style it just goes to fail safe and lists the files again. Maybe it cannot parse the template?18:28
BartJolyou should use that template for a page, the asset manager pages are just for managing18:30
BartJoland their template is not easily configured18:30
doc7777hehe, yea I figured as much. I mean when I try and edit the Dcarter80_style it will not.18:31
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:31
BartJoljee , hard to tell what's going wrong, without seeing this18:31
BartJoland I'm afraid I have to go18:31
doc7777Yea, been working with it about an hour and I need to go to. Thanks!18:31
BartJolwell, then we both have to go\18:32
BartJolthat's a relief18:32
doc7777Till then! waves18:32
BartJolare you back later today?18:32
doc7777sure18:32
BartJolok, i will be in 5 or 6 hours18:32
doc7777bout the same here. Maybe we can resolve it then ;)18:32
BartJolok, see you latrer18:32
doc7777Thank you so much for the help 18:32
doc7777ok18:32
BartJolno problem18:33
-!- BartJol [n=plainstu@194.171.50.123] has left #webgui []18:33
-!- doc7777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has quit ["using sirc version 2.211+KSIRC/1.3.12"]18:33
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []18:33
-!- GooeyOfSteel [n=puppetma@hq.imaterial.org] has quit ["Lost terminal"]18:44
-!- nuba [n=nuba@hq.imaterial.org] has quit ["Lost terminal"]18:44
-!- steveo_a1 [n=sno@76.226.183.26] has joined #webgui18:57
-!- steveo_aa [n=sno@adsl-76-234-133-88.dsl.sfldmi.sbcglobal.net] has quit [Read error: 104 (Connection reset by peer)]18:57
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui19:08
-!- mode/#webgui [+v perlDreamer] by ChanServ19:08
+perlmonkey2hmm, I can't figure out why wG is resending static files that have not been altered since their last modified date.  I'm looking at teh headers in firebug, and the headers are correct, the files should not be resent.19:38
+perlDreamerperlmonkey2: Are you sure that it's wG sending them, or the browser requesting them regardless of the header settings?19:42
+perlmonkey2I'm looking at the request headers which are including if-modified-since19:43
+perlmonkey2which in the file I'm testing with, is two hours ago.19:43
+snapcounthey perlDreamer - are you the author of Statistics::Descriptive?19:43
+perlDreamerYes19:44
+perlDreamerwell, maintainer19:44
+snapcountyou rule man19:44
+snapcountI'm using that package and it saved me a ton of work19:44
+perlDreamerYou think so?  It's actually one of the more maligned CPAN modules out there.19:44
+perlDreamerJon Orwant hates it19:44
+snapcountis there something that is supposedly better?19:44
+snapcountI couldn't find anything that would allow you to do frequency distribution with specific bins19:45
+snapcountexcept your module19:45
+perlDreamerHe says it's just very slow, and not well suited to an OO paradigm19:45
+snapcountwell it works great for me =)19:46
+perlDreamercool!19:46
+snapcountnow if I could find a module to generate the graph rotated 90 deg =P19:46
+snapcountin text19:46
+snapcountI have a bell curve on it's side lol19:47
+perlDreamerwell, you're working with a valid sample then :)19:47
+snapcountindeed19:49
@apeironperlDreamer, For 'hating' it, Mr. Orwant hasn't said a word of such on the module review page.19:58
+perlDreamerNo, he just published a book with his comments :)20:02
+perlDreamerand I shouldn't say hate, that's my perception of his evaluation of the module20:02
@apeironAh, the Algorithms book?20:04
+perlDreameryes20:04
-!- virgomoon [n=rodger@251.78.249.216.dsl.dyn.smithvilledsl.net] has quit ["This computer has gone to sleep"]20:19
-!- ascii [n=ascii@64.234.60.83] has joined #webgui20:47
+perlDreamerdionak: did you ever find the solution to the mystery of unloadable custom macro?20:47
dionakno, i haven't yet. i will return to it in the next couple of days20:51
dionaki'll share what i find20:52
dionaki'm busy doing project design, atm20:52
dionakthanks for asking20:53
+perlDreamernp.  I'm completely stumped, so I'm curious as to what the resolution is.20:55
dionaki am too. it's definitely not path related, i've discovered. right now, i'm inclined to think it's a permission issue20:55
-!- lisette [n=lramirez@201.232.58.66] has joined #webgui20:56
lisettehello, i need obtain the survey_responseId when the user complete the survey, how to do?20:58
-!- lisette [n=lramirez@201.232.58.66] has quit [Client Quit]20:58
-!- lisette [n=lramirez@201.232.58.66] has joined #webgui20:59
lisette?21:03
+perlDreamerlisette, you need to tell us more about what you're trying to do21:04
+perlDreamerdo you want that in a template, or in some code?21:04
lisettewait me21:07
lisetteya lo hice21:15
lisettea query in the table Survey_response21:15
+perlDreamerby userId?21:15
+perlDreamerordered by endDate.  That should do it21:16
+perlmonkey2What do you do when you ask someone a rhetorical question and they answer it incorrectly?21:20
+perlDreamerlaugh politely and explain what they did wrong21:20
+perlDreamerNo, I'm sorry.  Toilets don't swirl clockwise in Australia due to magnetic fields working on slight charged water molecules21:21
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []21:22
-!- crythia1 [n=gyoung@fl-69-68-148-96.sta.embarqhsd.net] has joined #webgui21:23
-!- mode/#webgui [+v crythia1] by ChanServ21:23
-!- crythia1 [n=gyoung@fl-69-68-148-96.sta.embarqhsd.net] has left #webgui []21:23
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui22:01
lisetteorderby endDate22:04
lisettedesc22:05
-!- knowmad [n=william@97.66.185.250] has joined #webgui22:36
lisetteperlDreamer, the congress that there is going to have to learn how to handle the API WebGUI? or for anything else?22:58
+perlDreamerlisette, the topics for the conference are all over the place.  This year, there are not many sessions about the WebGUI API.23:01
+perlDreamerhttp://www.webgui.org/wuc/schedule23:01
+perlDreamerBuilding Advanced Workflows, URL and Content Handlers, WebGUI Search are about pieces of the API23:02
+perlDreamerA lot of the conference is introducing the new WebGUI 7.5 features23:03
+perlDreamerCommerce23:03
+perlDreamerThingy23:03
+perlDreamerSurvey 2.023:03
lisetteall is in english?23:03
+perlDreameryes23:03
lisetteok23:03
lisettewhich the cost?23:03
lisettewhich is the cost23:03
+perlDreamerhttp://www.webgui.org/wuc/registration23:03
+perlDreamer$500 for two days23:03
+perlDreamerThe Hotel where the conference is has discount rates of $124/night, but there's also a hostel down the street.23:05
+perlDreamerhttp://www.webgui.org/wuc/hotel-information23:05
+perlDreamerthey'll feed you lunch at the conference each day23:05
lisetteThe event lasts only 2 days?23:05
+perlDreamerthis year, yes23:06
+perlDreamerlast year it was 3 days long23:06
+perlDreamerpeople voted to have more classes at the same time, but for fewer days23:06
preaction__there's the designers session beforehand too23:06
preaction__well, i think it's a basic tutorial for designers and content managers23:06
+perlDreamerlisette was asking about coder's talks and stuff23:06
lisetteok, thanks23:07
+perlDreamerDoes anyone know if there are still open seats for the conference?23:11
+perlDreamerLast year it sold out.23:11
lisettewhat is mean the combo?23:12
+perlDreameron the registration form?  It means to buy tickets for the workshops (which happen before the conference) and the conference itself.23:12
+perlDreamercombo = combination23:13
+perlDreamercombinacion23:13
+perlDreamercompra boletos para la conferencia y clases addicionales23:14
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui23:15
+perlDreamerBartJol, when 7.5 is released, you are going to be a very busy man23:15
lisettewhat is the different?23:16
+perlDreamerperlmonkey2: speaking of translation, is the new Survey 2.0 fully i18n'ed and documented in the help system23:16
+perlDreamerentre las clases y la conferencia?23:17
+perlmonkey2perlDreamer: not yet23:18
BartJoloh23:18
BartJolwhy?23:18
+perlmonkey2we're getting a V1 prelim out, and then I'll take a week to add all the V2 stuff they want and make it ready for WebGUI.23:18
+perlmonkey2BartJol: there wasn't time.  23:19
BartJolso all the versions that didn't come out, stack up?23:19
+perlmonkey2?23:19
BartJolAm I that drunk?23:20
+perlDreamerBartJol, new commerce system, new assets23:20
BartJoloooh23:20
+perlDreamerBartJol, there is going to be a huge work released in 7.5.1123:20
BartJolpinda's23:20
BartJolor peanuts...23:21
lisettebye23:23
BartJolwhen's that all going to take place?23:23
+perlDreamerthe end of may23:23
-!- lisette [n=lramirez@201.232.58.66] has left #webgui []23:24
BartJolah, the second week of june, i'm sailing, so I've gat 1 week then23:24
BartJolthat's gonna be fun23:26
BartJoloh, that's my own deadline.. otherwise arabic will catch up :)23:27
+perlDreamerdude, you're so far ahead of them23:27
BartJolonly 10 %23:28
+perlDreamerbut they haven't touched the translation for a long time23:28
+perlDreamera very long time23:28
BartJolgotta keep my status23:28
BartJolIt's the only one I got :)23:33
-!- dionak [n=diona@97.66.185.250] has quit []23:36
-!- dionak [n=diona@97.66.185.250] has joined #webgui23:37
-!- SDuensin [n=Scott@145.sub-75-206-25.myvzw.com] has quit ["Leaving"]23:58
--- Day changed Wed May 07 2008
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]00:04
BartJolhas anybody seen citronized? I promised to help the French connection00:04
+perlDreamerhavent' seen him today00:07
BartJolhe was here 6 hours ago and would be back00:07
BartJol(around this tine)00:07
BartJolbu thanks00:07
+perlDreamerhttp://mentalhouse.net/irc/logs/webgui/2008-05.log00:08
-!- dionak [n=diona@97.66.185.250] has quit []00:09
-!- dionak [n=diona@97.66.185.250] has joined #webgui00:12
-!- dionak [n=diona@97.66.185.250] has quit [Client Quit]00:15
BartJolok, this tells myself something about maybe going to sleep, I meant doc777700:27
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui00:29
+perlDreamerBartJol: Haven't seen him either00:39
+perlDreamerYou can go to sleep :)00:39
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]00:41
BartJolah, well00:43
BartJolthen let's be wise, so bye!00:43
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has left #webgui []00:44
-!- preaction__ is now known as preaction01:13
-!- mode/#webgui [+o preaction] by ChanServ01:13
+perlDreamerhail, preaction!01:13
+perlDreamerwhat have you been up to?01:13
@preactionHAI!01:14
@preactionfixing approval processes to be more easily pluggable01:14
+perlDreamerjapanese?01:14
@preactionno, i missed the L in HAIL01:14
+perlDreamermysql++: http://rss.slashdot.org/~r/Slashdot/slashdot/~3/284926989/article.pl01:16
@apeironer. They decided to maintain status quo. By that logic, we should all get ++ every second we don't change. :)01:25
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]01:28
@preactionyeah, mysql-- and sun-- for scaring people like that01:28
+perlDreamerhonestly, I think that's the remarkable part of the affair01:37
+perlDreamerthey announced that they were going to do something bad01:37
+perlDreamerrealized it was bad01:37
+perlDreamerthen changed their minds01:38
+perlDreamerthe best would have been not to have done it at all01:38
@preactionrealized it was bad is a euphamism for "realized major amounts of money could be lost"01:40
+perlDreamergood to see that the psychic link is back up :)01:40
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui01:40
-!- knowmad [n=william@97.66.185.250] has left #webgui []01:42
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]01:48
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]02:28
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]02:34
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 110 (Connection timed out)]03:04
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:28
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:29
-!- SDuensin [n=Scott@214.sub-75-206-143.myvzw.com] has joined #WebGUI03:38
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []03:47
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui03:48
dionakhey, if anyone knows itnomad (jack), let's have a private conversation. 03:52
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []04:10
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has joined #webgui04:11
-!- snapcount [n=snapcoun@66.11.101.97.cfl.res.rr.com] has joined #webgui04:42
-!- mode/#webgui [+v snapcount] by ChanServ04:42
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui04:44
-!- doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui04:48
doc777Anyone tried the DCarter80 theme that is in the addon section theme. It comes in 3 colors and you are supposed to be able to change it by "linking the style template to different .css color files.".   I have spent a few hours trying to figure out how to do this. If I click "edit" on the DCarter80_style it just refreshes the page and does not show an edit page. What am I missing here? 06:04
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:14
-!- mode/#webgui [+v perlDreamer] by ChanServ06:14
+perlDreamerdoc777: BartJol was here earlier looking for you.06:15
+perlDreamercap10morgan: contgratulations on your PBWG!06:15
doc777Thank you, I got in a bit late. Maybe I can catch him in the morning ;)06:17
+perlDreamerI'm sure he'll be back after he gets some sleep.06:17
doc777Is there a way to extract files from a .wgpkg outside of webgui?06:41
@preactiontar xf06:44
@preactioni'm not sure if wgpkg are gzipped or not06:44
@preactioneither they're just tarred, or they're tarred and gzipped06:44
doc777will try that, thanks!06:44
+perlDreamerfile .wgpkg should tell you the format06:45
doc777Got it extracted. Mostly .json files so not really what I was looking for. ;)06:49
+perlDreamerall the data is in there, just in JSON format06:52
@preactionit's all the columns from the database06:52
doc777I have a template file dcarter80_style that will not let me edit it. It has a line in it pointing to the wrong snippet but I cannot get into it to change. Either through webgui or the file system. Also cannot seem to actually just download it, edit, upload like you would do with ftp. 06:55
doc777Was hoping to extract it, edit it, then upload it. But thats in a .json format and not a template so wrong turn there.06:56
doc777But I did get to look into the file and find the line that needed to be changed. Just no way seeable to change it.06:56
@preactionopen that up in a text editor, but if it won't let you edit from the web interface, i doubt it'll let you overwrite using a package06:56
@preactiondid you try copying and changing your copy?06:57
@preactionis it locked? does the yellow lock icon show up in the asset manager?06:58
doc777Hrm, let me give that a shot. When I click "Edit" it simply refreshes the page.06:58
@preactioncheck the error log?06:58
@preactionwith log level set to WARN or higher?06:58
doc777It is showing "unloacked". I didnt find anything in the webgui log about it.  (unsure on how to set the log level to a higher setting)06:59
doc777er unlocked....06:59
+perlDreameretc/log.conf06:59
@preactionWebGUI/etc/log.conf, look for ERROR, change it to WARN06:59
doc777Will do...07:00
@preactionyou'll have to restart the webserver afterwards, of course07:01
doc777I find myself doing that a whole lot ;-)07:02
doc777Aha! Thank you for the log tip. Unable to find object error. I commented out the: "templateParsers" : ["WebGUI::Asset::Template::HTML::Template::Expr"],07:07
doc777 07:07
doc777and it let me edit. Thank you!07:07
@preactionseems like there are some errors that need to be bumped up in severity07:10
+perlDreamerpreaction: I suspect that the default log level could be left at warn if all the errors were set appropriately.07:13
@preactionso 404 gets bumped down to info?07:14
@preaction404 is the one that shows up the most when you put loglevel warn07:14
+perlDreamer404?07:14
+perlDreamerthat's a httpd error07:14
@preactionAsset Not Found, then07:15
+perlDreamerA0407:15
doc777The top of this template uses: </tmpl_if>  I am guessing that will require the Template::Expr parser or will the default do it?07:23
+perlDreamerdepends on what the other end of the <tmpl_if> look like07:24
+perlDreamertmpl_if is supported in both07:24
+perlDreamerit's the boolean that can be different with Expr07:24
doc777its a line like: <tmpl_if session.var.adminOn>  <tmpl_var controls>07:26
doc777</tmpl_if>07:26
+perlDreamerthat will work in regular, old HTML::Template07:26
doc777Great! Thank you ;)07:26
-!- doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has quit ["using sirc version 2.211+KSIRC/1.3.12"]07:45
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui07:46
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Client Quit]07:47
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]08:02
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]08:11
-!- ascii [n=ascii@64.234.60.83] has quit ["leaving"]08:14
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui08:49
-!- mode/#webgui [+o preaction] by ChanServ08:49
-!- snapcount [n=snapcoun@66.11.101.97.cfl.res.rr.com] has quit [Remote closed the connection]09:57
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui10:11
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui10:48
CIA-6WebGUI: graham * r6325 /branch/WebGUI_7.4/ (2 files in 2 dirs): fixed: Data Form field names changed on edit10:51
CIA-6WebGUI: graham * r6326 /branch/WebGUI_7.4/ (2 files in 2 dirs): fixed: Collaboration RSS link in header doesn't indicate title10:51
CIA-6WebGUI: graham * r6327 /branch/WebGUI_7.4/ (sbin/userImport.pl docs/changelog/7.x.x.txt): fixed: userImport.pl overwrites settings when updating users10:51
CIA-6WebGUI: graham * r6328 /branch/WebGUI_7.4/docs/create.sql: preparing for 7.4.36 release10:51
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:06
-!- BartJol [n=plainstu@194.171.50.123] has left #webgui []11:43
-!- patspam [n=patspam@ppp59-167-137-64.lns3.mel6.internode.on.net] has quit ["Leaving."]12:04
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui12:43
-!- mode/#webgui [+v Radix_] by ChanServ12:43
-!- sanyock3 [i=_ejabber@server1.jabbernet.eu] has joined #webgui12:49
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has left #webgui []12:54
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui13:15
CIA-6WebGUI: jt * r6329 /releases/WebGUI_7.4.36-stable: Release 7.4.36-stable13:20
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui13:57
-!- sanyock3 [i=_ejabber@server1.jabbernet.eu] has left #webgui []14:00
-!- BartJo1 [n=plainstu@194.171.50.123] has joined #webgui14:02
-!- SDuensin [n=Scott@214.sub-75-206-143.myvzw.com] has quit ["Leaving"]14:19
-!- BartJol [n=plainstu@194.171.50.123] has quit [Read error: 110 (Connection timed out)]14:20
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui15:19
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []15:41
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:14
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:29
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:29
-!- lisette [n=lramirez@201.232.58.66] has joined #webgui16:36
-!- lisette [n=lramirez@201.232.58.66] has quit [Client Quit]16:36
-!- lisette [n=lramirez@201.232.58.66] has joined #webgui16:37
BartJo1grrr some people ar stupid16:51
BartJo1even more than me, that is16:51
-!- SDuensin [n=Scott@134.sub-75-206-218.myvzw.com] has joined #WebGUI16:51
BartJo1morning to you Scott16:52
SDuensinGreetings and stuff.16:56
-!- topsub [n=josh@97.66.185.250] has joined #webgui17:18
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []17:20
-!- jua1 [n=juangui@201.232.58.66] has joined #webgui17:26
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:37
-!- mode/#webgui [+o rizen] by ChanServ17:37
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui17:38
jua1i have too many users with ldap authentication, can i change it to ldap?17:39
jua1excuseme17:39
jua1can i change it to WebGUI?17:39
BartJo1dunno17:41
Doc777I really cant guide you on that (new myself) But I am using webGUI auth and seems fine.17:41
BartJo1Doc777 already some succes with your greenbluered template]17:43
BartJo1?17:43
Doc777Anyone know what makes a theme look fine when admin is on but when off the site shows failsafe? No version tag to commit.17:43
Doc777Ah yes, Bart. Last night I saw someone mention setting logging to WARN so I did that and found in the log file there was an error about Template::Expr.   I commented that line out and restarted apache and it let me edit it now ;)17:44
BartJo1are you sure it is the same url17:45
Doc777Well it is the main url to the site. I tried clearing the cache, cleared browser cache. When logged in as Admin the template looks good. When Admin is off it is non existent and failsafe.17:46
BartJo1maybe the security settings for the template are not good17:47
Doc777Looked over them and they are set to Everyone view. Maybe I should reset them again for good measure.17:47
BartJo1so the page and style layout are both visible for everyone?17:48
Doc777Yea, who can view is set to everyone on both.17:49
BartJo1well, that's one thing that is correct :)17:50
Doc777Hehe, yes it is17:50
BartJo1mmm, then it becomes harder to tell, thinking...17:51
BartJo1I am deep thought :)17:52
Doc777It's ok, it has become a quest. Restarting random things at the moment ;)17:53
BartJo1just give me admin rights, so I can look :)17:54
BartJo1maybe it's a function you're calling17:55
BartJo1what's the template for the user function style in the settings?17:55
Doc777Not sure I follow you. Let me find that ;)17:56
BartJo1eeeh, it's in the settings, not sure which tab17:56
Doc777If the site was actually on the web I would but it is on our LAN until complete ;-)17:57
BartJo1it's in the tab UI17:57
Doc777Well I set it to the same as the site but nothing seemed to change. 17:59
BartJo1too bad... want more power!!17:59
BartJo1mmm18:00
Doc777I am sure it would help  ;)18:00
BartJo1so the next thing I can think of is a strange thing in the template, which is opened in the things that are visible for admin18:01
BartJo1but that would be strange18:01
Doc777Possibly18:01
BartJo1yeah, well18:02
BartJo1that's about it, for what I can think of...18:03
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit [Read error: 104 (Connection reset by peer)]18:04
Doc777That seems to be the case. I changed to another template and it worked fine. I changed back to this one and if admin is on it is fine but users see fail safe. So that has to be it. You are a genious!18:04
Doc777;)18:04
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui18:04
-!- mode/#webgui [+o Haarg] by ChanServ18:04
BartJo1jee, that's something new for me18:06
BartJo1well then fix your template..18:06
Doc777It was downloaded from the add on section but I am guessing that has to be the issue as that is the symptoms.18:07
dionakwhich one did you download?18:09
Doc777Theme: Dcarter 8018:09
BartJo1but I think they have all clean url's18:10
BartJo1where are they?18:10
BartJo1mm that looks good, in my import18:11
BartJo1i have no problems18:12
BartJo1http://webgui.bartjol.nl/home18:12
Doc777Maybe this is an issue: In the asset tree you have ROOT > HOME | I have a folder called ROOT > STUFF and the template is in there. When I placed it in the HOME folder it showed up in various places on the site and in the navigation and such ;)   Do you think this is the issue?18:13
BartJo1it's about url's18:14
BartJo1and those are fixed in the package18:14
BartJo1it shouldn't matter18:14
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui18:14
Doc777ok18:14
BartJo1mind the word shouldn't ;)18:15
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has left #webgui []18:15
Doc777Found a clue in the apache log. 404 on the .css18:16
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui18:17
BartJo1did you replace green with a good alternativ18:18
BartJo1e18:18
BartJo1eeh.... you lost one 7?!?18:18
BartJo1is the css file available for everyone then?18:19
Doc777Well here is the odd part. The actual snippet is called graceblue14.css and apache is looking for graceblue.css18:19
BartJo1is that the url or the title?18:20
Doc777The graceblue14 is the url, the graceblue is the title.18:21
BartJo1and the url to the css in the template and the url of the css match I suppose..18:21
Doc777From the site you can pull up /graceblue14.css and display the code. But /graceblue.css gives a 404. 18:22
BartJo1but what are the security setting of graceblue1418:22
BartJo1because in admin mode it does show doesn't it?18:22
Doc777yea... shows fine in admin mode. Failsafe when not. Security is set to Everyone can view.18:23
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 104 (Connection reset by peer)]18:24
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui18:25
BartJo1mmm getting desperate18:26
Doc777I think you hit on the right thing with the url in the template. It seems it needs to be set to the actual url of the snippet. (14). That probably got thrown off by having to reinstall the theme so many times because of the Template::Expr issue. 18:26
Doc777I think we are onto something as the colors are appearing ;)18:26
BartJo1whoa18:26
Doc777Hey thats a big thing for me ;)18:26
BartJo1(small) VICTORY!18:26
Doc777At last ;)18:27
-!- lisette [n=lramirez@201.232.58.66] has quit [Read error: 113 (No route to host)]18:28
BartJo1now I will sleep with a comforted heart18:28
Doc777Thank you for so much help Bart. You figured it out through text. That is great! ;)18:31
BartJo1well, it took me some sweat too, but it's really hot right now in the netherlands18:31
BartJo1the cheeses are melting :)18:32
Doc777Ack! Cant have that.18:32
BartJo1we can't live without cheese, except MrHarigrease...18:33
Doc777lol, yea we love it here to. East coast usa.18:34
CIA-6WebGUI: jt * r6330 /WebGUI/lib/WebGUI/Asset/Wobject/Navigation.pm: fixed a problem where no current asset is set18:34
CIA-6WebGUI: jt * r6331 /WebGUI/lib/WebGUI/Workflow/Activity/GetSyndicatedContent.pm: throw warn instead of error18:34
BartJo1but now it's time to sit outside and drink a beer, only I have to find a partner in booze...18:35
@apeironBartJo1, Ship them to JT and pick them up at the WUC!18:36
Doc777There ya go ;)18:36
@apeironThey can work the Wisconsin cheese magic on them, too.18:37
BartJo1ah18:37
BartJo1well, but are how am I supposed to maintaion myself till then?18:38
BartJo1wisconic cheese is also good18:38
BartJo1especially with aplle py18:38
Doc777Sure is!18:38
BartJo1apple pie18:38
BartJo1or is it Wisconsinic18:40
-!- lisette [n=lramirez@201.232.58.66] has joined #webgui18:41
lisetteI can know that users have been logged to date?18:43
@apeironlisette, You want to know that users have logged in on or before a specific date?18:44
lisettetoday18:44
@apeironah.18:45
@apeironlisette, The userLoginLog table in the DB has that info.18:45
lisettethanks18:46
BartJo1or in the login history in the admin console?18:49
lisettehow?18:49
BartJo1Gebruiker (identificatie) StatusLogin tijdIP adresUser agentAdmin (3)success10:15am 5/7/2008194.171.50.123Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14Admin (3)success10:12am 5/7/2008194.171.50.123Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.1418:50
BartJo1it's dutch, but anyway18:50
dionakthere's an icon in the admin console18:50
BartJo1go to the admin console and click on login history?18:50
BartJo1and yes, I use windows... , long live steve balmer!18:53
BartJo1oh eeeh18:53
BartJo1so long, and thanks for all the fish18:55
-!- BartJo1 [n=plainstu@194.171.50.123] has left #webgui []18:55
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has joined #webgui18:58
elninogood morning!  This is probably a really dumb question, but I can seem to make this work.18:58
elninohold on. ..18:59
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]19:10
elninodoes preaction=JT?19:14
@preactionno19:14
@rizenno19:14
@rizenrizen = JT19:14
@rizenpreaction = Famous Rockstar19:14
elninooh.  I have  a long winded explaination of my shortcut request if you want it. =)  otherwise, it's ok if you want to close my recent RFE19:15
@preactioni'm here for the atmosphere, sometimes the food's okay too19:15
elnino=)19:15
@rizengive it19:15
elninook.. don't say I didnt' warn you...19:15
elninoMarketing hired a translater to translates a page into about 15 different languages. Their preference is for us to post the pages as they gave them to us "as is". Which I know I can do if I had used one of those by pass directorys.19:15
elninoI have choosen not do do this for the following reasons.19:15
elninoTheir html code was broken, and we wanted to post the pages within webgui so that marketing could modify links and the look of the site, and have that apply to these pages. And Also, as marketing already have done so, are starting to build additional pages underneath these initial pages.19:16
elninofollow so far?19:16
elninoSo back to my request. We are tired of them giving us broken pages, and they want to see the pages on the site (as they delivered them) - so they can see how broken they are, despite our efforts in sending screen shots and explaining what needs to be fixed and that they can see these if they just tested them. 19:18
elninoSo I choose to compromise by posting the pages as is" by using snippets. I choose this method so that marketing can still modify the pages within webgui and create pages underneath. 19:18
elninoDoing so, I found that I need to have subdirectory under each snippet for the supporting files (which I could avoid if they were posted the way I wanted to) and rather than uploading the same files 10 times over, I was hoping to use shortcuts, because no doubt they'll see their error and I will need to reupload all the files all over again.19:18
elninoend-of-story19:18
elninohopefully that makes sense. but I know there are alternative methods, so I'm fine if you don't think others will want "mass shortcutting" functionality.19:19
elninobut the reason why I logged on is, that is seems that the snippets (text/html)aren't picking up the conents of the sub directories, so I'm kinda scratching my head right now.19:20
elninopaths in the html files they gave us are relative, so I thought the folder under the snippet would work.19:22
@rizenthe position in the asset tree is irrelevant19:22
@rizenthe url is what's relevant19:22
@rizenso you can have just one folder19:23
@rizenand have them all use it19:23
@rizeni can't see your html,  but let's say they have a folder called "images" that they have stuff in19:23
@rizenso the image tag looks like:19:24
@rizen<img src="images/this.jpg">19:24
elninoso if a snippet has a image with the url of:  "images/header.jpg"    does webgui append a / in front of the path?19:24
@rizenno19:24
@rizenlet me continue19:24
elninosorry - we typed at the same time.  please continue.19:25
@rizenand you have your HTML as  a snippet (containing the above tag) with a url of /foo/bar.html19:25
@rizenthen your images need to have a url of foo/bar/this.jpg19:26
@rizenthat may sound confusing, but keep in mind that WebGUI's asset tree has absolutely nothing to do with a traditional filesystem19:26
@rizenthe URLs are completely independent of the structure in the tree19:27
@rizenback to your request for RFE19:27
@rizenthat's a jury rig in the best case scenario. i don't want to encourage that behavior. request denied.19:27
@rizenthat's as much help as i can provide for now. must get back to work.19:28
elninodid you mean foo/bar/images/this.jpg?19:28
@rizenno19:28
@rizenbar is the .html19:28
@rizenbar.html19:28
@rizenfoo is the folde rname19:28
-!- rizen is now known as rizenisaway19:28
elninoin the snippet the image path is "images/this.jpg:19:28
elninoif anyone followed this, I do understand that placement of the images directory is irrelevant, I only placed it below the snippet so that the url of the images directory was generated automatically for me.  However, I think rizen is incorrect. 19:32
elninoin his example he referenced images/this.jpg  and said the url for the image needs to be foo/bar/this.jpg. even though his example the snippet references the images using the image directory?19:33
elninoit seems in his example it should be foo/bar/images/this.jpg.  Can someone confirm if that was a typo on his part?19:35
elninobut for good measure, I'll try what he suggested (without the images directory in the url)19:36
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has quit ["using sirc version 2.211+KSIRC/1.3.12"]19:42
elninoAnother question, does webgui drop the  .html portion when it's in the middle of a url?  in rizen's example:  it should be foo/bar/this.jpg, it seems to me that it should be: foo/bar.html/this.jpg?19:45
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui19:49
-!- mode/#webgui [+v perlDreamer] by ChanServ19:49
-!- jfluhmann [n=jfluhman@x174y236.angelo.edu] has joined #webgui19:51
-!- jfluhmann [n=jfluhman@x174y236.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]19:53
CIA-6WebGUI: colin * r6332 /WebGUI/t/Shop/PayDriver.t: update defaultValue in the group field of the PayDriver definition19:54
topsubIs there a way i can pull content profiling information in the search results template?20:14
+perlDreamersearch results template?20:14
+perlDreameryou mean sql report template?20:14
+perlDreamerwait, never mind20:14
+perlDreameryes20:14
+perlDreamerthe AOI macro20:15
+perlDreamer^AOIHits and ^AOIRank20:15
+perlDreamerthe SQL macro could also be used to pull the results with a custom query20:16
+perlDreamerif you mean you want content profiling info associated with the search results themselves, that could be very slow since you'd be making a query per asset.  But it would work.20:18
topsubwell when they do a search the results that come back we want to add the content profiling informatin into the template with the results20:18
topsubso you will see the File name + content profiling information as a list.  If that makes sence20:19
dionakhe's just saying that would work but be slower20:19
dionaki guess that the amount of overhead would be directly related to the number of results in a search query20:20
topsubah alright i will give it a shot20:20
dionakand the number of subsequent queries to retrieve the content profile data20:20
elninorizen - can't get what you suggested to work with your actual given url examples. I agree my particular case is a juryrig, and that's fine if you deny the request. I only offered it as a RFE incase it would be helpful to others Thank you for your time.20:21
+perlDreamerdionak: when you said unused variables in your email, do you mean existing template variables that aren't used (but could be) or template variables that are never used?20:22
-!- cap10morgan_ [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui20:25
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI20:25
-!- mode/#webgui [+o khenn] by ChanServ20:25
dionakthe post indicated, to me at least, that some variables were discovered in the templates to never be used. i was thinking i would need to verify that..20:26
dionaki really haven't looked20:26
dionakbut i'm pretty good at reverse engineering. 20:27
dionakplus, i figured i could ask you guys ;)20:27
+perlDreamerrizen has found that the more template variables, the slower the render and higher the memory usage20:28
+perlDreamerso removing those we can would be great20:28
dionakah, good. 20:29
+perlDreamerthere was even a plan in place at one time to remove replace i18n labels with i18n macro calls20:29
+perlDreamersince they're still faster than making template variables20:29
+perlDreamerand only the ones used are called20:29
+perlDreamerbut I don't know where those plans lie now20:29
+perlDreamerI'm guessing they take a back seat to C220:29
dionaki'm sure they do. commerce seems to be rolling along well from the comments we see20:30
+perlDreamerthere's a lot of progress being made, but it's a huge project20:30
dionakit sounds to me like the main goal would be to clean up the templates, make them more standard and accessible via css20:30
-!- rizenisaway is now known as rizen20:30
dionakyes, it certainly is. 20:30
dionaki'm looking forward to seeing the end result, and i'm sure others are too. especially the devs.20:31
dionakare you working on that project at all?20:32
+perlDreameryes20:32
+perlDreamerI'm building the product20:32
dionakwhat part are you working on?20:32
dionakjust curious20:32
+perlDreamerand translating old products (asset based and commerce based) to the new Sku based product20:32
+perlDreamerplus testing, I wrote the Shipping drivers, the tax system and some other small things20:33
+perlmonkey2khenn: just want to verify this is you before giving that info out.  This is IRC after all.20:33
@khennyes it's me20:33
@khenn=)20:33
+perlDreamerperlmonkey2: khenn is who you expect him to be20:33
+perlDreamerit's the right IP address and username20:33
+perlmonkey2heh20:33
@khennpd keeps track of these things!20:33
dionakare people posing as other people?20:34
@khennhe knows our IPs!!!20:34
+perlmonkey2perlDreamer: knowing my ip.  That scares me.20:34
+perlDreamerplus, I have a backup20:34
+perlDreamerkhenn: which SQL query did you and I disagree over in the In/Out board?20:34
@khennheh I don't remember20:35
@khennwhat was that, a year ago or more?20:36
+perlDreamerthree20:36
+perlDreamerI'm surprised y'all have kept me around that long :)20:37
+perlDreamerdionak: there's no one posing as other people so far20:37
+perlDreameralthough someone named BugCrusherMcgirk has tried to impersonate rizen a few times20:38
dionakso far... :)20:38
+perlDreamerand people have tried to come back and be beligerent using other aliases20:39
+perlDreameriPhoneGuy == maxScience20:39
+perlDreamerand some other alias, too, iirc20:39
-!- rizen is now known as BugSlasherMcGurk20:41
dionaklol!20:41
+perlDreamerhe's back!20:41
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit [Connection timed out]20:41
+perlDreamerBugSlasherMcGurk: I don't see any better way to convert Commerce products into Sku products than instancing them one by one.  It's going to be slow.20:43
@BugSlasherMcGurkwhich side are you instanciating?20:44
+perlDreamerCommerce20:44
@BugSlasherMcGurkyou can instanciate the new sku, but noth the other sides20:44
@BugSlasherMcGurkhere's the reason20:45
@BugSlasherMcGurkthe upgrade will run once per site20:45
+perlDreameroh crap20:45
+perlDreamerokay20:45
@BugSlasherMcGurkand in one of those upgrade the commerce files will be deleted20:45
@BugSlasherMcGurkthen the subsequent ones won't work20:45
+perlDreamerokay, back to the drawing board (SQL) then20:46
@BugSlasherMcGurksorry man20:47
@BugSlasherMcGurkfor the record, i don't mind slow20:47
@BugSlasherMcGurkjust can't have break20:47
+perlDreamerindeed20:47
@BugSlasherMcGurk10 points who can tell me who Slasher McGurk is without looking on google or any other site20:47
+perlDreamerI'll just blame you for my faulty thinking, due to the bacterial infection you sent me.20:47
-!- BugSlasherMcGurk is now known as rizen20:47
@rizeni said i was sorry about that20:48
@rizenmy assistant screwed up the order20:48
+perlDreamerI get less forgiving when I'm sick20:48
@rizeni haven't gotten anything good done on shop  in the past two because i've been up at night nursing sick servers20:50
+perlDreameruh oh20:50
@rizenthere are at least 2 servers that are not on my christmas card list anymore20:50
+perlDreamerhardware problems?20:50
@rizenpreaction is right there with me...i don't know how he's still awake20:50
@rizen=)20:50
@rizensoftware problems20:50
@rizenthat are being really hard to diagnose20:50
@preactioncaffiene pill every morning, i'll probably end up crashing around 5:00p20:51
+perlDreamerMrHairgrease write beautiful perl code21:15
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui21:28
-!- lisette [n=lramirez@201.232.58.66] has quit [Read error: 104 (Connection reset by peer)]21:30
elninorizen - I wasn't able to get what you suggested to work with your actual given url examples. I agree my particular case is a juryrig, and that's fine if you deny the request. I only offered it as a RFE incase it would be helpful to others. Thank you for your time. Much appreciated.21:36
elninono underlying apology and I didn't take anything personally =) thanks though. I know he's always working on webgui to make it even better and I totally understand that you guys have to keep focused on higher priority RFEs and bug reports.  I just wish people would use webgui more, it seems it's more popular in england, why would that be? you're based in WI, right? 21:53
+perlDreamerI'm basedin Portland, Oregon.  The Plain Black staff are based out of Wisconsin.21:53
@apeiron... mostly21:54
+perlDreamermostly?21:54
+perlDreamerwell, Steve is in Texas21:54
@apeiron<-- Pennsylvania21:54
+perlDreamerPennsylvania?21:54
@apeironAye.21:54
+perlDreamerTavis is in Michigan?21:55
elnino<-- Minnesota (hiring?)21:56
+perlDreamerhiring?21:56
elnino[are you] hiring?  =)21:57
+perlDreamerI wish21:57
+perlDreamerPlain Black does have a request open for a programmer.21:57
+perlDreamerIt's on their site21:58
@rizenelnino21:58
@rizenhttp://beta.webgui.org/demo1210186440_29/foo21:58
@khennyeah PD, when are you finally going to turn us into $dayJob? =p21:59
@rizeni built the example i was telling you about21:59
@rizenwe can't hire perlDreamer21:59
@rizenhe doesn't live in Wisconsin21:59
@rizenremember, we're firing everyone not from wisconsin21:59
@rizen=)21:59
@apeironwait, wait22:00
elninohmm. I'm SO close to quiting my job.  nice people, but.... 22:00
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui22:00
@apeironkhenn, You're *from* Illinois right?22:00
@khennno22:00
@khennwisconsin22:00
@apeironOh, thought you'd moved.22:00
@rizenhe was born in wisconsin22:00
@rizenlived all over22:00
@rizenand came back to wisconsin22:00
@rizento die22:00
@rizen=)22:00
@khennI lived in Illinois until I came to work for JT the slave driver22:00
@rizencuz frank is so OOOLD22:01
@rizenhe has gray hair22:01
+perlDreamerI'm older than all of you, so be careful22:01
@khennnot at the moment I don't =p22:01
+perlDreamerand mind your elders22:01
@rizenand his whole body is covered in wrinkles and liver spots22:01
@rizenat least that's what his wife tells me22:01
elninorizen: You set it up exactly like I originally did. From what I can tell your example has  the url of the image was foo/bar/images/this.jpg.  I must have had something else going on. No worries about this, I'm going back to do it the way I should have done it the first time around.22:02
@rizenno22:02
@rizenmy image is foo/images/this.jpg22:02
@rizenno bar22:02
@rizenelnino22:03
@rizenfeel free to log in and play around22:03
@rizeni set that beta site up for you22:03
elninooh good grief. I get it..  22:03
@rizenit will last for 24 hours22:03
elninoThank you.... no need....22:03
* rizen things elnino should come to the WUC22:04
@rizens/thing/think/22:04
+perlDreamerindeed22:04
+perlDreamerI think she said she applied to come22:04
elninoI'm working on it...  boss never replied.22:04
+perlDreamerbosses22:04
elninostill looking for money I guess.22:04
+perlDreamerdid you find a babysitter?22:04
@rizendo you work at U of M ?22:04
elninorizen: not to beat a dead horse, but your initial example said:  foo/bar/this.jpg22:05
elnino=)22:05
@rizensue me22:05
elninoWe found a daycare center that would be willing to do only a week.22:05
@rizeni was in a hurry22:05
@rizenand you get what you pay for =)22:05
elninoobviously.... nope, I dont' work at the UofM.  Small manufacturing.22:06
elninocompany.22:06
@rizeni hear that U of M law department is setting up a WebGUI user group22:06
@rizenemail tavis@plainblack.com if you'd like to be introduced to them22:06
elninocomputer manufacturing.22:07
elninothanks for the headsup on UofM.22:08
elninorizen: works like a charm, thanks for being patient. You can certainly close and delte my RFE. =) I was seriously having a brain fart.22:12
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]22:16
+perlDreamerrizen: commerce conversion 95% done.  I just need to build a short description for the variants.22:17
+perlDreamerafter lunch22:17
@rizennice doood22:22
@rizenwish i could say the same for the rest of the shop22:22
@rizenoh crap..i'm late. gotta go22:22
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []22:22
CIA-6WebGUI: meatbop * r6333 /WebGUI/www/extras/assets/ (Shelf.gif small/Shelf.gif): Added Shelf icons22:24
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has quit [Read error: 110 (Connection timed out)]22:39
jua1i have too many users with ldap authentication, can i change it to WebGUI?22:40
+perlDreamereach user's authentication method can be set in 1 of 2 ways22:44
+perlDreamer1) From the Users screen in the Admin console22:44
+perlDreamer2) Doing it manually in the db22:44
+perlDreamerbut you'll need to transfer their password over to the webgui db22:44
jua1in the admin console, i have changed it to webgui22:45
jua1i am checking in the users table and all of them have ldap authentication22:46
jua1if i alter the table to WebGUI, have to transfer their password from ldap to webgui?22:48
+perlDreameryes22:48
jua1if a user has ldap authentication the password is always in ldap, webgui doesn't syncronize the password22:50
+perlDreamerI believe that to be true.  You can always check the table called authentication to check that.22:51
jua1ok22:52
jua1if in the table authentication is the password, the only thing that i need to do is alter the table users22:52
@preactionjua1, no, the authentication table has a particular setup that will require you to edit it.22:53
jua1yes, i am checking22:55
jua1thanks22:55
jua1is more easy to delete all of them and create again using the userimport.pl22:59
jua1can i do that, if i have the users associated to groups?23:07
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]23:33
CIA-6WebGUI: colin * r6334 /WebGUI/lib/WebGUI/ (Asset/Sku/Product.pm i18n/English/Asset_Product.pm): add more help about shortdesc length, and use the correct form option to set the length to 30 chars23:40
+perlDreameryay!  Commerce conversion done!23:50
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []23:53
-!- SDuensin [n=Scott@134.sub-75-206-218.myvzw.com] has quit ["Leaving"]23:57
--- Day changed Thu May 08 2008
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui00:02
lisettei do a UserImport with the userImport.pl but i forget put the parameter allowChangePass, i need allow to user to change the password, how to do this?00:05
+perlDreameryou could redo the userImport00:06
CIA-6WebGUI: colin * r6335 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: conversion of Commerce products to Sku products done00:06
CIA-6WebGUI: colin * r6336 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: clean up the old Commerce tables, and close a statement handle00:06
+perlDreamerotherwise, the data is stored in the authentication table;00:07
+perlDreamerupdate authentication set fieldData=1 where fieldName='changePassword';00:09
lisettethanks00:09
+perlDreamernote that that does it for all users00:09
lisetteyes00:09
+perlDreamergood night, preaction00:20
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui00:22
Doc777Question: I have a flashchat php app installed in a passthrough at ct/flashchat.php. It works great calling it by url. When I try and add this in a http proxy it attached http:// to the link and therefore breaks it. Is there a work around for something like this?00:29
+perlDreamerDoc777: Use the complete url, including the sitename00:29
+perlDreamerof course, one could ask why you'd want to proxy a piece of webgui back into WebGUI00:30
Doc777This is on a vserver which local address is not the same as the DNS address. It uses NAT so not that easy. The reason I am trying to do this is that flashchat is a php app that does not run in webgui? At least I cannot seem to make it do so... So I added a passthru to allow it to run on its on and would like to include it in a page....00:31
+perlDreamerah, good point00:32
Doc777Pulling up the flashchat.php works great.... But I would love to integrate it into the site.00:32
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui00:33
lisetteas I do a load of users with userImport.pl with e-mail each user?00:39
+perlDreamerit will not send email to the users as you do a new userImport00:41
lisetteno00:41
lisettei need register the user with the e-mail, but the e-mail isn't part of the information of user, is the profile00:42
+perlDreameryou can add userProfile fields to the data that you send to userImport.pl00:42
lisettelike a column?00:43
+perlDreamer"In addition to the field names above, you may use any valid profile field name."00:43
+perlDreameryes00:43
lisettethanks00:43
+perlDreamername the column the same as the userProfile field00:43
lisettei try insert a email with point example: david.algo@algo.com, and this field don't save, why?00:45
@preactionanyone else having trouble committing content on latest SVN?00:45
+perlDreamerpreaction: since I think I committed the latest SVN, I would say no00:46
+perlDreamerbut I'll try again00:46
+perlDreamerjust committed 633700:46
@preactionso spectre and committing version tags worked fine?00:47
lisettei do this by the administrator console00:47
+perlDreamerhaven't tried that00:47
+perlDreamerpreaction: manual commit or autocommit?00:47
@preactionauto, as default00:48
@preactionif the problem is what i think it is, though, it shouldn't matter00:48
+perlDreameredited the Welcome article00:49
+perlDreamercontent was accepted00:49
+perlDreamerno version tag showing00:49
+perlDreamer(in the adminBar)00:49
+perlDreamerno lock icon in the edit bar00:50
+perlDreamerwhat should I be looking for/attempting to do exactly?00:50
+perlDreamerand I'm fully up to date, with the exception of the shelf icons from Steve today00:50
@preactioni'm seeing it get committed, and then the activity seems to return "undefined", which causes problems00:51
+perlDreamerwith autocommit, do you need to have spectre actually running?00:52
* perlDreamer begins to feel foolish00:52
@preactionyes00:52
@preactionthere's a new twist: there are no realtime workflows anymore00:52
@preactionall workflows are assumed to be realtime until they take too long, then they're handed off to spectre00:53
@preactioni don't know how that works, but that's what happens00:53
+perlDreamerI'll start spectre, and try again00:53
+perlDreamerwhat direct symptom am I looking for?00:53
@preactioni don't know how activities are supposed to handle running for 10 seconds, getting stopped, and then starting again when spectre gets to them, but that's what happens00:53
@preactionyour content doesn't show up00:53
+perlDreamerokay, spectre up00:54
@preactionthe log file, in INFO mode, shows 4 lines: Trying to execute, Completed Activity for Workflow, Could not complete workflow instance in real time, and then Something bad happened00:54
+perlDreamerthat's not what I got00:55
+perlDreamerI got my content, and this in the WebGUI.log file00:55
CIA-6WebGUI: colin * r6337 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: prep code for removing the Product macro from webgui.conf file00:55
@preactionthen it's something over here00:55
+perlDreamer2008/05/07 14:47:03 - ERROR - spectre.conf - POE::Kernel::_dispatch_event[970] - ADMIN: Couldn't connect to WebGUI site mywebgui.conf at http://mywebgui.localdomain:80/?op=spectreGetSiteData.  Response: 500 read timeout00:55
@preactionthat's a problem, but not the same problem00:55
@preactionit would hide the problem i'm seeing though00:55
@preactionalso, now there's a problem in the upgrade script. a misspelling of a table name i think00:56
@preactionDBD::mysql::st execute failed: Unknown table 'productparameteroptionss' at ../../lib/WebGUI/SQL/ResultSet.pm line 135.00:56
+perlDreamerthat sounds like something I wrote00:57
+perlDreamerare you up to date?00:57
@preactionyes00:57
+perlDreamerhm00:57
+perlDreamera table by that name exists, with camel case00:58
+perlDreamerinstead of all lower case00:59
+perlDreamerand one fewer s00:59
@preactionthe extra S at the end perhaps?00:59
+perlDreamerargh01:00
+perlDreamersorry, man01:00
@preactionnp01:00
@preactioni still have the other issue probably01:00
+perlDreamerI'll figure out why spectre can't talk to my site01:01
+perlDreamerand maybe I'll be able to duplicate your problem01:01
+perlDreamercommitted a fix for that typo01:02
+perlDreamerokay, weird01:04
+perlDreamerspectre --test says everything is okay01:04
@preactionweird indeed01:05
+perlDreamerWebGUI's spectre screen says everything is okay01:05
+perlDreamerbut webgui.log is filling up with 2008/05/07 14:53:59 - ERROR - spectre.conf - POE::Kernel::_dispatch_event[970] - WORKFLOW: Something bad happened on the return of mywebgui.localdomain - 5uhHUs8Xqsl2YHe6P5M6KA. <HTML>01:05
@preactioni think i figured out my problem, i was setting a defaultVersionTagWorkflow that doesn't exist anymore01:06
@preactionbut i'm testing01:06
@preactiondid you restart spectre too?01:06
+perlDreamerI'm rebuilding the site from scratch to make sure the script works right01:06
+perlDreamerand translating the commerce takes a while01:06
+perlDreamer3-4 minutes for 838 products01:06
+perlDreamerTiffany was kind enough to donate some real-life product data for me to test converting01:07
@preactionnice01:08
@preactionnevermind though, it's working now01:08
+perlDreameroh, good01:08
+perlDreamerwant to fix my site next?01:08
+perlDreamer=)01:08
@preaction$5001:10
@apeironopera-- # apparently completely valid XHTML Strict 1.0 isn't good enough for it01:11
+perlDreamermine seems to be working now as well01:13
+perlDreamerwhy isn't my computer smart enough to know that "ate" really means "date"?01:14
+perlDreamerlisette: about your earlier email address problem.  Could you please repeat what's going on?01:15
jua1perlDreamer, lisette is not in the office now but i know the problem01:20
+perlDreamerokay01:20
CIA-6WebGUI: colin * r6338 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: fix a typo in the name of a Commerce table to be dropped01:20
jua1the problem is, i want to add a user in the admin console and my username name is like juan.gallego and the email will be juan.gallego@algo.com01:21
+perlDreamerokay, and it's not working?01:22
jua1yes01:22
+perlDreamerit could be 1 of 2 problems01:22
+perlDreamer1) emails are required to be unique, so someone else may have that email01:22
jua1then i try to edit the profile and the email doesn't exist01:23
+perlDreamer2) more likely, there is a bug in the email validation code that is rejecting the email address01:23
jua1i am going to check in the database01:24
+perlDreamerhttp://www.webgui.org/bugs/tracker/email-field-not-accepting-addresses-with-periods-in-them#BL40GDFp4xSv6D3OEwz7iQ01:25
+perlDreamerHaarg: has the "dot in email address" fix been ported to 7.5?01:26
@Haargi believe so01:26
@Haarghmm01:27
@Haargdoesn't look like it01:27
+perlDreamerjua1: this bug was fixed in WebGUI 7.4.3401:27
jua1ok01:27
+perlDreamerare you using 7.4, or 7.5?01:27
+perlDreamerbecuase the next 7.5 fix won't be out for 3 more weeks01:28
jua17.4.3201:28
+perlDreamerokay, I would recommend upgrading, then01:28
jua1ok01:28
jua1thanks01:28
+perlDreamerDon't thank me yet, we don't know for sure that it will fix your problem01:29
+perlDreamerPero yo espero que si01:29
jua1eso espero01:30
jua1que si01:30
+perlDreamerthank you01:30
+perlDreamerjau1: in that sentence, is "espero" a noun or a verb?01:37
jua1el verbo es esperar01:42
jua1en la setencia es un noun01:44
jua1when I am saying espero is in that setence is because i have a certain security that the upgrade can correct the errors01:44
+perlDreamerI understand.  You weren't correcting what I was saying.01:44
jua1instead of the verb esperar that is the time while the upgrade is executed01:45
CIA-6WebGUI: colin * r6339 /branch/WebGUI_7.4/t/Form/Email.t: back port additional email address tests01:48
jua1is clear?01:48
+perlDreamerI think so01:49
-!- jua1 [n=juangui@201.232.58.66] has left #webgui []02:03
Doc777Anyone know how I can remove the site name text off the top of the site? I have my own graphic there but the site name text displays over the top ;)02:08
+perlDreamerDoc777: that would be in your style template02:09
CIA-6WebGUI: colin * r6340 /WebGUI/docs/gotcha.txt: begin documenting the Product changes in the gotchas.txt file02:09
Doc777Thank you. Digging through that but does not seem to be there, at least that I can find... Maybe it is obfusacated ;)02:10
@preactionit's the ^c; macro, the CompanyName macro02:10
Doc777Something like this one: <h1>^H(^c(););</h1>   ?02:11
Doc777Yep, I would have never guessed that was the site name ;)02:12
@preactionprobably02:12
@preaction^H; for the home page link, ^c; for the company name02:12
+perlDreamerDoc777: You can find out what macros mean in your website by using the Help system02:12
+perlDreamerGo to the Help icon in the admin console02:12
+perlDreamerand choose List of macros02:12
+perlDreamerit will tell you the name and shortcut for all macros on your site02:13
Doc777Aye but what stumped me was looking for the site name in a lot of code. When actually I was looking for ^c.02:13
+perlDreamerpreaction: I need to talk through an idea.  Do you have 5-10 minutes?02:16
@preactionsure02:16
+perlDreamerso I'm working on the C2 update02:16
+perlDreamerIn C2, instead of the Product macro, you use the AssetProxy macro instead02:16
@preactionok02:17
@preactionI thought Skus were assets now, do we need AssetProxy at all?02:17
+perlDreameryes02:17
+perlDreamerall existing Commerce products are dropped into a folder off of root02:17
+perlDreamerand during the conversion, assets that use them (article, snippet, layout and template) need to be converted to use the AssetProxy macro instead02:18
@preactionso assetproxy is just needed as a conversion, in the future we won't really NEED it02:18
@preactionbut okay02:18
+perlDreameryes02:18
+perlDreamerif you want to display the same product on two pages, you still need AssetProxy02:19
+perlDreamerbut really, you should be using Shelf02:19
+perlDreamerso during the upgrade, we don't shut down all the WebGUI commerce sites in the world :)02:19
+perlDreamerSo I need to go through that list of assets02:19
+perlDreamerand it would be really easy to do it in the db02:19
-!- lisette [n=miloidrr@201.232.58.66] has left #webgui []02:19
+perlDreamerbut I'm wondering if it would be better to do through the API02:20
+perlDreamerand actually register a version change02:20
@preactionbut if they rolled back the version, their asset would break02:20
@preactionit wouldn't work as they expected it to02:20
+perlDreameryes, since it would go back to using the Product macro02:21
+perlDreamerso you think it would be better to update all revisions of the asset, using the db?02:21
@preactioni think it would be faster, easier, and work just as well02:22
+perlDreamerit would also allow all the wobjects to be handled in one fell swoop02:23
+perlDreamerokay, db it is02:23
+perlDreamerthanks, preaction02:24
@preactionnp02:24
+perlDreamerI wish you and rizen lots of luck with your recalcitrant servers02:24
-!- cap10morgan_ [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 110 (Connection timed out)]02:25
@preactioni'm currently coming up with a method to send bolts of electricity over TCP/IP02:25
+perlDreamerI'd recommend using POE instead02:26
+perlDreamermuch safer02:26
+perlDreameralthough somewhat limited in quantity of power02:26
+perlDreamerhow much electricity are we talking about here?02:26
@preactionenough to shut the system up02:26
@preactionmake it think long and hard about what it did02:26
+perlDreamerI see, you want a voltage paddle02:26
@preactionenough so that it does not do it again02:27
+perlDreamersend it to its room for a timeout?02:27
@preactioncall it spareNotTheRod.pl02:27
@preactionor just TheRod02:27
+perlDreamerif we could get a lot of cats, wearing wool socks walking across a carpet...02:28
+perlDreamerIt's pretty hard, but not impossible to do, with servers on UPSes02:30
+perlDreamerthe UPSes also act as surge suppressors (big caps)02:31
+perlDreameryou'd need to do it right at the machine02:31
@preactionthat's why we'd have to go in through the network cables02:31
@preactionthey'd never suspect it02:31
+perlDreamerthe network cables are only good for maybe 10W02:31
+perlDreamerthe server would laugh at that02:31
@preactiondamn...02:32
@preactioncan't spank it and not mean it, it'll get even more unruly...02:32
+perlDreameryeah02:32
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]03:03
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:11
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:16
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:16
-!- snapcount [n=snapcoun@66.11.101.97.cfl.res.rr.com] has joined #webgui03:41
cap10morganperlDreamer: thanks for the congrats last night :) didn't see it until this morning.03:51
+Radix-wrknice interview cap10morgan - but i have to ask.. why pose with a barbie basketball? :)03:59
cap10morganRadix-wrk: because it's there?03:59
+Radix-wrkit looks like you're showing it off ;)04:00
+Radix-wrkcongrats on the nomination tho :)04:00
cap10morganoh, i am ;)04:03
cap10morganthanks!04:03
+Radix-wrkheh04:03
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]04:10
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: +Radix-wrk, diakopter04:15
-!- Netsplit over, joins: Radix-wrk, diakopter04:16
+perlDreamercap10morgan: you're welcome.  Keep up the good work!04:17
cap10morganthanks! :)04:18
-!- topsub [n=josh@cpe-071-071-252-225.carolina.res.rr.com] has joined #webgui04:30
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI04:36
-!- topsub [n=josh@cpe-071-071-252-225.carolina.res.rr.com] has quit ["Leaving"]04:37
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 104 (Connection reset by peer)]04:38
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui04:38
-!- mode/#webgui [+o preaction_] by ChanServ04:38
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]04:41
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui04:45
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI04:49
+perlDreamerand there's 2/3 of the Product macro conversion done05:04
+perlDreamerman I'm getting tired05:04
CIA-6WebGUI: colin * r6341 /WebGUI/ (2 files in 2 dirs): 05:10
CIA-6WebGUI: Update all Wobjects, and snippets from using the Product05:10
CIA-6WebGUI: Macro to using AssetProxy. The loadProductAsset.pl script is05:10
CIA-6WebGUI: for testing the conversion.05:10
-!- ascii [n=ascii@64.234.60.83] has joined #webgui05:11
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI05:53
-!- mode/#webgui [+o khenn] by ChanServ05:53
+perlDreameryo, khenn06:01
@khennwhat's up dreamer?06:02
+perlDreamerhave you applied/checked my patch yet?06:02
@khennsent it off to the client.  No word yet06:02
@khennI assume all is well06:02
+perlDreamerI tested it, but it's always nice to have other experienced eyes06:02
@khennwe'll follow up at some point this week06:02
+perlDreamercool06:02
+perlDreamerso what's keeping you busy nowadays?06:03
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has joined #webgui06:31
CIA-6WebGUI: colin * r6342 /WebGUI/ (2 files in 2 dirs): add templates to the mix. Product macro template scan and update done06:35
pilaf153To run a cascading menu that is a mouseover do you have to use java or are there macros or packages out there that can do this?06:37
-!- sanyock3 [i=_ejabber@server1.jabbernet.eu] has joined #webgui06:41
+perlDreamerpilaf153: I'd recommend looking at the existing Navigation templates, and the Add Ons section at webgui.org06:42
pilaf153I have been looking through them but cant seem to find one that does what I need.  I will keep looking though.06:44
+perlDreamerI haven't looked into this for a while, but I seem to remember that Cool Menus will do that.06:48
+perlDreameryeah, Cool Menu is the one06:49
pilaf153that is one that already exists in the install?  I am positive I tried all of them.  06:49
+perlDreamerYes, it's in the install06:50
+perlDreamerI've tried it out in the Demo site06:50
pilaf153I will check it again does it need any modification06:50
+perlDreamerhttp://demo.plainblack.com/demo1210215898_777/site_map/site_map206:50
+perlDreamerit needs to be customized for your style06:50
+perlDreamerthe one I have is just the default06:50
+perlDreamerIt's the big green "Home" box in the middle of the banner06:51
pilaf153ok06:51
pilaf153ok I wll play with it and see if I can make it work.  Thanks for the info06:53
+perlDreamerthis add on may be of interest as well: http://www.webgui.org/user_contributions/user_contributions/packages/accordianstyle-menu-using-jquery--v7_4_30-#jcL74yZTdMuc7SYgvc_j-Q06:54
pilaf153yeah I tried installing this in the latest version and it wasnt wokring06:55
+perlDreamerwhich latest?  7.5 or 7.4?06:55
pilaf1537.506:57
+perlDreamertopsub seems to be good about taking care of his add ons06:57
+perlDreamerI wouldn't doubt he'll be looking at it soon06:58
+perlDreameryou _could_ come back tomorrow during the day (East code American time) and ask him in the channel06:58
pilaf153cool06:58
pilaf153thanks for all the help. I am out for now06:59
+perlDreameryou're welcome06:59
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has quit []06:59
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]07:04
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:09
-!- sanyock3 [i=_ejabber@server1.jabbernet.eu] has left #webgui []07:28
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]07:55
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:04
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui11:04
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:24
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []15:49
-!- MrHairgrease [n=martin@wlan-145-94-216-127.wlan.tudelft.nl] has joined #webgui15:57
-!- mode/#webgui [+v MrHairgrease] by ChanServ15:57
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui15:58
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui16:00
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:18
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:18
-!- BartJo1 [n=plainstu@host2.procolix.com] has joined #webgui16:26
-!- SDuensin [n=Scott@128.sub-75-206-140.myvzw.com] has joined #WebGUI16:26
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui16:31
-!- mode/#webgui [+o rizen] by ChanServ16:31
-!- snapcount [n=snapcoun@66.11.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]16:32
-!- BartJo3 [n=plainstu@host2.procolix.com] has joined #webgui16:36
SDuensinMorning16:38
BartJo3good afternoon gentlemen16:42
-!- BartJol [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]16:43
+perlmonkey2good afternoon.16:44
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui16:47
-!- BartJo1 [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]16:48
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:55
-!- BartJo3 [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]17:02
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui17:03
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []17:04
CIA-6WebGUI: perlmonkey2 * r6343 /branch/WebGUI_Survey2/lib/WebGUI/Asset/Wobject/Survey.pm: Added randomize answers functionality (how was this missing?)17:04
-!- BartJol [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]17:08
-!- BartJo2 [n=plainstu@host2.procolix.com] has joined #webgui17:09
-!- SquOnk [n=emhn@201.211.84.218] has joined #webgui17:09
SquOnkHi everyone17:09
BartJo2hi17:09
SquOnkrizen: You there?17:11
@rizenno17:12
SquOnkHeh17:12
SquOnkrizen: Just to let you know... My sponsor has given the A-OK to the webgui package...17:12
@rizenwahoo!!!!17:12
@rizenSo this will be going into Lenny for sure then?17:12
SquOnkrizen: ...I just got mail from the debian-volatile team. They coordinate the way upgrades are handled for packages such as webgui17:12
SquOnkrizen: Yes. Target is Lenny and it will be there.17:13
@rizenWAHOOOO!!!!17:13
SquOnkrizen: I expect an upload over this weekend.17:13
@rizenyou rule SquOnk17:13
SquOnkrizen: Debian Rules17:13
SquOnkrizen: Have you tested webgui with Perl 5.10?17:14
@rizenno not yet...spending all my time trying to finish up WebGUI 7.517:14
SquOnkrizen: All right.17:14
@rizenafter that comes out i'll start playing with Perl 5.1017:14
SquOnkrizen: Lenny will have Perl 5.1017:14
@rizenso i better test then17:15
@rizen=)17:15
SquOnkrizen: I can tell you the upgrade scripts work since I've just tested them.17:15
@rizeni don't think there will be a problem17:15
SquOnkrizen: Me neither, but one has to trust but verify17:15
@rizencertainly17:15
SquOnkhttp://mirror7.escomposlinux.org/comic/ecol-160-e.png17:17
@rizenhehe17:19
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui17:41
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui17:53
CIA-6WebGUI: perlmonkey2 * r6344 /branch/WebGUI_Survey2/www/extras/wobject/Survey/ (editsurvey/section.js survey.css administersurvey.js): Added IE7 compat in administersurvey.js for class changes.17:54
-!- cap10morgan_ [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui17:55
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has quit ["Lost terminal"]18:01
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:08
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui18:11
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 110 (Connection timed out)]18:12
-!- BartJo2 [n=plainstu@host2.procolix.com] has left #webgui []18:25
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has joined #webgui18:30
-!- MrHairgrease [n=martin@wlan-145-94-216-127.wlan.tudelft.nl] has left #webgui []18:47
+perlmonkey2khenn: What did you think?  The editor is still rough around the edges for sure.  The options should be more contextualized and the layout cleaned up.  But the administration of the survey is coming along nicely I think.  18:53
+perlmonkey2dang perlDreamer's day job.18:59
+perlmonkey2doens't he know he needs to be available here 24/7?  I need his pager number :P18:59
@rizenso do i19:00
@rizenunfortunately he makes about 1 billion dollars per second in his day job19:00
@rizenif i could afford him, i would have hired him already, just so he's always available to everyone19:01
@rizen=)19:01
+perlmonkey2can't you bribe him with cherry referrals to his consulting biz?19:01
+perlmonkey2maybe an unlimited supply of gooey dolls?19:02
@rizeni've tried everything19:02
@rizeni even tried threatening to withhold gooey dolls19:04
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #webgui19:31
-!- mode/#webgui [+o tavisto] by ChanServ19:36
@preaction_perlbot botsnack19:37
perlbotI'm not your prank monkey19:37
Doc777Anyone able to tell me what I am missing. When uploading a picture to the "Gallery" the thumbnail is not created. And this is logged: "Exception 420: no decode delegate for this image format"  .jpg19:38
lisetteDoc77: Where is your question about this?19:40
Doc777Hrm, well I would like to upload a .jpg picture and have it create the thumbname I guess... It says no decode delate. 19:42
@preaction_sounds like Image magick or graphics magick isn't installed correctly, or you're not actually uploading a jpg19:43
Doc777Its a .jpg for sure. so maybe something up with Image Magick.19:45
+perlmonkey2rizen: if you have a sec (or anyone else with a thought on the matter), I've been pondering how and if JSON serialization of the survey objects (not the results) would work.  I'm thinking a single column in the survey table which would contain the serialized survey object, which contains sections->question groups->questions->answers.  The only problem I see is having class instances serialize/deserialize themselves.19:53
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui20:14
-!- mode/#webgui [+v perlDreamer] by ChanServ20:14
+perlDreamerwhoa20:14
+perlDreamermajor attendance of PB folk20:14
+perlDreamerperlmonkey2: I'm here now.20:16
@khennis yung around?20:17
@khennperlmonkey2:  Haven't had a chance to take a look yet.  I plan on doing it shortly though20:17
+perlmonkey2perlDreamer: what do you think of a single column to contain the entire survey?  A serialized data structure of a survey->sections->question groups->answers with objects which know how to handling their own serialization.  Then the entire survey can be loaded once, used as needed, then serialized and stored if changes were made?20:19
+perlmonkey2I'm guessing (but not by much), that deserealization and loading the data into objects will take a lot less time than 20ms, the minimum time I can make a simple DB all in.20:20
+perlmonkey2So it is easier to use the data, and much faster overall.20:20
+perlDreamerweren't you saying the other day that a large, monolithic structure wouldn't work because you could whip out a 500 MB survey file and fill all the available physical memory of the server?20:21
+perlmonkey2well, that20:21
+perlmonkey2's if it included the results.  But that woudul be silly20:22
+perlDreameroh, I see20:22
+perlmonkey2or at least that's what perlDreamer told me about 5 times :P20:22
+perlDreameranswers are available choices20:22
+perlDreamernot responses20:22
+perlmonkey2yes20:22
+perlDreamerwell, in that case20:22
+perlDreamerI have no idea, I'll have to think about it further.20:22
+perlmonkey2a response is an instance of a taken survey, a question response is a response toa question, etc.20:22
+perlmonkey2But the only drawback is loading the entire survey into memory upon every call.  And if size became an issue, compressing the text wouldn't be hard to add?  I mean since it is searlized in the DB, what does it matter if the text is compressed?  And all these functions are magnitudes faster than DB calls.20:23
+perlDreamerI don't think you'd need in memory compression of the data20:24
+perlmonkey2well, just thinking if someone writes a 10,000 very wordy set of questions, it might be necessary.20:25
+perlDreamerIMO (read that as the following set of bytes are of low value) that's a performance barrier to cross when we reach it20:27
+perlmonkey2but compression is just sexy :P  but I agree.  It would be far easier to just have a cap on survey sizes and if they need bigger, just create a second survey which the first redirects to on completion and the user won't notice anything except one of the pages required a reload (which on a fast connection they might not even notice).20:28
+perlDreameragree about sexiness, worried about May 31 being only 22 days and 12 hours away :)20:29
+perlmonkey2bah, I've learned so much, I can rewrite this thing, with the 3x as many requirements, in a week.  :P  20:30
+perlDreamerDeal!20:30
+perlmonkey2If only I could stop getting emails asking me to tweak templates so that blue bars are wider, thinner, longer, shorter, maybe I could get someting done.  20:30
+perlDreameryou need a perlmonkey3 who is in charge of UI customization20:31
+perlmonkey2I have one, but he's slightly more worthless than perlmonkey220:32
+perlmonkey2He's actually supposed to be doing the template customizations, but they don't ever get done, so I'm doing them.20:32
+perlDreamerone small word of advice from someone who is old20:32
+perlmonkey2I have no idea what he did the last 48 hours he had to do this long list of visual changes, but it wasn't doing the visual changes.20:32
+perlDreamerWhile it is good that projects meet deadlines, sometimes it is better that they fail so that issues can be escalated.20:33
* perlDreamer takes off his yoda robe now :)20:33
-!- mode/#webgui [+o bopbop] by rizen20:50
-!- aselpilot [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has joined #webgui21:18
-!- lisette [n=miloidrr@201.232.58.66] has quit [Read error: 113 (No route to host)]21:35
Doc777When trying to install Image::Magick it fails with: "gnu/bin/ld: cannot find -lMagickCore" The only one that locate finds on the system is: "/usr/include/magick/MagickCore.h". Is this what it is looking for or a missing library file...21:49
Doc777I have already downloaded and installed imagemagick but cpan wants to install Perl::Magick.21:49
dionakperlmagick is the perl interface for imagemagick21:51
dionakso you would need it if you're using image magick with webgui21:52
SquOnkaptitude install perlmagick :-)21:52
dionakwould that install it in the right place? 21:52
Doc777That is what I was thinking so was trying to install it. It is searching for MagickCore and the only one on the system is "/usr/include/magick/MagickCore.h". So do I have a missing library?21:53
dionakidk. is that what it was looking for, MagickCore.h?21:54
dionakif so, maybe it's not in the include path...21:54
@apeiron-l indicates a shared library, typically something that ends in .so. .h are C header files, plaintext files containing C source.21:57
Doc777cpan: install Perl::Magick = "gnu/bin/ld: cannot find -lMagickCore"21:57
Doc777Doing a locate -u and locate MagickCore only shows: "/usr/include/magick/MagickCore.h"21:58
@apeironDoc777, Typically you install Perl::Magick with ImageMagick because the two are... fragile, shall we say.21:58
Doc777Yep, crashed and burned ;)21:58
dionakis graphics magick easier?21:59
Doc777Downloaded and installed that to... no errors. But does not work in webgui.21:59
+perlmonkey2We promise they won't take over your spaceship?21:59
@apeironperlmonkey2, Correct.21:59
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui22:18
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui22:22
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]22:28
lisette.22:29
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has quit ["using sirc version 2.211+KSIRC/1.3.12"]22:32
+perlmonkey2rizen: the button issue is fixed.  But I can't replicated the slider issue in FF or IE7.  Perhaps it was caused by the button code failure?22:34
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui22:42
@rizenlikely, i'm not seeing it anymore22:46
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #webgui []22:51
-!- aselpilot [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has quit [Remote closed the connection]23:16
+perlmonkey2rizen: well, that is a shaky one to view.  I would give you access to the testing machine which has the latest (somewhat)stable, but that is at $work, and I can't give access to non-employees.23:20
-!- aselpilot [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has joined #webgui23:21
CIA-6WebGUI: perlmonkey2 * r6345 /branch/WebGUI_Survey2/www/extras/wobject/Survey/ (survey.css administersurvey.js): IE problems apparently resolved, and slider and multi-slider allocate accuracy made bullet-proof.23:25
CIA-6WebGUI: perlmonkey2 * r6346 /branch/WebGUI_Survey2/lib/WebGUI/Asset/Wobject/Survey.pm: template vars altered23:25
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit []23:33
-!- knowmad [n=william@97.66.185.250] has joined #webgui23:39
knowmadHey folks!23:39
+perlDreamerhowdy, knowmad23:39
knowmadhi pd23:40
knowmadi've got a metadata question for you this afternoon23:40
+perlDreamerbring it on!23:40
knowmadis there a way to create HTMLAreas or other form elements as meta data properties?23:41
+perlDreamerno23:41
+perlDreamer-types=> [ qw /text integer yesNo selectBox radioList checkList/ ]23:42
+perlDreamerthat's from AssetMetaData.pm23:42
knowmadwhy so limited?23:42
+perlDreamerno idea23:42
+perlDreamerHTMLAreas are really only special text fields23:42
knowmadrizen: why can't i build a metadata property with HTMLArea type?23:42
@rizencuz you can't23:42
@rizenhow do you like that23:42
knowmadthat sucks23:43
@rizen=)23:43
@rizenyou can change it if you want23:43
knowmadyou told me about all these great new goodness in 7.5 data forms and got me excited23:43
@rizenthere's no technical reason any longer not to support all types23:43
knowmadsweet! 23:43
+perlDreamerso rizen, would a check on dynamicFormCompatible be apropos?23:43
@rizenwell all dynamic compatible types23:43
@rizensee svn WebGUI::Form::Control for details23:44
@rizenyes23:44
@rizenor just using the FieldType and DynamicField controls in conjunction23:44
knowmadwould it be an RFE to add ability to manage the types of meta data properties available?23:44
@rizenwith the new form api in 7.5 there's no real limit23:44
knowmadi could see where some sites will want only a limited list23:44
@rizeni see no reason to do that, but if you want to submit the rfe go ahead23:45
@rizenbecause it's the admin that sets up the metadata fields23:45
knowmadthat answers my question23:45
knowmadbut then every site gets the same list if you modify the Metadata module23:46
knowmadno way to control it like you can with the SQL Form asset23:46
@rizendo you know what you're talking about knowmad?23:46
@rizenor are you just spewing23:46
@rizen=)23:47
knowmadi know what *I'm* talking about23:47
knowmadi think we need to use the Vulcan mindmeld to get it across the ether though23:47
knowmadit can wait til the WUC23:47
knowmadgives me something to add to my list for you ;)23:47
@rizenkeep in mind you don't have exclusive access to me at the wuc like you did at GTS23:48
@rizenyour list needs to be much shorter23:48
knowmadi'll let the important ones sort to top23:49
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]23:50
@rizenwith data form you're creating multiple forms23:50
@rizenwith metadata, it's global23:50
@rizento the whole site23:50
@rizenonly admins set it up23:50
@rizenso there's no reason to limit the list23:50
@rizenthat's what i'm saying23:50
+perlDreamerrizen: I'm confused.  WebGUI::Form::FieldType->new($session)->get('types') != WebGUI::Form::FieldType->new($session)->getTypes(), right?23:51
@rizenright23:52
@rizenyou can provide a limit to the FieldType function23:52
@rizento only list the ones you want23:52
@rizenby default it lists all dynamic compatible types23:53
+perlDreamerhow does it build that list by default?23:53
-!- SDuensin [n=Scott@128.sub-75-206-140.myvzw.com] has quit ["Leaving"]23:53
@rizenit checks the isDynamicCompatible() method23:54
@rizenon all field types23:54
+perlDreamerrizen: I'm too sick and stupid to see how that works right now.  But I don't see any code that does that23:58
+perlDreamerby default, I think it builds the empty list23:58
+perlDreamerand the code in Operation/ProfileSettings will see that23:59
@rizenyou are sick23:59
+perlDreamermuy23:59
+perlDreamermucho23:59
@rizensee the getTypes() method in FieldType23:59
--- Day changed Fri May 09 2008
+perlDreamerI see that.  Operation/ProfileSettings doesn't use that00:00
@rizeni didn't say it does00:00
+perlDreamerI know.  Should it?00:00
@rizenyes00:00
+perlDreamerokay00:00
@rizenand so should metadata, dataform, sqlform, and any other place that uses dynamic field types00:00
@rizencurrently only the new stuff uses it: ems and thingy00:01
@rizenit was written for them00:01
@rizenwith the intention of being backported to everything else eventually00:01
-!- dionak [n=diona@97.66.185.250] has quit []00:17
knowmadOK, now I see the point rizen is making about letting all the data type editors flow into metadata00:21
knowmadhey, perlDreamer, sorry to hear you're sick; hope you didn't have what i had last week; I was miserable with flu, fever, sore throat, coughing, congestion, etc.00:21
+perlDreamerno, nasal/sinus and eye and low energy00:22
+perlDreamerit's something that rizen's friend xander came up with00:22
knowmadallergies?00:22
CIA-6WebGUI: colin * r6347 /WebGUI/lib/WebGUI/Operation/ProfileSettings.pm: fix a bug where no data fields where available in the user profile field editor00:22
+perlDreamermy allergy medicine isn't helping much00:22
knowmadbummer00:22
+perlDreamerIt seems to be getting better though00:40
+perlDreamerand the Sku/Product is close to being done00:40
+perlDreamerThe Wobject -> Sku Product conversion is done00:40
+perlDreamerthe Commerce -> Sku Product conversion is done00:40
+perlDreamerand the Product macro conversion is done00:40
-!- aselpilot [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has left #webgui []00:42
@rizenyou rock pd00:45
@rizenoh, and just to be clear about FieldType and getTypes00:45
@rizengetTypes is called automatically if you don't specify types when you call FieldType->new00:45
+perlDreamerit is?00:46
@rizenyup00:46
@rizenit's not called in new()00:46
@rizenbut it is00:46
@rizenstop being sick00:46
@rizenget offline00:46
@rizendrink chicken soup00:46
+perlDreamerthat's a handy trick. How did you make it do that?00:46
@rizenget some sleep00:46
+perlDreamerI'm actually at work today00:47
@rizenit's called in toHtml()00:47
@rizencuz whether you leave it empty or you specify types00:48
@rizengetTypes() is called00:48
@rizengetTypes() is what gives the human readable names to all the types00:48
+perlDreamerI think I understand garbled crap now00:49
+perlDreamergrabled crap is english with the emphasis and punctuation removed00:49
+perlDreamer(14:45:58) rizen: getTypes is called automatically if you don't specify types when you call FieldType->new00:50
+perlDreamerthat means that getTypes is called when new is called00:50
+perlDreamerbut you actuall meant this00:50
+perlDreamer (14:45:58) rizen: getTypes is called automatically, if you don't specify types when you call FieldType->new00:50
@rizenyou are starting to understand the basics of garbled crap00:51
@rizen=)00:51
@rizengp,yo,d hstn;rf vts[ ;ppd ;olr yjod yjpihj00:52
@rizentranslated: sometimes garbled crap looks like this though00:53
-!- knowmad [n=william@97.66.185.250] has quit [Read error: 110 (Connection timed out)]00:56
+perlDreamerthat must be graduate level garbled crap00:58
@apeironnono, that's postdoc garbled crap.00:59
SquOnkrizen: The package has just been uploaded to the incoming queue.01:16
SquOnkrizen: I will receive a message from DAK (the robot) confirming upload.01:16
SquOnkrizen: And then I will either receive an accepting message saying that the package will make it into Sid shortly, or a refusing message stating whatever things need to be fixed.01:17
SquOnkrizen: If anything needs to be fixed, it will not be packaging form but rather licensing issues that I might have overlooked.01:17
SquOnkrizen: In the latter case, I'll be here asking for help :-)01:18
@rizenthanks for the update squ0nk01:19
@rizenoh...can you please have a look at plainblack.com/tbb01:19
@rizensomeone asked a question of you out there01:19
CIA-6WebGUI: meatbop * r6348 /WebGUI/docs/upgrades/packages-7.5.11/root_import_thingy-templates.wgpkg: Added new dynamic dropdown to let users move between Things01:20
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI01:25
SquOnkrizen: I guess he understood that I was maintaining webgui packages IN Debian :-) I was maintaining MY OWN Debian packages.01:26
SquOnkrizen: There were several attempts at packaging WebGUI in Debian but for some reason it never took.01:26
@rizencould you reply to him and say that please01:27
SquOnkrizen: Sure. I'll do it later from home. I've got to go now.01:27
@rizenyeah, i wasn't trying to say that you were doing it in debian all these years. if you were, then there would be no reason to do this blog post and be all excited about it today01:27
@rizenok bye01:27
SquOnkSee you tomorrow01:28
-!- SquOnk [n=emhn@201.211.84.218] has quit ["Yippie kay-ai-yay fudder muckers!"]01:28
-!- lisette [n=miloidrr@201.232.58.66] has left #webgui []02:09
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:46
-!- cap10morgan_ [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 110 (Connection timed out)]02:48
CIA-6WebGUI: colin * r6349 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: begin work on the buy method, to add variants to the cart02:50
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]03:18
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:23
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]03:25
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:25
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI03:26
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:27
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]03:27
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:28
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:28
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]03:32
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:32
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]03:34
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:34
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]03:38
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:38
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]03:56
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []04:52
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has joined #webgui04:59
@rizendoes anybody know how to lock a column in open office so that when you scroll right the one colum stays in position while the others move05:09
@rizeni think it's called a pivot table in ms excel05:09
+perlmonkey2rizen you mean something like in window where you split the screen on a column?05:19
@rizeni guess so05:19
@rizeni think it was all one window though when i saw it last05:20
+perlmonkey2I'm not sure if that's what you want, but it should emulate it.05:20
@rizenii don't do advanced spreadsheet stuff all that often though so i don't really know how to ask for it05:20
@rizenso how do i do it?05:20
@rizendo you know?05:20
+perlmonkey2I think you just select the column you want to keep in view and then Window->split and then the window is split and you can scroll either window.05:21
@rizenhmm that doesn't seem to be working for me05:22
+perlmonkey2I once wrote a little app in Calc for figuring out arbitrages for N number of bets, but that was the limit of my "advanced" spreadsheet usage.05:22
+perlmonkey2Doesn't devide into two windows?05:23
+perlmonkey2s/devide/divide/05:23
@rizeni have a spreadsheet that fits across 15 sheets that i use for forecasting pb budgets05:23
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui05:23
@rizenit's a big spreadsheet, but not terribly advanced05:23
+perlmonkey2oh, ic.  Yeah, I'm leading you astray.05:24
knowmadrizen: how many columns do you want locked? only A?05:25
@rizenyeah A05:26
knowmadif so, select column B1 then select Window : Freeze05:26
@rizenwell and if i can get it, then 1 also05:26
@rizenboth have labels05:26
@rizenand i want to see the labels all the way across05:26
knowmadif you want column A and row 1 to always be locked, choose B2 then Window : Freeze05:26
@rizenok05:26
Doc777Excuse me, When using a forum is there a way to disable the ratings?05:27
@rizendear god that's awesome05:27
@rizenthank you05:27
knowmadyw05:27
@rizenDoc777, the only way is to remove the ratings from the templates05:27
@rizenthere's no switch05:27
@rizenthough that might be a good switch05:27
Doc777Fair enough, thanks ;-)05:27
knowmad++05:27
-!- topsub [n=josh@cpe-071-071-252-225.carolina.res.rr.com] has joined #webgui05:47
-!- snapcount [n=snapcoun@86.11.101.97.cfl.res.rr.com] has joined #webgui05:49
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has joined #webgui06:43
elninonot exactly webgui qustion, does anyone know anything about windows-1251 encoding and mysql?06:46
elninomaybe I should ask this instead....  Looks like webgui stores it's data as utf-8. Can someone confirm?06:52
+Radix-wrkyup, pretty sure it does06:53
@apeironLooking at docs/create.sql, I see lots of CHARSET=utf806:54
elninogood enough for me.. I was given windows-1252 and it was displaying all weird, so I confired it to utf-8 in my browser and stored the source of that page in webgui and it worked great.  I'll just tiell my russian friends they need to give me utf-8.  Thanks!!!06:55
@apeironwell06:55
@apeironYou *could* convert it in Perl.06:55
elninodon't go there. I've spent too much time on this... But thanks...06:55
elnino=)06:55
@apeironIt's really quite simple actually. use Encode qw/encode decode/; my $raw = decode('Windows-1251, $input); my $utf8 = encode('UTF-8, $raw);06:57
@apeironWell, Windows-1252 in your case.06:57
@apeironAlthough yeah, it would be more maintainable to just get UTF8 from the start. :)06:58
elninoOh. Ok, I'll keep it in mind. I have my fingers crossed that they are ok with utf-8 - don't see why not, it's as standard as one gets... 06:59
@apeironYup. If they're not, Perl can help you. :)06:59
elninoIf i'm reading this right, your suggestion is to replace what I did with the browser.. it would still be stored in mysql as utf-8, right?07:00
@apeironNot sure what you're saying re the browser.07:00
@apeironMy suggestion was to, if needed, using Perl, convert the data from the encoding you're getting to UTF-8.07:01
-!- topsub [n=josh@cpe-071-071-252-225.carolina.res.rr.com] has quit ["Leaving"]07:01
elninook. yep. And I did the same thing using the broswer's encoding settings to do the same thing.    07:02
@apeironah.07:02
elninoFor a while, I thought you were explaining how to store the data in mysql as different encoding.07:02
@apeironheh, well, if you want to store it as UTF8, you have to convert it to UTF8, yes? :)07:02
@apeironStore it and have it actually stored *properly*, that is...07:03
-!- snapcount [n=snapcoun@86.11.101.97.cfl.res.rr.com] has quit [Remote closed the connection]07:03
elninoYES.07:03
elninoI was thrown for a loop as to why they gave me windows-1252.. yuck.07:03
@apeironAsk them. :)07:03
elninowe're good. I can get some rest now... nothing is worse than having something unresolved and lying awake thinking about it.07:04
@apeironick, indeed.07:04
elninoHave a great night. THank you for the quick responses!07:05
@apeironheh, no worries. Gnight!07:05
-!- elnino [n=ninow@user-38q49cv.cable.mindspring.com] has quit ["Leaving"]07:05
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]07:13
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui07:41
-!- mode/#webgui [+v perlDreamer] by ChanServ07:41
+perlDreamerrizen: art thou present?07:42
+perlDreamerI summon thee in the name of CeeToo07:42
+perlDreamer(not to be confused with Shek Two)07:42
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:47
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has quit ["Leaving."]08:05
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit ["Exit- stage left"]09:27
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui09:49
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui10:31
CIA-6WebGUI: colin * r6350 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: more work for www_buy, and the add to cart UI11:21
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:35
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]11:58
-!- aselpilot [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has joined #webgui13:56
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:26
aselpilotIs there any way to imbed an .swf into an article?  I attempted to modify the html source but am unable to update it.14:48
-!- aselpilot [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has quit ["Leaving."]14:51
-!- jeremyrstream [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has joined #webgui14:53
-!- Doc777 [n=Doc@10.187-available-ethint-fratm-cc.sccoast.net] has quit ["using sirc version 2.211+KSIRC/1.3.12"]15:20
-!- SDuensin [n=Scott@113.sub-75-206-110.myvzw.com] has joined #WebGUI15:40
SDuensinMorning.15:43
-!- adamrstream [n=grenade@226-234.207-68.tampabay.res.rr.com] has joined #webgui15:51
-!- adamrstream [n=grenade@226-234.207-68.tampabay.res.rr.com] has left #webgui []15:52
-!- jeremyrstream [n=jeremy@rrcs-67-78-3-246.se.biz.rr.com] has left #webgui []16:10
-!- knowmad [n=william@97.66.185.250] has joined #webgui16:32
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui16:42
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui17:39
-!- dionak [n=diona@97.66.185.250] has joined #webgui17:45
dionakhey all17:55
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui17:57
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has left #webgui []18:01
-!- perlDreamer [n=colink@nat039.mxim.com] has joined #webgui18:10
-!- mode/#webgui [+v perlDreamer] by ChanServ18:10
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui18:10
-!- topsub [n=josh@97.66.185.250] has joined #webgui18:10
-!- knowmad [n=william@97.66.185.250] has quit [Read error: 110 (Connection timed out)]18:12
+perlDreamerI'm stuck in a meeting for 6 hours18:17
+perlDreamermuch perl will be written :)18:17
topsubdang.. thats a long meeting!18:20
CIA-6WebGUI: jt * r6351 /WebGUI/docs/gotcha.txt: letting users know about new perl modules18:27
CIA-6WebGUI: jt * r6352 /WebGUI/docs/gotcha.txt: adding another undocumented prereq....doug i'm looking at you!!!!18:27
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]18:33
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui18:37
+perlDreamerrizen: does the product variant select box need a "null" entry, like "Please select an option to add to your cart"?18:57
@rizeni think i'd rather it just display the first variant18:58
+perlDreamercool with me18:58
+perlDreamerI just want to make sure that the pinstriping is right the first time :)18:59
SDuensinThis is just too much.  http://www.youtube.com/watch?v=W6YgZc5th6g19:02
SDuensin(Sorry for the link spam.)19:02
topsubrizen, i have to disagree, someone could click add to cart without selecting an variant and lead to issues19:11
topsubThink a null entry is a very good idea.19:11
@rizentopsub: how does it feel to be wrong. i've never been and you look like someone who would know.19:25
@rizenman am i funny =)19:26
topsubhmmmm19:27
+perlDreamerhow about this: push @variantOptions, 'Null entry' if $user=='topsub';19:32
+perlDreamereither that wasn't funny, or no one noticed that the string 'topsub' is false in a numeric comparison19:41
+perlDreamerdoes anyone remember which module provides the rmtree function?19:47
@apeironFile::Path19:48
@apeironI noticed the ==, thought it was a mistake.19:48
+perlDreamerthank!19:48
+perlDreamerapeiron++19:48
@apeironperlDreamer, The export system and its tests exhibit some of the coolest best practice filesystem modules for Perl. :D19:49
@apeironPath::Class and File::Path. Yum.19:49
+perlDreamerI think I've figured out how to make multilingual content in WebGUI today.19:55
+perlDreamerIt's based on how multilingual is done in Drupal.19:55
dionakwe'll probably end up adding the 'Please select...' later 19:56
+perlDreamerRFEs and patches always welcome :)19:57
+perlDreamerespecially from known good devs/committers19:57
dionaknoted. thanks. rizen's in a playful mood again today. 19:59
+perlDreamerafaik, he's been up every night this week with bad servers19:59
dionakugh, 20:00
dionakso rizen gets more playful the less sleep he's had...20:01
dionakhe must not get much sleep at all20:01
bopbophe20:15
bopbop's kind of like a gremlin20:16
bopbopfunny things happen when he's up after midnight, and if you feed him20:16
+perlDreamerand never, ever get him wet!20:16
dionakhaha20:16
bopbopthat's right20:16
CIA-6WebGUI: colin * r6353 /WebGUI/lib/WebGUI/Operation.pm: remove commerce related operations20:19
+perlDreamerwhoa20:19
+perlDreamerCIA-6 is on the ball today20:19
@apeironOr it just happened to poll at the right moment. :)20:20
+perlDreamerLet's test it.20:25
+perlDreamercommitted20:26
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []20:31
lisettehow to do to send to each user the username and password to your mail? I need to do a macro?20:35
+perlDreamerno, just a little script20:35
lisettehow?20:35
+perlDreamerwell, get a list of all userIds from the users table20:36
+perlDreamercreate a user object for each one20:36
lisetteyes20:36
+perlDreameroh, wait a sec20:36
+perlDreamerWebGUI does not know the user's password20:36
+perlDreameronly the hashed password20:36
lisetteoh, yes20:37
+perlDreamerdo you have a list of passwords, from a user import?20:37
lisettei have the password20:37
lisetteyes20:37
+perlDreamerwell, then it is a little more difficult, but still doable20:37
+perlDreamerget the list of userIds20:37
+perlDreamerand usernames from the db table20:38
+perlDreamerget the password from the password list that you have20:38
+perlDreamerthen use WebGUI's email interface to send the emails20:38
+perlDreameryou may want to limit how many emails you send per second, so you don't bury spectre and your SMTP server20:38
lisetteyes, i know20:39
lisettethanks20:39
+perlDreamerthe email interface is in WebGUI::Inbox20:40
lisettedoesn't WebGUI::Mail::Send?20:40
CIA-6WebGUI: colin * r6354 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: collect all code that deletes files in one place. Do not call it yet20:41
+perlDreameroh, yes.  Sorry.  My bad.  It is WebGUI::Mail::Send20:42
lisettethanks.20:42
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]20:52
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui21:18
-!- mode/#webgui [+o rizen] by ChanServ21:18
+perlDreamerheads up everybody: http://perlbuzz.com/2008/05/colons-invalidate-your-begin-and-end-blocks.html#comments21:27
+perlDreamerI found and fixed a bunch of these (that I wrote) in the test suite21:27
+perlDreamerthe rest of the core is fine21:27
@rizenyo mamma21:32
+perlDreamershe would have known better21:34
CIA-6WebGUI: colin * r6355 /WebGUI/t/ (11 files in 6 dirs): remove colons from END blocks, so they actually act like END blocks21:37
+perlDreamerrizen: working with packages for templates sucks21:41
+perlDreamerthey're not editable with vim anymore21:41
@rizenthat's what's cool about it21:43
@rizenoh, and yes they are editable with vim21:43
@rizenall you have to do is extract the package21:43
@rizen.wgpkg file is just a tgz file21:43
@rizenand inside it's nice friendly editable JSON21:44
+perlDreamerokay, but...21:44
@rizenthere's no buts21:44
* perlDreamer prefers his JSON hidden behind several layers of perl API21:44
@rizenand it is21:44
@rizenthat layer is called WebGUI21:44
@rizenedit the damn templates in webgui like everyone else. =)21:45
+perlDreamereek!21:45
+perlDreamer...okay...21:45
@rizeneek?21:45
+perlDreamerI "eek" when yelled at21:45
@rizenwhy eek?21:45
@rizeni yelled?21:45
@rizenoh cuz i said damn?21:45
@rizendoes that mean i'm yelling?21:45
+perlDreamer"eek" is better than ~squit~21:46
@rizendamn is an adjective for me21:46
@rizeni just use it in normal speech21:46
+perlDreamerokay21:46
@rizenif i was yelling I WOULD TALK LIKE THIS *or* *like* *this*21:46
@rizenbtw, i'm absolutely sure i've broken that BEGIN: vs BEGIN thing before21:47
@rizenmaybe not in webgui21:47
@rizenbut i'm sure i've done it21:47
+perlDreamerI know I have21:47
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui21:50
-!- mode/#webgui [+v perlmonkey2] by ChanServ21:50
+perlmonkey2/msg rizen if I have issues I'd like to discuss with the contract, whom would I talk to?21:51
+perlmonkey2whups21:51
+perlDreamerperlmonkey2: always safer to do AIM :)21:52
@rizenpm2, me21:57
@rizenif you have a skype account you can call me21:57
@rizenplainblackguy21:57
@rizenotherwise, we can talk via phone you should have my number from the emails i've sent you in the past21:58
@rizenor we can do it via email21:58
-!- perlDreamer [n=colink@nat039.mxim.com] has quit ["Leaving."]22:01
+perlmonkey2rizen: I emailed you22:02
+perlmonkey2Heh, a single P42.8Ghz w/ 1GB ram and an untuned source install of WebGUI is currently running 50 grad students taking long surveys as fast as they can read and click, and it is actually working just fine.  22:28
* perlmonkey2 is totally amazed.22:28
ckotilnice22:32
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui22:32
* apeiron has been reading phdcomics.com for a while.22:46
@apeironperlmonkey2, Are you sure they're actually taking the survey and not sleeping at the computer? :D22:46
+perlmonkey2apeiron: hah, yes they have finsihed they're finals and the semester is over.  But they are being forced, on the last Friday of the year, after all their work is done, to stay in office and complete the same survey over and over.22:47
@apeironha22:47
+perlmonkey2I'm guessing this is the worst thrashing the survey will ever take :P22:47
+perlmonkey2the log is scrolling far faster than i could hope to read22:47
@apeironperlmonkey2, You could use WWW::Mech to give it a worse thrashing...22:48
@apeiron>:)22:48
+perlmonkey2apeiron: would take some work as there is a lot of javascript invovled, so the mech would have to know a lot more logic than just 'fill out this form'22:49
@apeironperlmonkey2, Oh, well, hrmph.22:49
+perlmonkey2apeiron: hmm, actually I dno't think it would be that hard.  22:50
+perlmonkey2id generate will always be unique, or should that be tested for?23:07
+perlmonkey222^80 (or whatever it is) is probably random enough to be unique enough?23:08
+perlmonkey2or 80^22 I guess23:10
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has left #webgui []23:21
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]23:22
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui23:31
-!- mode/#webgui [+v perlDreamer] by ChanServ23:31
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has joined #webgui23:38
-!- SDuensin [n=Scott@113.sub-75-206-110.myvzw.com] has quit ["Leaving"]23:46
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui23:51
-!- mode/#webgui [+v perlmonkey2] by ChanServ23:51
+perlDreamerperlmonkey2: what do you think of git?23:53
+perlmonkey2perlDreamer: git?  I've never used it, but read about it.  I guess it has superior branching/merging than svn, so might be superior in that regard.23:59
--- Day changed Sat May 10 2008
+perlDreamerare you subscribed to the dev list?00:00
+perlmonkey2Nope.  Lots of sexy stuff going on there?00:01
+perlDreamerhttp://www.webgui.org/webgui/dev/discuss/subversion-vs-git00:01
+perlDreamerrecently, yes00:01
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has quit [Read error: 110 (Connection timed out)]00:03
+perlmonkey2just read up a bit more on git and remembered what I liked so much.  The local repositories that are automagically shared as branches to everyone else.  I *really* dig that idea.00:06
+perlDreameryeah, so if you'd like another dev to check out something you're doing, you don't need a private branch in the main repo00:06
+perlDreameror need to pollute the main repo00:07
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #webgui00:08
-!- mode/#webgui [+o tavisto] by ChanServ00:08
+perlmonkey2an emulation of svn and cvs are nice additions if you like your old tools/guis :)00:08
@tavistoalright, did everyone do their homework and get 1 major corporation or government agency to start using WebGUI yesterday?00:10
+perlDreamerhey, we don't listen to marketing dudes whose name rhymes with mephisto00:10
+perlmonkey2Plus, I think it woudl make it easier to branch your own private branches.  For instance, if I'm doing something and decide I want to try a radical change.  I'd like to have a new branch rather than looking back through the messages and seeing which comment was the radical change so I can revert.00:10
@tavistoactually... it's pronounced as if it was spelled tay-vee-sto00:10
@tavistoso now you shall listen!00:11
+perlDreamereek!00:11
@tavistoI've got 100k in award money for those of you that completed your task (pending a large rockstar was signed)00:11
+perlmonkey2Hmm, I have a lot of contacts of web designers who use PHP stuff.  But they're targeting small companies who want the $5/month hosters.  Probably would be fine for PB's $20/month plan if they learned how powerful (and safe) it is over the PHPnuke-clones.00:12
@tavistothat's where the webgui lite comes into play00:13
@tavistoor a version of it anyway. I love the fact that we can throw a laundry list of features at small businesses... but back in the day when I was a reseller most never used half of what they thought was cool initially00:14
+perlDreameryeah00:15
@tavistodumbing down WebGUI to Godaddy's Website Tonight would work well for that sector00:15
+perlDreamerI was looking at these guys: http://jobs.perl.org/job/8618 and thinking PhotoGallery clients00:15
@tavistowow that's going to be a project.00:16
+perlDreamerw e b g u i00:16
+perlDreamerit's much better than that old CGI stuff00:18
@tavistoyes from the sounds of it, that would be a good match00:18
@tavistocould combine new e-commerce w/ photo gallery00:18
+perlDreameroh yeah.  C2 would be great with that00:18
+perlDreamermaybe y'all should start combing the online perl job sites and sending in quotes for stuff like that00:19
@tavistothat's not a bad idea. But you also know that you're eligible to do that as well right?00:19
+perlDreamerI don't have enough time to do stuff like that00:19
+perlDreamerI'd have to go full time00:20
+perlDreamerand without the contracts up front, that's daunting00:20
+perlDreamerbesides, I give JT all my best ideas00:20
@tavistoIf you were to connect with a person like that and get them to "see things our way" you'd get a referral bonus00:20
@tavistonot much work or time involved in that00:20
+perlDreamertrue00:20
@tavistome, jay, or Vrby are the ones that would have to do that work00:20
+perlDreamerjay?00:20
@tavistoie. I'm going thru a 25 page RFP right now trying to pick apart what WebGUI can and can't do for a potential customer... blah.. that's the kinda stuff we would do for you00:21
@tavistoJay is a sales guy00:21
-!- SquOnk [n=emhn@201.211.84.218] has joined #webgui00:26
SquOnkHi everyone00:26
+perlDreamerHi SquOnk00:26
@tavistohowdy00:26
SquOnkrizen: The upload was succesful.00:26
+perlDreamerw00t!00:26
@tavistosweet00:26
SquOnkrizen: webgui is in the incoming queue. That means it will be available on Debian Sid on sunday00:26
SquOnkSid is already on Perl 5.10 therefore is important to test thoroughly since Perl 5.8 will NOT be available in Sid.00:27
+perlDreamerSquOnk, do you know how to run the test suite?00:28
+perlDreamernone of us have a 5.10 sitting around00:33
+perlDreamerif you do, then you could run the suite for us to check things out00:33
+perlmonkey2if fedora 9 ever comes out, I'll have 5.10 ready to test with.00:35
SquOnkperlbot: Yes00:39
perlbotNo!00:39
SquOnkperlDreamer: Yes, I know how to run the test suite.00:39
SquOnkperlDreamer: That's what I'm going to run.00:40
SquOnkperlDreamer: But remember that Debian runs on i386, amd64, ia64, alpha, sparc, powerpc and many more :-)00:40
+perlDreameroh yes00:40
* perlDreamer is ready for a storm of bug fixing and new uses00:40
+perlDreamerusers00:40
+perlDreamerfedora 9 is out in 4 days00:41
@rizenthanks for the update SquOnk00:41
SquOnkperlDreamer: I can test directly on i386, amd64, sparc, powerpc and alpha...00:41
SquOnk(and will test :-)00:41
+perlDreamercool. Thanks, SquOnk00:42
SquOnkThe next improvement will be automatica database creating and upgrading00:42
-!- dionak [n=diona@97.66.185.250] has quit []00:56
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #webgui []00:56
-!- dionak [n=diona@97.66.185.250] has joined #webgui00:57
-!- SquOnk [n=emhn@201.211.84.218] has quit ["Yippie kay-ai-yay fudder muckers!"]01:09
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has joined #webgui01:25
itnomadI am using dynamic dns to point a registered domain name to my current ip address. When trying to connect remotely to my WebGUI website, I get the Bad Gateway error. I have been googling and searching the help on the Plain Black and DynDNS web sites. Can anyone point me in the right direction for finding a solution? I am using CentOS 5.1 and have no problems connecting from any of the computers on my intranet to my WebGUI website.01:29
+perlDreamerdoes your ISP block port 80 traffic?01:30
-!- metanil [n=akhadka@137.48.138.26] has joined #webgui01:31
itnomadno. I've run Apache from home for a couple of years with no problems connecting by the current ip address, whatever that might be at the time. As I understand it, WebGUI needs a hostname to work. That's how I got involved with DynDNS.01:32
itnomadThe error message I get appears to come from the error directory of the wre installation. But I'm not sure of that.01:33
+perlmonkey2itnomad: Can you pastebin some of the errors?01:33
itnomadProxy server received invalid response from an upstream server. Is the only error I have seen. I can't seem to find the http error logs.01:35
+perlmonkey2/data/wre/var/logs?01:36
+perlDreameritnomad, I think I've seen an article on the wiki about DynDNS and WRE setups01:37
+perlDreamerthe wiki at webgui.org01:37
itnomadthe one from fishingfan? I've been reading it, but can't seem to find helpful info there.01:38
itnomadcool, I've got the logs now.01:39
metanildoes pagination in folder asset works by default?01:39
itnomadIt looks like I may need to open up port 808101:40
itnomadI'm heading home to give that a try:)01:40
+perlDreamermetanil: The Folder does not paginate.01:40
@preaction_itnomad, only the mod_proxy WRE instance needs to be able to hit 8081, but the mod_proxy wre instance uses the site's ServerName to try to reach it01:41
metanilperlDreamer, suppose i have 100 files within that folder ? :D01:41
+perlDreamermetanil: Then it will be slow :(01:42
metanil:(01:42
+perlDreameritnomad: http://www.webgui.org/community-wiki/setting-up-the-wre-when-your-isp-block-port-8001:42
+perlDreamerthat's the wiki article I remembered01:42
@preaction_100 isn't much, 1000 would be slow01:42
-!- wgGuest61 [n=wgGuest6@201.232.58.66] has joined #webgui01:43
+perlDreamerrizen: the product Sku is working now01:44
+perlDreamerit needs some polish, but it can show a basic form for buying a variant, and it correctly adds itself to the cart01:44
wgGuest61Hi I have a question about the Colaboration System template's01:45
wgGuest61In the default submission template, in the atacchment loop line01:46
wgGuest61How can i to diference the atacchmen file01:46
itnomadperlDreamer: that article looks like it could be helpful. Thanks, all.01:46
wgGuest61When an user atach a mp3 file show a special line01:47
wgGuest61and when an user atach a flv file show other difrent line01:47
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]01:47
-!- f00li5h_ [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui01:49
+perlDreamerwgGuest61: You would need to use a more advanced templating system than the default one that WebGUI uses01:54
+perlDreamerHTML::Template::Expr, or TemplateToolkit01:55
CIA-6WebGUI: colin * r6356 /WebGUI/lib/WebGUI/ (Asset/Sku/Product.pm i18n/English/Asset_Product.pm): form elements for buying a variant of a product01:58
wgGuest61How can i use this template?02:05
-!- f00li5h_ is now known as f00li5h02:06
+perlmonkey2f00li5h: hello?  what's up?02:11
+perlDreamerwgGuest61: You start by installing it from CPAN.  Then you add it to the list of WebGUI template plugins in your site's webgui configuration file.  Then you edit the template and change ALL of the templating syntax to match your new templating system.02:11
+perlDreamerthis link has more details: http://www.webgui.org/community-wiki/how-to-enable-other-template-engines02:12
+perlDreamerand I would recommend searching the wiki and forum for more information02:13
wgGuest61Tks perldreamer02:14
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:15
wgGuest61Oki02:16
wgGuest61Tks02:16
CIA-6WebGUI: colin * r6357 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: fix i18n for buy button in the Product02:24
CIA-6WebGUI: colin * r6358 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: begin adding inventory control overrides of parent class02:24
-!- wgGuest61 [n=wgGuest6@201.232.58.66] has quit []02:27
-!- metanil [n=akhadka@137.48.138.26] has quit ["Leaving."]02:33
f00li5hperlmonkey2: =^_^=02:35
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI02:49
-!- lisette [n=miloidrr@201.232.58.66] has quit ["Leaving."]02:51
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]02:56
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI03:10
-!- ascii [n=ascii@64.234.60.83] has quit ["leaving"]03:30
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has quit [Read error: 110 (Connection timed out)]03:43
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]04:00
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]04:12
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has joined #webgui04:45
pilaf153I have installed webgui and started editing the menu.  I loggout out for a while and came back but now it is tell me it is locked under another version tag.  I only have on version tag listed the one I was using before.  Is there anyway to unlock flexmenu04:46
@preaction_pilaf153, join the version tag again04:47
@preaction_alternatively, delete the version tag04:48
pilaf153I made sure I am currently using the version tag04:48
@preaction_did you commit the version tag?04:48
pilaf153no04:48
pilaf153If I delete it you think it will work04:49
@preaction_most likely, but i don't know04:49
pilaf153I have no prpblem trying that if thats what will do it04:49
pilaf153oh ok04:49
pilaf153that did it thanks04:51
@preaction_you can disable that version tag stuff if you want04:52
pilaf153what happens if I do04:53
@preaction_on the Settings pane in the admin console, Content tab, Auto-Commit Changes and Skip Commit Comments, turn them both to on04:53
pilaf153just any changes that are made will be made 04:53
@preaction_your changes will get committed automatically04:53
pilaf153would it matter if I have multiple users making changes04:53
@preaction_there is still technically a version tag, you can still roll back, but it just gets committed right away04:53
pilaf153I see04:54
@preaction_no, it shouldn't be affected, except that things won't be locked for long04:54
@preaction_a few seconds to a minute, or more if you have an approval process04:54
-!- ascii [n=ascii@64.234.60.83] has joined #webgui04:55
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]05:25
-!- steveo_a1 [n=sno@76.226.183.26] has quit ["Leaving."]08:37
-!- br4k3r_ [n=c0a8021a@bas3-ottawa10-1279549458.dsl.bell.ca] has joined #webgui16:14
-!- br4k3r_ [n=c0a8021a@bas3-ottawa10-1279549458.dsl.bell.ca] has left #webgui []16:15
-!- KennyBoy [n=technica@rskinner.gotadsl.co.uk] has joined #webgui16:38
KennyBoyHi there :) I'm considering using webGUI and I'm trying to figure out: can/does WebGUI use persistent database connections (Apache::DBI)? Does anyone know?16:43
-!- steveo_aa [n=sno@76.226.183.26] has joined #webgui18:08
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has left #webgui []18:43
-!- steveo_aa [n=sno@76.226.183.26] has quit ["Leaving."]19:49
-!- steveo_aa [n=sno@76.226.183.26] has joined #webgui19:50
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has joined #webgui20:24
pilaf153I was wondering if anyone could help with cool menus.  I have it set up so it is a verticle menu and when the user mouseovers the next level menus flow vertical as well but they cover the other sections of the menu.  Is there a way for cool menus to "push" down the other menu labels so it is more or less expanding the menu?20:26
pilaf153If that cant happen I also found this macro20:28
pilaf153http://www.webgui.org/page_tree_menu_macro#JV6ldy52y8Cxi3x_45EAPQ20:28
pilaf153but I have no clue how to use macros20:28
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui21:47
-!- mode/#webgui [+o Haarg] by ChanServ21:47
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []22:01
--- Day changed Sun May 11 2008
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has quit []00:41
-!- snapcount [n=snapcoun@86.11.101.97.cfl.res.rr.com] has joined #webgui01:41
-!- KennyBoy [n=technica@rskinner.gotadsl.co.uk] has quit []02:00
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui03:03
-!- mode/#webgui [+v perlDreamer] by ChanServ03:03
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]03:12
-!- snapcount [n=snapcoun@86.11.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]03:23
-!- steveo_aa [n=sno@76.226.183.26] has quit [Read error: 110 (Connection timed out)]06:26
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]07:42
CIA-6WebGUI: colin * r6359 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: override addToCart in the Product Sku for doing inventory control07:50
CIA-6WebGUI: colin * r6360 /WebGUI/lib/WebGUI/Form/Email.pm: forward porting email fix from 7.408:16
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]12:12
-!- snapcount [n=snapcoun@86.11.101.97.cfl.res.rr.com] has joined #webgui17:19
-!- snapcount [n=snapcoun@86.11.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]17:41
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui18:39
-!- mode/#webgui [+o rizen] by ChanServ18:39
-!- steveo_aa [n=sno@76.226.183.26] has joined #webgui19:42
-!- snapcount [n=snapcoun@adsl-35-172-202.dab.bellsouth.net] has joined #webgui21:00
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui21:01
-!- mode/#webgui [+v perlmonkey2] by ChanServ21:01
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Connection timed out]21:41
-!- snapcount [n=snapcoun@adsl-35-172-202.dab.bellsouth.net] has quit [Read error: 110 (Connection timed out)]22:17
-!- br4k3r_ [n=c0a80217@bas3-ottawa10-1279550965.dsl.bell.ca] has joined #webgui22:58
-!- br4k3r_ [n=c0a80217@bas3-ottawa10-1279550965.dsl.bell.ca] has quit [Client Quit]22:59
-!- snapcount [n=snapcoun@adsl-35-191-47.dab.bellsouth.net] has joined #webgui23:23
--- Day changed Mon May 12 2008
-!- snapcount [n=snapcoun@adsl-35-191-47.dab.bellsouth.net] has quit [Read error: 110 (Connection timed out)]00:36
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui02:57
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:58
-!- snapcount [n=snapcoun@252.10.101.97.cfl.res.rr.com] has joined #webgui03:46
-!- snapcount_ [n=snapcoun@252.10.101.97.cfl.res.rr.com] has joined #webgui04:23
-!- snapcount [n=snapcoun@252.10.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]04:34
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []04:35
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui04:44
-!- snapcount_ [n=snapcoun@252.10.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]04:45
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui05:02
-!- mode/#webgui [+o preaction_] by ChanServ05:02
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []05:05
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui05:07
-!- mode/#webgui [+v perlmonkey2] by ChanServ05:07
-!- wgGuest43 [n=wgGuest4@74.167.151.156] has joined #webgui05:40
-!- wgGuest43 [n=wgGuest4@74.167.151.156] has quit [Client Quit]05:41
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Connection timed out]05:48
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui06:05
-!- mode/#webgui [+o preaction_] by ChanServ06:05
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]06:20
-!- f00li5h_ [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui07:18
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has quit [Read error: 110 (Connection timed out)]07:23
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:47
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]11:24
-!- f00li5h_ is now known as f00li5h11:29
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:19
-!- SDuensin [n=Scott@248.sub-75-206-31.myvzw.com] has joined #WebGUI15:54
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI16:01
-!- mode/#webgui [+o khenn] by ChanServ16:01
SDuensinGreetings.16:02
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:13
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:13
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has joined #webgui16:43
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]16:43
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui16:58
-!- mode/#webgui [+o rizen] by ChanServ16:59
-!- knowmad [n=william@97.66.185.250] has joined #webgui17:20
-!- estiven [n=estiven@201.232.58.66] has joined #webgui17:24
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui17:24
CIA-6WebGUI: perlmonkey2 * r6361 /branch/WebGUI_Survey2/www/extras/wobject/Survey/ (gradient-glossy.png survey.css administersurvey.js): Added 500ms delay during 1 button page clicks.17:24
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui17:40
dionakhola17:45
estivenHola17:48
-!- webgeek [n=webgeek@fvec-nat.d214.org] has joined #webgui18:01
webgeeki have 3 queries in 1 report. the first and second one depend on the value from the first. how can i display the data for the third outside of the nested query 218:02
webgeekas soon as i close the query 2 loop no data for the third displays18:03
dionakoff the top of my head, i recall having to embed the loops. so to get the data for query 3, i had to be in the query2 rows loop18:04
dionakand likewise for query118:04
webgeekthats what i am finding but query 3 has a param from query 1 not query 2 so i don't want it nested18:06
dionakyou lost me there but could you not customize the template to show only the data you want? This is our general practice18:08
webgeekquery 1 gets me departments. query 2 gets me courses for that department. query 3 gets me faculy for that department from a different data link18:09
webgeekwhen i edit the sql report template i try to close the query 2 loop and then display query 3 and i get no data18:10
dionakthe queries are actually 'chained' if you look at the sqlreport code. each one works off the results of the previous query. 18:11
dionakwhich is why query2 can't be closed and then query3 accessed. 18:12
dionakbe back...meeting18:13
-!- topsub [n=josh@97.66.185.250] has joined #webgui18:15
lisettei make a macro and i have a query of another database different of webgui, i need to process this results in a loop (while or another) which is the condition in the loop?18:40
-!- snapcount_ [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui18:42
-!- snapcount_ is now known as snapcount18:42
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]18:56
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui19:22
-!- mode/#webgui [+v perlDreamer] by ChanServ19:22
+perlDreamerrizen: You ready to talk inventory?19:27
@rizenperhaps19:29
lisettei make a macro and i have a query of another database different of webgui, i need to process this results in a loop (while or another) which is the condition in the loop?19:33
+perlDreamerwhile (my $hashRef = $statementHandle->hashRef) { # ???19:34
+perlDreamerwould need to see more code to really answer that question19:34
lisette my $result = WebGUI::SQL::ResultSet->prepare($sql, $dbh);19:34
lisette        $result->execute();19:34
lisette        my %rs = $result->hash;19:34
lisette        while(%rs){19:34
+perlDreameralmost, the last two statements can be combined19:35
+perlDreamerwhile (my %rs = $result->hash) {19:35
lisetteok, this works?19:35
+perlDreameryeah, it looks fine19:35
+perlDreamerwell, I need to check the ResultSet call19:36
+perlDreamerprepare may not want a db handle19:36
+perlDreamernope, that's fine19:36
lisettehow?19:36
lisetteok19:36
+perlDreamerrizen: let me know when you're ready then19:37
@rizeni am i'm just screwing with you19:38
* perlDreamer checks the top of his head of slots19:38
+perlDreamerso, what is your flow for inventory management19:38
+perlDreamerOn addToCart, do I need to do anything?19:38
@rizenyes19:39
@rizenit works like this:19:39
@rizenyou modify addToCart so that it subtracts one from the inventory19:39
@rizenif there is one19:39
@rizenyou should check to make sure you have enough for the first add19:39
@rizenin addToCart19:39
+perlDreamerand if there isn't?  exception?19:39
@rizenthat's up to you19:40
@rizenthe only thing19:40
@rizenthat will ever call addToCart19:40
@rizenis your www_ method19:40
+perlDreamerokay19:40
@rizenthen you also fill in the getQuantityAvailable method19:41
@rizenand that's what the cart will use to let the user modify the quantities in teh cart19:41
+perlDreamerand from there, all the on* subs that might touch quantities19:42
@rizenoh wait19:43
@rizeni take that back19:43
@rizenyou should check the quanity available in your addToCart method19:43
@rizenonly if you want to throw an exception or whatever19:43
@rizenthe onAdjustQuantityInCart method is where you should actually put the code that modifies inventory19:44
@rizenthat and onRemoveFromCart19:44
+perlDreamerand onRefund?19:44
@rizenyeah all the onMethods as you said19:44
+perlDreamerokay, that's pretty clear19:45
+perlDreamerI think I'll make it an exception (just to continue good practice).19:46
@rizendon't throw exceptions in the onMethods though19:47
+perlDreamerno19:47
+perlDreameronly addToCart19:47
@rizencuz the cart will just think something bad happened19:47
@rizenit won't try to correct the something bad19:48
+perlDreamerand you're checking getQuantityAvailable anyway19:48
@rizenright19:48
@rizenif you have any special reason to do so you may also want to change the getMaxAllowedInCart method19:48
@rizenby default it just calls getQuantityAvailable though19:48
@rizenso you probably don't need to modify it19:48
+perlDreamerSounds like that would be a LimitedQuantityProduct :)19:49
@rizenwell for example, in the EMS, there may be 1000 tickets available, but you can only buy 119:50
@rizenso they are different there19:50
+perlDreamerI don't think I need to do that for the basic Product.19:51
+perlDreamerit can either be sub-classed or RFE'd in later19:51
+perlDreamerI am more more worried about onRefund, due to a design issue with the JSON collateral19:51
+perlDreamerI've been using the index in the JSON array as a unique identifier19:52
+perlDreamerand as long as only the Asset accesses its collateral, that works fine19:52
+perlDreamerbut for onRefund, that could happen a while later19:52
+perlDreamerand the collateral could be reordered between now and then19:52
+perlDreamerso index is not a good solution19:52
+perlDreamerI thought about using variant sku, but it's not guaranteed unique by the system19:53
+perlDreamerDo you think it would be better to add a GUID to the collateral, or to make sure that variant skus are unique to a product?19:53
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui19:54
@rizenyup19:54
@rizenadd a guid19:54
+perlDreamerokay, I was kind of leaning that way, but then I realized that if variant skus are not unique that they won't be able to do an inventory sync.19:55
+perlDreamerbut a guid will be useful in other cases anyway19:55
+perlDreamerI'm feeling pretty confident that I can get the inventory control and product manager (import/export) done by the end of the month.19:58
+perlDreamerIf I get done early, I'll ask for other things to help out.19:59
@rizensweet dood cuz i'm getting crushed19:59
+perlDreameroh, blocking on C2 time due to $dayJob?20:00
@rizenyup20:00
+perlDreamerif you can, make a list with lots of little subtasks.  That way they can be farmed out.20:01
@rizenyeah, when i get time20:02
@rizen=)20:02
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #webgui20:17
-!- mode/#webgui [+o tavisto] by ChanServ20:17
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []20:23
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui20:24
-!- mode/#webgui [+o rizen] by ChanServ20:24
-!- lisette [n=miloidrr@201.232.58.66] has quit [Read error: 110 (Connection timed out)]20:49
-!- estiven [n=estiven@201.232.58.66] has quit [Read error: 110 (Connection timed out)]20:50
CIA-6WebGUI: colin * r6362 /WebGUI/lib/WebGUI/ (3 files in 3 dirs): finalize template variable names for the variant buy form. Add help for template variables and i18n20:50
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui21:03
-!- steveo_aa [n=sno@76.226.183.26] has left #webgui []21:23
-!- lisette [n=miloidrr@201.232.58.66] has quit [Read error: 110 (Connection timed out)]21:27
-!- webgeek [n=webgeek@fvec-nat.d214.org] has left #webgui []21:32
-!- metanil [n=akhadka@137.48.138.26] has joined #webgui22:27
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]22:33
metanilwhat is the best way to do a form post in webgui way? like i could create form using template and submit.. but how i'm supposed to handle the submission and returning back other page?22:39
@preaction_metanil, an asset22:39
metanilpreaction_: :D22:40
@rizenactually...a content handler22:40
metanil?22:40
metanilcontent handler is the part of asset isn't it?22:41
@preaction_no, you can write your own content handlers22:42
metanili search the wiki for it but couldn't get anything about it.. 22:44
@preaction_look at lib/WebGUI/Content/*.pm, the Operation.pm would probably be the easiest to understand. there's nothing complicated about them22:45
metanilthnx22:46
metanili guess i don't have lib/WebGUI/Content directory.22:47
@preaction_they're added in 7.522:48
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui22:48
metanili got 7.4.17-stable22:48
-!- steveo_aa [n=sno@76.226.183.26] has joined #webgui22:57
@tavistoHas anyone seen this windows install document from Signal Mountain?23:08
@tavistohttp://www.signalmountain.co.uk/uploads/Installing_WebGui_on_Windows_V2.pdf23:08
@tavistoI think the 5th box is incorrect as the c:\data\wre\sbin\services\windows directories aren't created yet?23:09
+perlDreamerI think the whole thing is wrong, since the WRE includes perl23:10
@tavistoTHAT's what I didn't understand either.23:10
@tavistobut I haven't done a windows install.. heh. But I was pretty certain that all of the perl modules were included already :)23:10
+perlDreamernot only the modules, but perl itself23:11
@tavistoI just got off the phone with a potential customer that was kinda confused at this document. It was added to the wiki instructions but probably isn't helping newbs much23:11
+perlDreamerthere's a handy little link for emailing him about errors mailto:feedback@signalmountain.co.uk23:12
@tavistoyeah I know, I just wanted to verify this thing was jacked up. Do you see anything else that sticks out as incorrect23:12
+perlDreamernot in that document, but we have 3 hits for WRE windows in the wiki, and I don't think they all jive23:14
metanilis there any tutorial for developing Assets similar to "Wobject Development Tutorial" in wiki?23:16
+perlDreamerAssets are essentially the same as Wobjects23:17
@tavistoyeah there used to be 5 different WRE and windows documents and on one of our staff bug fixer days I went in and got rid of some duplication23:22
@tavistohowever, there's more work to do. I often times think that some of the official instructional wiki posts should be locked to prevent erroneous information being added to the documents that people access most when they first start using WebGUI. Although then again that kinda defeats the purpose of the wiki :)23:25
+perlDreamertrue, that23:26
@preaction_tavisto, i still maintain that the ability to subscribe to wiki posts would solve that problem, since an editor could maintain it23:29
@apeironpreaction_, Well-volunteered23:29
@tavistothat's true pre23:29
@tavistoI still think that is a great idea/solution as well.23:29
+perlDreamerthat's how wikipedia works23:29
+perlDreameriirc23:29
@tavistoit would end the murdering of valid wiki posts :)23:29
@preaction_pd: exactly23:30
-!- topsub [n=josh@97.66.185.250] has quit [Remote closed the connection]23:32
metanilis there any tutorial for developing Assets similar to "Wobject Development Tutorial" in wiki?23:32
+perlDreamermetanil: Assets are essentially Wobjects23:33
@preaction_metanil, you can use the wobject development tutorial to develop an asset23:33
@preaction_Wobject is a subclass of Asset23:33
metanilwhy is the first question in that tutorial looks like "Should I build an asset rather than a wobject?"23:33
+perlDreamerso you know which one to subclass23:33
@preaction_asset is lower-level, you most likely want wobject23:34
metanilhmm.. gr823:34
+perlDreamertell us what you're trying to do, metanil23:34
-!- Charley [n=charley@192.112.24.66] has joined #Webgui23:38
@tavistoHey Charley23:38
Charleyhey.  anyone here very familiar with the event calendar?23:39
+perlDreamerhow familiar is "very" familiar?23:39
+perlDreameriow, what's up?23:39
@preaction_perlbot anyone23:40
perlbotSomewhere, someplace, in some universe, somebody uses whatever you just asked about. However, if you actually want help with it, please just ask a question; don't ask to ask, or ask if anyone can help.23:40
Charleyha.  My site is centered.  But, when I click the "add event", my template moves over to the left. 23:40
+perlDreamerfor the add event form only?23:41
Charleythe entire site moves over to the left23:41
Charleyclick on "Add" under community calendar: http://web402.plainblack.net/23:41
@preaction_sounds like a bad template23:41
@preaction_bad template <-> style interaction23:42
@preaction_and i'll agree, the add event template is horrible23:42
+perlDreameryeah, that's it23:42
+perlDreamerif you click on the recurrence tab, it moves even farther to the left23:42
+perlDreamerbut outside the form it's fine23:42
+perlDreamerso, only your editors will see this23:43
@tavistoin Safari 3.0 this site is not centered23:44
@preaction_no, it's a bug. i could've swore i fixed this back in 7.4.2323:44
@tavistotop horizontal nav is centered though23:45
Charleyactually, I have it set where the general public can enter events, so the public will be able to see it jump to the left.  Which is not so bad, but my menu stays centered.  So it's a little messed up looking.23:46
+perlDreamerI'd file the bug, since the last 7.4 bug release is not too far off in the future23:47
+perlDreamerall new stuff will happen in 7.523:47
+perlDreamerHaarg: I merged the Form/Email dot fix into 7.5.  Will all others happen en masse for the 7.5.11 release?23:47
@Haargother things from 7.4 you mean?23:48
+perlDreameryes23:48
@Haargyeah, i'll be merging them23:48
+perlDreamerokay, sorry for being impatient23:48
@tavistoCharley, I saw you purchased a new server today. Are you already starting the new South Ark project/site?23:49
+perlDreamertavisto, he's done a bunch already23:49
+perlDreamerit looks quite nice23:49
* perlDreamer starts drooling about spudnuts23:49
@tavistohehe sweet, I lose track of such things b/c I talk to so many peeps.. But that's great23:50
-!- SDuensin [n=Scott@248.sub-75-206-31.myvzw.com] has quit ["Leaving"]23:53
--- Day changed Tue May 13 2008
dionakhow do you get a list of everything from perlbot00:00
dionak?00:00
dionakseems handy and funny00:00
@apeironperlbot, source00:01
perlbotcheck out my insides: http://chrisangell.com/incoming/chrisbot/v300:01
+perlDreamerperlbot: help00:01
perlbot(fact) : tell (who) about (what) : (what) > (who) : learn (what) as (info) : relearn (fact) as (info) : phone (phone #) : shorten (url) : shorten it : search (keyword) : cpan (mod) : docs (mod) : perldoc -f (func) : jargon (term) : math (expr): fortune : flip : host (type) (record) : rot13 (text) : roll (die) : tempconv (temp) : scramble (foo) : 8ball (question) : slap (who) : diss (who) : top/bottom (num) karma : geoip (ip)00:01
+perlDreamerdionak: if you want a list of what it's learned, that's another story00:01
@apeironhttp://chrisangell.com/incoming/chrisbot/v3/data/facts.db has everything it seems.00:01
@preaction_perlbot factoids00:01
@preaction_perlbot keywords00:01
perlbotCheck out all the things I know: http://www.chrisangell.com/cgi-bin/botkeywords.cgi Don't want to see the port and country TLD facts? http://chrisangell.com/cgi-bin/botkeywords.cgi?noports=1&nocountries=100:01
@preaction_perlbot is populated by ... well, denizens of #perl, so uber-geeks and social misfits. you were warned00:02
+perlDreamerapeiron, reading sqlite dbs is not fun :/00:03
@rizenhiring web designers is WAY harder than hiring programmers00:03
dionaktrue00:03
Charleytavisto, how do you know about spudnuts?00:06
@tavistoI see all of the sales @ Plain Black. 00:07
@tavistothis is Tavis00:07
@tavisto:)00:07
@tavistoI dont know about spudnuts... but I'm assuming you're referring to whatever this new server is for00:07
CharleyHey!  I figured.  I guess that was Perldreamer drooling over the spudnuts.00:07
+perlDreamermmmm00:07
+perlDreamerspudnuts00:07
+perlDreamerof course, if there was some BBQ nearby that would do, too00:08
@tavistowhat is that?00:08
Charleysooo, how do you know about our claim to fame?00:08
@tavistoperlbot spudnuts00:08
Charleythey are heavenly00:08
+perlDreamerI read this awesome website about El Dorado, Arkansas00:08
Charleydonuts made from potato flour00:08
Charleyha!00:08
@tavistowow00:08
+perlDreamerof course, they have them in Tri-Cities Washington, too00:08
@tavistoSo Charley is this server for the South Ark proj then?00:09
Charleyreally?  I had no idea.00:09
+perlDreameroh, yeah00:09
+perlDreamerThe Spudnut Shop00:09
Charleythe one I purchased today is for the college I'm working at.00:09
+perlDreamerright on George Washington way00:09
Charleywe're getting ready to redo our site.  I convinced our CIO to go with WebGUI.00:09
@tavistocool, I have a hard time keeping up with all your projects.. When we talked originally I remember you developed for like the who town00:09
@tavistowhole town even00:09
+perlDreamerperlbot: spudnuts is donuts made from potato flour00:10
perlbotadded spudnuts to the database00:10
@tavistothat's great. 00:10
@tavistoperlbot JT Smith likes small pillows00:10
CharleyYes.  The one we're launching tomorrow (and having issues with the event calendar) is for the city of El Dorado, AR.00:10
@tavistoyeah I looked at the URL you posted... BTW.. it wasn't centered for Safari 300:11
CharleyThey are doing a big launch at the Arkansas Welcome Center.  So, everything has got to be perfected by tomorrow. 00:11
Charleyany ideas on how to keep it from moving to the left when adding an event?00:11
Charleyi messed with the css, but could make no headway.00:11
@tavistowell, I'm talking about the site design in general.. not on the form00:11
@tavistothe navigation on the home page stays centered00:12
Charleyah.  well, crap.00:12
Charleyyeah. 00:12
@tavistohowever in firefox 2 the whole site design is centered00:12
@preaction_Charley, if i'm not mistaken, there's an extra </td></tr></table> in the template somewhere00:12
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]00:12
Charleyok.  in the event calendar "add/edit event" template?00:12
@preaction_yes00:13
Charleyi'll check it out.  thanks.00:13
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui00:18
-!- mode/#webgui [+v perlmonkey2] by ChanServ00:18
Charleypreaction, I believe you are correct!  It still moves a little to the left, but I think that may be due to the width of the HTMLArea.  Do you know how to edit the width of the HTMLArea box?00:20
@preaction_it's just a Rich Edit, i don't know if you can set which rich edit from the Calendar's properties, but that would be my first choice00:22
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []00:22
@preaction_also don't know if you can edit the width of the rich editor from the Rich Edit properties00:22
-!- juan [n=juangui@201.232.58.66] has joined #webgui00:24
+perlDreamerCharley: Are you coming to the WUC?00:29
juani had configured a survey and i was checking the statistical overview and every i was checking the view grade book to verify the number of users that had answering it00:31
juantoday i was checking again and i find the view grade book without entries00:31
juani don't know what happened?00:32
+perlDreameris there data in the database?00:32
juani am checking00:33
Charleyalso, when I'm in the Edit section, the font on my coolmenu changes to 8px.00:34
CharleyWhen is the WUC?00:35
@tavistoAug 28th-29th00:35
+perlDreamerAugust 27th and 28th, in Madison, Wisconsin00:35
+perlDreamerhuh?00:35
@tavistothe workshops are on the 26th and 27th00:35
+perlDreamermy bad00:36
@tavistodude wtf... there's a dumb typo on wuc site right now... says 2007!00:36
+perlmonkey2Charley: I wonder how much it would cost to hire someone to come up with a good xhtml menu system?00:36
+perlDreamera plainblack staffer should fix that, tavisto :)00:36
@tavistoon it00:37
@tavistothat's why im not talking atm00:37
juanperlDreamer, i am checking in the survey_response table and there is not data00:37
+perlDreamerwell, that explains why the gradebook is empty00:37
+perlDreamerbut not why the data is gone00:37
+perlDreamerjuan, the Survey does have a way to delete all data, built into the UI00:38
+perlDreamerit's possible that somebody hit it00:38
+perlDreameryou can check the Apache logs for a url that looks like func=deleteAllResponses.*00:39
+perlDreameralso, do you have backups of the database that you could use to restore the data?00:40
juan i am going to check00:42
CharleyEnd of August?  Yes, I think I can definately do that.00:46
-!- Charley [n=charley@192.112.24.66] has quit []00:53
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []01:02
juanperlDreamer, if I don't want to restore all the tables in the database, can i restore only the tables related to the survey?01:04
+perlDreamereys01:09
+perlDreameryes01:09
+perlDreameredit the backup file to only contain those tables01:09
+perlDreamerI'm glad you have a backup01:10
+perlDreamerA lot of people don't set them up01:10
+perlDreamerperlmonkey2: Please consider this as an informal RFE.01:10
+perlDreamerIf you have a deleteAllResponses method, please log it explicitly in the WebGUI log file01:10
+perlDreamerwho did it and when01:10
@apeironAnd probably which survey it affects, neh?01:11
juanok01:11
+perlDreameroh, good one, apeiron!01:11
+perlmonkey2perlDreamer: hah, good idea01:11
+perlmonkey2apeiron: also good idea.  So the admin knows who's butt to kick.01:12
+perlDreamer$self->locate('offender')->butt({action => 'kick', force => 'maximum'});01:13
-!- dionak [n=diona@97.66.185.250] has left #webgui []01:15
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI01:25
-!- mode/#webgui [+o khenn] by ChanServ01:25
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]01:26
-!- knowmad [n=william@97.66.185.250] has quit [Read error: 110 (Connection timed out)]01:41
juanperlDreamer,01:44
juani have something strange, i have restored the data and all was ok and after some minutes the data disappear again01:45
+perlDreamerjuan, it is possible that your database is corrupted.01:46
juanand is happening with this specific survey01:46
+perlDreamerthere are other surveys that are okay?01:46
juanyes01:47
CIA-6WebGUI: colin * r6363 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: remove out of date collateral comments and fix a POD typo01:47
+perlDreamerdid you check the apache logs for that url that I mentioned earlier?01:48
+perlDreameris it possible that someone else from your team is messing around on the site?01:48
juanperlDreamer, i have another question, in this site i have always some workflows that always have status waiting and never disappear for suspended workflows02:02
+perlDreamerwhich workflows are they?02:02
juanCommit With Approval02:03
+perlDreamerthey are probably waiting for approval02:03
-!- lisette [n=miloidrr@201.232.58.66] has left #webgui []02:03
juanbut i don't have pending commits in the site02:06
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has joined #webgui02:06
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:07
-!- Charley [n=charley@192.112.24.61] has joined #webgui02:18
Charleyhey.  I have a serious dns problem.  We had a webspace set up at web368.plainblack.net.  We upgraded and our new address is web402.plainblack.net.  When I transferred the dns for GoElDorado.com it is coming up with our old site on web368.plainblack.net.  What can I do?02:20
Charleyit needs to show the site at web402.plainblack.net02:20
-!- juan [n=juangui@201.232.58.66] has left #webgui []02:21
metanili got this messages comping every 3 minutes on my modproxy.error.log file.. any idea whats the problem is?02:28
metaniloops .. and the message is in http://webgui.pastebin.com/d7bf65a7502:35
@preaction_someone's sending SIGTERM to the apache processes, meaning most likely someone is forcibly shutting them down02:36
@preaction_or, the wremonitor is doing it02:36
@preaction_which would explain the every three minutes thing02:36
@preaction_wremonitor may not be able to contact your webserver, so it tries restarting it02:37
@preaction_you may not have the e-mail address configured properly, so you don't get the e-mail that the wre monitor sends you02:37
metanilhmm.. ya i just saw that my apache is restarting every 3 minutes (i guess, cause the pid is changing )02:39
metanilpreaction_: you got to see this wremonitor.log http://webgui.pastebin.com/d2fbbbe1502:43
@preaction_okay, so it's restarting the mod proxy instance02:43
metanilyes02:43
metanilevery three minute02:43
metanilyou said that wremonitor is not able to contact to webserver..  (BTW, i use SSL)02:45
@preaction_it's not able to contact the webserver from the front-end (using an http request), so it restarts it02:46
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui02:47
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:47
metanilohhhh.. make lots of sense02:48
metanilpreaction: and there is no any service on port 80.. (only used 443)02:49
metanili disabled it.. because i'm using 44302:49
@preaction_which is probably why the wremonitor can't contact the web server02:49
metanilhmm.. 02:49
metanili see eval{$service->ping} in wremonitor.pl02:50
metanilis it good to change it?02:50
@preaction_probably not02:50
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui02:50
metanil:)02:52
metanilthen how do i change it ping on HTTPS not on HTTP02:52
@preaction_i don't know02:55
@preaction_but i'd check /data/wre/etc/wre.conf first02:56
metanil:)02:57
@tavistomy brain = mush02:58
@preaction_plainblack.com down for anybody else?02:59
@tavistonope just pulled it02:59
@preaction_damn02:59
+Radix-wrknup02:59
@tavistou suck02:59
@preaction_at least i have a brain03:00
metanilno.. it working fine for me03:00
@tavistoi have a brain... it's just mushy03:00
@tavistofrom too much jibba jabber all day03:00
@tavistopeople always want to know about this WebGUI thing.. I tell them I have no idea what they're talking about03:01
@tavistowrong number03:01
@tavisto;)03:01
metanilpreaction_: i change "modproxyPort"  from 80 to 443.. 03:05
metanilpreaction_: i guess its working fine now.. thanks03:05
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI03:07
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #webgui []04:34
metanilcan i add comment in a post in Collaboration (Template->Photo Gallery)?04:37
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui04:44
-!- mode/#webgui [+o rizen] by ChanServ04:44
-!- hankins [n=charley@192.112.24.61] has joined #webgui05:14
hankinsDNS emergency.  When we first set up our webspace it was at web368.plainblack.net.  We upgraded and our new webspace is http://web402.plainblack.net.  I changed the DNS of GoElDorado.com (the website we are redoing) to cold.plainblack.net and frozen.plainblack.net.  Everything transferred fine, but some people are seeing the old site at web368.plainblack.net.  Can we get that looked at quickly?  We can just kill that site if you like.  I wouldn't normally 05:18
hankinscan anyone help me out here?05:18
-!- Charley [n=charley@192.112.24.61] has quit [Read error: 110 (Connection timed out)]05:24
@apeironhankins, How long ago was this? It looks like a simple propagation issue to me.05:27
@apeironperlbot, dns a goeldorado.com05:28
perlbotRecord not found.05:28
@apeiron... silly bot05:28
@apeironperlbot, host a goeldorado.com05:29
perlbotgoeldorado.com has address 66.98.130.5305:29
@apeironperlbot, host a web402.plainblack.net05:29
perlbotweb402.plainblack.net is an alias for dusk.plainblack.net. :: dusk.plainblack.net has address 66.98.130.5305:29
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 110 (Connection timed out)]05:30
-!- neild [n=neild@adsl-065-013-043-004.sip.mia.bellsouth.net] has joined #webgui05:59
neildNeed help with new theme using YAML06:00
-!- neild [n=neild@adsl-065-013-043-004.sip.mia.bellsouth.net] has quit [Read error: 110 (Connection timed out)]06:22
hankinsapeiron, sorry, I was away.  did you get anything worked out?06:33
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []06:34
@apeironhankins, The host is resolving as it should for me according to what you've told me. goeldorado.com -> 66.98.130.53. web402.plainblack.net -> 66.98.130.53.06:39
+Radix-wrksounds more like a caching issue to me06:40
@apeironCould be that, too06:40
hankinsif you are getting a purple site then it is going to the wrong site.06:40
+Radix-wrkthere's no way you can force users to update their dns really.. if they have the old one cached still06:40
hankinsthe new site is green.06:40
+Radix-wrkI'm getting purple06:41
+Radix-wrkand never been to the site06:41
@apeironGreen here, was there this afternoon.06:41
hankinsright.  that's the one at web368.plainblack.net06:41
hankinsit needs to be the one at web402.plainblack.net06:41
hankinspurple=old, bad06:42
hankinsgreen=new,good06:42
+Radix-wrkgoeldorado.com has address 207.44.136.12006:42
+Radix-wrksure that all of your dns providers are providing the right info?06:43
hankinsi don't know.  I have the domain at godaddy. i pointed the nameservers to cold.plainblack.net and frozen.plainblack.net06:44
hankinsdo i need to change it to dusk.plainblack.net or something else?06:44
+Radix-wrkwell dns can often take 12-48 hours to fully propagate06:44
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has quit [Read error: 110 (Connection timed out)]06:45
@apeironahh, frozen isn't updated properly.06:45
hankinsah.  yes?06:45
@apeirongoeldorado.com has address 207.44.136.120 # from frozen.plainblack.com06:45
+Radix-wrkthat'd be it then06:45
@apeironhankins, It's frozen.plainblack.com, not frozen.plainblack.net06:45
@apeironIf you filled in frozen.plainblack.net , that'd explain why that NS wasn't updated.06:46
hankinsah!  ok.  can we kill that web368.plainblack.net?  or Do we need to?06:46
hankinsnope.  i've got them both set to .com06:49
hankinsCOLD.PLAINBLACK.COM and FROZEN.PLAINBLACK.COM06:49
hankinssorry.  thought that was the problem.06:49
@apeironhm. For whatever reason, frozen hasn't updated yet.06:50
hankinsany way to force the update, or anything along those lines?06:51
@apeironHonestly not sure; I work at the other end of PB (client dev) so hosting isn't something I get involved with daily. Don't want to give you a wrong answer.06:54
hankinshm. are you getting a green or purple site at goeldorado.com?06:57
@apeironGreen.06:59
@apeironAs we've seen, the two nameservers are in conflict. Radix-wrk here gets a purple one. 06:59
+Radix-wrkits random which dns server responds to a particular user07:06
+Radix-wrkI just happened to get the purple one07:06
hankinscan we kill the purple page?07:06
+Radix-wrkuntil they're both in sync there's not much you can do07:06
+Radix-wrkif you do then you'll get nothing07:06
hankinshow does it know which one to choose?07:06
+Radix-wrkrandom07:07
hankinsi mean, it needs to choose 402.  How do we set that?07:07
+Radix-wrkwhy not copy all of the changes over to the other site for now?07:08
+Radix-wrkthat's what webgui packages are good for07:08
hankinsI like that idea.  I don't have any experience doing that.07:08
+Radix-wrkthen you can sync both sites07:08
hankinssure.07:08
hankinsi don't know how one goes about doing that, tho.  07:09
+Radix-wrkhttp://www.webgui.org/community-wiki/packages-using07:10
+Radix-wrkI'm pretty sure you can clone an entire webgui site by making the root folder a package07:12
+Radix-wrkif all your changes are under /home - or something like that.. then you could package that up07:14
+Radix-wrkmake the package on the green site, then deploy it on the purple site in the same directory07:14
hankinsyes.  everything is under home.07:14
hankinsI'll give that a shot.07:16
hankinswell, actually I have pages under home and images and stuff under themes.  so, I package them both up.07:17
+Radix-wrkgood luck07:18
+Radix-wrkI'm just thinking.. 07:18
+Radix-wrkyou may need to rename your existing ones.. not sure what packages do if they encounter assets that already exist07:18
+Radix-wrkwhether they add as a new revision or go and rename themselves07:19
+Radix-wrkif that's the case then you may need to branch rename the entire home directories on the purple site first before you import the new ones07:19
hankinswould i be better off just deleting everything under home and themes?07:21
+Radix-wrkI don't know actually07:22
+Radix-wrkprobably.. "All Asset URLs in the Package will be made unique after being deployed."07:27
+Radix-wrkso if the url already exists a new one will be assigned.. not really what you want07:28
+Radix-wrkyou'd have to delete and purge the old urls tho or they'll be reserved07:28
+Radix-wrkHmm.. beginning to sound harder than I thought07:28
hankinsthanks.  good thought tho.07:37
hankinscan you check something for me?  are you getting line breaks on this site? http://web402.plainblack.net/07:56
hankinsin IE i get some funky breaks.  not in FF.07:57
+Radix-wrkI use firefox here08:03
+Radix-wrkbut in firefox 3 beta 5 I get some wierd flickering of the mouse cursor with your page08:04
hankinsI've got a table of images.  when I link on with an <a href tag, it gives me a 5px between pictures.  any thoughts?08:16
hankinsonly in IE of course08:20
hankins;)08:20
+Radix-wrkpadding or margin defined soemwhere it sounds like08:22
hankinscan you use an image mpa in webgui?08:40
+Radix-wrksure08:53
+Radix-wrkyou can do anything in webgui :)08:53
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]09:19
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui09:19
patspamhas anyone seen a spec floating around for Survey 2.0?09:30
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui09:46
-!- ryuu_ro [n=rory@gw.oqapi.nl] has joined #webgui09:48
hankinsthought I'd check and see if frozen has updated yet.10:10
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui10:16
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:06
hankinsHA!  I'm such a ditz.  I just did a redirect on the home page of web368 to web402.  What an idiot I didn't think of that before!  dur!11:18
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]11:47
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]11:53
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui12:16
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui12:17
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has quit [Read error: 110 (Connection timed out)]12:20
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]12:43
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has joined #webgui13:00
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:24
-!- ryuu_ro [n=rory@gw.oqapi.nl] has left #webgui []14:47
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI15:17
-!- mode/#webgui [+o khenn] by ChanServ15:17
-!- Charley [n=charley@192.112.24.66] has joined #webgui15:36
-!- hankins [n=charley@192.112.24.61] has quit [Read error: 110 (Connection timed out)]15:49
-!- hankins [n=charley@192.112.24.62] has joined #webgui15:49
-!- knowmad [n=william@adsl-074-170-007-083.sip.clt.bellsouth.net] has quit [Read error: 110 (Connection timed out)]15:50
-!- Charley [n=charley@192.112.24.66] has quit [Read error: 110 (Connection timed out)]16:01
-!- knowmad [n=william@97.66.185.250] has joined #webgui16:09
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:18
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:20
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has joined #webgui16:20
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:21
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:22
-!- SDuensin [n=Scott@143.sub-75-206-224.myvzw.com] has joined #WebGUI16:41
SDuensinGreetings.16:41
hankinsgreetings16:54
BartJoloooh, eeh hi!17:06
dionakhalo17:21
SDuensinWhat do you all think of Google's new FriendConnect stuff?17:31
BartJolwell, haven't used it yet, so I don't really have an opinion17:35
BartJolsound a bit like the next facebook, hyves (that's dutch) etc17:36
+perlmonkey2anyone who's interested, Fedora 9 is out a day early.17:45
+perlmonkey2Only prioblem seems to be a lot of the mirrors haven't chmod'd yet, so jigdo downloads are flaky.  But the torrents and main mirrors are working.17:46
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]17:48
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui18:05
-!- mode/#webgui [+o Haarg] by ChanServ18:05
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui18:06
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit [Read error: 113 (No route to host)]18:10
lisettehow to create a new session in a macro with a user different of session?18:22
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:22
lisettedifferent of current session18:27
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui18:40
-!- mode/#webgui [+o apeiron] by ChanServ18:40
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit [Client Quit]18:41
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui18:41
-!- mode/#webgui [+o apeiron] by ChanServ18:41
dionakIt looks like you could call WebGUI::Session->user with a userId as an option (hasref)18:42
dionakhasref = hashref18:42
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []18:43
dionakoh, i take that back. idk18:43
dionaksplat_random. what a funny name for a macro18:44
lisettei see perldoc Session.pm and open ( webguiRoot, configFile [, requestObject, serverObject, sessionId, noFuss ] )18:45
lisette       Constructor. Opens a closed ( or new ) WebGUI session.18:45
lisettei use  my $session2=WebGUI::Session->new($userId);18:46
lisetteand don't works.18:46
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #webgui18:53
-!- mode/#webgui [+o tavisto] by ChanServ18:53
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]19:03
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui19:03
-!- mode/#webgui [+v perlDreamer] by ChanServ19:03
lisette lisette: i see perldoc Session.pm and open ( webguiRoot, configFile [, requestObject, serverObject, sessionId, noFuss ] )19:06
lisette(10:45:15) lisette:        Constructor. Opens a closed ( or new ) WebGUI session.19:06
lisette(10:46:53) lisette: i use  my $session2=WebGUI::Session->new($userId);19:06
lisette(10:47:01) lisette: and don't works.19:06
lisette?19:06
@preaction_lisette, define "don't work"19:07
lisetteno funciona19:07
lisetteshows me an error19:07
+perlDreamerlisette, the new method ->new, is only for creating a session object19:07
@preaction_which error?19:08
+perlDreameronce you have a session object, you can call $mySession->user({userId => $newUserId});19:08
+perlDreamerof course, you should be sure that you really want a new session object.  Maybe you just want a user object instead?19:08
lisettei need the email of an user, but i can do this with a query, right?19:09
@preaction_you can do it without opening a session19:09
@preaction_my $user = WebGUI::User->new( $session, $userId );19:09
@preaction_my $email = $user->profileField( 'email' );19:10
lisetteok, i'm going to check.19:10
lisettethank19:10
+perlDreamerpreaction_: What happened to the smoke runs?19:22
@preaction_don't know yet, i think something minor went wrong. i'll look into it later today19:22
+perlDreamerthanks, dude19:23
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has joined #webgui19:37
-!- estiven [n=estiven@201.232.58.66] has joined #webgui19:37
-!- juan [n=juangui@201.232.58.66] has joined #webgui19:37
-!- juan [n=juangui@201.232.58.66] has left #webgui []19:38
JohnRestrepoGuys, is there a way to pass variables between Flash and PERL?19:39
@preaction_javascript may work19:39
@preaction_javascript and XmlHttpRequest (aka AJAX)19:39
JohnRestrepoBut.....19:41
JohnRestrepoAn easier way?19:41
JohnRestrepoI mean19:41
JohnRestrepoSomething like PHP19:41
JohnRestrepoWith the $_POST or $_GET19:41
JohnRestrepo??19:41
@apeironheh, $_POST and $_GET in PHP are accessible via mod_perl.19:42
@preaction_JohnRestrepo, first you'd need to write ActionScript in Flash to call the appropriate JavaScript method. then you'd write JavaScript to call the appropriate Perl method19:43
@preaction_these weren't exactly all designed to work well together, but they will work just fine19:43
@preaction_i'm not sure, but you might be able to get flash to access external URLs for data too, i don't know any of the new flash features since Flash 519:44
JohnRestrepoThanks guys19:46
JohnRestrepoI'll work on it and tell you19:46
-!- lisette [n=miloidrr@201.232.58.66] has quit ["Leaving."]19:47
-!- fansipans [n=mwalker@72.242.161.254] has joined #webgui20:08
+perlDreamertopsub: what's the deal with your log.conf file?20:19
topsubi just checked out webgui 7.4.36 and set it up and the log.conf file was pointing log file to /var/log/webgui.log20:20
topsubnot sure why it changed locations all of a sudden20:20
+perlDreamerthat's funny, because webgui doesn't ship with a log.conf file, only log.conf.original20:21
topsubhttp://www.webgui.org/downloads/builds/7.4.36-stable/WebGUI/etc/log.conf.original20:21
topsubya i mv log.conf.orignal  log.conf20:22
+perlDreameryeah, that file hasn't changed since October 12, 200720:22
+perlDreameron that date, 7.5 was branched20:23
topsubhmm..  not sure why i am just finding it now20:23
+perlDreamerhttps://svn.webgui.org/svnweb/plainblack/view/WebGUI/etc/log.conf.original?rev=320:23
+perlDreamerit's been /var/log/webgui.log since the import into SVN (from CVS)20:24
topsubnot sure why its just catching my eye now20:24
topsubjust always known it to be /data/wre/var/logs/webgui.log20:24
+perlDreamerthat's through the WRE20:24
+perlDreameronly through the WRE20:24
topsubah.. hmmm20:30
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has left #webgui []20:40
* perlDreamer goes to the lab20:48
-!- fansipan1 [n=mwalker@adsl-068-157-240-136.sip.clt.bellsouth.net] has joined #webgui21:43
-!- fansipans [n=mwalker@72.242.161.254] has quit [Read error: 104 (Connection reset by peer)]21:43
-!- fansipan1 [n=mwalker@adsl-068-157-240-136.sip.clt.bellsouth.net] has quit [Client Quit]21:43
-!- fansipans [n=mwalker@72.242.161.254] has joined #webgui21:44
-!- metanil [n=akhadka@137.48.138.26] has quit ["Leaving."]22:49
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui23:05
dionakhey there fansipans23:26
* rizen sets up nudging rig behind dionak23:33
* rizen points dionak toward some artwork at a Moroccan bazaar23:35
* rizen nudges dionak in that general direction23:35
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui23:50
-!- SDuensin [n=Scott@143.sub-75-206-224.myvzw.com] has quit ["Leaving"]23:53
dionakooooh, ahhh ;)23:58
--- Day changed Wed May 14 2008
@rizenwilliam told me i should nudge you toward the bazaar00:03
@rizenwith your theme that you're using at the wuc00:03
@rizenso that was my nudge00:04
@rizen=)00:04
dionaki was curious...how do i get to the bazaar?00:14
dionakor is it still assembling?00:15
@rizensssshhhhh00:16
dionak:x00:16
dionakoh, oops00:16
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]00:19
dionakciao all..00:27
-!- dionak [n=diona@97.66.185.250] has quit []00:27
CIA-6WebGUI: graham * r6364 /WebGUI/ (3 files in 3 dirs): fixed: WeatherData asset is broken00:29
CIA-6WebGUI: graham * r6365 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Asset/Event.pm): fixed: Calendar multi-day events exported wrong in ical feed00:29
-!- knowmad [n=william@97.66.185.250] has quit [Read error: 110 (Connection timed out)]00:40
-!- tavisto [n=plainbla@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #webgui []00:41
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui01:16
-!- mode/#webgui [+v perlmonkey2] by ChanServ01:16
CIA-6WebGUI: graham * r6366 /branch/WebGUI_7.4/ (4 files in 4 dirs): preparing for 7.4.37 dev01:19
CIA-6WebGUI: graham * r6367 /branch/WebGUI_7.4/ (docs/changelog/7.x.x.txt lib/WebGUI/Commerce/Transaction.pm): fixed: checking out in commerce system broken01:19
CIA-6WebGUI: graham * r6368 /branch/WebGUI_7.4/ (4 files in 4 dirs): fixed: WeatherData asset is broken01:19
CIA-6WebGUI: graham * r6369 /branch/WebGUI_7.4/ (docs/changelog/7.x.x.txt lib/WebGUI/Asset/Event.pm): fixed: Calendar multi-day events exported wrong in ical feed01:19
CIA-6WebGUI: graham * r6370 /branch/WebGUI_7.4/docs/create.sql: preparing for 7.4.37 release01:19
CIA-6WebGUI: jt * r6371 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: continuing with EMS data migration01:19
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:48
-!- knowmad [n=william@user-11201cn.dsl.mindspring.com] has joined #webgui02:03
CIA-6WebGUI: jt * r6372 /releases/WebGUI_7.4.37-stable: Release 7.4.37-stable02:05
-!- estiven [n=estiven@201.232.58.66] has quit ["Leaving."]02:07
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI02:09
-!- knowmad [n=william@user-11201cn.dsl.mindspring.com] has quit [Read error: 110 (Connection timed out)]02:29
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]02:59
-!- knowmad [n=william@97.66.185.250] has joined #webgui03:08
-!- knowmad [n=william@97.66.185.250] has left #webgui []03:08
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:28
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:28
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui03:46
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: ckotil, +perlDreamer, perlbot, hankins, f00li5h, snapcount, fansipans, steveo_aa, ascii, vayde, (+10 more, use /NETSPLIT to show all of them)03:49
-!- Netsplit over, joins: @apeiron, patspam, +Radix-wrk, SDuensin, snapcount, vayde, fansipans, +perlDreamer, ckotil, hankins (+10 more)03:49
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui04:06
-!- mode/#webgui [+v perlmonkey2] by ChanServ04:06
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]04:06
-!- danny_mk [n=danny@68.15.55.161] has joined #webgui04:17
danny_mkHello everyone04:24
danny_mkcan someone do me a favor and test passoword recovery on their system?04:24
danny_mkall the fields in my form seem to be hidden.04:24
danny_mk-- darn: come to think of it I have not checked the wiki or forums yet!04:25
danny_mkOK looks like it was fixed in 7.4.16: http://www.webgui.org/bugs/tracker/low-ui-level-on-visitor-prevents-password-recovery04:30
danny_mkbut I am using: 7.4.36-stable and the fields are hidden04:31
danny_mkI attempted to test it using the demo but the wizard kept coming up.04:31
danny_mkHmmm... it works from the plainblack website.04:39
-!- snapcount [n=snapcoun@18.103.118.70.cfl.res.rr.com] has joined #webgui05:03
danny_mkperlbot05:13
CIA-6WebGUI: jt * r6373 /translations/RedNeck/ (5 files in 2 dirs): update_from_translation_server05:23
-!- danny_mk [n=danny@68.15.55.161] has quit ["Leaving"]06:17
-!- perlDreame1 [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:26
perlDreame1perlmonkey2: downloading FC9 now06:26
perlDreame1have you tried it yet?06:26
perlDreame1oy06:27
perlDreame1I forgot to lot out at $dayJob06:27
+perlmonkey2yep06:27
+perlmonkey2using it now06:27
perlDreame1whaddya think?06:27
+perlmonkey2just finished the install and config.06:27
+perlmonkey2I likey06:27
+perlmonkey2everything is much nicer/faster/smoother.06:28
perlDreame1I got bit by the FC8 infinite loop upgrade bug06:28
perlDreame1so I'm a little nervous06:28
+perlmonkey2But it uses FF3B3 which doens't have firebug support.06:28
perlDreame1yet06:28
+perlmonkey2I never upgrade, I like doing a fresh install.  Forces me to backup everything in an ordered manner, purge the junk, and do a fresh install/config.06:28
perlDreame1I used to do that, but merging in old and new Gnome settings never worked06:29
perlDreame1any suggestions?06:29
+perlmonkey2although I've got it down to such a science now and the fedora gui tools are so handy, it isn't a big deal at all.06:29
+perlmonkey2oh, gnome settings?  I can run through and reconfig it in 5 minutes or so.06:30
perlDreame1not too bad06:30
+perlmonkey2So I don't bother saving any config files (well, I keep my ssh/config cause it has a ton of tunnel info).06:30
+perlmonkey2oh, and I guess my ssh priv key06:31
patspamdoes it have FF3B3 or FF3B5? Ubuntu 7.10 has FF3B5 which is supported in Firebug 1.2.0alpha06:31
+perlmonkey2oh, B506:31
+perlmonkey2not sure how I feel about it.  It is nice, but I miss All-In-One Gestures (only FireGestures now), and it is a bit different (alt-mouse wheel is reversed for text size change).06:32
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit ["Exit- stage left"]06:32
+perlmonkey2But F9 is a dream.  F8 was so smooth and polished, I didn't expect F9 to be such a large improvement.06:32
+perlmonkey2VileGent had led me to believe it was going to be a disaster.  And it is for all the edge case users (just look at bugzilla).  But for the vanilla users, like me, it is working perfectly.06:33
perlDreame1VileGent?06:33
+perlmonkey2Southern_Gentelmen06:34
+perlmonkey2the #fedora channel op06:34
perlDreame1oh06:34
perlDreame1never been in there06:34
perlDreame1just #rockbox06:34
perlDreame1and here06:34
perlDreame1and #perl6/#parrot for a while06:34
+perlmonkey2he does some hacking on fedora also06:34
+perlmonkey2yeah, I followed #perl6 for a while when I thought I had time to contribute.06:34
patspamperlmonkey2: I've been trying to catch you online here to ask about Survey 2.006:34
+perlmonkey2patspam: ask away :)06:34
perlDreame1Survey 2.0 is awful due to a non-JSON collateral implementation06:35
perlDreame1I'd never use it06:35
+perlmonkey2hahahahaha06:35
+perlmonkey2tha tis going to change!06:35
patspamis there a spec document or anything i can look at to check out the features it's going to have?06:35
patspamI tried running the Survey2 branch but didn't fly for me06:35
+perlmonkey2yeah, that branch doesn't contain the database changes.06:36
+perlmonkey2or the templates06:36
patspamyeah that's what I discovered ;)06:36
+perlmonkey2just the perl and javascript06:36
+perlmonkey2ah, it is going to do a LOT06:36
+perlmonkey2the problem is my upgrade to the survey was hijacked by $work.06:36
patspamthat's cool, I'm just interested in finding out what features it's going to have because I'm planning to build some survey-based stuff soon06:36
+perlmonkey2and they are awful, awful, horrible software developers.  They make me cry, they are so bad at project management.06:36
+perlmonkey2hmm, it will do A Lot (tm).06:37
+perlmonkey2I'm not sure what it won't do.06:37
+perlmonkey2branching is on sections, questions, or answers.  Random questions and random answers.  questions can have variable names, which can be inserted in any text, and the answer to that question will be inserted in that text.06:38
patspamworkflow triggers?06:39
+perlmonkey2can set if there are questions on the first section page.  If the section title/text is shown on every page of the section.  How many questions per page.  At the Survey level you can set multiple sections per page.06:39
+perlmonkey2ah, that never occurred to me.06:39
+perlmonkey2how would you like that to work?06:40
patspamin its most simple form just a workflow that you can trigger on survey completion06:40
patspame.g. so that you can do stuff to the user once they complete it06:41
+perlmonkey2patspam: a survey can have an exit url, sections can also be terminal with an exit url.  So as is, you could exit to a url with a macro that starts the workflow?06:41
patspamah ok, that'd be fine for my purposes06:42
patspamworkflow triggers would be nice at some point to make Survey2.0 more consistent with Thingy, but I'm all for pragmatic solutions ;)06:43
+perlmonkey2probably wouldn't be hard if I saw an example of a workflow trigger06:44
+perlmonkey2patspam: I'll be taking the next 3 weeks to do *my* revision to the survey system without allowing the guys at $work to add input (can you add this feature which takes two days to add, and then remove it after those two days are up).  So if you have anything which is sexy and easy to add, let me know.06:47
patspamperlmonkey2: there's lots of examples in Thingy.pm, e.g. onAddWorkflowId, onEditWorkflowId, onDeleteWorkflowId, etc..06:47
perlDreame1when the survey is done, I want it to email rizen so that he knows the Survey system is still working06:47
+perlmonkey2perlDreame1: still working?  it isn't working now?06:48
+perlmonkey2patspam: I'll give it a check.06:48
perlDreame1that it continues to function well06:49
perlDreame1kind of like a system heartbeat06:49
+perlmonkey2hah06:49
perlDreame1how long did it take you to download it?06:51
perlDreame1you must have tons of bandwidth at $work06:51
patspamperlmonkey2: will it be possible to allow users to review/redo their answers?06:53
+perlmonkey2patspam: Well, I'm changing the way I maintain survey state and I'm not sure that woudl be very difficult to add.  I just finished the req doc and was starting the spec and was going to decide to add that or not when I got to that section :)  06:55
patspamheh cool06:56
patspamis the req doc private?06:56
+perlmonkey2Not at all06:57
+perlmonkey2I'll figure out where to post it tomorrow06:57
+perlmonkey2put it in the forum or something.06:57
patspamawesome, that'd be great06:57
+perlmonkey2Okay, I'm outy 5000.  Time to hit the hay.  Hasta pastas06:58
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]06:59
-!- perlDreame1 [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:22
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]08:30
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui08:33
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui09:48
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]10:26
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui10:31
-!- mode/#webgui [+o Haarg] by ChanServ10:31
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui10:34
-!- snapcount [n=snapcoun@18.103.118.70.cfl.res.rr.com] has quit [Remote closed the connection]10:35
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]11:04
-!- hankins [n=charley@192.112.24.62] has quit []11:07
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]11:24
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui11:26
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:31
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit [Read error: 110 (Connection timed out)]12:32
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui12:33
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit [Read error: 110 (Connection timed out)]13:05
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui13:05
-!- ascii [n=ascii@64.234.60.83] has quit [Read error: 110 (Connection timed out)]13:06
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:20
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui15:21
-!- MrHairgreas1 [n=martin@duteeljo.et.tudelft.nl] has joined #webgui15:39
-!- MrHairgreas1 is now known as MrHairgrease15:40
-!- mode/#webgui [+v MrHairgrease] by ChanServ15:41
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]15:56
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:15
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui16:29
-!- SDuensin [n=Scott@68.sub-75-204-155.myvzw.com] has joined #WebGUI16:45
-!- lisette [n=miloidrr@201.232.58.66] has joined #webgui16:47
SDuensinGreetings.16:50
topsubhello17:00
-!- dionak [n=diona@97.66.185.250] has joined #webgui17:01
diakopterhas anyone built the wre 0.8.x on Suse 10.x ?17:10
diakopteranyone here, I mean17:10
-!- crythias [n=Gerald@c-76-101-232-242.hsd1.fl.comcast.net] has joined #webgui17:11
-!- mode/#webgui [+v crythias] by ChanServ17:11
BartJoldiakopter: sorry I haven't17:11
+crythiastrouble compiling perl on SuSE17:12
+crythiassomething about math/ undefined floor17:12
+crythiasfrom what I read, I need a -lm flag in the cc17:13
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:25
-!- mode/#webgui [+o Haarg] by ChanServ17:25
-!- crythias [n=Gerald@c-76-101-232-242.hsd1.fl.comcast.net] has quit [Read error: 110 (Connection timed out)]17:37
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI17:39
-!- mode/#webgui [+o tavisto] by ChanServ17:39
dionaki'm looking for feedback on an idea. i have a project that is basically a proj management software. a project has an estimate, a contract, a final report and project details. a project also has other stuff like resources, tasks, etc. i'm thinking about making an object structure to handle this with wobjects. is there anything that would 1) make this a bad idea or 2) make this unusually hard in WG?17:40
dionakI'm thinking of it as kind of a mini application in WG17:40
ckotili think theres something similiar to that already in WH17:43
ckotilWG too17:43
dionakWH?17:43
ckotilno, WG.17:47
ckotillooks like its the ProjectManager asset.17:48
ckotilthat could be a good starting point.17:48
BartJolWebHUI: web HTML user interface?17:49
dionakthere is a project manager in WG. While the name is the same, the application is quite different. i need a lot more details. i just didn't see a complex example of wobject relation. wobjects usually stand on their own 17:49
dionakthat is a class i'm looking at17:50
@rizencollaboration system, wiki, and calendar are all compound assets17:56
@rizencompound asset = a group of assets that work together to create the user experience17:56
@rizenoh, and in 7.5 Gallery and Event Manager are also compound assets17:57
dionakgood terminology. that's exactly what i'm looking for17:57
@rizeni suppose i should document that somewhere17:57
@rizeninternally we use these terms17:57
@rizencompound assets, meta assets 17:57
dionakthat  would be helpful. do you have an approach to designing compound assets?17:57
dionaki'm trying to visualize how the components work together and how to organize them.17:58
@preaction_dionak, most of the functionality ends up being in the child assets, the child assets have some methods (usually getTemplateVars) to display themselves in the parent asset templates17:59
@preaction_but the parent asset usually ends up holding the configuration for the whole shebang17:59
@preaction_templates, workflows, rich editors and the like17:59
@rizenthat would be a great chapter for the next edition of the developers guide17:59
@rizenit's too late to get it into this edition unfortunately17:59
dionakand a great presentation at the wuc. *nudge17:59
@rizentoo late for WUC'08 also18:00
-!- juan [n=juangui@201.232.58.66] has joined #webgui18:00
@rizenthe schedule is set18:00
@preaction_i thought it was going to be in there, so i made my asset chapter make a child asset that could be easily added to a parent asset18:00
dionakso, i should take a look at the mentioned examples and deconstruct those. 18:01
@preaction_yeah. i'd look at the Gallery and the new EMS first18:01
@preaction_those being the most-recent examples of good WebGUI code18:01
@preaction_the CS is, for lack of a better term, messy18:01
@preaction_Calendar needs some cleanup18:01
dionakok. are there any docs there were used when those were designed? diagrams, etc. ?18:01
dionakok, thanks. good to know18:01
dionakso the decision to make sku a wobject in the most recent version was because it was somehow different than the other assets of shop? 18:02
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has left #webgui []18:02
dionakmore specific somehow?18:02
@rizensku is not a wobject18:03
@rizensku is an asset18:04
@rizenand is the base class of all other sellable items in the new shop18:04
@rizenthe wiki is a good example of a compound asset also, and has some fairly clean code18:05
dionakoh, yea. my mistake18:05
@rizenit's also the simplest compound asset in the system18:05
@rizenand is probably a good starting point18:05
dionakok, simple is a good starting place for a new concept18:05
@rizenthe new event manager is the most complex probably because it's made up of 5 total assets18:05
dionakok, looks like i've got some reading to do. i'll check out the examples and will likely have some questions. thanks for the info guys!18:07
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has joined #webgui18:10
-!- mode/#webgui [+v perlmonkey2] by ChanServ18:10
-!- crythias [n=Gerald@fl-69-68-148-96.sta.embarqhsd.net] has joined #webgui18:12
-!- mode/#webgui [+v crythias] by ChanServ18:12
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []18:34
dionakinteresting...so let me run this by you guys to make sure i understand correctly. in my example of a project manager, estimates, contracts, reports. i could have a wobject that is a project manager who has children wobjects of the types estimate, contract, report. 18:45
dionakThere are several steps, for instance, to create an estimate. Would the interfaces for this need to be handled by the parent (project manager) or could I hand off this responsiblity to the child? Perhaps the proj. mgr could add the child and redirect?18:45
dionakin the case of estimates, the parent's responsiblity would be to list, retrieve or add an estimate but the estimate wobject would be responsible for gathering all the estimate info18:46
+perlDreamerI'd do it in the child18:47
@rizengenerally the creation of the asset is done in the asset with the definition/getEditForm/www_edit methods18:48
@rizenso what pd said18:48
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has joined #webgui18:49
@rizenthere is a bad side effect of compound assets that you should be aware of18:49
@rizenit makes it difficult if not impossible to subclass them18:49
-!- ascii [n=ascii@64.234.60.83] has joined #webgui18:50
dionaki can vaguely see why18:50
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]18:50
dionakso what does the parent do in this type of relationship?18:50
dionakare you just referring to a base class as a parent?18:51
+perlDreameradd children, edit children, list children, report children18:51
@rizenthe parent often acts as a dashboard18:51
+perlDreamerno, the parent is a container, like a calendar vs event, wiki vs wiki page, etc.18:51
@rizenit displays an overview of it's children18:51
@rizenand gives you the add / view / edit links for the children18:52
@rizentake the wiki for example18:52
dionakok, so when pd said "I'd do it in the child", what is "it"?18:52
@rizenit shows you the most recently edited and post popular wiki pages18:52
@rizenas well as the tag cloud18:52
@rizenthe add/edit form18:52
@rizenfor the child18:52
+perlDreameryup18:53
dionakgotcha. i'm on board. 18:53
@rizendon't put the UI for adding/editing children in the parent18:53
dionakput the UI in the child and provide a link..18:53
@rizenyup18:53
dionakthat makes complete sense18:53
@rizenthe child will also contain any methods specific to it18:53
@rizenwhere the parent will contain any methods used to relate children to each other18:54
@rizenor operate on a group of children18:54
@rizencompound assets give webgui amazing power, but they're a bit harder to wrap your brain around than a standard asset18:54
@rizena lot more moving parts18:55
dionakit kind of reminds me of abstract factory but it's been a while since i've delved into design patterns18:59
dionakagreed on the power and complexity. it seem to be just what i need tho.18:59
dionakotherwise, i'lll get a mixed-up jumble of assets18:59
-!- MrHairgrease [n=martin@duteeljo.et.tudelft.nl] has left #webgui []19:01
-!- crythias [n=Gerald@fl-69-68-148-96.sta.embarqhsd.net] has quit [Read error: 113 (No route to host)]19:03
dionakso after you save a wiki page, you're shown the confirmation. where is the page saved? 19:05
+perlDreamerIn the wikiPage table19:06
dionakis processPropertiesFromFormPost automatically called? i don't see the call to it19:06
+perlDreamerThat's all handled by the master class, Asset.pm19:06
dionakah19:06
+perlDreamerit is automatically called, and it's the right place to do custom work19:06
+perlDreameryou probably shouldn't ever need to override www_editSave19:07
dionakok, got it. super is just called all the way back to Asset.pm which updates the table defined in the definition19:07
+perlDreamerwell, yes and no.  The subclass does have one, so it's "parent" class.  There's no explicit call to $self->SUPER::www_editSave.  That's just a nitpick, though.19:08
juani had configured an ldap connection working and today it is not working19:14
juanthe webgui.log is show me the next error19:14
juan WebGUI::Session::ErrorHandler::warn[431] - Cannot connect to LDAP server.19:14
juanthe thing is the ldap connection is not working for new users19:15
juanthe old users can connect it without any problem19:15
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has quit ["Leaving."]19:21
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has joined #webgui19:21
-!- mode/#webgui [+v perlmonkey2] by ChanServ19:21
+perlDreamerperlmonkey2: I forgot to ask you last night, how does wG work with perl 5.10?19:21
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has quit [Remote closed the connection]19:22
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has joined #webgui19:22
-!- mode/#webgui [+v perlmonkey2] by ChanServ19:22
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has quit [Read error: 104 (Connection reset by peer)]19:23
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has joined #webgui19:24
-!- mode/#webgui [+v perlmonkey2] by ChanServ19:24
juanwhy when i try to add or edit a ldap connection, the page is too slow19:25
@tavistoany dutch team awake in here? :)19:31
@tavistoI'm curious because we were contacted by Heise Online and they want to feature WebGUI in their magazine. I'm curious how big of a publication this is19:32
@preaction_tavisto, looks like no19:32
@tavistoyeah that's what I'm guessing too heh19:33
@preaction_the people you want are: MrHairgrease, BartJol, Koen is... i forget19:33
@preaction_i haven't seen alphamega in here in a while19:33
@preaction_don't know if AMH is dutch or not, i forget19:33
@tavistohmm.. well I'll have to catch them another time.. the site looks fairly large but it's hard to tell19:34
@tavistoand they've got all the big it companies advertising on their site.. that's a good sign19:35
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui19:45
@tavistooh this is actually a german computer magazine, and it says 400,000 copies are sold every fortnight and that they are among Europe's most successful computer magazines.19:48
@tavistonow if I only knew what fortnight was19:49
@preaction_a week19:49
@preaction_or maybe two weeks19:49
@tavistoyeah well I could have made those guesses as well.. but I get the picture regardless I suppose19:50
@rizentype in google:      define: fortnight19:50
@tavistothat's amazing I've never heard that word used before. 14 days, 2 weeks19:51
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]20:01
juanwhen i try to delete a ldap connection i obtain the next error  Couldn't execute operation : WebGUI::Operation::LDAPLink::www_deleteLDAPLink. Root cause: Can't modify non-lvalue subroutine call at /data/WebGUI/lib/WebGUI/Operation/LDAPLink.pm line 162.20:06
+perlDreamertavisto, Heise Online is like Time magazine for Germany20:13
@tavistowell, we're going to be included in c't20:13
@tavistoit's the first navigational link at the top on that site20:14
+perlDreamertavisto: you're a marketing monster.  How did you swing this?20:14
@tavistoI didn't do anything, they came to us.20:15
+perlDreamertavisto: You're a marketing slacker.  Why didn't you think of contacting them yourself?20:15
@tavistoso in that regard, it's boils down to the efforts of the community and staff. :)20:15
+perlDreamerpreaction_: Koen is synq20:16
@preaction_yeah, thats it20:16
+perlDreamerJoeri is dapperedodo or something like that20:17
@tavistoWell after we were published in CIO, I just figured that the whole world knew about us already.. lol y/r20:17
@tavistohonestly though, I don't know what our following is like in Germany but this sort of thing can't hurt. Especially if they are going to include WebGUI on a CD to 400k peeps and it's going to be on their website.20:18
+perlDreamerman, between that and Debian we're going to be flooded ( I hope )20:19
dionakwhat about Debian?20:19
+perlDreamerwe're in Debian now as a package20:19
dionakoh, cool!20:19
+perlDreameryou can apt-get install webgui20:19
dionakis wre in there too? 20:20
dionakor does the webgui package configure itself?20:20
+perlDreamerSquOnk did the work, but I gather for right now, it's just the core WebGUI20:21
+perlDreamerwith all dependencies defined in the package20:21
+perlDreamerand db work has to be done manually for now20:21
fansipanswhich version of debian?20:21
+perlDreameryou could look in the May IRC log, 'cause I think I remember him talking more about it20:22
+perlDreamerfansipans: Lenny, I think20:22
* perlDreamer goes back to the lab, where there is great sorrow and gnashing of teeth20:22
dionakpd, you need to get out of that lab20:25
dionakit sounds like hell20:25
@tavistoperlDreamer, I believe you are right about the db config having to be manually done. I read that somewhere from him20:37
CIA-6WebGUI: meatbop * r6374 /WebGUI/docs/upgrades/packages-7.5.11/ (2 files): Made several minor changes to the Photo Gallery, created a prettier List View template for the calendar20:52
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui21:05
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui21:17
-!- mode/#webgui [+v MrHairgrease] by ChanServ21:17
@rizenMrHairGrease!!!!!21:17
+MrHairgreasemr smith21:18
-!- MrHairgrease is now known as MrHairGrease21:18
-!- MrHairGrease is now known as MrHairgrease21:18
@rizeni don't know why, i just like shouting your name21:19
@rizen=)21:19
+MrHairgreasei know21:19
+MrHairgreasei do that all the time21:19
+MrHairgreasei actually tried to change my nick to include the exclamation marks21:19
+MrHairgreasebut alas21:19
+MrHairgreaseirc doesn't like that21:20
+MrHairgreaseyesterday was Ducth destruction day21:21
+MrHairgreasea huge fire which burned up the whole architecture faculty21:22
+MrHairgreaseanother huge fire somewhere else in the netherlands21:22
+MrHairgreaseand I actually saw a harddisk crash through an ssh session21:22
@rizeni think it was world disaster day21:23
@rizenthere was that stuff in holland21:23
@rizenand there was the aftermath of china's earthquakes21:23
@rizenand there are tornadoes and arson fires killing people around the U.S.21:24
+MrHairgreasei don't like to say it21:25
+MrHairgreasebut you might actually be right =)21:25
@rizenoh and down by dionak's area there was a parking garage that collapsed for no apparent reason21:25
+MrHairgreasethe reason is obviously world distaster day21:26
@rizenindeed21:26
+MrHairgreasedisaster*21:26
+MrHairgreasei don't think i wanna know what a distaster is21:26
@preaction_someone hit the "Major Disaster" button in SimEarth?21:26
+MrHairgreaseit wasn't me21:26
+MrHairgreaseI'm to busy21:26
+MrHairgreaseI'm gonna graduate 19 june, btw21:27
+MrHairgreaseyou pb guys are invited too21:27
+MrHairgreaseso if you coincidentally have some plane tickets laying around, you'll get to drink free beers21:28
@rizenWAHOO!!!!!!!21:30
@rizeni just got to create a variable named $oldTranny21:30
@rizenyou just don't get to do that very often21:30
snapcountcongrats MrHairgrease 21:30
+MrHairgreasehehe21:30
+MrHairgreaseyou may congratulate me at the bar snapcount21:31
snapcountI'll fed-ex a case of America's finest beer to you... O'Douls21:31
snapcount=P21:31
@rizenmrhairgrease, i'll be speaking at YAPC then, otherwise i'd consider it. been too long since i've been to holland.21:31
@rizenand i have some free plane tickets sitting around21:32
+MrHairgreaseoh well21:32
+MrHairgreaseyou can have the worlds second most interesting presentation that day21:32
+MrHairgreasethat's a good score =)21:32
@rizencan anybody tell me what "lastPayedTerm" means in the old transaction table21:34
+MrHairgreaseit is the term that has been payed last21:35
+MrHairgreaseso if you have a subscription21:35
+MrHairgreasewith monthly terms21:35
+MrHairgreasethat table holds the last term (or month) has been payed 21:36
+MrHairgreasenot sure if it hold an incrementing number or a date anymore21:36
+MrHairgreasebut that should be easy to find in the recuuring payment workflow activity21:36
@rizenso is it a count down like 99, 98, 97...or is it a month number 1 (jan), 2 (feb), 3 (mar)21:36
@rizenok21:36
@rizeni'll look it up21:36
@rizenis this something we're going to need for recurring payments going forward?21:37
@rizenshould i add it to the new transaction table?21:37
+MrHairgreasehang on21:37
+MrHairgreasei just borked the koornbeurs site21:37
@rizenred alert!21:37
@rizensite down21:37
-!- IT [n=chatzill@201.232.58.66] has joined #webgui21:39
+MrHairgreaseok21:39
ITHi21:39
+MrHairgreasewell that was the server with the broken hdd21:40
-!- IT [n=chatzill@201.232.58.66] has left #webgui []21:40
+MrHairgreasei using the opportunity to upgrade webgui and the wre21:40
+MrHairgreaseok, let me check that term thing21:40
-!- JohnRestrepo [n=chatzill@201.232.58.66] has joined #webgui21:40
+MrHairgreasewhat i used it for was to keep track of how many payments have been made21:40
+MrHairgreasefor instance, a term payment can fail21:40
+MrHairgreasefrom what i recall, what I did when processing recuuring postback dat from itransact 21:41
+MrHairgreaseis back calculate the number of terms that are supposed to have been payed21:42
JohnRestrepoGuys, is there a way to change the collaboration system's wysiwyg editor?21:42
JohnRestrepoPersonalize it?21:42
+MrHairgreaseand compare that to the actual number of succeeded term payments which is stored in that column21:42
+MrHairgreaseso i guess it should be added21:43
+MrHairgreaseor the way we handle these thing must be changed21:43
+MrHairgreasewhich sounds okay to me too21:43
-!- estiven [n=estiven@201.232.58.66] has joined #webgui21:43
+MrHairgreaseJohnRestrepo: from what i recall you could skin the richeditor with css.21:44
+MrHairgreaseIt is an option in the edit screen of the rich edit asset you se21:44
+MrHairgreaseuse*21:44
JohnRestrepoOk21:44
+MrHairgreasenot sure though21:45
+MrHairgreasenever done it21:45
JohnRestrepoThe thing is: We want to develop an app with flash, we need to make the way that a collaboration system have the Flash interface instead the wysiwyg editor21:46
JohnRestrepoIs that possible?21:46
@preaction_JohnRestrepo, the wysiwyg editor is a WebGUI::Asset::RichEdit, you may or may not be able to subclass it to interface your own rich editor21:47
+MrHairgreaseafk21:47
JohnRestrepoIt has to be that one?21:50
JohnRestrepoCan I do my own editor?21:50
JohnRestrepoSorry21:50
@preaction_you can try, sure. the Post form is a template21:50
JohnRestrepoOk thanks21:50
+MrHairgreasei think it shoudl work21:50
JohnRestrepoI'll try21:50
+MrHairgreasejust include the flash thing in the Post Form as preaction says21:51
JohnRestrepoWith the Flash app we'll generate an XML, can WebGUI recognize that? I mean, how does WebGUI "understand" what the editor send21:55
@preaction_the editor "sends" HTML21:56
@preaction_the exact value of the form element21:56
+MrHairgreaserizen: is the correct upgrade path from 7.3.22/0.8.1 -> 7.4.37/0.8.3 the following21:57
+MrHairgreasewg->7.4.2121:57
+MrHairgreasewre->0.8.321:57
+MrHairgreasewg->7.4.3721:57
+MrHairgreasethat is without json borkage21:58
@rizensorry, i was on the phone21:58
@rizenyeah upgrade all the way to 7.3.22 on an old wre21:58
@rizenthen put in the new wre and the 7.4.latest version of webgui21:59
@rizenand continue upgrading21:59
@rizenif you want, you can upgrade to 7.4.21 and then upgrade the wre21:59
@rizenbut it is not necesary21:59
+MrHairgreasesorry to ask,but are you very sure about that?21:59
+MrHairgreasei'd suspect problems with JSON21:59
@rizenJohnRestrepo: yes21:59
@rizenyou can make your own rich editor ....just go to the asset manager22:00
@rizenand select "rich editor" in the new content menu22:00
@rizenor duplicate an existing one22:00
@rizenand then edit away22:00
@rizenonce you're done22:00
@rizenyou can set the rich editor as the one for the CS in the CS properties22:00
@rizeni'm very sure about it22:00
@rizenjust upgraded 2 servers that way last week22:00
+MrHairgreaseok22:00
+MrHairgreasejust being careful =)22:01
@rizeni understand22:01
@rizeni asked the same thing of Haarg, cuz he swore you could do it22:01
@rizenand so i tried it and it worked22:01
@rizenyou have to be on any 7.4.x version22:01
@rizenand then you can upgrade to any other 7.4.x version22:01
+MrHairgreaseok22:01
@rizenusing the new wre22:01
+MrHairgreasebut i'm on 7.3.2222:01
@rizenoh22:02
@rizenfor that you might have to upgrade to 7.4.022:02
@rizenfirst22:02
@rizeni was upgrading from 7.4.8 or something22:02
+MrHairgrease7.4.0 -> 0.8.3 -> 7.4.3722:02
@rizenyup22:02
@rizenthat will work22:02
+MrHairgreaseok22:02
+MrHairgreasethanks22:02
@rizenJohnRestrepo: sorry i should have read further what you were asking. disregard what i said.22:03
@rizenok mrhairgrease...back to this recurring thing. 22:04
+MrHairgreaseyes22:04
@rizenso are you saying that in the old system you don't create a new transaction every time something posts back?22:04
+MrHairgreaseyes22:04
+MrHairgreasei'm syaing that22:04
@rizencuz i'm thinking we should create a new transaction every time22:04
@rizensuccess or fail22:04
+MrHairgreasehmm22:05
@rizenit does a few things for us22:05
@rizen1) we can see failures more easily22:05
+MrHairgreasewell itransact adds their tranasctionId  to a transaction 22:05
+MrHairgreasecalled XID22:05
@rizen2) we have a complete transaction history22:05
@rizenthat's ok22:05
+MrHairgreaseand that doesn't change with recurring payments22:05
@rizenwe have a spot to store that22:05
@rizenthat's ok also22:05
+MrHairgreasethat's why i built it that way22:05
@rizenit's not a unique id in our table22:05
+MrHairgreaseyour idea sounds good22:05
+MrHairgreaseand will prolly make trackkeeping more robust22:06
@rizenso if that's the case, then we don't need that field any longer22:06
@rizenright?22:07
+MrHairgreaseso I guess using seperate transactions are better22:07
+MrHairgreaseright22:07
+MrHairgreaseas far as i can oversee of course22:07
@rizeni'll take the heat if i'm wrong22:07
@rizeni just think if we're keeping a transactional history22:07
@rizenwe should hav ea new transaction for each recurrance22:07
+MrHairgreaseseems logical22:08
+MrHairgreasewait22:08
+MrHairgreasehang on22:08
@rizenhanging22:08
+MrHairgreasemaybe i have been doing something like that22:08
+MrHairgreaselet me checl22:08
JohnRestrepoGuys thanks22:08
+MrHairgreasehmm22:10
+MrHairgreasei guess not22:10
+MrHairgreasei confused it with the ITransact_recurringPayment table22:15
+MrHairgreaseanyway22:15
+MrHairgreasei agree22:15
+MrHairgreaseyour way is better and you don't need that field anymore22:15
+MrHairgreasejust dunno if you want to migrate that number somehow22:15
@rizenyou're working on the recurring stuff still, right?22:16
+MrHairgreaseyeah22:16
+MrHairgreasebut I'm really busty so it just doesn't go as fast as i wanted22:17
@rizenok, then i guess i leave this in your capable hands for implementation.22:17
+MrHairgreaseok22:17
@rizenbusty?22:17
+MrHairgreasehuh?22:17
@rizenyou have big boobs?22:17
+MrHairgreaseoh!22:17
+MrHairgreasea big typo22:17
@rizenheh22:17
+MrHairgreasethe t and y are like right next to eachother dude22:17
@rizenoh one more thing i need to know about recurring22:17
JohnRestrepoGuys, when I edit the collaboration system I see in a combobox this two items: Content manager's rich edit and Forum rich edit, my question is: where webgui load them? A list or something where I can add my own editor22:17
+MrHairgreasemy plan is to work on it friday all day22:17
+MrHairgreaseand I'm sure i'll have it finfihed in time22:17
@rizenitransact posts back to us for the recurring payments, right? we don't post to them?22:17
+MrHairgreaseno22:17
+MrHairgreaseonly when you initiate a payment22:17
@preaction_JohnRestrepo, i mentioned above, those are RichEdit assets, WebGUI::Asset::RichEdit. you would have to make your own RichEdit asset22:17
+MrHairgreaseevery term you'll get a postback22:17
@rizenok, so do we really need that workflow then?22:17
+MrHairgreasetelling you whether it succeeded22:17
+MrHairgreasein the old system: yes22:17
@rizenworkflow activity that runs22:17
+MrHairgreasein the new: i don't think so22:17
+MrHairgreasebut I have to dive a bit deeper in it to be absolutely sure22:17
@rizenok, i don't think so either22:17
@rizenthough i may need to restructure a few things to make sure that the right stuff is called in the recurring products on processing a recurring payment22:17
@rizeni'll happily do that once your code is all checked in22:18
bopbopJohnRestrepo: go to the asset manager, and navigate to root. Then enter the Import Node folder- you'll find another folder called Rich Edit- enter that folder. Then, from the New Content menu at the bottom of the asset manager create a new rich editor asset; once its created go back to the CS and you'll see it available as a rich editor to choose from22:18
+MrHairgreaseokay22:18
JohnRestrepoBut Flash is not a perl macro, sorry for the insistence but I need this as soon as possible, what I need is to make the text area of the form a swf that send me a XML22:18
@rizenthere are probably going to be lots of little corner cases to smooth over once we have all the stuff in place22:18
@rizenback to migrating transaction data for me22:18
+MrHairgreaseis Parse::PlainConfig  still used in 7.3.22?22:19
@rizenshouldn't be22:19
+MrHairgreaseok22:19
+MrHairgreasethe testEnv of 7.4.0 wanted it22:19
+MrHairgreaseokay good luck22:19
@rizenyeah, that was remedied22:20
+MrHairgreasei'll try to be more often in the channel and keep you updated22:20
+MrHairgreaseand harass  of course =)22:20
@rizencoolio...it's getting down to the wire22:20
@rizeni'm a little scared22:20
@rizenthis is such a big project22:20
+MrHairgreaseit is22:20
+MrHairgreasetoo bad I don't have more time22:20
@rizenin many ways, it's even bigger than the asset rewrite of the 6.x period22:21
+MrHairgreasebut these months are quite hectic22:21
+MrHairgreasewell, that was BIG too22:21
@rizeni understand man...and appreciate all the time and work you've put in22:21
+MrHairgreasenp22:21
@rizenthat one didn't seem so big because i spread it out over many releases 6.3-6.922:21
+MrHairgreasewell in those releases about the whole API changed22:22
+MrHairgreasenot just the move to assets22:22
+MrHairgreaseit has taken a while, but it was worth it22:23
+MrHairgreaseno doubt22:23
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]22:26
+perlDreamerMrHairgrease: You big silicon hacking stud!22:31
+perlDreamerWay to go!22:31
+MrHairgreasei hack chromium on pyrex22:31
+MrHairgreaseand it doesn't work22:31
+MrHairgreasebut it's time to end the project22:32
+MrHairgreaseit has taken about a year and a half already22:32
+perlDreamerdoesn't work?22:32
+perlDreamerOh no!22:32
+MrHairgreasei have all the pieces of the puzzle22:32
+MrHairgreasebut they don't fit22:32
+MrHairgreasea bad result is a result too22:32
+MrHairgreasealbeit a bit unsatifacory22:33
+perlDreamerwhat happens after graduation?22:33
+perlDreamer(aside from drinking and partying)22:33
+MrHairgreasei becomeboring 22:33
@rizenhave you decided to stick with Oqapi, at least for a little while?22:33
+MrHairgreasewhat i would really like is doing more or less the same i'm doing now22:34
+MrHairgreasethat is: part time microfabrication22:34
+MrHairgreasepart time oqapi22:34
+MrHairgreasei'll see if that's possible22:34
+MrHairgreaseif not22:34
+MrHairgreasewe'll see what happens =)22:34
@rizenyou should move to Oregon. perlDreamer can hook you up with a job at his place, so you can hack WebGUI when you're not working on chips. =)22:35
+MrHairgreasehehe22:35
+perlDreamerI wouldn't recommend $dayJob to people right now22:35
+MrHairgreasebut that's in the us22:35
CIA-6WebGUI: perlmonkey2 * r6375 /branch/WebGUI_Survey2/www/extras/wobject/Survey/administersurvey.js: Slider write ins now more accurate22:35
+perlDreamerwe have lots of very good beer22:35
+MrHairgreaseand although i like you guys very much and enjoy traveling there22:35
@rizendon't worry MHG, you'd never lose your eurotrash status with us.22:35
+MrHairgreaseit's not the place i would go22:35
+MrHairgreaseoh22:36
+MrHairgreaseif that's the case... =)22:36
@rizenMHG, would it be fair to say that in the old system, only successful transactions are stored in the transaction table?22:36
+MrHairgreaseuhm22:37
+MrHairgreaseno22:37
+MrHairgreasethey are all stored22:37
+MrHairgreasei'm pretty sure about that22:37
+MrHairgreasemaybe transaction that completely fail aren't22:37
@rizeni'm trying to locate what field would represent the transaction being successful22:37
+MrHairgreasebut if they fail b/c theyre pending or struff like that22:37
+MrHairgreasetheyt are22:37
@rizenand don't see anything22:37
+MrHairgreaseoh22:37
+MrHairgreasei'll check22:38
@rizenmaybe it's authcode22:38
+MrHairgreasethe status column in the transaction table22:38
+MrHairgreasei'm pretty sure it's api-fied in WG::Commerce::Transaction22:39
@rizenok i'll look there22:39
+MrHairgreasewre upgrade is just untar the new one over the old?22:40
+MrHairgrease0.8.1 -> 0.8.3 that is22:40
+MrHairgreaseoh, and a transaction thingy22:40
@rizenyes22:40
juani have this error in my webgui.log  GMT is not a valid date for email, and is so poorly formatted, we can't even guess what it is.22:41
@rizenand then run wreupgrade.pl22:41
+MrHairgreaseit might be handy to have a column like originatingTransction in the transaction table22:41
+MrHairgreasethat would point to the original tranasaction for recurring transaction22:41
+MrHairgreasethat way there easily grouped22:41
+MrHairgreaseregardless of how gateways handle those22:42
@rizennot bad22:42
@rizenokily dokily neighbor22:42
@rizendo you want to add it or should i?22:42
+MrHairgreaseyou do that22:42
+MrHairgrease=)22:42
@rizenok22:42
@apeiron'neighborino'22:49
+MrHairgreasewow22:51
+MrHairgreasei love upgrading 37 release in row with only OK's and done's22:52
@rizenit is nice22:54
+MrHairgreaseheh you never guess the time of the version tag that was created when I importing foto's when the hdd crash occurred23:21
+MrHairgrease13:3723:22
+MrHairgreasereminds me of Final Destination23:22
juanhello, i have created a sql form and i want that a field that i created can be the unique primary key23:24
juanhave to modify the table with alter table?23:25
+MrHairgreaseyou cannot do that23:25
+MrHairgreasebecause it will break the sql form23:25
+MrHairgreaseif you wanna use the sql form, you MUST let IT handle all the key indexes etc23:25
juanfor example i created a field call nit and i want that it can be unique23:26
+MrHairgreaseyou can set that in the edit of the field if i'm not mistaken23:27
+MrHairgreasethe problem is that the sql form versions its data 23:27
+MrHairgreaseso if you edit a record23:27
+MrHairgreaseyou will add a row to the table23:28
juanwhen a user try to add new record an that nit was already added don't let to add the record23:28
+MrHairgreasewhich will have a colliding column23:28
-!- fansipans [n=mwalker@72.242.161.254] has left #webgui []23:34
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]23:35
juanso, with sql form is not possible to do that.23:38
+MrHairgreaseindeed23:39
+MrHairgreaseif you use the sql form23:39
+MrHairgreaseyou'll have to give the sql form total control over the table23:40
+MrHairgreasebut23:40
+MrHairgreaseas i said23:40
+MrHairgreasei think there is an option to make certain fields unique23:40
+MrHairgreaseif it is, it is in the edit screen of the field23:41
juanok23:45
juani am going to check23:45
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has quit ["Leaving."]23:52
@rizenMrHairgrease: you wanted me to add an isRecurring flag to the transaction...was that at the transaction level or the transaction item level23:52
@rizenit seems item would make more sense23:53
+MrHairgreasetransaction23:53
+MrHairgreaseb/c the transaction is recurring23:53
@rizenso the whole transaction recurs?23:53
+MrHairgreaseyes23:53
+MrHairgreaseactually each recurring item gets its own transaction23:53
@rizenso in the iTransact module then if someone buys a physical product, and a recurring product in the same cart, you create two transactions23:54
+MrHairgreaseyes23:54
@rizenok23:54
@rizenadding to transaction table then23:54
+MrHairgreaseok23:54
dionakrizen, have you seen our bug report regarding rss feeds? josh just finished up a test that exposes the issue. 23:55
dionakit's posted back to the bug report23:55
@rizenno, i'm not subscribed to the bugs listings23:56
dionakhttp://www.plainblack.com/bugs/tracker/rss-and-template-engine-error23:56
@rizenis it something specific you want me to look at for some reason?23:56
-!- SDuensin [n=Scott@68.sub-75-204-155.myvzw.com] has quit ["Leaving"]23:56
dionaki'm just curious how i can resolve the bug. it's been posted for a little while. any advice?23:56
dionakpolite advice preferably ;)23:57
@rizenwell the fastest way to get any bug fixed is to either fix it yourself or have a priority bug fix contract with us. =)23:57
@rizenbeyond that it will get fixed as we have time to fix it. all 7.4 and below bugs must be fixed by June 12th as that's the last release of WebGUI 7.423:58
@rizenother than what i just mentioned, you're already doing the right things23:59
@rizenposting detailed bug descriptions23:59
dionakok, thanks. that's helpful. 23:59
@rizenposting the test will be a big help23:59
--- Day changed Thu May 15 2008
-!- dionak [n=diona@97.66.185.250] has quit []00:08
+perlDreamerwhy didn't she just check that test in?00:21
CIA-6WebGUI: jt * r6376 /WebGUI/ (2 files in 2 dirs): finished migrating ems data, and transaction data00:25
@rizenare you calling josh a she?00:27
lisettei have a problem with i18n and tildes, in i18n.webgui.org with DateTime, i translate saturday and wednesday, this two days have tilde, and display in the web page with a triangle, how to do to change this? because the other traductions that have tilde is well.00:28
+MrHairgreasethe problem is probably that your editor is not set to utf800:29
+MrHairgreasemake sure you safe in th eutf8 chracter set00:29
lisetteyes this utf8 i check this and is well00:29
+MrHairgreasethen i don't know00:30
-!- lisette [n=miloidrr@201.232.58.66] has quit ["Leaving."]00:42
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:33
-!- JohnRestrepo_ [n=chatzill@201.232.58.66] has joined #webgui01:43
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui01:55
-!- JohnRestrepo [n=chatzill@201.232.58.66] has quit [Read error: 110 (Connection timed out)]02:00
-!- JohnRestrepo_ [n=chatzill@201.232.58.66] has quit ["ChatZilla 0.9.82.1 [Firefox 2.0.0.3/2007030919]"]02:01
juani have the next error WebGUI::Session::ErrorHandler::fatal[208] - Authentication module failed to compile: WebGUI::Auth::webgui.Can't locate WebGUI/Auth/webgui.pm02:06
juanthe error occurs when a user tries to log out the site02:07
+MrHairgreaseit's the lowercase w in webgui02:07
juanand only with some users that were imported with userimport.pl02:08
+MrHairgreaseit could be that the import went wrong02:09
+MrHairgreasemake sure that in the authentication table02:09
+MrHairgreasethe authMethod column (or something like it) does never ever contain webgui02:09
+MrHairgreaseif it does update those records to use WebGUI in stead02:10
+MrHairgreasemy guess is you used the --authMethod=webgui parameter rigt?02:12
+MrHairgreaseright*02:12
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit ["zzzzz"]02:19
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui02:19
@apeironperlDreamer, ping02:23
@apeironperlDreamer, Another idea for your "Common WebGUI Programming Mistakes" talk I just remembered: you copy Asset.pm to Asset.backup.pm, make changes to Asset.pm, and wonder why they're not showing up.02:24
juanMrHairgrease, if i want to delete some users from my site, can i delete it by console?02:28
juanand i want to delete records from all the tables that have relation with the userid02:30
-!- estiven [n=estiven@201.232.58.66] has quit [Read error: 110 (Connection timed out)]02:30
-!- juan [n=juangui@201.232.58.66] has left #webgui []02:34
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []02:37
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit []02:52
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []04:11
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui04:13
-!- mode/#webgui [+v perlmonkey2] by ChanServ04:13
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI04:33
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui04:40
-!- mode/#webgui [+v Radix-wrk] by ChanServ04:40
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI04:49
-!- mode/#webgui [+o tavisto] by ChanServ04:49
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []05:02
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]05:17
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]05:55
-!- wgGuest33 [n=wgGuest3@ool-457d919f.dyn.optonline.net] has joined #webgui05:56
-!- wgGuest33 [n=wgGuest3@ool-457d919f.dyn.optonline.net] has quit [Client Quit]05:58
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui06:10
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI06:21
-!- mode/#webgui [+o khenn] by ChanServ06:21
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []06:36
-!- snapcount [n=snapcoun@87.10.101.97.cfl.res.rr.com] has joined #webgui06:57
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]07:25
-!- snapcount [n=snapcoun@87.10.101.97.cfl.res.rr.com] has quit [Remote closed the connection]07:42
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:04
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui11:05
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui11:27
-!- ascii [n=ascii@64.234.60.83] has quit [Read error: 110 (Connection timed out)]11:33
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has left #webgui []11:40
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui11:46
-!- BartJol [n=plainstu@host2.procolix.com] has quit [Read error: 104 (Connection reset by peer)]12:31
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has quit ["Windows doesn't have users, it has hostages."]12:39
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui12:46
-!- mode/#webgui [+v Radix_] by ChanServ12:46
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]13:33
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui13:50
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:13
-!- knowmad [n=william@71-81-9-138.dhcp.hlrg.nc.charter.com] has joined #webgui15:49
knowmadCan someone tell me why WRE monitor is sending me this email -- "A workflow activity has a priority that is too high."15:51
knowmadwhat am i supposed to do about it?15:51
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:04
dionakmorning all16:18
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI16:18
-!- mode/#webgui [+o tavisto] by ChanServ16:18
-!- tavisto_ [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI16:26
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit [Read error: 104 (Connection reset by peer)]16:26
-!- SDuensin [n=Scott@14.sub-75-206-250.myvzw.com] has joined #WebGUI16:27
SDuensinGreetings.16:30
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]16:33
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:35
-!- mode/#webgui [+v perlmonkey2] by ChanServ16:35
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:36
-!- fansipans [n=mwalker@adsl-068-157-240-136.sip.clt.bellsouth.net] has joined #webgui16:46
@rizenknowmad, check your settings in the wre.conf16:51
@rizenthere's a threshold at which it will alert you about such things16:52
@rizenso you can detect whether you have workflow problems16:52
knowmadthanks rizen. ok, another question. it's telling me the server is localhost. i have about 5 webgui sites running now (testing, dev and production). how the heck do i tell which one it's on when all it says is localhost? how do ya'll tell them apart?16:54
@rizenthere's a defaultHostname variable in the wre.conf16:56
@rizenit uses that hostname when it sends out emails16:56
@rizenso pick a hostname that is unique to each server16:56
@rizenand we don't monitor dev or testing machines, only production16:57
@rizenmonitoring dev/testing machines would drive us nuts since we'd be getting paged all the time16:57
knowmadthanks for the tips17:01
knowmadi'm not seeing a threshold setting in wre.conf for spectre; do you know the name i should be looking for?17:03
knowmadgotta run; i can follow-up on this later if needed17:05
-!- knowmad [n=william@71-81-9-138.dhcp.hlrg.nc.charter.com] has left #webgui []17:05
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui17:15
-!- hankins [n=charley@192.112.24.65] has joined #webgui17:22
hankinsI have a shortcut to my event calendar on the front page.  17:24
hankinshttp://web402.plainblack.net/home17:24
hankinsMost of the time the shortcut calendar doesn't show any events, even though there are many event listed in the event calendar.17:24
hankinsOddly, I keep changing the listViewPageInterval override to one (1) month.  But it always reverts back to one (1) year - then it doesn't even show any events.  17:24
hankinsany ideas about shortcut overrides?17:24
BartJolmmm17:24
BartJolleok17:25
BartJollet's have a look17:25
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]17:26
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui17:27
-!- mode/#webgui [+v perlmonkey2] by ChanServ17:27
+perlmonkey2hmm, what might I be missing if flash sound isn't working?17:28
BartJola speaker?17:28
+perlmonkey2whups, wrong channel17:28
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:28
-!- mode/#webgui [+o Haarg] by ChanServ17:29
+perlmonkey2heh17:29
BartJolhankins, I see some events17:29
BartJol9 to be precise17:30
BartJolhankins, aren't the still in a version tag? happened to me quite some times17:31
topsublol  bartJol17:33
topsubflash is fun17:34
BartJolsorry, had a hard meeting with a customer, so have to make some stupid remarks...17:34
-!- BartJo1 [n=plainstu@194.171.50.123] has joined #webgui17:49
-!- BartJol [n=plainstu@194.171.50.123] has quit [Read error: 110 (Connection timed out)]18:07
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has left #webgui []18:11
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui18:15
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has joined #webgui18:26
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]18:27
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]18:27
-!- BartJo1 [n=plainstu@194.171.50.123] has quit [Read error: 110 (Connection timed out)]18:31
+perlDreamerapeiron, That's a good one.  I use .mp files instead :)18:37
@apeironperlDreamer, Ah! Nice idea.18:37
@apeironOf course, another idea is to use Asset.pm.modified or so.18:37
+perlDreamerBartJol: If you need me to come over to Dutch-land and stomp on some customers toes for you, just let me know.18:57
+perlDreamerthat way you can always be the nice guy18:57
BartJolperlDreamer: thanks19:00
BartJolyour welcome anyway19:00
BartJolbut you don't need to do that19:00
BartJoland now, another customer wants me to make their site really ugly...19:01
+perlDreamerOoh!  I can help with that too!19:01
BartJol:)19:01
+perlDreamerwe'll use tables for layout19:02
BartJolI've got a lot of expereince with that already19:02
+perlDreamerand everything will be in English19:02
+perlDreamerand I only use primary colors, #000000 and #FFFFFF19:02
BartJolSwahili might be better :)19:02
BartJolit's this one : http://test.utrechtonstage.nl19:02
BartJoland they want it even more ugly19:03
+perlDreamerIt's a band of some kind?19:03
+perlDreameror acting group?19:03
BartJolnope, a project to bring students in contact with companies19:03
+perlDreamerDo they understand anything about professionalism?19:04
BartJolwell, the woman that organises everything is good with human contacts19:04
BartJolbut has a horrible taste when it comes to websites19:04
BartJolI HAD to use the green an purple19:05
+perlDreameroy19:05
BartJolno discussion was possible19:05
+perlDreamertell her that it produced a permanent burn on my retinas19:05
BartJolyeah, well, we tried to minimise the use of those colours19:05
BartJolthis was the best we could do without pissing her off19:06
-!- diakopte1 [n=diakopte@209.9.237.164] has joined #webgui19:06
BartJolit's kinda hard to tell a customer that she has a horrible taste tactically 19:07
-!- diakopter [n=diakopte@pdpc/supporter/active/diakopter] has quit [Read error: 104 (Connection reset by peer)]19:08
+perlDreamerdionak: I think you should check the SyndicatedContent test into SVN in the 7.5 branch.19:10
+perlDreamerIt's a good test in general, and exposes a bug that needs to be fixed.19:10
dionakok, we'll do that. 19:11
dionakthanks19:11
BartJolhave to go19:15
-!- BartJol [n=plainstu@194.171.50.123] has left #webgui []19:15
+perlDreamerI'm back in the lab again today, please leave me a note if anyone has questions19:15
@rizenwhy is the sky blue and grass green?19:16
-!- rizen is now known as rizenisaway19:16
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui19:18
-!- lisette [n=ubuntu@201.232.58.66] has quit ["Leaving."]19:30
+perlDreamerThe sky is blue due to diffuse scattering of certain wavelengths of light.19:56
+perlDreamerGrass is green because green is a combination of blue and red, which covers a fraction of visible light which helps make photosythesis efficient19:57
+perlDreamerAlso, because God wanted it that way19:57
@apeironOkay, smartypants.19:57
@apeironWhy does gravity exist?19:57
@apeiron(note, I didn't say "Why do things fall")19:58
+perlDreamerGravity exists due to a certain property of matter, in that it interacts with space/time19:58
+perlDreamerAsk me again after the LIGO experiments19:58
@apeironheh19:58
+perlDreamerAlso, because God wanted it that way :)19:59
-!- diakopte1 [n=diakopte@209.9.237.164] has quit [Remote closed the connection]20:02
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has left #webgui []20:04
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui20:05
-!- mode/#webgui [+v perlDreamer] by ChanServ20:05
-!- tavisto_ [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit []20:10
-!- diakopter [n=diakopte@pdpc/supporter/active/diakopter] has joined #webgui20:16
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI20:26
-!- mode/#webgui [+o khenn] by ChanServ20:26
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui20:36
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui20:42
-!- diakopter [n=diakopte@pdpc/supporter/active/diakopter] has quit [Remote closed the connection]20:48
dionakis there a new format for tests?21:07
+perlDreamernew format?21:07
+perlDreamernot that I know of :)21:07
dionakI'm looking at the test for Gallery and it's using WebGUI::Test::Maker21:07
+perlDreamerAh, that is not a new format, but new tools21:08
dionakit's pretty clean21:08
dionakah21:08
dionakshould we use this tool when making tests in the future?21:08
dionakor does it matter?21:08
+perlDreamerIf it would help you, then sure21:08
+perlDreamerIt's been a while since I've looked at it, but parts of it didn't use to work21:08
dionakoh. 21:09
+perlDreamerTest::Maker::Permission works21:09
dionaki'll have to look closer. 21:09
+perlDreamerTest::Maker::HTML was the one with the problems21:09
ckotilDoes anyone recall the group visualizer macro? i.e. it draws out group inheritance21:09
+perlDreamerIt never got made, ckotil.  I couldn't find a good graphing plugin to do it21:10
+perlDreamerdionak, another new tool is TestException, which allows you to run Test::Deep tests on an exception.21:10
ckotilah21:11
+perlDreamerCheck out some of the Shop/Pay tests for that one21:11
ckotilnah, thats ok.21:11
dionakok, thanks. i'll have a look at that too. i'm a big fan of tests, as you can tell21:11
@apeironyay testing!21:12
+perlDreamerwe could do a testing BOF/SIG at the WUC21:12
@apeironWhere's the sign-up sheet?21:13
-!- diakopter [n=diakopte@pdpc/supporter/active/diakopter] has joined #webgui21:13
+perlDreamerIt looks like 4:10-5:00 BOF in the beginner track is available :)21:14
+perlDreamerbut apeiron is busy at that time21:14
+perlDreamerspeaking of busy, time to go to the gym21:15
+perlDreamerI'll backlog when I get back21:15
dionakBOF/SIG?21:17
@apeironBirds of a Feather / Special Interest Group21:17
dionakah21:17
dionaki'm game21:17
dionakthe link to coding guidelines is broken. http://www.plainblack.com/submission_guidelines/coding_guidelines21:23
dionakit's linked in the wiki21:23
dionaki was looking for the guidelines arjan brought up21:25
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui22:13
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI22:22
-!- mode/#webgui [+o tavisto] by ChanServ22:22
-!- slickware [n=slick@c-76-119-132-119.hsd1.ma.comcast.net] has joined #webgui22:24
-!- slickware [n=slick@c-76-119-132-119.hsd1.ma.comcast.net] has left #webgui []22:37
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["Leaving"]22:44
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui22:45
-!- mode/#webgui [+o Haarg] by ChanServ22:45
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui22:47
-!- hankins [n=charley@192.112.24.65] has quit []23:11
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]23:29
-!- SDuensin [n=Scott@14.sub-75-206-250.myvzw.com] has quit ["Leaving"]23:48
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit []23:54
--- Day changed Fri May 16 2008
-!- CIA-6 [n=CIA@208.69.182.149] has quit []00:01
-!- CIA-6 [n=CIA@208.69.182.149] has joined #WebGUI00:05
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]00:19
-!- dionak [n=diona@97.66.185.250] has left #webgui []00:54
-!- CIA-6 [n=CIA@208.69.182.149] has quit []01:01
-!- CIA-6 [n=CIA@208.69.182.149] has joined #WebGUI01:06
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]01:08
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has joined #webgui01:12
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has left #webgui []01:17
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has left #webgui []01:21
-!- metanil [n=akhadka@137.48.138.26] has joined #webgui01:38
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI01:46
-!- lisette [n=ubuntu@201.232.58.66] has left #webgui []01:54
metanilcan i create a variable in template02:21
metanil?02:21
+perlDreamerno02:21
+perlDreamerHTML::Template is read only02:21
+perlDreamerTemplate Toolkit might let you do that, though.  I don't know.02:21
metaniloh02:21
metanillike inside <tmpl_loop file_loop> i++ </tmpl_loop> something like this..02:21
+perlDreamerHTML::Template will definitely not let you do that02:22
metanil:)02:22
metanil(then need to modify perl module ..)02:23
@preaction_why not use <tmpl_var __COUNT__>02:23
metanilwill that work?02:24
@preaction_if all you want is a counter inside of a loop02:25
metanilgr*02:25
metanilgreat.. thns02:25
-!- wgGuest15 [n=wgGuest1@200.165.179.89] has joined #webgui02:29
-!- wgGuest15 [n=wgGuest1@200.165.179.89] has quit [Client Quit]02:30
+perlDreamerpreaction_++02:38
metanilif get assetid for some image.. can i directly get URL for that?02:38
+perlDreamerin a template?02:38
metanilno. in some of the perl module02:39
+perlDreameryes02:39
metanillike .. i have a $session02:39
metanilor $self=shift02:40
+perlDreamermy $asset = WebGUI::Asset->newByDynamicClass($session, $assetId);02:40
+perlDreamermy $url = $asset->getUrl();02:40
+perlDreamerso, first you get an Asset object, looked up by assetId02:40
+perlDreamerthen you ask the asset for its url02:40
metanilso it doens't matter whether its image or any other object .. 02:40
+perlDreamerno, that works for all assets02:40
metanilwe just gets its URL..02:41
+perlDreameryes02:41
metanilhmm02:41
metanilgreat02:41
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui02:44
+perlDreamermetanil: That is the URL for the asset, not the image that it contains.  Just a FYI02:52
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:52
metanili thought image is also an asset..02:52
@preaction_there's an Image asset, but actual files are contained in storage locations02:58
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit []02:59
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui03:00
metanilso, the actual image location( URL) should be return by storage.?03:23
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:33
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:33
dionaki missed the question04:08
dionakgetUrl is the method that returns the url for a storage object04:08
dionakare you building a wobject?04:10
CIA-6WebGUI: meatbop * r6377 /WebGUI/www/extras/assets/ (FlatDiscount.gif small/FlatDiscount.gif): Added icons for Flat Discount asset04:15
CIA-6WebGUI: meatbop * r6377 /WebGUI/www/extras/assets/ (FlatDiscount.gif small/FlatDiscount.gif): Added icons for Flat Discount asset05:10
-!- CIA-6 [n=CIA@208.69.182.149] has quit []05:24
-!- CIA-6 [n=CIA@208.69.182.149] has joined #WebGUI05:28
CIA-6WebGUI: meatbop * r6377 /WebGUI/www/extras/assets/ (FlatDiscount.gif small/FlatDiscount.gif): Added icons for Flat Discount asset05:39
CIA-6WebGUI: meatbop * r6377 /WebGUI/www/extras/assets/ (FlatDiscount.gif small/FlatDiscount.gif): Added icons for Flat Discount asset05:42
CIA-6WebGUI: dionak * r6378 /WebGUI/t/Asset/Wobject/SyndicatedContent.t: Adding test for SyndicatedContent.t that exposes feed bug when passing data to the template engine05:42
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui06:04
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Remote closed the connection]06:04
-!- CIA-6 [n=CIA@208.69.182.149] has quit [Remote closed the connection]06:09
-!- CIA-6 [n=CIA@208.69.182.149] has joined #WebGUI06:20
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:54
-!- mode/#webgui [+v perlDreamer] by ChanServ06:54
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []07:15
-!- metanil [n=akhadka@137.48.138.26] has quit [Remote closed the connection]07:34
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:41
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit ["Reconnecting"]08:04
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui08:04
-!- mode/#webgui [+o apeiron] by ChanServ08:04
CIA-6WebGUI: colin * r6379 /WebGUI/ (3 files in 3 dirs): 08:34
CIA-6WebGUI: JSON collateral rewrite, first part.08:34
CIA-6WebGUI: API is rewritten and tested. Upgrade script builds JSON08:34
CIA-6WebGUI: for all commerce products with unique identifiers.08:34
CIA-6WebGUI: TBD: Rework Product asset and test it.08:34
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI08:49
-!- mode/#webgui [+o tavisto] by ChanServ08:49
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []08:49
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI08:51
-!- mode/#webgui [+o tavisto] by ChanServ08:51
CIA-6WebGUI: colin * r6380 /WebGUI/ (2 files in 2 dirs): handle the case when the JSON hash contains only the unique identifier08:59
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []08:59
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has quit [Read error: 110 (Connection timed out)]09:16
-!- f00li5h [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui09:17
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]10:26
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui10:56
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:14
-!- BartJol [n=plainstu@194.171.50.123] has quit [Read error: 104 (Connection reset by peer)]11:56
-!- BartJo1 [n=plainstu@194.171.50.123] has joined #webgui11:56
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui12:17
-!- BartJo1 [n=plainstu@194.171.50.123] has quit [Read error: 104 (Connection reset by peer)]12:17
-!- BartJol [n=plainstu@194.171.50.123] has joined #webgui12:18
-!- mode/#webgui [-o rizenisaway] by ChanServ12:19
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI13:51
-!- mode/#webgui [+o tavisto] by ChanServ13:51
-!- BartJol [n=plainstu@194.171.50.123] has left #webgui []14:10
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui14:19
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:28
-!- MrHairgrease [n=martin@gw.oqapi.nl] has joined #webgui15:49
-!- mode/#webgui [+v MrHairgrease] by ChanServ15:49
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:22
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:22
-!- SDuensin [n=Scott@229.sub-75-206-3.myvzw.com] has joined #WebGUI16:25
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui16:30
bopbopoooh, look at perlmonkey2 all red now ;)16:31
bopbopwelcome to PB16:31
+MrHairgreaseah16:31
+MrHairgreaseperlmonky jobhopped?16:31
@perlmonkey2I'm red?  oh wow!16:33
@perlmonkey2MrHairgrease: it does appear that way :)16:33
+MrHairgreaseso, how many times have you been harrassed by JT already?16:34
+MrHairgreasenow that he has the right to do so16:34
@perlmonkey2MrHairgrease: counting the interviews?16:34
+MrHairgreasehehe16:35
@perlmonkey2So far is has been a lot like this channel only in voice.  Kind of laid back, fun, yet on task.  But I don't really start for a few more weeks.  Have to give $oldwork notice and some time to scramble to replace me.16:36
+MrHairgreaseso why did you quit your previous job, if I may ask?16:36
@perlmonkey2Lots of reasons.16:37
@perlmonkey2When I started I thought I would be assisting graduate students in research and I ended up working on a commercial product.  16:37
+MrHairgreaseoh the survey thing16:37
@perlmonkey2I got to learn a lot.  It was fun being turned loose on a topic I knew very little about and having to pick up several new technologies and basic theoretical backgrounds.16:38
@perlmonkey2No, this didn't have anything to do with the survey system.16:38
SDuensinGreetings.16:38
@perlmonkey2That is just a side project a member of the center needed.  The grant that paid my salary didn't need it.16:38
@perlmonkey2Greetings SDuensin16:38
+MrHairgreaseGreasings16:39
+MrHairgreaseoh ok16:39
+MrHairgreasewell16:39
+MrHairgreaseyou ended up pretty good anyway16:39
@perlmonkey2Yeah, I'm happy with the decision.16:39
+MrHairgreaseconsidering you had an interview with JT and are still able to tell it16:39
+MrHairgrease=)16:39
@perlmonkey2Yeah, I mean I had to go see a psychiatrist for a few days afterwords and they say eventually the post tramatic stress disorder will eventually go away, but I made it :P16:40
+MrHairgreaseonly a few days is a good score16:41
+MrHairgreasea lot of people would've needed more time16:41
+MrHairgrease=)16:41
* SDuensin still isn't over it - and he's only been exposed through IRC!16:42
+MrHairgreasepreaction17:01
+MrHairgreaseyou there?17:01
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]17:03
+MrHairgreasesee http://webgui.pastebin.com/m7b960a0f17:05
+MrHairgreasethis happens when I'm trying to run upgrade.pl in the svn HEAD branch17:05
+MrHairgreaseI hacked upgrade.pl so that it shows the packages it is importing17:05
+MrHairgreaseas you can see the root_import_gallery-templates.wgpkg causes weirdness17:06
+MrHairgreasebut the upgrade fails when trying to import the weatherdatatmpl0000001.wgpkg packages17:06
+MrHairgreaseany suggestions17:06
+MrHairgreasethe weatherdata is not broken17:10
+MrHairgreaseIf i mv root_import_gallery-templates.wgpkg root_import_gallery-templates.wgpkg.disabled everything works perfectly17:11
-!- dionak [n=diona@97.66.185.250] has joined #webgui17:15
-!- rizenisaway is now known as rizen17:18
-!- mode/#webgui [+o rizen] by ChanServ17:18
-!- mode/#webgui [+o bopbop] by rizen17:18
@rizenYou know bopbop, if you were to register an actual IRC account, then preaction could keep you red too.17:18
@bopbopI tried long long ago, with preaction's assistance, and we couldn't get it to work17:19
@bopbopI'll try again some time today17:19
@bopbopI do like being red17:19
+MrHairgreasebopbop: just type /nickserv help17:20
@bopbopok17:20
+MrHairgreasethat'll show you how to register accounts17:20
+MrHairgreaseand authenticate17:20
@bopbopdo I type it right in here?17:21
+MrHairgreaseyeah17:21
+MrHairgreasethat'll work17:21
+MrHairgreaseirc is smart enough to open a new window for you17:22
@bopbopok, I've done it twice.... nothing happens17:22
+MrHairgreasethen your client sucks =)17:22
@bopbopoh, well then17:22
+MrHairgreasewhich client do you use?17:23
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:23
-!- mode/#webgui [+o Haarg] by ChanServ17:23
@bopbopcolloquy17:23
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit [Client Quit]17:24
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:24
-!- mode/#webgui [+o Haarg] by ChanServ17:24
+MrHairgreaserizen: do you have any idea what causes the gallery package to fail?17:24
@rizenyes, you're doing it wrong17:25
@rizen=)17:25
@rizenactually i don't get the error that you're getting when i do it17:25
@rizenit just works17:25
+MrHairgreasehmm17:25
+MrHairgreaseweirdness17:25
+MrHairgreasewell17:25
+MrHairgreaseI'll leave it as it is for now17:25
+MrHairgreaseand after I check my code in I'll recreate my dev site17:26
@rizenis the user that you run the upgrade with the same as the user that apache runs as?17:26
@rizenon my dev box i run apache under my own user account17:26
@rizentherefore the uploads folder has those privs17:27
+MrHairgreaseme too17:27
@rizenmaybe that has something to do with it17:27
+MrHairgreasei already chwon'ed it17:27
+MrHairgreasethe weird things are the .svn files17:27
+MrHairgreasethey're not supposed to be in uploads right?17:27
@rizenthey'll be there17:32
@rizenon your dev box17:32
+MrHairgreaseprolly. but why?17:32
@rizenbecause when you create your dev site, or do a reset dev you're copying the stuff from the www folder17:32
@rizencopying stuff that has the .svn folders in them17:32
+MrHairgreaseoh17:32
+MrHairgreaseyeah17:32
+MrHairgreaseof course17:32
@rizenyou know, i wonder if the package file somehow has the .svn folders in it17:34
@rizenthe package file should not17:34
+MrHairgreaseindeed17:35
@apeironDepends upon how you compress it, I should think. tar by default will grab everything.17:38
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Connection timed out]17:41
-!- BartJol [n=plainstu@a80-127-48-31.adsl.xs4all.nl] has joined #webgui17:42
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui17:42
-!- mode/#webgui [+o perlmonkey2] by ChanServ17:42
+MrHairgreasewoohoo the subscription migration script seems to work17:50
+MrHairgreasenow fix the last subscription asset hickups17:51
BartJolvet17:52
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui17:55
-!- mode/#webgui [+v snapcount] by ChanServ17:56
-!- BartJol [n=plainstu@a80-127-48-31.adsl.xs4all.nl] has left #webgui []18:06
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has left #webgui []18:13
-!- MrHairgrease [n=martin@gw.oqapi.nl] has left #webgui []18:30
-!- topsub [n=josh@97.66.185.250] has joined #webgui18:36
CIA-6WebGUI: yung * r6381 /branch/WebGUI_Userlist/lib/WebGUI/Asset/Wobject/UserList.pm: Initial import18:46
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui19:02
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui19:03
-!- mode/#webgui [+v perlDreamer] by ChanServ19:03
@perlmonkey2lots and lots of people seem to have issues with ldaps.  What about setting up an howto on using an ssl socks proxy, ssh tunnel or some other secure method to connect to the ldap server?19:15
fansipansstunnel is frighteningly easy to setup :)19:27
topsubI was playing around with thingy and was wondering does it support linking of forms?  Like the linking of SQL Forms.. Or is there a better way to handle that in thingy?19:48
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui19:50
topsubIt seems i can select thingy from the drop down of adding a new field and able to link it from another thingy.. cool!!19:51
CIA-6WebGUI: yung * r6382 /branch/WebGUI_Userlist/lib/WebGUI/Asset/Wobject/UserList.pm: Some templating changes19:51
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]20:12
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has left #webgui ["Leaving"]21:45
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui21:45
-!- mode/#webgui [+o Haarg] by ChanServ21:46
@perlmonkey2Anyone have an idea on the YUI sliders?  If you have a scale from 0 to 1500 but your slider is only 500 pixels, each pixel is scaled by a factor of 3.  But if you have a 100 point step in your slider, that scales to 33.333...  But the YUI widget only takes ints.  So I'm not sure how to get around this.22:01
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []22:07
ckotilmy coworker the ham radio operator would. but he's out of the office to go to 'radio fest' over in Dayton, OH22:11
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui22:13
-!- lisette [n=ubuntu@201.232.58.66] has quit [Read error: 110 (Connection timed out)]22:16
+perlDreamerpreaction_: workflowIdCommit = workflow used to commit events?22:44
@preaction_probably22:44
@preaction_look in Asset::Event->getAutoCommitWorkflowId22:44
+perlDreamerhm22:44
+perlDreamerIn Asset/Wobject/Calendar, workflowIdCommit = workflow used to commit events?22:45
+perlDreamerdoes it always have to be an autocommit workflow?22:45
@preaction_what do you mean by "always have to be"?22:46
+perlDreamerwhat if I wanted to use an approval workflow, would that work?22:47
@preaction_yes22:47
+perlDreamerso any commit workflow can be used?22:47
@preaction_i mean, there is no such thing as an "autocommit" workflow, there are VersionTag workflows22:47
@preaction_any versiontag workflow will work there22:47
+perlDreamerok22:48
@preaction_autocommit is an action that triggers a commit, which in turn triggers a workflow22:48
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI22:48
-!- mode/#webgui [+o tavisto] by ChanServ22:48
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui22:54
-!- dionak_ [n=diona@97.66.185.250] has joined #webgui23:02
-!- dionak [n=diona@97.66.185.250] has quit [Read error: 104 (Connection reset by peer)]23:02
CIA-6WebGUI: colin * r6383 /WebGUI/lib/WebGUI/i18n/English/ (4 files): Fixing broken and missing i18n labels and removing extra whitespace from files.23:20
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]23:26
-!- fansipans [n=mwalker@adsl-068-157-240-136.sip.clt.bellsouth.net] has quit ["Leaving."]23:28
-!- dionak_ [n=diona@97.66.185.250] has left #webgui []23:28
-!- topsub [n=josh@97.66.185.250] has quit [Remote closed the connection]23:28
-!- hankins [n=charley@saccpix.southark.edu] has joined #webgui23:39
hankinsHi!  How do I find out how much space and bandwidth I'm using on a plainblack hosted site?23:40
CIA-6WebGUI: colin * r6384 /WebGUI/lib/WebGUI/i18n/English/CommercePaymentITransact.pm: adding missing i18n label23:47
-!- SDuensin [n=Scott@229.sub-75-206-3.myvzw.com] has quit ["Leaving"]23:49
--- Day changed Sat May 17 2008
-!- hankins [n=charley@saccpix.southark.edu] has quit []00:27
lisettei translate the DateTime and the tildes of the days are visibles with error, this show a char like a triangle, hot to do to fix this?00:31
lisettei translate the DateTime and the tildes of the days are visibles with error, this show a char like a triangle, hot to do to fix this?00:48
CIA-6WebGUI: meatbop * r6385 /WebGUI/www/extras/assets/ (6 files in 2 dirs): Revised the various photo gallery icons00:52
CIA-6WebGUI: yung * r6386 /branch/WebGUI_Userlist/lib/WebGUI/ (Asset/Wobject/UserList.pm i18n/English/Asset_UserList.pm): Updated internationalization and hoverhelp00:53
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]01:10
lisettewhat variable control name of day? in the calendar?01:13
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:19
CIA-6WebGUI: perlmonkey2 * r6387 /branch/WebGUI_Survey2/www/extras/wobject/Survey/administersurvey.js: Added warning message on required slider allocates for how much left is required. Also removed slider animation as there appears to be a motion bug where the bug can slide further than asked for.01:20
* apeiron watches the bug slide.01:34
-!- lisette [n=ubuntu@201.232.58.66] has left #webgui []01:37
CIA-6WebGUI: meatbop * r6388 /WebGUI/docs/upgrades/packages-7.5.11/root_import_shelf-default.wgpkg: Prettied up the default shelf template01:45
@perlmonkey2apeiron: heh, motion bug in the slider bug02:32
@perlmonkey2just got that :P02:32
* perlmonkey2 parts to go to a birthday party, woot parties!02:33
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has left #webgui []02:33
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI02:54
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]03:03
-!- snapcount [n=snapcoun@97.101.10.87] has joined #webgui04:20
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has joined #webgui04:36
pilaf153hello04:37
pilaf153i am looking for help with setting up the shopping cart.04:38
pilaf153we can enable the shopping cart in the admin console, but now we can find an asset for it.04:40
pilaf153-can +can't04:40
pilaf153i see where it says to setup an account and get a ssl, but first i want to find how visitors will buy and view their shopping cart.04:47
-!- snapcount [n=snapcoun@97.101.10.87] has quit [Remote closed the connection]05:08
-!- snapcount [n=snapcoun@97.101.10.87] has joined #webgui05:08
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []05:37
-!- snapcount [n=snapcoun@97.101.10.87] has quit [Remote closed the connection]05:40
-!- snapcount [n=snapcoun@97.101.10.87] has joined #webgui05:40
-!- snapcount [n=snapcoun@97.101.10.87] has quit [Client Quit]05:45
-!- snapcount [n=snapcoun@97.101.10.87] has joined #webgui05:45
pilaf153please help.  I found some info on a product macro do i need to be using that05:51
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui06:06
-!- mode/#webgui [+o perlmonkey2] by ChanServ06:06
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui07:11
-!- mode/#webgui [+v perlDreamer] by ChanServ07:11
+perlDreamerpilaf153: you still trying to set up Commerce?07:12
-!- snapcount [n=snapcoun@97.101.10.87] has quit [Read error: 110 (Connection timed out)]07:25
@perlmonkey2anyone still working?07:38
+perlDreameryawp07:39
@perlmonkey2perlDreamer: what on?  Hopefully something really really fun07:46
+perlDreamerIt's confidential.  If I told you, I'd have to use my top-secret gadgets to wipe your memory.07:47
@perlmonkey2hmm.  Could you go back two years?07:47
+perlDreamerOnly two?  I'll have to check the manual.  What happened two years ago?07:48
pilaf153hey anyone still around that can help with the shopping vart stuff07:50
pilaf153perldreamer: i still havent gotten anywhere with it.  I will keep checking in to see if you are around07:52
+perlDreamerpilaf153: the product macro is part of it, you also need to set up products in the Product Manager, in the admin console.07:52
+perlDreamerIn the commerce settings (beta), you also need to set up payment gateways and shipping plugins07:53
+perlDreamerMy best recommendation is that you buy a commerce users guide from Plain Black.  It's got everything that you need to know in it.07:53
pilaf153so do you have a link to download the product macro? I only found a placr that talked about it not a download.07:54
+perlDreamerthe macro should be in your install, it has to be enabled in your site's config file07:54
+perlDreamerAnother thing you should know is that the whole thing is going to be replaced in WebGUI 7.5.1107:56
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui07:56
@perlmonkey2perlDreamer: Two years ago I started using Java professionally.07:56
+perlDreamerYeah, that will do it for sure07:56
+perlDreamer"using Java professionally" has the feeling of "using drugs regularly", yes?07:57
+perlDreamerI haven't done either, but I have written in lisp, and feel quite guilty about it.07:57
pilaf153ok at this point I have products in my admin console.  I have payment plugins enabled. what else do I need to do to get the view cart or shopping cart link?  Is this where the product macro comes in?  If so where do I use the macro.07:57
+perlDreamerThat's the product macro.07:57
+perlDreamerYou give it one of the SKUs or ProductIds from one of your products07:58
+perlDreamerthe macro will do the rest07:58
+perlDreamertime to crash, we older folk need our rest07:58
+perlDreamersee y'all later07:58
+perlDreameroh, pilar153: don't forget a shipping plugin!07:58
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:59
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []08:24
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]08:33
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui09:31
-!- mode/#webgui [+o Haarg] by ChanServ09:31
-!- Radix| [n=Radix@202-89-165-187.static.dsl.amnet.net.au] has joined #webgui11:20
-!- Radix| [n=Radix@202-89-165-187.static.dsl.amnet.net.au] has quit [Client Quit]11:21
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit [Read error: 110 (Connection timed out)]11:31
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui11:33
-!- mode/#webgui [+o apeiron] by ChanServ11:33
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]12:35
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:34
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:34
-!- mib_ifq4ro8o [i=dc981050@gateway/web/ajax/mibbit.com/x-982f36184702fd1c] has joined #webgui16:50
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI16:57
-!- mode/#webgui [+o khenn] by ChanServ16:57
-!- mib_ifq4ro8o [i=dc981050@gateway/web/ajax/mibbit.com/x-982f36184702fd1c] has quit ["http://www.mibbit.com ajax IRC Client"]17:01
-!- wgGuest29 [n=wgGuest2@201.232.58.66] has joined #webgui18:33
wgGuest29Hi, I have a question about a collaboration System18:33
wgGuest29In the collaboration system template, it has the next lines <tmpl_if pagination.pageCount.isMultiple>18:36
wgGuest29to paginate the collaboration system18:36
wgGuest29I want to add here in the <a></a> a line o code18:37
wgGuest29To use a lightbox effect here18:38
wgGuest29How can i do this?18:38
@perlmonkey2wgGuest29: You want to add in some javascript?  Just add it to the template?18:52
wgGuest29mmmmm, I dont control in this line in the template19:07
wgGuest29<tmpl_if pagination.pageCount.isMultiple>19:07
wgGuest29<tmpl_var pagination.previousPage> &bull; <tmpl_var pagination.pageList.upTo10> &bull; <tmpl_var pagination.nextPage>19:07
wgGuest29</tmpl_if>19:07
wgGuest29Idont have the control to add, lines in this tag19:08
pilaf153ok I am still working on the commerce stuff.  I have been searching for a config file for ever.  Where do we find it?19:09
pilaf153Would it by my companyname.config or would it be mystyle.config or would it be webgui.config19:09
pilaf153I am only guessing those because I have created a mystyle using a company name and I have seen people reference a webgui.config file but I do not seem to have one of those19:11
wgGuest29I just add in the <a></a> tag in the pagination line the code rel="moddlebox.htm"19:14
wgGuest29Google Traductor19:15
wgGuest29But i do not see where i can do this19:15
-!- wgGuest29 [n=wgGuest2@201.232.58.66] has quit [Read error: 104 (Connection reset by peer)]19:54
CIA-6WebGUI: jt * r6389 /WebGUI/ (4 files in 3 dirs): some bug fixing20:52
CIA-6WebGUI: jt * r6390 /wrebuild/build.sh: moved List::MoreUtils into main rather than WDK21:22
-!- metanil [n=akhadka@137.48.138.26] has joined #webgui21:28
metanili have a method that take the path of image file.. i wanted the image file from webgui.. any idea how to do that?21:31
metanili can get the image URL from assetID..21:31
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Connection timed out]21:32
pilaf153ok still looking for some guidance and infinite wisdom on this config file21:44
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui21:48
-!- mode/#webgui [+o perlmonkey2] by ChanServ21:48
CIA-6WebGUI: jt * r6391 /WebGUI/ (5 files in 5 dirs): 22:31
CIA-6WebGUI: fixed some keywords bugs22:31
CIA-6WebGUI: took beta label away from event manager22:31
CIA-6WebGUI: added option to shelf to include items below it and items included via keywords22:31
@rizen pilaf153 i don't know what config file you're talking about, but if you're looking for your webgui config file it's in /data/WebGUI/etc22:32
@rizenand it will be called whatever your site name is22:32
@rizenlike www.example.com.conf22:32
@rizenor www.yahoo.com.conf22:32
pilaf153awesome thank you22:39
diakopterrizen: I just want to say I agree with your emails to the pm list23:52
--- Day changed Sun May 18 2008
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui02:29
-!- mode/#webgui [+o preaction_] by ChanServ02:29
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [No route to host]03:12
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []03:57
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI04:01
-!- mode/#webgui [+o khenn] by ChanServ04:01
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]04:55
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:14
-!- mode/#webgui [+v perlDreamer] by ChanServ06:14
+perlDreamerrizen: Are you awake?06:24
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui06:24
-!- mode/#webgui [+o preaction_] by ChanServ06:24
+perlDreamerpreaction_: Howdy06:25
@preaction_hola06:25
+perlDreamerwhy are you underscored?06:26
@preaction_dunno06:27
CIA-6WebGUI: colin * r6392 /WebGUI/lib/WebGUI/i18n/English/Shop.pm: add an add to cart label to share with others06:47
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]06:52
CIA-6WebGUI: colin * r6393 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: make benefits work with the new collateral API (unique keys)07:06
+perlDreameroy07:12
+perlDreamerbenefits, features, accessories, related and accessories07:12
+perlDreamer1 down, 4 to go07:12
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:12
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui07:59
-!- mode/#webgui [+o Haarg] by ChanServ07:59
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]08:49
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui09:05
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]09:23
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: patspam, @khenn09:37
-!- Netsplit over, joins: khenn09:44
-!- mode/#webgui [+o khenn] by ChanServ09:44
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]09:48
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui09:53
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit [Remote closed the connection]11:05
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has joined #webgui11:09
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]11:29
-!- patspam [n=patspam@ppp59-167-172-143.lns1.mel4.internode.on.net] has quit ["Leaving."]15:21
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui15:44
-!- mode/#webgui [+o Haarg] by ChanServ15:44
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["Leaving"]15:54
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui15:55
-!- mode/#webgui [+o Haarg] by ChanServ15:55
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui16:46
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit [Read error: 113 (No route to host)]17:26
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui17:47
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui17:58
-!- mode/#webgui [+o perlmonkey2] by ChanServ17:58
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui18:22
-!- mode/#webgui [+v perlDreamer] by ChanServ18:22
@perlmonkey2perlDreamer: but I still havent' seen any examples of using help objects in a wobject and I'm not sure the best way to go about it.  I was playing with the idea of just appending small packages to the Survey.pm which would be serializeble data structures capable of manipulating themselves.  I'm kind of an abstraction junky and love black boxing data.18:35
+perlDreamerhelp objects?18:40
+perlDreamerwhat is a help object?18:42
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has quit [Read error: 110 (Connection timed out)]18:43
@perlmonkey2perlDreamer: just a little class to abstract a small big of data away.  Like for the Survey, having all the question code located in a small object, rather than the Survey object having methods for it.18:52
+perlDreameroh18:53
+perlDreamergotcha18:53
+perlDreamerCheck out Keywords, or Search18:54
@perlmonkey2perlDreamer: I'm excited today.  I just put in my new MB on my quad core machine, so I'm moving my home dev server from an old P4 to a Q6600 :D  19:02
@perlmonkey2production is a C7 1Ghz :P19:02
+perlDreamerHave I told you about my dev server at $dayJob?19:02
@perlmonkey215 watts at the power cord :P19:02
@perlmonkey2?19:02
+perlDreamerIt's a P3 500 MHz19:02
@perlmonkey2oh no19:02
@perlmonkey2that just isn't right.19:03
@perlmonkey2quite close to criminal.19:03
+perlDreamerwell, that's what happens when you have to scavenge a machine19:03
@perlmonkey2that just doesn't even make sense.  19:03
+perlDreamerwell, you have to remember that I'm a chip designer19:03
+perlDreamerand I don't have root access to my workstation19:03
@perlmonkey2If you're paying $help any sort of decent wage, then ponying up a few G's for a decent machine is actually saving money, by decreasing the tiem they spend waiting.19:04
@perlmonkey2oh19:04
@perlmonkey2right19:04
@perlmonkey2but still19:04
@perlmonkey2The CS guy admining your boxes doesn't think the EE guys can handle root?19:04
+perlDreamerNo, we can't :)  We tinker too much 19:06
@perlmonkey2heh19:06
+perlDreamerworse than mechanics with company trucks19:06
+perlDreamerTime for church, be back later this afternoon19:07
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]19:08
CIA-6WebGUI: colin * r6394 /WebGUI/ (2 files in 2 dirs): 19:22
CIA-6WebGUI: Add tests for handling adding new collateral.19:22
CIA-6WebGUI: Covert features to new collateral API.19:22
@rizenthanks diakopter20:06
CIA-6WebGUI: jt * r6395 /WebGUI/lib/WebGUI/ (3 files in 3 dirs): shelves can see skus under them as well as by keyword20:50
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has quit []21:10
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]21:12
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui21:40
-!- mode/#webgui [+o apeiron] by ChanServ21:40
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui21:56
-!- mode/#webgui [+o preaction_] by ChanServ21:56
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui22:12
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Connection timed out]22:38
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui23:35
-!- mode/#webgui [+v perlDreamer] by ChanServ23:35
CIA-6WebGUI: colin * r6396 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: convert specifications to new collateral API23:53
+perlDreamerthis assetId is almost pronounceable: GdnnKuk_srokFLu0CfmSEw23:55
BartJolwhoa23:55
BartJolI think the first elements of the periodic table are easier23:55
+perlDreamerHHe....23:56
BartJolLiBenKNOF23:56
BartJolBeBKNOF23:56
BartJolNeNaMgAlSiP23:56
+perlDreameryou win!23:57
BartJolbut I stop at Phosphorus23:57
+perlDreamerIs that 23 characters?23:58
+perlDreamerlooks like it is23:58
BartJolmmm23:58
+perlDreamerit's a valid WebGUI Id, then23:58
BartJolcool23:58
BartJolnice for a acme object23:59
--- Day changed Mon May 19 2008
BartJolit's also too bad that the rest isn't pronounceable00:02
+perlDreamerBartJol: It's a measure of how tired I am...00:31
+perlDreamerI was going to ask if was as easy to pronounce the periodic table in Dutch as it was in English00:31
BartJolmmm00:33
BartJolbut it's only afternoon over there00:33
-!- beginwebgui [n=beginweb@ip68-13-0-60.om.om.cox.net] has joined #webgui00:34
+perlDreamerIt's been 37 C here, not getting much sleep at night00:35
BartJolah00:35
+perlDreamerbrb00:35
BartJolyesterday it was raining here00:35
beginwebguisome of the perl function use path to a certain file.. how use one that is beging saved in webgui.. say for example image file in webgui00:37
BartJolI'm not sure whether I understand you00:38
CIA-6WebGUI: colin * r6397 /WebGUI/ (2 files in 2 dirs): convert product accessories to use the new collateral API00:38
BartJoldo you mean an image in the uploads folder?00:38
beginwebguiyes00:39
BartJolah00:39
beginwebguithe image is uploaded into a webgui folder.. and i have assetid00:39
BartJolwell, I think the assteId is remembered and the path might be in the db, wait, I'll check on that00:40
BartJolI think it's the lineage column, but perlDreamer will be back and probaly knowns it much better then me00:43
+perlDreamerwhat are we looking for?00:43
BartJolthe way of remembering the path of an uploads file00:44
BartJolwhere is it stored00:44
BartJol?00:44
+perlDreameryou instance a WebGUI::Storage object using the storageId00:44
BartJollet's take an up[loaded image00:45
+perlDreamerImage Asset?00:45
+perlDreameror Image collateral?00:45
+perlDreamerOr uploaded through the WYSIWIG editor?00:45
BartJolaaah too many questions00:45
+perlDreamerwell, they're all a little different00:46
BartJolwell, beginwebgui wants to know, I don't know what he/she is doing00:46
+perlDreamerbeginwebgui: Please tell me the whole story.  What you want, what you've tried, and what the problem is.00:46
BartJolit started 2 days after he was born...00:47
BartJolsorry00:47
BartJolmy bad taste of humor is rebellious00:48
+perlDreamereh, it wasn't so bad00:48
BartJoljust still in the mood of a bachelors party yesterday00:49
BartJolahlf of them roleplayers00:49
+perlDreamerlike Dungeons and Dragon role players?00:50
BartJolyep00:50
beginwebguiperlDreamer, there's a function which will insert an image to pdf file, the images are available in webgui.. that has already been uploaded. that function takes parameter as path to image location.  (sorry for delay)00:51
+perlDreamerbeginwebgui, how were they uploaded?00:52
beginwebguiinside the folder asset00:52
+perlDreamerusing the FilePile?00:52
beginwebguii mean using folder in webgui00:52
beginwebguii guess not00:52
+perlDreamerthis isn't well known, but the "Add Files" link in the Folder is just a handy shortcut to the FilePile asset.00:53
+perlDreamerOkay, so it created Image Assets.  Do you have the assetIds, or the URLs?00:53
beginwebguiperlDreamer, sorry..  i just check in it.. it turns out to be FilePile00:54
+perlDreamerbeginwebgui: Do you have the assetIds, or the URLs to the images that you want?00:55
beginwebguiES00:56
beginwebguiYES00:56
beginwebguiI HAVE assetid .. 00:56
+perlDreamerSo what you want to do is create an Asset object, so you can ask it how to find the file00:57
+perlDreamermy $image = WebGUI::Asset->newByDynamicClass($session, $assetId);00:57
BartJoldon't forget to demolish you caps lock key... :)00:57
beginwebgui:)00:57
+perlDreamermy $imageUrl = $image->getFileUrl();00:57
+perlDreamerwill your image into PDF function work with URLs, or does it run on the server and need paths?00:58
@rizenman do i love datatable00:58
beginwebguino i checked it .. it doesn't work with URL.. it will need local path..00:59
+perlDreamerbeginwebgui, in that case...00:59
+perlDreamermy $imagePath = $image->getStorageLocation->getPath($image->get('filename'));01:00
+perlDreamerrizen: It looks so cool01:00
beginwebguioh!!!01:00
beginwebguithanks.. woot!01:01
+perlDreamerbeginwebgui, tell us more about this PDF project you're working on, please?01:01
@perlmonkey2perlDreamer: I looked at the Search and Keyword assets and I think I see what you mean.  But I'm not sure what I envisioned would mesh.  The objects I'm thinking of would be collateral JSON, so they belong in the main asset table.  And I would like to be able to do things like tell a section to insert this question as the third index of its questions, which means a lot of has-a relationships.  01:02
@perlmonkey2err, I don't think that was coherent.01:02
+perlDreamerno, it was good01:02
@perlmonkey2Okay, the Search and Keyword assets each have their own collateral table and so need definitions and can have options set using the normal wG API.01:02
+perlDreameryeah, those are the best examples01:03
+perlDreamerMake you a deal01:03
@perlmonkey2But the sections contain question contain answers would be nice if they were in a single column.01:03
+perlDreamerPlease look at setCollateral for API soundness, and I'll abstract out jsonCollateral into its own module01:03
+perlDreamerand convert Product to use it01:03
@perlmonkey2which is just the serialized last state of the main survey object (well, the part of it that contains the sections et al).01:03
@perlmonkey2well, don't go changing anything on my account just yet.01:04
@perlmonkey2I'm still workign through how best to do this.01:04
+perlDreamerrizen has given that project his blessing.  It's just a question of when.01:04
@perlmonkey2but do you see hwo different I saw the JSON columns than you did?01:06
+perlDreamerthat was bad communication on my part01:07
@perlmonkey2no, not at all01:07
beginwebguiperlDreamer, just like a gallery thing and they can also have an option of getting it in PDF format. Gallery is same as provided by webgui. there is an option to select which image to convert into pdf.. .. For this i have created a new asset (more or less like folder) each image has its own description and title.. i use PDF::API2 to create PDF file..01:07
+perlDreamerI forgot that Search and Keywords have their own tables01:07
+perlDreamerwhereas all this collateralJSON would be convenience methods for asset data01:07
+perlDreamerbeginwebgui: sounds very cool!  Have you considered putting this into the WebGUI Add Ons area?01:08
beginwebguibrb.. from my desktop.. (sorry)01:09
-!- beginwebgui [n=beginweb@ip68-13-0-60.om.om.cox.net] has quit ["Leaving."]01:09
@perlmonkey2perlDreamer: Search has its own table?01:11
+perlDreamerassetIndex01:12
+perlDreamereh, not really01:12
@perlmonkey2well, either way, I see what you were meaning as far as helper classes.  And correct me if this is way off, but I was imaging more black box objects that only took requests and returned responses, but never interacted with WebGUi directly.  They woudln't inherit from wG and wouldn't use the API.01:15
BartJol Field         | Type        | Null | Key | Default | Extra |01:15
BartJol+---------------+-------------+------+-----+---------+-------+01:15
BartJol| assetId       | varchar(22) | NO   | PRI |         |       |01:15
BartJol| revisionDate  | bigint(20)  | NO   | PRI | 0       |       |01:15
BartJol| classLimiter  | text        | YES  |     | NULL    |       |01:15
BartJol| searchRoot    | varchar(22) | YES  |     | NULL    |       |01:15
BartJol| templateId    | varchar(22) | YES  |     | NULL    |       |01:15
BartJol| useContainers | int(11)     | NO   |     | 0       |       |01:15
BartJolon desc search;01:15
+perlDreamerperlmonkey2: close01:16
+perlDreamerthe way I've implemented setCollateral, for example, converts a data structure to JSON and then calls the WebGUI API to update the object with its new JSON01:16
+perlDreamermy goal was to completely isolate the JSON away from the normal Asset methods, so that it would only deal with perl data structures.01:17
@perlmonkey2That's what I was pondering how to do.01:18
@perlmonkey2I should probably just shut up and go try to better grok your new API.01:18
@rizenThe term cracker is offensive. We white people prefer Cracko-American.01:18
@perlmonkey2hahahahahhaa01:18
@perlmonkey2that is just wrong01:19
@perlmonkey2funny.....but wrong :P01:19
+perlDreamerperlmonkey2: Here's 1 slice of Product API to look at (WebGUI::Asset::Sku::Product)01:19
+perlDreamersubroutines view, www_moveBenefitUp, www_moveBenefitDown, www_editBenefit, www_editBenefitSave, www_deleteBenefit01:19
+perlDreamerand that's tested and functioning correctly01:19
@perlmonkey2I'll go look them over.01:20
@perlmonkey2that's in the main trunk?01:21
+perlDreameryes01:21
* perlmonkey2 guess he could just loko instead of asking :P01:21
* perlDreamer agrees about perlmonkey2 just loko'ing ;)01:25
@perlmonkey2perlDreamer: would do you think about maintaining a hash as an index so that you don't need getCollateralDataIndex?01:26
+perlDreamerperlmonkey2: I thought about that, but it seems redundant since the collateral is an array01:27
+perlDreamerand everything is accessed via a unique Id01:27
+perlDreamerit used to be accessed only by index01:27
+perlDreamerbut I ran into situations where I needed the unique Id01:27
@perlmonkey2oh I missed that01:27
@perlmonkey2thought it was straight up indexing.01:28
+perlDreamerit used to be01:28
+perlDreamerit was beautiful01:28
+perlDreamerelegant01:28
+perlDreamerand incomplete :(01:28
CIA-6WebGUI: dionak * r6398 /WebGUI/docs/create.sql: Adding missing useCaptcha column to DataForm table.01:29
@perlmonkey2protection from cosmic rays?  return unless (abs($index) < $#{$table});01:29
@perlmonkey2:P01:30
+perlDreamersomeo needs to tell her that's not how it's done01:30
@perlmonkey2oh01:30
@perlmonkey2duh01:30
@perlmonkey2can't move it down if it is ==01:30
+perlDreamerrizen: ping01:30
+perlDreamerawake from your sleep and hear your volunteer's plea!01:30
@rizenpong01:31
+perlDreamerdionak just commited an update to create.sql01:31
+perlDreamerwe need to have that reverted and done via an upgrade script?01:31
@rizenyup, i'll email her01:31
+perlDreamercool.01:31
-!- perlDreamer is now known as perlCodeNazi01:31
+perlCodeNaziVe have vays of making your write tests!01:32
* perlmonkey2 hides the Jewish code.01:32
+perlCodeNazieek01:32
@perlmonkey2doh01:32
+perlCodeNaziperhaps a bad choice of nick01:32
* perlmonkey2 went there01:32
-!- perlCodeNazi is now known as perlDreamer01:32
* perlmonkey2 shouldn't ahve01:33
@rizeni must be dumb01:34
* perlmonkey2 tries to figure out how to ask why there is a commit after ever collat call without sounding like he thinks it is wrong and only came up with this.01:34
@rizeni can only get to level 7 before i cannot continue: http://www.deathball.net/notpron/01:34
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui01:36
+perlDreamerI'm stuck on level 201:38
+perlDreamerpm2: there's an update after every setCollateral, because you don't know which one is the last01:39
@rizenthere are hints at the bottom of the page01:40
@rizeni even know the answer to number 701:41
@rizeni just don't know how to enter it01:41
metanilperlDreamer, poke me when you're ready to hear PDF story (now i'm on my desktop)01:44
+perlDreamermetanil: I was listening before, but please continue in any case01:46
metanil:D01:46
metanilsure01:46
CIA-6WebGUI: colin * r6399 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: convert related assets over to the new collateral API01:52
metanilSo i was talking about generating "Image Report" from images that are available from webgui .. BTW, those images and their correspoding information are uploaded by the users.. This createPDF option will allow them to view it as printable format for their reference.. I just created a template for PDF pages.. that will fit images it titlte descriptiton and other file(image infromation).. for simplicity i created one page per images (with descriptions).. i cr01:52
+perlDreamermetanil: I think you got clipped.01:53
metanil?01:54
+perlDreamer"for simplicity i created one page per images (with descriptions).. i cr"01:54
+perlDreamerthat's how your last post ends01:55
metaniloh! :D01:55
metanil(with descriptions).. i create a separate asset for this (more like folder)... it will allow to view images according to their selection (like slideshows).. and then ofcourse creating PDFs... my next plan is to write code for adding user comments on each images.. 01:56
BartJolwell it's getting late over here, but if you want to see nice journalism: http://www.dumpert.nl/mediabase/109791/59dc4ed8/fail_.html 01:56
BartJolgoodnight01:56
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has left #webgui []01:56
@rizenthat kevin guy reminds me of Tavis to some degree02:09
@rizen=)02:09
+perlDreamermetanil: I feel stupid for not remembering you talking about this before, because now I remember it.02:09
metanil:D .. thats alright02:10
+perlDreamerGood luck with it, and please feel free to ask more questions02:10
metanilsure02:15
@apeironhmm, item 6 on that puzzle site doesn't render properly in Safari, FYI.02:16
@rizenit does on my safari02:19
@rizenwhat makes you think it doesn't render properly02:19
@apeironOh, hrmph. 02:22
@apeironIt is if I do something a certain way.02:22
+perlDreamerno spoilers!02:22
@apeironTrying not to give away any hints. :)02:22
+perlDreamerI can't do it anyway, no Flash audio on my box02:22
@perlmonkey26 is driving me crazy02:23
@apeironIt doesn't need Flash.02:23
+perlDreamerNo?  Well then!02:23
@apeironI haven't needed Flash up 'til step 7.02:23
+perlDreamerBack to 4 for a bit02:24
@apeiron7 doesn't, either, that I'm aware.02:24
+perlDreamerrizen: um having computer problems.  Have to take a C2 break :)02:24
+perlDreameron 4, is there a problem if you get a client cannot connect from google?02:26
@perlmonkey2no, just wrong browser02:26
@perlmonkey2don't need that google02:26
@perlmonkey2can just use normal google02:26
@perlmonkey2and if you think 4 is a pain, wait until 502:27
@perlmonkey2and 6, I cant' even get traction on it.02:27
@apeironaha!02:28
@rizeni wish i could figure out how to answer 702:28
@rizeni thought i had a way, but it seems not to be it02:28
@rizeni have the answer, just don't know how to put it in02:28
@apeironTry the most obvious way.02:29
@rizenthat just gives you another clue02:34
@rizento which i also have the answer02:34
@rizeni think02:34
@rizenbut maybe i don't and that's what's wrong02:34
+perlDreamerfive wasn't so bad02:35
+perlDreamerbut six...02:35
+perlDreamersheesh02:35
@perlmonkey26 was stupid, but lucky there are websites to do the hard work for you02:39
* perlmonkey2 heads to dinner02:39
@rizenooh, just got closer on 702:41
@rizenwahoo02:42
@rizengot it02:42
+perlDreamerhow many levels are there?02:42
@rizenno idea02:43
@rizencrap02:43
@rizen#8 i think is going to require biblical knowledge02:43
* perlmonkey2 closes his eyes, no spoilers!02:45
+perlDreamerrizen: I'm your man :)02:47
+perlDreamer81 levels02:48
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui02:57
-!- mode/#webgui [+o preaction_] by ChanServ02:57
+perlDreamerI'm going to take a break.  I'm puzzled out.02:59
@rizenman i'm so close on level 802:59
@apeironheh, that was interesting.02:59
@rizenwhat was interesting?02:59
+perlDreamerrizen: Product is updated to using the new collateral API and tested.02:59
@rizennicely done PD02:59
+perlDreamerit just needs a template tweak and its done (again)02:59
+perlDreamerbbl02:59
@rizenlater02:59
@rizenactually that sounds like a good plan03:00
@rizenlater03:00
-!- rizen is now known as rizenisaway03:00
@apeironThe solution to #8.03:02
metanilthanks perlDreamer.. it worked like a charm!!!03:16
+perlDreamergood deal03:16
metanilBTW, where's the best place to put generated PDF for use access?03:17
metanilit doesn't need to store permanently. 03:18
+perlDreamerI would create a temporary Storage location.  They're cleaned up automatically03:18
metaniloh! ya ya.. woot03:18
+perlDreamermy $newStorage = WebGUI::Storage->createTemp($session);03:18
metanilgr8!!!03:18
metanilsimply gr8!03:18
CIA-6WebGUI: colin * r6400 /WebGUI/ (3 files in 3 dirs): 03:18
CIA-6WebGUI: Convert variants over to the new collateral API.03:18
CIA-6WebGUI: Convert the upgrade script to the new API.03:18
CIA-6WebGUI: Fix a few bugs in the collateral API with "empty" collateral Ids03:18
CIA-6WebGUI: and add tests for it.03:18
@apeironBlah, #9 has me totally baffled. Clues just aren't coming together.03:59
+perlDreamerStill stuck on 604:01
+perlDreamerTime to watch Toy Story and let the laptop cool down04:01
+perlDreamerbbl, all04:01
+perlDreamerand good hunting!04:01
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]04:01
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui04:20
-!- mode/#webgui [+v Radix-wrk] by ChanServ04:20
-!- rizenisaway is now known as rizen04:22
metanilis this the way of creating temporary file in webgui ... http://webgui.pastebin.com/d1963b4804:52
@preaction_looks good04:52
metanili am little bit skeptical about creating file first in /tmp folder.. 04:53
@preaction_why not use addFileFromScalar then?04:55
metanili'll search for the source.. for more info about that.. thanx.. gr804:56
@rizeni'd do it a little different actually04:57
metanilhow? 04:57
@rizenhttp://webgui.pastebin.com/m4afe5ee804:57
metanilBTW, preaction_, i returned the URL path, but  its just showing the path in browser body. how do it make it directly open it.04:58
@rizenthat way you can create the file right in webgui tempspace04:58
metanilrizen: wow04:58
metanilgreat!04:58
@preaction_make it a redirect to that url instead?04:59
metanili didn't know that04:59
@preaction_session->http->setRedirect or something like that04:59
metaniloh yaa, i had use it for one module.. 04:59
metanilthanx rizen, i hadn't think about it.. 05:00
-!- rizen is now known as rizenisaway05:02
CIA-6WebGUI: jt * r6401 /WebGUI/lib/WebGUI/ (5 files in 4 dirs): got transaction management working well enough to notice that there are a few things broken about it =)05:09
metanilrizen, preaction_... they worked like charm!! thanx guys. 05:11
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI05:29
-!- mode/#webgui [+o tavisto] by ChanServ05:30
@perlmonkey2hmm, if I could figure out the candy bar name, I might have 705:49
@perlmonkey2okay, I simultaneously hate this game and am utterly addicted.  It wasn't enough to guess the candy bar, they then mess with your head after that.05:54
@apeironperlmonkey2, Did you get it?06:07
@apeironThe answer, that is.06:07
@perlmonkey27?  yes06:08
@perlmonkey2now I'm on 906:08
@perlmonkey2which is creepy06:08
@apeironha, you beat 8 quickly.06:08
@perlmonkey2yeah, 8 was fun.  there is a process, follow it meticulously, and the answer came on 806:08
@perlmonkey2apeiron: are you playing also?06:11
@apeironperlmonkey2, Yes.06:12
@apeiron9 has had me stumped for hours.06:12
@apeironI'm probably just not looking at it properly.06:12
@perlmonkey2want a hint?  I haven't solved it, but I just made a breakthrough06:15
@perlmonkey2this is so much fun :P06:15
@perlmonkey2I love that the riddles are multi-layered06:15
@apeironI'm pretty sure I have most of the info, it's just not coming together for me.06:17
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:20
-!- mode/#webgui [+v perlDreamer] by ChanServ06:20
@perlmonkey2heh, I love the easter eggs sprinkled through this.06:29
+perlDreamerWebGUI?06:29
@perlmonkey2deathball06:29
@perlmonkey2but yeah, I love those too06:29
+perlDreamerI look forward to searching your commits for more ;)06:30
+perlDreamerand don't think that just because we hang out in IRC that I won't bust your chops about not writing tests, either!06:34
+perlDreamerSomeone's gotta ride herd on you PB guys06:35
@perlmonkey2hah, yeah, but writing tests can be cathartic :P06:41
@apeironIt is.06:41
@apeironI've grown to view testing as a very empirical approach to development.06:42
+perlDreamerIt's worked well for me with this JSON collateral stuff06:42
+perlDreamerI suspect a bug, build a test06:42
+perlDreamerverify the bug06:42
+perlDreamerfix the code06:42
+perlDreamerthe test passes, and I'm done.06:42
@apeironUntil the next bug.06:43
+perlDreameryeah06:43
+perlDreamerthat's why the methodical, module by module tests that I wrote the last two years06:44
+perlDreamerSession coverage is nigh on 100%, so are User and Group06:44
@perlmonkey2I'll just say I've had to learn a lot about audacity to get 10.06:51
@apeironperlmonkey2, You're at 10?06:52
@perlmonkey2I was06:53
@perlmonkey2just got it06:53
@perlmonkey29 made me think of the answer06:53
@apeiron11, then?06:53
@perlmonkey2well, a superfulous deadend on 906:53
@perlmonkey2ye06:53
@perlmonkey2s06:53
+perlDreamerYou don't have to put on these little glasses that emit laser pulses into your eyes, do you?06:53
@perlmonkey2hah, I hope not06:54
+perlDreamerbecause if you do, then Data is screwed06:54
@perlmonkey2but 9 turned out to be much easier than I was making it.06:54
+perlDreamerokay, when I export a package, Firefox shows me the contents of the file07:03
+perlDreamerHow do I change that?07:03
CIA-6WebGUI: colin * r6402 /WebGUI/ (2 files in 2 dirs): 07:07
CIA-6WebGUI: Add some more i18n labels used in the Product templates.07:07
CIA-6WebGUI: Update all 4 product templates to use the new buy variant template07:07
CIA-6WebGUI: variables.07:07
+perlDreamerbtw, that means the Product asset is done!07:08
@perlmonkey2poor me.  I don't think I can go any further on my linux box.07:08
+perlDreamerwhy?07:08
@perlmonkey2in one of the questions source, there is a link to a zip.  The zip contains a wmv.07:09
+perlDreamernotpron requires Winblows?07:09
@perlmonkey2I can't play it.07:09
+perlDreamerThere are wmv libs for Fedora07:09
+perlDreamersomewhere07:09
@perlmonkey2course, maybe it is actually a jpg :P07:09
@perlmonkey2oh, I guess I've defiled my machine with mp3, why not wmv.07:09
+perlDreameryou can always quickly remove it07:09
@perlmonkey2hah, don't need the wmv (I think).07:14
@perlmonkey2yay, I finally got one nearly instantly07:22
@perlmonkey2err, maybe not07:22
@perlmonkey2I thought I had 13 :(07:22
* perlmonkey2 needs deathball AA07:24
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []07:33
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI07:36
-!- mode/#webgui [+o khenn] by ChanServ07:36
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]07:37
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:37
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []08:22
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit []08:41
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI09:05
-!- mode/#webgui [+o khenn] by ChanServ09:05
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []09:13
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui10:49
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:50
-!- wgGuest58 [n=wgGuest5@teta-005.diem.hut.fi] has joined #webgui12:05
wgGuest58is there an easy address book wobject on webgui?12:09
wgGuest58features: search, duplicate search, filter, contact age12:10
BartJolmm12:14
BartJolI'm afraid not12:14
BartJolbut you can make make one with thingy (7.5.x) or currently with an sqlform12:18
BartJolwgGuest58 wath version are you using?12:18
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]12:20
wgGuest58ok... do you know of any other CMS that has those features12:29
wgGuest58i dont have any version yet.. im trying to figure out how i could solve said problem :)12:31
BartJolah12:32
BartJolwell Thingy, which is available in the 7.5 versions is made for such functionality12:33
BartJolyou can make all your own fields12:33
BartJolbut 7.5 is not considered stable yet12:33
BartJolso that's a bit of a bummer12:34
BartJolit will be shortly if I understand correctly12:34
BartJolunfortunately I'm not that experienced with other cms's12:37
wgGuest58ok thanks12:37
wgGuest58there are so many options out there its hard to find anything concrete12:38
BartJolyeah I know12:39
BartJolif you have a clear vision of the desired functionality, www.cmsmatrix.org might help12:39
wgGuest58thx :)12:41
BartJolbut off course, I would go with WebGUI, even if it doesn't exists even I can program functionalities12:43
BartJoland I don't have a programming background12:43
BartJol:)12:43
wgGuest58ok so its that simple12:43
BartJolI'm not biased...12:43
BartJolwell, the API is quite good12:44
wgGuest58API = ?12:44
BartJolbut some perl knowledge is very usefull12:44
BartJolprogrammers interface12:44
wgGuest58ok12:44
wgGuest58si why is perl useful then?12:44
BartJolthat means that a lot of functions are pre-programmed12:44
BartJolwell, it's written in perl12:45
BartJolit does not mean there is a point and click method of programming12:45
wgGuest58so do u need to install any drivers on the computer that youre accessing the database with12:45
BartJol:)12:45
wgGuest58or can you just use the browser on a windows pc and access + modify all your data12:46
BartJolwell, if you install the webgui runtime environment, mysql, apache, perl and some other applications are installed and cinfigured for the site12:46
BartJolmost things can be maintained via a browser12:47
BartJolnew stuff must be programmed on a server12:47
wgGuest58you mean through ssh?12:47
BartJolbut thingy (which is a kind of application builder) can do a lot with databases from the browser12:48
BartJolyes12:48
BartJoli mean ssh12:48
wgGuest58ok nice... i have this week to check out all different options.12:48
wgGuest58it would be nice if webgui 7.5 was stable12:48
BartJolall 1000?12:48
BartJolyes12:48
BartJolwell, I've got it running without too many problemms, webgui.org too12:49
BartJoltheu allways run the latest version, even if it's not stable12:49
wgGuest58what do u mean about it not being stable thebn12:49
wgGuest58does it mean theres some risks12:49
BartJolwell, it's a declaration12:49
BartJolit means something like : we're working on it, it's not fully tested, so go ahead, use it, but it is possible that there is a bug12:50
wgGuest58so its just a formality is that what youre saying?12:50
BartJolmostly12:50
wgGuest58ok12:50
BartJolbut for new adds12:50
BartJolnew wobjects like thingy12:51
BartJolit can be that it isn't fully functional12:51
BartJolor bad case scenario: the site crashes12:51
BartJolhaven't seen that happen up till now12:52
BartJolone time, the forum was emptied, but long live the backups12:52
wgGuest58damn..12:52
wgGuest58if the site crashes do u lose all your info12:52
BartJolwell12:53
BartJolprobably not all12:53
BartJolbut backups are a necessary evil, it might also be tghat the hardware crashes12:53
wgGuest58can i export excel files into webgui?12:53
BartJolnot as a standard function12:54
BartJolbut i know a guy that programmed something for that12:54
BartJolif ryuu-ro is online, you can ask him12:55
BartJolbut maybe that is a functionality that should be added to the core...12:55
BartJolor at leat a odf import utility\12:56
wgGuest58yeah, because the simple task that i outlined for you is aimed at researchers/scietists12:57
wgGuest58that know nothing about computers...so updating the address book has to be very simple indeed12:58
BartJolbut that sounds a bit like a custom functionality anyways12:58
wgGuest58but youre telling me that making tables like excel is possible in gui12:58
wgGuest58if u know how to use Thingy12:59
BartJolyes12:59
wgGuest58and also linking search functions (eg. dupolicate search, filter by country, etc)13:00
wgGuest58to the table13:00
BartJolwebgui takes some time to get comfortable, but when you are, it's really a very flexible system13:00
wgGuest58ok...nice13:00
wgGuest58:)13:00
BartJolthe filter by country shouldn't be a problem13:01
BartJolnot sure what the duplicate dearch should actually do13:01
wgGuest58yeah because the thing im looking at isnt very complex13:01
BartJoland the new commerce system is also almost done, so a webshop will also be included13:02
BartJolcan be included13:02
wgGuest58well, it should, on command, look through the info and return all contacts that are in the list >113:03
BartJoloh13:03
BartJolwell13:03
BartJolI only see one problem: I can't help you anymore right now, because I'm going for lunch :)13:04
wgGuest58its all good, have a good break. i think i got all th e info i need anyway. thank again13:14
-!- wgGuest58 [n=wgGuest5@teta-005.diem.hut.fi] has quit []13:36
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]14:34
-!- fansipans [n=mwalker@adsl-068-157-240-136.sip.clt.bellsouth.net] has joined #webgui15:27
BartJolik hoor iets van een leeuw grommen15:33
BartJolen een tik15:33
BartJolen dat programma doet moeilijk daat die mp3 geen wav file is15:37
BartJolsorry everyone, wrong tab15:40
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui15:41
SDuensinGood morning.15:55
-!- topsub [n=josh@97.66.185.250] has joined #webgui15:56
-!- BartJo1 [n=plainstu@host2.procolix.com] has joined #webgui16:10
-!- BartJo2 [n=plainstu@host2.procolix.com] has joined #webgui16:14
-!- BartJo3 [n=plainstu@host2.procolix.com] has joined #webgui16:20
-!- BartJol [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]16:25
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui16:31
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:31
dionakhey all16:32
-!- BartJo1 [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]16:32
BartJolhi16:32
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI16:35
-!- mode/#webgui [+o tavisto] by ChanServ16:35
-!- BartJo2 [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]16:37
-!- BartJo3 [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]16:42
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:46
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:46
-!- rizenisaway is now known as rizen16:47
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI16:51
-!- mode/#webgui [+o khenn] by ChanServ16:51
-!- BartJol [n=plainstu@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]16:54
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui17:05
@perlmonkey2How is this possible?  http://www.plainblack.com/web_design_templates_and_themes/creating-new-theme-using-yaml  17:21
@perlmonkey2yaml used to somehow encapsulate templates and css?17:22
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:29
-!- mode/#webgui [+o Haarg] by ChanServ17:29
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui17:32
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui18:53
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []19:01
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui19:31
CIA-6WebGUI: graham * r6403 /wrebuild/wre/ (5 files in 2 dirs): fix workflow monitor logic, ensure utf8 safety19:32
@perlmonkey2I have a few survey functions which *could* be replaced with workflows, but I'm not sure if they should.  For instance, setting a date at which users can start taking a survey and setting a date at which users can no longer take a survey.  They could be asset attributes, or we could force the user to create a workflow.  19:44
@preaction_i'd say attribute. just less confusing19:45
@perlmonkey2yeah, and it lowers the bar for usability.  Workflows take someone with some knowledge to do.19:46
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]20:36
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has joined #webgui21:10
-!- perlmonkey2 [n=perlmonk@casr-dev.fwsm2ppuser.ou.edu] has left #webgui []21:10
-!- dionak [n=diona@97.66.185.250] has quit [Read error: 104 (Connection reset by peer)]21:13
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui21:34
-!- jack__ [n=jack@66-90-144-7.dyn.grandenetworks.net] has joined #webgui21:44
-!- jack__ [n=jack@66-90-144-7.dyn.grandenetworks.net] has quit [Client Quit]21:45
CIA-6WebGUI: yung * r6404 /branch/WebGUI_Userlist/lib/WebGUI/ (3 files in 3 dirs): Added Help, code cleanup, some template changes21:55
-!- dionak [n=diona@97.66.185.250] has joined #webgui21:58
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit [Read error: 110 (Connection timed out)]22:00
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui22:01
--- Log closed Mon May 19 22:18:10 2008
--- Log opened Tue May 20 10:35:12 2008
-!- xdanger [i=xdanger@i.should.be.in.a.mentalhouse.net] has joined #webgui10:35
-!- Irssi: #webgui: Total of 20 nicks [4 ops, 0 halfops, 2 voices, 14 normal]10:35
-!- Irssi: Join to #webgui was synced in 3 secs10:35
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:52
pened2thanks10:54
pened2I found the passthrough but wasn't sure that it'll allow the other stuff (Catalyst/TemplateToolkit) to take over control of the paths.10:54
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui11:40
-!- mode/#webgui [+o Haarg] by ChanServ11:40
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]12:22
-!- pened2 [n=Penedo@244.95.233.220.exetel.com.au] has quit [Read error: 110 (Connection timed out)]12:30
-!- slickware [n=slick@c-76-119-132-119.hsd1.ma.comcast.net] has joined #webgui13:50
slickwaremorning all13:51
slickwarewho is the best person to talk to about hosting packages - I have a few questions on the Agency hosting deal13:51
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:05
-!- slickware [n=slick@c-76-119-132-119.hsd1.ma.comcast.net] has left #webgui []14:33
CIA-6WebGUI: yung * r6409 /branch/WebGUI_Userlist/lib/WebGUI/ (3 files in 3 dirs): More UserList sort options15:05
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]15:08
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui15:36
-!- slickware [n=slick@c-76-119-132-119.hsd1.ma.comcast.net] has joined #webgui15:40
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []15:50
-!- SDuensin [n=Scott@72.sub-75-205-219.myvzw.com] has joined #WebGUI16:02
SDuensinGreetings.16:03
slickware'mornin16:07
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui16:11
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]16:17
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:25
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:27
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:27
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit [Remote closed the connection]16:30
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:41
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []16:44
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui16:46
-!- mode/#webgui [+o rizen] by ChanServ16:47
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:21
-!- mode/#webgui [+o Haarg] by ChanServ17:21
slickwareanyone here today?17:23
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI17:31
-!- mode/#webgui [+o tavisto] by ChanServ17:31
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has quit ["Leaving."]18:02
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui18:02
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]18:12
-!- preaction_ [n=doug@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui18:14
-!- mode/#webgui [+o preaction_] by ChanServ18:14
@rizenjust us chickens slickware18:15
@rizenslickware: what are your questions about agency hosting18:18
-!- khenn [n=khenn@71-86-227-90.static.mdsn.wi.charter.com] has joined #WebGUI18:23
-!- mode/#webgui [+o khenn] by ChanServ18:23
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui18:25
CIA-6WebGUI: doug * r6410 /WebGUI/lib/WebGUI/Operation/VersionTag.pm: fixed syntax error in Operation/VersionTag.pm18:35
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]18:35
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui19:06
-!- mode/#webgui [+v perlDreamer] by ChanServ19:06
-!- slickware [n=slick@c-76-119-132-119.hsd1.ma.comcast.net] has left #webgui []19:26
-!- dionak [n=diona@97.66.185.250] has quit []19:58
-!- dionak [n=diona@97.66.185.250] has joined #webgui20:00
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui20:04
-!- mode/#webgui [+o perlmonkey2] by ChanServ20:04
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui20:21
-!- lisette [n=ubuntu@201.232.58.66] has quit [Read error: 110 (Connection timed out)]20:58
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui21:13
CIA-6WebGUI: graham * r6411 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Mail/Get.pm): fixed: CS mail retrieval doesn't decode subject properly21:16
CIA-6WebGUI: graham * r6412 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Auth/WebGUI.pm): fixed: email password recovery fields effected by UI level21:16
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui21:22
@perlmonkey2I'm trying to start the Survey2 branch on a new server using the WRE and am getting this modperl error.  It21:53
@perlmonkey2s looking like I may have a broken branch.  http://webgui.pastebin.com/d7ebaae2721:53
@rizenyou have to install the missing perl modules21:53
@rizensee gotcha.txt21:53
* perlmonkey2 bonks himself on the head.21:54
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]21:56
+perlDreamerperlmonkey2: sbin/testEnvironment.pl is a good thing to run on new installs21:58
@perlmonkey2perlDreamer: it never occurred to me to run that with the wre21:59
+perlDreamerGood point.  The WRE usually does provide everything you need.22:01
@perlmonkey2Hmm, well that testenv added one package, but that didn't resovle the failure.  (Running setenv in wre/sbin should have set my env's so that testenv was updating the wre perl, right?)22:03
@perlmonkey2hhm, yes setenv puts the wre perl first.  so I was updating it with testenv.  hmm, the mystery grows deeper.22:05
@perlmonkey2the gotcha.txt in wre didn't help.  Perhaps in WebGUI22:05
@rizenthe WebGUI gotcha22:06
@rizenis what i'm talking about22:06
@rizenthat's what has new requirements22:06
@rizenthere are 4 or 5 perl modules you must install for WebGUI 7.522:07
+perlDreamerrizen: shouldn't the testEnvironment.pl script catch those?22:08
@rizenit should yes22:09
@rizenbut i always do those manually22:09
@rizeni haven't actually run testEnvironment in years22:09
@rizenperhaps it's time to revisit it22:09
@rizenmake sure it works properly22:09
+perlDreamermaybe the missing ones are just undocumented in gotchas.txt _and_ testEnv22:18
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Connection timed out]22:26
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]23:23
-!- fansipans [n=mwalker@adsl-068-157-240-136.sip.clt.bellsouth.net] has left #webgui []23:34
-!- SDuensin [n=Scott@72.sub-75-205-219.myvzw.com] has quit ["Leaving"]23:53
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui23:54
-!- mode/#webgui [+o perlmonkey2] by ChanServ23:54
--- Day changed Wed May 21 2008
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]00:04
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui00:04
-!- mode/#webgui [+o perlmonkey2] by ChanServ00:04
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]00:04
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Client Quit]00:06
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui00:10
-!- mode/#webgui [+o perlmonkey2] by ChanServ00:11
@perlmonkey2Exception::Class was what I needed.  00:14
@perlmonkey2strange00:14
+perlDreamerisn't that in testEnvironment.pl?00:14
+perlDreamerhm....00:14
+perlDreameryup, the last one.00:15
+perlDreamerweird00:15
@perlmonkey2yeah, probably user error and in the window I was testing in I didn't have the env set.  But I was sure I'd done that in all windws.  Oh well, works now.00:16
@apeironCould be a slightly old copy of tE.pl. When I updated it for the new export stuff, I forgot to put E::C in the list.00:20
+perlDreamerperlmonkey2: was this using TRUNK, or a branch?00:21
@perlmonkey2branch00:22
+perlDreameryou may want to merge trunk back into your branch to get all the latest stuff00:22
@perlmonkey2An older branch.  I had been using only the /Asset/WebGUI and the /extras/ from that branch with the rest being from stable.00:23
@perlmonkey2sure, that would be mighty kind of you.00:23
lisetteanyone know why i do a change in my site and don't save this changes?00:26
+perlDreamerdon't save or don't see?00:27
lisettedon't save00:27
@apeironIs spectre running?00:27
lisetteyes00:27
@apeironhm. Checked the error log?00:28
+perlDreamerUser level caching can often take 10-20 minutes.00:28
lisettewebgui.log or error.log of apache?00:28
@apeironwebgui.log.00:28
lisettei do the changes like admin00:28
+perlDreamerwhat kind of changes?00:29
lisettein the webgui.log i don't see error, only warnings00:29
lisettei edit a page layout for to modified a option in an article00:29
-!- dionak [n=diona@97.66.185.250] has quit []00:29
+perlDreamerpage layouts should not affect articles, except for positioning on the page.00:30
lisettebut this happend with another stuff00:30
lisettethe only change is the ip, maybe can be this?00:31
lisettei add other line in the article and don't save this.00:33
@apeironI'm trying to give an asset a URL ending with a . as in my $url = 'http://localhost/home/test.';00:33
@apeironWhen I save, the . is stripped: $url =~ s/.$//;00:33
@apeironIs this a bug?00:33
lisette?00:35
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]00:36
lisettewas the date of server00:41
+perlDreamerapeiron, no.00:41
+perlDreamerSee Session::Url makeCompliant and i18n/English.pm makeUrlCompliant00:41
@apeironperlDreamer, Ah, very good. THanks.00:42
+perlDreamerneed to talk to Dr. Rizen to ask why that's in there.00:42
@rizenwhy ask why, make bud dry00:42
@rizendrink bud dry00:42
@rizenyeah that's it00:42
+perlDreamerThere once was a pirate from Penzance00:43
+perlDreamerWho had fire ants in his pants00:43
+perlDreamerHe hollered and jumped00:43
@rizenooooh00:43
@rizenouch00:43
+perlDreamerHis wooden leg went thump00:43
+perlDreamerand his friends said, "Hey, cool dance."00:43
+perlDreamerso why, rizen, why?  Why are you taking our dots away from us?  Why?00:44
@apeironI'd not be surprised if it's part of an HTTP standard and I just don't know such.00:45
+perlDreamerHTTP shouldn't care about filenames.00:45
@apeironIt may care about URIs / URLs, though.00:46
@rizenit was a request from a client00:46
@rizenthat all urls have only one dot in the file name00:46
@rizeni think it was something related to exports00:46
@rizenplus it doesn't hurt anything00:47
+perlDreamerapeiron, you could always make your own translation, called Pennsylvanian, which symlinks all the English i18n files and has its own makeUrlCompliant subroutine.00:55
@apeironperlDreamer, I'd probably call it something like 'WeLikeDotsInOurFilesian' or such. :)00:56
@apeirons/Files/URLs/00:56
lisettehow to alterate the karma of visitor?01:02
+perlDreamervisitor probably shouldn't get karma, since it could be multiple people01:03
lisetteyes, i need to do this01:04
lisettebut i have a site that the visitor have karma in 130, i need put in zero, or unabled01:05
-!- khenn [n=khenn@71-86-227-90.static.mdsn.wi.charter.com] has quit []01:50
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:52
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []01:53
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI01:59
-!- preaction_ [n=doug@71-86-227-90.static.mdsn.wi.charter.com] has quit [Read error: 113 (No route to host)]02:09
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []02:21
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:40
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]02:53
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui03:14
CIA-6WebGUI: colin * r6413 /WebGUI/t/i18n/label.t: 03:31
CIA-6WebGUI: Give the different kinds of labels (subroutine i18n vs object i18n) different textual labels03:31
CIA-6WebGUI: for better diagnostics.03:31
CIA-6WebGUI: colin * r6414 /WebGUI/lib/WebGUI/ (i18n/English/Asset_FilePile.pm Asset/FilePile.pm): convert FilePile to use i18n labels out of the Asset instead of duplicating them03:31
CIA-6WebGUI: chrisn * r6415 /WebGUI/lib/WebGUI/AssetExportHtml.pm: 03:31
CIA-6WebGUI: Fixed POD for exportGetUrlAsPath. Parameter list didn't match actual03:31
CIA-6WebGUI: parameters.03:31
CIA-6WebGUI: jt * r6416 /WebGUI/ (4 files in 3 dirs): transaction manager working03:31
CIA-6WebGUI: jt * r6417 /WebGUI/lib/WebGUI/ (5 files in 3 dirs): added a very basic in shop credit manager screen03:31
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []03:34
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui03:37
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:45
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:45
-!- steveo_aa [n=sno@76.226.183.26] has quit ["Leaving."]03:56
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui03:57
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []04:01
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]04:31
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui04:36
-!- mode/#webgui [+o rizen] by ChanServ04:36
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui04:52
CIA-6WebGUI: jt * r6418 /translations/Turkish/Turkish/ (Macros.pm Asset_Folder.pm): update_from_translation_server05:04
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []05:05
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui05:15
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has left #webgui []05:19
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []05:25
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui05:30
-!- mode/#webgui [+o perlmonkey2] by ChanServ05:30
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI05:49
-!- mode/#webgui [+o khenn] by ChanServ05:49
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui06:12
-!- mode/#webgui [+o Haarg] by ChanServ06:12
@perlmonkey2Using a "wait mask" over the main content when a modal container is being displayed is just too sexy.  I have to work this into the Survey.06:18
-!- steveo_aa [n=sno@76.226.183.26] has joined #webgui06:21
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui06:26
@perlmonkey2Did everyone go to bed?06:30
+Radix-wrkno06:32
+Radix-wrkus aussies are still wide awake06:32
@apeironBecause it's early afternoon for you. :)06:33
+Radix-wrkWell.. not quite lunch time here, but yeah :)06:34
@apeironYou must be a bit further west than Sydney, then.06:34
+Radix-wrkas far west as you can go and still be in australia, yes ;)06:34
@apeironheh06:35
@apeironMy excuse for being so quiet is that I'm fiddling with accessing Cocoa from Perl.06:36
@perlmonkey2yeah, I hit that link you left on #perl.06:39
@perlmonkey2pretty cool06:39
@perlmonkey2no cocoa for windows though :(06:40
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:45
-!- mode/#webgui [+v perlDreamer] by ChanServ06:45
@apeironperlmonkey2, Once you get a Mac I suggest giving it a shot. I was fiddling with the address book earlier.06:45
+perlDreamerWhat kind of shot did you use, apeiron?  Bird, or a slug?06:47
@apeironheh06:47
@apeironPerl, actually.06:47
@apeironperlDreamer, Been fiddling with the Cocoa<->Perl bridge on OSX.06:47
+perlDreamercool06:47
+perlDreamerthe blogs on use.perl.org may be of interest, since pudge and others are perl/Cocoa users06:47
* apeiron nods06:48
@apeironAnd brian d foy, etc.06:48
+perlDreamerI see I'm preaching to the choir :)06:48
@apeironBut actually the blog post I found which got me started on this was written by someone whose name I didn't recognize.06:48
@apeironNonetheless the info was completely valid. 06:49
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]06:59
-!- fiddur [i=fiddur@78.82.252.209] has joined #webgui07:04
fiddurHello folks.  Is there any place where consultants working with webgui worldwide (or just sweden?) is listed?   ...we have more work than we manage right now and would like to either hire someone on an hourly basis or let them take some contracts.07:07
fiddurI mean working with building sites in webgui, not developing webgui itself.07:07
+perlDreamerfiddur, do you want a European contractor, or are others welcome?07:08
fiddurperlDreamer: If it were just up to me anyone would be welcome, but I think our customers would prefer a swedish speaking person they can meet here in sweden without too much extra cost... 07:09
+perlDreamerthere's a list of webgui service providers here: http://www.webgui.org/w307:09
+perlDreamerI would recommend Oqapi and/or Procolix.  The are in The Netherlands, and are an excellent company.07:10
fiddurThanks, I'll look into that07:12
+perlDreamerI don't believe it07:22
+perlDreamerrizen busted Text::Balanced07:22
+perlDreamerline 561 of the EMS confuses its perl codeblock extractor07:24
+perlDreamerand that's causing the false label trips in the label test07:24
+Radix-wrknot sure if anyone at Oqapi/Procolix speaks swedish tho - but they are both excellent companies I'll agree.  UnitedKnowledge are also another company offering services to european countries07:28
+Radix-wrkagain, no idea if any of them speak swedish :)07:28
-!- metanil [n=akhadka@137.48.138.26] has quit ["Leaving."]07:36
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:41
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has quit [Remote closed the connection]08:18
-!- f00li5h [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui08:18
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui08:25
-!- mode/#webgui [+o preaction_] by ChanServ08:25
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]08:50
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]09:16
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []09:32
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui09:47
CIA-6WebGUI: jt * r6419 /translations/German/German/ (7 files): update_from_translation_server10:01
@apeironGood morning, Deutschland!10:02
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui10:09
-!- mode/#webgui [+o preaction_] by ChanServ10:09
patspamhey Radix did you say you're in western australia?10:13
patspamRadix_: ping10:14
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui10:33
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]11:01
+Radix_patspam: yeah :)11:50
patspamah cool, I'm in Melbourne11:52
+Radix_s'ok, I won't hold that against you ;)11:53
patspamlikewise! =p11:53
+Radix_hehe11:53
+Radix_heh.. I was born in Kew myself.. but escaped from Victoria at a young age.11:54
CIA-6WebGUI: martin * r6420 /WebGUI/ (5 files in 5 dirs): Adding the subscription asset11:54
patspamah nice, I haven't been to Perth yet, but hopefully one day..11:54
+Radix_it's a great place :)11:55
patspamare you working for a perl shop over there? or involved in wG for your own stuff..?11:56
+Radix_nah, not as hard core as that really.  We use WebGUI for our company website/intranet/extranet11:57
patspamah ok, I'm just interested because I haven't run into many people using it here in melb (yet..)11:58
+Radix_I've done a little contract work on the side as well for WebGUI hosting/development too, but pretty small scale stuff.11:58
+Radix_Yeah, wish more people were using it.. and more hosting services offering it, but general knowledge of WG is still pretty small.11:59
+Radix_We've been using webgui since 5.8.x ourselves and it's been very successful for us12:00
patspamnice12:00
+Radix_but we're prettymuch using stock components.. very little custom development really.12:00
patspami started using it at a hosting company that was dabbling, and then when that company closed its doors me and a couple of other developers started our own outfit doing lots of custom wG stuff12:01
+Radix_Which is good as my perl knowledge is still fairly basic :)12:01
+Radix_cool12:01
patspamyeah we're pretty excited that wG is coming out with all these awesome next-gen Wobjects like Thingy just when we're getting serious about our own custom wG dev12:02
+Radix_yup, should be good :)12:05
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []12:11
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]13:04
CIA-6WebGUI: yung * r6421 /branch/WebGUI_Userlist/lib/WebGUI/ (Asset/Wobject/UserList.pm i18n/English/Asset_UserList.pm): More UserList sort and search changes14:17
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:26
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:17
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui16:31
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit [Client Quit]16:33
-!- SDuensin [n=Scott@123.sub-75-205-210.myvzw.com] has joined #WebGUI16:38
SDuensinGreetings.16:41
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui16:42
-!- mode/#webgui [+o rizen] by ChanServ16:42
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:45
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:45
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui16:45
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI16:46
-!- mode/#webgui [+o khenn] by ChanServ16:46
lisettei want to build a new rich editor and i want to be a plugin of webgui, how to do?16:55
lisettei build the asset or i have to do another stuff?16:55
@rizenIt would have to use the same API as and replace the RichEdit asset16:56
@rizenbecause rich editors are not pluggable in webgui16:56
@rizenso you'd have to replace the RichEdit asset16:56
lisetteok, thanks.16:57
lisetteif i want to share with the community, what i must do?16:58
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui17:00
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit [Read error: 110 (Connection timed out)]17:04
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui17:05
@rizensimply upload your new module to the "Get Add-ons" area of webgui.org17:08
@rizenThen other people can download it and install it.17:08
@rizenOf course you should provide some instructions on how to install it.17:08
lisettethere any posibility that the community were probe to include in the official version of webgui?17:10
AMH_bob@lisette: (could you rephrase that question?)17:12
lisetteAfter that there was any possibility that the community has used the new editor this be included in the official version of WebGUI?17:14
@rizennot likely, but i certainly wont' say no17:19
@rizeni'd have to see what it's capable of17:19
@rizenwhat it's advantages are over what we have now17:19
@rizenand what the community's reaction to it is17:19
-!- khenn_ [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI17:24
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit [Read error: 110 (Connection timed out)]17:24
lisetteok, thanks17:26
AMH_bob@lissete: tiny can be somewhat customized in WebGUI, tiny allows third party plug-ins you can make your self and you could of course just hack away at tiny. (We have done all 3 in the past.)17:26
AMH_bob(We don't always run the same version of Tiny that WebGUI comes with)17:27
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit [Read error: 104 (Connection reset by peer)]17:28
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui17:28
AMH_bob@lisette: The tiny people are also open for suggestions, when I asked them about a feature 4 months ago, they told me that if I could supply the solution, they would consider adding it.17:30
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has joined #webgui17:32
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit [Client Quit]17:32
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]17:33
lisettewhere i found the Tini people?17:37
AMH_bobhttp://tinymce.moxiecode.com/17:37
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui17:53
lisettei don't make an editor of html, i make a editor with flash and this generated a xml, this editor is to make mind maps17:54
AMH_bobHmmm, why would you want every editor screen to be based on mind maps? Just add a Wobject that handels the output you need.17:55
lisettewe want that this editor have all funtions same that the collaboration system18:00
AMH_bobHmmm, sounds like good stuff... work out some of your ideas online (including WebGUI wishes like the collaboration system) and drop the url here for a quick brainstorm session - I'm sure people can help you get along with your project.18:02
AMH_bobIt's 5pm, work is done - time for pizza and Wii !!!18:03
-!- jrestrepo [n=chatzill@201.232.58.66] has joined #webgui18:05
-!- AMH_bob [n=bob@alphamega-dmp.xs4all.nl] has left #webgui []18:08
-!- jrestrepo [n=chatzill@201.232.58.66] has quit ["ChatZilla 0.9.82.1 [Firefox 3.0/2008051202]"]18:18
ckotilcan the search.pl 'site indexing' script be used to index only certain part's of the site? i.e. not import_node , along with some others.18:27
-!- jrestrepo [n=chatzill@201.232.58.66] has joined #webgui18:27
-!- jrestrepo [n=chatzill@201.232.58.66] has quit [Remote closed the connection]18:29
@rizenckotil no18:31
@rizenit indexes everything18:31
@rizenit needs it so that search in the asset manager works18:32
@rizenhowever, your search asset can be limited to a specific portion of the site18:32
-!- jrestrepo [n=chatzill@201.232.58.66] has joined #webgui18:33
ckotilgotcha18:34
ckotilya, i confirmed it.18:34
ckotilim just brainstorming a way to get our new 'staging area' out of the scope of the search asset.18:35
ckotilwhich should be straightforward. simply move all the stuff you want searched beneath a parent, and set the scope tot he parent. but there is one asset, which happens to have a lot of stuff beneath that i cannot move.18:35
ckotilit wont cut and paste. and no errors reach the logs.18:36
CIA-6WebGUI: graham * r6422 /branch/WebGUI_7.4/ (4 files in 4 dirs): preparing for 7.4.38 dev18:40
CIA-6WebGUI: graham * r6423 /branch/WebGUI_7.4/ (docs/changelog/7.x.x.txt lib/WebGUI/Mail/Get.pm): fixed: CS mail retrieval doesn't decode subject properly18:40
CIA-6WebGUI: graham * r6424 /branch/WebGUI_7.4/ (docs/changelog/7.x.x.txt lib/WebGUI/Auth/WebGUI.pm): fixed: email password recovery fields effected by UI level18:40
CIA-6WebGUI: graham * r6425 /branch/WebGUI_7.4/ (docs/changelog/7.x.x.txt lib/WebGUI/Session/Output.pm): fixed: international characters corrupted in titles18:40
CIA-6WebGUI: graham * r6426 /branch/WebGUI_7.4/t/ (lib/WebGUI/PseudoRequest.pm Session/Output.t Session/Style.t): fixing tests for new output method18:40
CIA-6WebGUI: graham * r6427 /branch/WebGUI_7.4/t/Help/setHelp.t: setHelp is unused, remove it18:40
CIA-6WebGUI: graham * r6428 /branch/WebGUI_7.4/docs/create.sql: preparing for 7.4.38 release18:40
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI18:40
-!- mode/#webgui [+o tavisto] by ChanServ18:40
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []18:51
-!- jrestrepo [n=chatzill@201.232.58.66] has quit ["ChatZilla 0.9.82.1 [Firefox 3.0/2008051202]"]18:57
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has joined #webgui18:57
-!- fiddur [i=fiddur@78.82.252.209] has left #webgui ["Leaving."]19:10
@perlmonkey2rizen: how would the search work with new JSON collateral?19:13
@rizensearch doesn't search collateral unless you tell it how to do it anyway19:13
@rizenso you'd just tell it how to read your json19:14
@perlmonkey2ah, clever.  It checks each asset for a search role?19:15
@rizenyup19:16
@rizenthere's an indexContent method that you override19:16
@rizenand tell it anything custom you want it to search19:16
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui19:17
-!- mode/#webgui [+v perlDreamer] by ChanServ19:17
@perlmonkey2nice19:18
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit [Read error: 104 (Connection reset by peer)]19:31
CIA-6WebGUI: perlmonkey2 * r6429 /branch/WebGUI_Survey2/www/extras/wobject/Survey/ (administersurvey/comm.js administersurvey.js): Removed auto-submit on 1 MC question per page. Added scroll to top of page on submit.19:37
CIA-6WebGUI: jt * r6430 /releases/WebGUI_7.4.38-stable: Release 7.4.38-stable19:37
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI19:38
-!- mode/#webgui [+o tavisto] by ChanServ19:38
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit [Read error: 110 (Connection timed out)]19:58
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui20:04
-!- mode/#webgui [+v MrHairgrease] by ChanServ20:04
CIA-6WebGUI: perlmonkey2 * r6431 /branch/WebGUI_Survey2/www/extras/wobject/Survey/administersurvey/comm.js: Whups, windows.scrollTo on wrong line.20:05
+MrHairgreaseawesome!20:06
+MrHairgreaseitranasct now has an xml backend method to update recuuring payments20:06
+perlDreamerMrHairgrease: Does that mean that you have to rewrite the driver?20:11
+MrHairgreaseit means that everything is easier to implement20:12
+MrHairgreasethe old driver use LWP to log into the merchant website, accepting a session cookie, and post some data to some form20:13
+MrHairgreasenow, i can just create some xml and post that to their backend20:13
+MrHairgreaserizen, where are people supposed to end their subscription (or more general: recurring payment)?20:24
+MrHairgreasei'd say in the transaction manager20:25
+MrHairgrease?20:25
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui20:51
CIA-6WebGUI: yung * r6432 /branch/WebGUI_Userlist/lib/WebGUI/ (Asset/Wobject/UserList.pm i18n/English/Asset_UserList.pm): More UserList search options20:55
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]21:07
+MrHairgreaserizen are you online?21:14
@preaction_rizen, remember those Gallery changes (showing pending albums / files to the right people). would it be good to show something saying that they're still pending approval while the person is looking at them? so they don't get the wrong idea?21:15
+MrHairgreaseI need to add a method to Transaction called newByGatewayId(gatewayId, gatewayPlugin)21:15
ckotilis search indexing automated? or is it a manual process? i.e. should i add it to cron?21:16
@preaction_ckotil, it's automatic. when an asset is changed, indexContent gets called21:16
@preaction_of course, if it's not saved in the normal manner (web interface, www_editSave method), that method is defeated. so there's the sbin/search.pl (i think)21:17
+MrHairgreasealso it would be useful to add a method that creates a new tranasction based on another one21:18
+MrHairgreasecreateFromTransaction or cloneTransaction or so.21:18
ckotilpreaction_: thats what i figured. tho it seems necessary to run /sbin/search.pl every now and then21:18
@preaction_ckotil, if something in the core isn't getting indexed properly, that would be a bug21:18
ckotila lot of my assets have been getting moved around lately. i tried searching for the string 'iperf' and that string was contained in a title. i was returned nothing. ran the search script w/ full site indexing, and the next search returned the asset i was after.21:22
ckotiland this was not a new asset.21:24
ckotilIts been around for a year at least21:24
@rizeni'm here now21:36
@rizenI'll be adding a page where people can see their transaction history21:37
@rizenand they'll be able to cancel the subscription on that page21:37
+MrHairgreaseyeah that's what i meant21:37
@rizeni haven't added that yet21:37
+MrHairgreaseok21:37
@rizencuz i wasn't sure who this stuff was going to work21:37
@rizenwas waiting on your work to be complete21:37
@rizencuz i need to add it to the admin's transaction page too21:38
@rizenthat's done if you want to look at it21:38
@rizenthe admin transaction page i mean21:38
@rizenpreaction_ yeah that sounds like a good idea21:38
@preaction_k21:38
+MrHairgreaseok21:38
+MrHairgreasei'll have a lok at it21:39
+MrHairgreaserizen, this is what i meant with those extra methods btw: http://webgui.pastebin.com/ma23241d21:40
@rizenextra methods?21:41
@rizendo you mean the clone() method?21:41
+MrHairgreasethat one and newBygatewayId21:41
@rizenoh i also see the newByGatewayId thing21:41
+MrHairgreasei asked about that sometime earlier in the channel21:41
@rizeni see now21:43
@rizensorry i didn't read everything when i got back21:43
@rizenyeah, those make sense to me21:43
+MrHairgreasenp21:43
+MrHairgreasei'm not sure if clone() is a good name though21:43
@rizeni also already added the originalTransactionId field to the transaction table as you asked21:43
+MrHairgreaseyeah i saw21:43
@rizenclone is fine, although we use duplicate() in other parts of webgui21:43
@rizenso maybe that would be better21:44
+MrHairgreaseduplicate it is21:44
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has quit ["Leaving."]21:44
-!- MrHairgrease is now known as MrAfkGrease21:44
@rizenMrHairgrease: can a user have multiple recurring items in their cart if it is the same item, just a quantity of 3? or do recurring items alway allow only 1 in cart21:57
@rizeni mean for the purposes of checkout21:58
+MrAfkGreaserizen: You cannot specify a qty when setting up a recurring payment22:18
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]22:19
+MrAfkGreasebut if you'd allow for any qty  > 1 you could of course just set the price to price*qty22:19
@rizenok, so by definition then if isRecurring is set to 1 then getMaxAllowedInCart should return 122:19
+MrAfkGreasefor ITranasact, yes22:19
+MrAfkGreaseunless you let the plugin handle it22:19
+MrAfkGreasethat is:22:19
@rizenat least for the time being, itransact is what we have to model everything from22:19
+MrAfkGreaseprice is qty* price in processPayment22:19
+MrAfkGreaseand...22:19
@rizenwe'll change it later as we add more payment gateways22:20
+MrAfkGreaseok22:20
+MrAfkGreasesounds good to me22:20
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui22:31
-!- mode/#webgui [+o perlmonkey2] by ChanServ22:31
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui22:44
-!- MrAfkGrease is now known as MrHairgrease22:57
+MrHairgreaserizen, I'm confused. The docs say that WG::S::Transaction->addItem needs a WG::S::CartItem, but it calls WebGUI::Shop::TransactionItem->create...23:13
+MrHairgreaseand the pod on that says it needs just a property hash23:14
+MrHairgreasefrom what i can read from the code23:14
@rizenit can use either23:14
+MrHairgreaseI can indeed just do $transaction->addItem( $hashRef )23:14
@rizenit can either copy a cart item23:14
+MrHairgreaseok23:14
@rizenor you can manually specify all the properties in a hashref23:14
+MrHairgreaseI needed to be sure23:15
+MrHairgreasethanks23:15
@rizenbut you really shouldn't even need to go that far23:15
@rizenif you give it your cart23:15
@rizenit will copy the item(s) into the transaction too23:15
+MrHairgreaseit is for the duplicate method23:15
@rizengive the transaction your cart when you create the transaction23:15
@rizenoh23:15
@rizeni see23:15
@rizenbtw, i'm done with the cart limiting thing, i'll be checking it in shortly23:16
+MrHairgreaseok23:16
+MrHairgreaselet me know23:16
+MrHairgreaseand i'll svn up23:16
+MrHairgreasethe code for the ITransact recurring stuff is ready too23:16
+MrHairgreasebut I haven't tested any of it of course23:16
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has joined #webgui23:17
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]23:18
+MrHairgreaserizen, this'll duplicate all transaction properties right? http://webgui.pastebin.com/m1f62e7c23:19
+MrHairgreaseOr am I missing something?23:19
@rizenyes...but can you merge two hash references that way?23:20
@rizeni don't think you can23:20
+MrHairgreasei think you can23:20
+MrHairgreasewanna bet a case of beer on it?23:21
@rizenit seems to me that it would use the first hash ref as a key for the second23:21
@rizenyeah, i'll bet a beer on it23:21
+MrHairgreaseoh crap23:21
@apeironYou'll need to deref $overrideProperties first.23:21
+MrHairgreaseof course i meant { %{$hashRef}, %{$override} }23:22
@rizenyou owe me a beer23:22
@rizen=)23:22
+MrHairgreasesure23:22
@rizenbut i'll buy you one anyway for kicking out this project23:22
+MrHairgreaseI still have some drinking money left you gave me last year23:23
@rizenor maybe even more than one23:23
@rizenwow, i'm suprised you didn't spend that in a single night23:23
+MrHairgreaseJoeri was feeding me23:23
+MrHairgrease=)23:23
+MrHairgreaseanyway it's the 5th wuc so there's reason enough to drink some beers23:24
+MrHairgreaselustrum beers =)23:24
CIA-6WebGUI: graham * r6433 /branch/WebGUI_7.4/ (4 files in 4 dirs): preparing for 7.4.39 dev23:24
@rizenok it's in23:28
+MrHairgreaseoki23:28
@tavistothat's right hairgrease23:32
@tavistoto the bar!23:32
@tavistojust promise me you wont get in any more fights with large rednecks23:32
+MrHairgreasewot da fack23:33
@tavistowho are "messin wid you"23:33
@tavisto;)23:33
+MrHairgreasei are23:33
+MrHairgrease=)23:33
+MrHairgreasethat guy made the wuc even more unforgettable23:33
@tavistoyep and hopefully we can run into more people like him this year23:34
+MrHairgreasewho knows23:34
+MrHairgreaseIts' like an adventure dude...23:34
@tavistofor you it definitely is.. for me it's an hour flight23:34
@tavistowhere I see drunk people that look about the same as when I'm in Michigan23:35
+MrHairgreasewell I think drunk people look about the same anywhere23:35
-!- dionak [n=diona@97.66.185.250] has joined #webgui23:45
@tavistoyeah but is that because you are drunk when you see them?23:47
CIA-6WebGUI: jt * r6434 /WebGUI/lib/WebGUI/ (Asset/Sku.pm i18n/English/Shop.pm Shop/Cart.pm): check for mixed recurring and non-recurring items in the cart23:51
+MrHairgreaseok, plugin code is more or less finished as far as i can see for now23:52
+MrHairgreaseshould i commit even though it isn't tested?23:52
+MrHairgreaseit does compile23:52
@rizenyes23:53
-!- SDuensin [n=Scott@123.sub-75-205-210.myvzw.com] has quit ["Leaving"]23:53
+MrHairgreaseok23:54
+MrHairgreasecomitted23:56
+MrHairgreaseok23:58
+MrHairgreasegotta go23:58
+MrHairgreasewill test the stuff tomorrow23:58
--- Day changed Thu May 22 2008
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]00:12
-!- lisette [n=ubuntu@201.232.58.66] has quit [Read error: 110 (Connection timed out)]00:18
CIA-6WebGUI: martin * r6435 /WebGUI/www/extras/assets/ (subscription.gif small/subscription.gif): Adding the subscription asset icons.00:21
CIA-6WebGUI: martin * r6436 /WebGUI/lib/WebGUI/Shop/ (Transaction.pm PayDriver/ITransact.pm): Recurring payment stuff for the ITransact plugin. Still needs to be tested.00:21
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui00:22
-!- dionak [n=diona@97.66.185.250] has quit []00:24
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]00:25
lisettethe userImport whit --update do a change of password?00:27
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui00:30
lisette?00:34
lisetteanyone knows?00:41
-!- dionak [n=diona@97.66.185.250] has joined #webgui00:42
-!- juan [n=juangui@201.232.58.66] has joined #webgui00:47
juani have in a txt file the next fields, username and password00:48
juanwhen i execute perl userimport.pl --update --canChangePass00:49
juanthe password will be updated?00:49
-!- dionak [n=diona@97.66.185.250] has quit [Read error: 110 (Connection timed out)]00:59
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Remote closed the connection]01:00
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui01:04
-!- dionak [n=diona@97.66.185.250] has joined #webgui01:08
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []01:17
@rizenlisette yes 01:20
@rizenjuan yes01:20
@rizenbut you don't need --canChangePass01:20
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui01:33
-!- mode/#webgui [+o perlmonkey2] by ChanServ01:33
@perlmonkey2rizen: it arrived.  I'll run it by fedex/ups this evening.01:33
@rizenthank you01:34
@rizendon't forget to take out your headset01:34
@tavistodude my new mac hasn't showed up yet... wt01:37
@tavistowtf01:37
@perlmonkey2rizen: no worries, got it01:41
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Remote closed the connection]01:41
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui01:41
-!- mode/#webgui [+o perlmonkey2] by ChanServ01:41
@rizentavisto, you get a new mac as soon as you buy me that archology that i showed you today01:41
@tavistowait a minute.. that's a horrible deal01:42
juanrizen01:45
@rizenjuan01:46
juanthe password is not being updated01:46
juanwhat can i do?01:46
@rizenwell you're either doing it wrong01:46
@rizenor there is a bug in that program01:46
juanmy file have two columns username and password01:47
@rizenit's not password01:47
@rizenit's "identifier"01:47
juani put identifier too 01:47
@rizenthe keyword at the top of the column01:47
@rizenoh01:47
@rizenand what's the full command line that you're running?01:47
juanperl userImport.pl --userfile --configfile --canChangePass --update01:48
juanthe users were added 5 days ago01:50
juanand now i need to change the password for all01:50
@rizenyou have no reference to the user file in there01:51
@rizenor the right config file01:51
juanyes i have reference in both01:51
@rizennot in what you just pasted01:51
@rizeni asked for the full command line01:51
juanperl userImport.pl --usersfile=prueba.txt --configfile=www.countryclub.com.co.conf --canChangePass --update01:52
@rizenand what's the resulting output look like?01:52
@rizendoes it give you "skipped"01:52
@rizenor what next to each username01:52
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]01:52
juanthe fields are separated by tab01:53
@rizenno the output01:53
@rizennot the file01:53
@rizenthe output when you run the program01:53
juanthe output show the next Starting up...OK01:54
juanAdding user ivan00010101:54
juanUpdating user margarita00010201:54
juanin all the users show Updating user .....01:55
@rizenok01:55
@rizeni just wanted to make sure it wasn't saying "skipped"01:55
@rizenso it is actually running and finding the users...so it must be a bug in the program that it's not changing the password01:55
@rizenso report the bug01:55
juanwhat happen if it saying skipped?01:56
juanwhat will be the problem?01:56
@rizenif it says skipped, then that usually means you've put some sort of conflicting directive on the command line 01:58
juanrizen if i want to delete all the users, what tables will be altered?01:59
@rizenfor example, if you tell it to import a user that already exists and you don't use --update01:59
@rizen6 or 8 tables01:59
juanWhat?01:59
@rizendon't do it manually01:59
@rizenwrite a program to do it01:59
juanok01:59
@rizenif you want to delete them all01:59
@rizenor fix the userImport.pl script02:00
@rizenthat may or may not be easier to do02:00
juancan i obtain in plain text the password of a user?02:03
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: lisette02:03
-!- Netsplit over, joins: lisette02:05
-!- perlmonkey3 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui02:09
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]02:22
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]02:23
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: lisette02:30
-!- Netsplit over, joins: lisette02:35
-!- dionak [n=diona@97.66.185.250] has quit []02:43
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui02:43
-!- juan [n=juangui@201.232.58.66] has left #webgui []02:44
-!- lisett1 [n=ubuntu@201.232.58.66] has joined #webgui02:52
-!- lisette [n=ubuntu@201.232.58.66] has quit [Read error: 110 (Connection timed out)]02:54
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]03:09
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]03:14
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui03:16
-!- Radix-wrk [n=Jesse@formsys.com] has joined #webgui03:19
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:19
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui03:21
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]03:23
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit [Client Quit]03:23
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui03:23
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit [Client Quit]03:24
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui03:26
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit [Client Quit]03:29
-!- Radix-wrk [n=Jesse@formsys.com] has quit [Read error: 104 (Connection reset by peer)]03:59
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:59
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:59
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui04:15
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui04:23
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit [Client Quit]04:26
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui04:28
@apeironAnyone here besides the awesome folks at PB going to YAPC?04:28
@preaction_i'm an awesome folk at PB and i'm not going04:29
@apeironYes, well, we have to keep you away from society.04:30
@preaction_I am how nature says "Do Not Touch"04:30
@apeiron(I also make note that I'm retreating here since #perl has changed into #perl.fr)04:31
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []04:34
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI04:50
-!- perlmonkey3 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]05:35
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: lisett1, ckotil, khenn_, perlbot, f00li5h, steveo_aa, CIA-6, ascii, @preaction_, SDuensin, (+6 more, use /NETSPLIT to show all of them)06:04
-!- Netsplit over, joins: @tavisto, SDuensin, patspam, +Radix-wrk, lisett1, khenn_, @rizen, @preaction_, f00li5h, steveo_aa (+6 more)06:05
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: lisett1, ckotil, khenn_, perlbot, f00li5h, steveo_aa, CIA-6, ascii, @preaction_, SDuensin, (+6 more, use /NETSPLIT to show all of them)06:09
@apeironwheeeeeee06:12
@apeironxdanger, Just you and me, kiddo!06:13
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit ["Reconnecting"]06:52
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui07:28
-!- snapcount [n=snapcoun@120.11.101.97.cfl.res.rr.com] has joined #webgui07:28
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #webgui07:28
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui07:28
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui07:28
-!- lisett1 [n=ubuntu@201.232.58.66] has joined #webgui07:28
-!- khenn_ [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #webgui07:28
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui07:28
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui07:28
-!- ServerMode/#webgui [+ovoo apeiron Radix-wrk rizen preaction_] by irc.freenode.net07:28
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has joined #webgui07:28
-!- steveo_aa [n=sno@76.226.183.26] has joined #webgui07:28
-!- ascii [n=ascii@64.234.60.83] has joined #webgui07:28
-!- CIA-6 [n=CIA@208.69.182.149] has joined #webgui07:28
-!- diakopter [n=diakopte@pdpc/supporter/active/diakopter] has joined #webgui07:28
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui07:28
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has joined #webgui07:28
-!- perlbot [n=perlbot@lv.pm.org] has joined #webgui07:28
-!- ServerMode/#webgui [+v Radix_] by irc.freenode.net07:28
-!- Radix-work [n=Jesse@formsys.com] has joined #webgui07:39
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: lisett1, ckotil, khenn_, perlbot, f00li5h, steveo_aa, snapcount, CIA-6, ascii, @preaction_, (+8 more, use /NETSPLIT to show all of them)07:53
-!- Netsplit over, joins: @apeiron, Radix-work, snapcount, SDuensin, patspam, +Radix-wrk, lisett1, khenn_, @rizen, @preaction_ (+8 more)07:54
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit [Read error: 110 (Connection timed out)]07:58
-!- Radix-work [n=Jesse@formsys.com] has quit [Read error: 104 (Connection reset by peer)]07:59
-!- Radix-work [n=Jesse@203.161.68.67] has joined #webgui07:59
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: lisett1, ckotil, khenn_, perlbot, f00li5h, steveo_aa, snapcount, CIA-6, ascii, @preaction_, (+7 more, use /NETSPLIT to show all of them)08:57
-!- Netsplit over, joins: @apeiron, Radix-work, snapcount, SDuensin, patspam, lisett1, khenn_, @rizen, @preaction_, f00li5h (+7 more)08:59
-!- khenn_ [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []09:14
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui10:36
-!- Radix-work [n=Jesse@203.161.68.67] has quit ["Leaving"]11:16
-!- snapcount [n=snapcoun@120.11.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]12:15
-!- BartJol [n=plainstu@host2.procolix.com] has quit [Read error: 104 (Connection reset by peer)]15:17
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui15:28
SDuensinMorning.16:13
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui16:21
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI16:38
-!- mode/#webgui [+o khenn] by ChanServ16:38
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui17:20
-!- mode/#webgui [+o perlmonkey2] by ChanServ17:20
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]17:22
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI17:29
-!- mode/#webgui [+o tavisto] by ChanServ17:29
-!- fansipan1 [n=mwalker@72.242.161.254] has joined #webgui18:01
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui18:03
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []18:27
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]18:31
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui18:41
-!- mode/#webgui [+v perlDreamer] by ChanServ18:41
CIA-6WebGUI: jt * r6437 /branch/WebGUI_flux: a branch for flux privilege rules19:50
+perlDreamerwhat are flux privilege rules?19:51
@preaction_a new idea for enhancing privileges by chaining together rules19:52
@preaction_at least, from what I read19:52
+perlDreamerread?19:52
@preaction_they (whoever they are, i don't remember) discussed with JT about it, who solicited some opinions from the rest of the PB devs19:53
@preaction_i think patspam has something to do with it19:53
+perlDreamerhm19:53
+perlDreamerI think snapcount did something like that a while ago.19:53
@preaction_i think he was going to, but never got around to it19:55
@preaction_but yes, it does sound like his chains thing19:55
+perlDreamerIt might be worth asking him if he still has the code, or, going back through the IRC logs to find the discussion.19:55
@preaction_i think they're two different beasts. his chains thing went into the request cycle, this flux thing seems like it goes into the permissions checks19:55
@preaction_canView, canEdit, etc..19:55
+perlDreamerokay19:56
@rizenthey're two different things20:07
@rizenhis chains idea was closer to what URL and content handlers are20:07
@rizenflux is all about user privs20:07
@rizenpatspam's company is going to be developing flux20:10
@rizenwith patspam being the lead developer20:10
@rizeni haven't given him the ok to put it into the core yet, but i told him that if he developed it in svn so i can monitor it's progress and give him feedback along the way20:11
@rizenhe'd have a better chance of getting it in20:11
@rizenand overall there's a better chance it will turn out better, because it will be an open process20:11
@rizenhe's going to email a pdf to the dev mailing list to solicit feedback20:11
+perlDreamercool20:14
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has joined #webgui20:19
-!- mode/#webgui [+o perlmonkey2] by ChanServ20:20
lisett1how to create a rich editor rather than a text area is a flash and that the buttons controlling the same flash, and that the information delivered to me this flash are some parameters to create an xml.20:28
@perlmonkey2lisett1: you might want to look for open source, or free, or if you are willing to pay for it, commercial flash wdigets for doing that.  Else you will probably have to write your own.20:32
@perlmonkey2And then embed it in WebGUI.20:32
+perlDreamerusing your own form control20:34
lisett1i do the flash21:03
lisett1but i don't know embed in webgui21:04
lisett1form control?21:04
lisett1how?21:04
ckotilhrmm, ive dont it in a couple places. lemme look to see how.21:12
ckotils/dont/done21:12
ckotilfirst step is to upload the swf as a file asset.21:13
ckotilah, then i used the flash template as a starting point and edited it to work with my swf.21:15
ckotilnot sure if that helps. i can pastebin my flash template if you want21:15
ckotilanyone ever get their search asset to highlight search terms in the results?21:41
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []21:52
lisett1yes22:11
lisett1please22:11
lisett1ckotil, yes, please.22:21
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []22:30
lisett1which is the url?22:36
ckotilthis is my flash template22:44
ckotilhttp://webgui.pastebin.com/m75756ede22:44
ckotilupload the swf as a file and webgui recognizes it as flashh22:44
lisett1thanks22:45
ckotilyou're welcome. i hope it helps22:45
lisett1ok, and how to put this like a rich editor?22:45
lisett1i have a flash that make map mentals, and i need to convert to xml22:46
ckotilThats a tough question. Im not sure22:47
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI22:49
-!- mode/#webgui [+o tavisto] by ChanServ22:49
@tavistohey Colin, what's your preferred email addy22:49
@tavistoneed it for OSCON22:49
+perlDreamerOSCON?22:50
@tavistoyes... exhibit booth22:50
@tavistopasses22:50
+perlDreamerah, the Oregon Society for Criminally Oriented Naturalists22:50
@preaction_they'd be more appealing if they weren't naked all the time22:51
+perlDreamerwarmer, too22:51
@tavistoi'll make sure I sign you up for all of the great russian spam lists22:52
@tavistomuwhahaha!22:52
+perlDreamerIf you do that, it will cost you your salvation22:52
@tavistojust kidding.. I only do that to doug e. fresh's PB email22:53
fansipan1http://failblog.files.wordpress.com/2008/04/taxonomyfail.jpg?w=360&h=48022:55
fansipan1looooool22:55
@perlmonkey2fansipan1: that has to be a joke23:30
@perlmonkey2surely no one is that stupid?23:30
fansipan1either way it's funny :colbert:23:31
fansipan1ai! wrong chatroom! well, hope it gave you guys a chuckle :)23:32
@perlmonkey2heh23:32
@tavistohey that's my cat23:33
@tavistofluffy!23:33
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has joined #webgui23:37
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]23:42
JohnRestrepommm23:48
--- Day changed Fri May 23 2008
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui00:54
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui01:01
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has quit ["Leaving."]01:46
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:05
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has quit [Read error: 110 (Connection timed out)]02:29
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit ["Exit- stage left"]02:31
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []02:43
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui02:45
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui02:46
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []02:55
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui03:07
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit []03:19
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:44
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:44
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:53
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]04:34
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui04:35
+Radix-wrkhttp://www.lessaid.net/fun/apt-get-wife.png04:38
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui05:19
-!- mode/#webgui [+o perlmonkey2] by ChanServ05:19
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]05:30
CIA-6WebGUI: patspam * r6438 /branch/WebGUI_flux/lib/WebGUI/Operation/VersionTag.pm: Blindly fixed a couple of problems in VersionTag.pm that were stopping my branch from loading.06:38
patspammy first commit :)06:39
@preaction_word06:40
@apeironThat'll be one soul, please.06:40
@preaction_that's all? it's gotten cheaper over the years...06:41
@apeironI figure if I ask for too much all at once to replenish what you took from me that it'll look suspicious.06:41
@preaction_next thing you know we'll be letting them keep their wives, girlfriends, and children 06:41
@apeiron... er, did I type that out loud?06:41
dionaklol07:00
dionakwho is patspam? and who does he work for?07:01
dionakis he a plainblack special agent?07:04
@apeironI'm sorry, you're not classified to have that knowledge.07:05
@preaction_neither am I, for that matter07:05
-!- preaction_ was kicked from #webgui by apeiron [Indeed.]07:05
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui07:05
-!- mode/#webgui [+o preaction_] by ChanServ07:05
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]07:06
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has left #webgui [requested by preaction_: "indeed"]07:06
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui07:06
-!- mode/#webgui [+o apeiron] by ChanServ07:07
@preaction_and now, it escalates07:07
@apeironYou've learned well the ways of freenode, preaction_.07:07
@apeiron... remove'ing me while I'm not looking at IRC. hmph.07:07
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []07:44
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Connection timed out]08:06
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui08:26
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has quit []08:46
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]10:41
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui10:44
-!- bartjol [n=bartjol@host2.procolix.com] has joined #webgui10:53
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui11:43
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]12:06
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui12:06
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]12:10
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]12:38
-!- bartjo1 [n=bartjol@host2.procolix.com] has joined #webgui12:48
-!- bartjol [n=bartjol@host2.procolix.com] has quit [Read error: 110 (Connection timed out)]13:06
-!- AMH_bo1 [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui13:12
-!- AMH_bo1 [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit [Remote closed the connection]13:12
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui13:12
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:21
-!- citronized [n=chatzill@AStrasbourg-157-1-88-204.w90-56.abo.wanadoo.fr] has joined #webgui14:46
citronizedhi :)14:46
citronizedDoes someone knows when "thingy" will be realeased ?14:47
bartjo1like in stable version you mean?15:03
bartjo1because thingy is already available in the 7.5 series15:03
citronizedyup, like in stable version :)15:32
bartjo1ah, well15:35
bartjo1then you should ask one of those crazy americans15:36
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:08
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:08
-!- SDuensin [n=Scott@32.sub-75-207-186.myvzw.com] has joined #WebGUI16:12
SDuensinGreetings.16:15
bartjo1hi16:22
@perlmonkey2X11 forwarding over ssh tunnels via the internet doesn't work so well.16:44
@perlmonkey2just an FYI in the extremely miniscule chance you were interested.16:44
bartjo1well, hadn't thought about that...17:02
ckotilreally? i feel like ive done it before , and it worked OK17:03
ckotili remote desktop in windows XP all the time.17:03
ckotilive used an ssh tunnel for the windows remote desktop too17:04
bartjo1or vnc17:04
ckotilya, works ok too17:04
bartjo1but i only use it for windowsa17:04
bartjo1don't know how X behaves17:04
-!- dionak [n=diona@97.66.185.250] has joined #webgui17:12
@apeironperlmonkey2, I've forwarded over TCP/IP without any issues, if that helps.17:23
-!- MrHairgrease [n=martin@gw.oqapi.nl] has joined #webgui17:24
-!- mode/#webgui [+v MrHairgrease] by ChanServ17:24
+MrHairgreaserizen, you there?17:24
@rizennope17:24
+MrHairgreasegood17:24
+MrHairgreaseI just mistyped some url shop=transactuion;method=shop17:25
+MrHairgreaseand this line appereared in my log 31 times17:25
+MrHairgrease2008/05/23 16:23:10 - ERROR - dev.localhost.localdomain.conf - main::[[undef]] - WebGUI::Content::Shop:74 - Couldn't call non-existant method www_transactuion17:25
+MrHairgreasethat number correlates to the 31 transaction that have been created when checking out one (1) donation17:26
+MrHairgreaseany idea where that repetition comes from17:26
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]17:28
@rizenyes17:28
@rizenyou've run resetdev 31 times17:28
@rizenso now the shop content handler is in your config file 31 times17:28
+MrHairgreaseah17:29
+MrHairgreasei see17:29
+MrHairgreaseit indeed was17:29
+MrHairgreaseshouldn't the upgrade script chcek for that?17:30
@rizenwhy?17:30
@rizenit's not like someone is going to run the upgrade script 31 times17:30
@rizenand if they do, that's their problem17:30
+MrHairgreasewhatever17:30
@rizenare you in a fighting mood?17:31
+MrHairgreasehmm, why not?17:31
+MrHairgrease=)17:31
+MrHairgreaseare you?17:31
@rizennot particularly17:32
+MrHairgreaseok17:32
+MrHairgreasenever mind then...17:32
--- Log opened Fri May 23 17:38:28 2008
-!- xdanger [i=xdanger@217.112.244.70] has joined #webgui17:38
-!- Irssi: #webgui: Total of 21 nicks [3 ops, 0 halfops, 2 voices, 16 normal]17:38
-!- Irssi: Join to #webgui was synced in 3 secs17:38
--- Log opened Fri May 23 18:05:09 2008
-!- xdanger [i=xdanger@217.112.244.70] has joined #webgui18:05
-!- Irssi: #webgui: Total of 19 nicks [3 ops, 0 halfops, 2 voices, 14 normal]18:05
-!- Irssi: Join to #webgui was synced in 3 secs18:05
ckotiloen of my users who's is a Joomla fanatic, found this change log. http://www.plainblack.com/getwebgui/advisories/webgui-6_7_0-beta-released It says Rich editor now has 3 new buttons: paste from word, paste as plain text and fullscreen.18:10
ckotilWhere did these features go? Is there a new rich editor in WG 7?18:10
@rizenyou just have to enable them18:11
@rizenedit your rich editor config18:12
@rizenrich editor is an asset like any other18:12
ckotilok, can you direct me to this config?18:13
ckotilis it in import node?18:15
+MrHairgreaseyes18:15
ckotilkthx18:15
@rizenMrHairgrease, i think it makes sense to add a onStopRecurring method to Sku that can be extended by recurring subclasses and will be called when someone hits the "stop" button on a recurring item18:22
@rizenwhat do you think?18:22
@rizenoh, and by default that method will send a message to the store administrator letting them know that the recurrence has been stopped by the user18:23
+MrHairgreaserizen18:24
+MrHairgreaseit does18:24
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui18:25
+MrHairgreasealthough it might be better to call it onCancelRecurring18:25
+MrHairgreasesince I call it 'cancel a recurring transaction' in my code18:26
@rizenok18:27
@rizenperhaps i'm overthinking it, but cancel would seem to suggest that it will undo previous recurrences also18:28
+MrHairgreasedo you remember, btw, if it is possible to test the recurring postback functionality trough the test account of itransact?18:28
@rizeni don't know18:28
+MrHairgreaseif you ask me, you are overthinking18:28
@rizenfair enough18:28
+MrHairgreasein the docs they call it canceling a recurring transaction too18:28
-!- bartjo1 [n=bartjol@host2.procolix.com] has left #webgui []18:30
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui18:31
-!- mode/#webgui [+o preaction_] by ChanServ18:31
-!- MrHairgrease [n=martin@gw.oqapi.nl] has left #webgui []18:33
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit [Read error: 113 (No route to host)]18:48
-!- nuba [n=nuba@hq.imaterial.org] has joined #webgui18:53
nubai see theres a job posting from atomic learning for a catalyst perl developer on jobs.perl.org18:56
nubawonder if that means they're moving away from webgui18:56
nubaor just divesifying their shop18:57
@rizenthey moved away from webgui as far as i know18:57
nubai remember they used to have one of the kickassest inffrastructure for webgui hosting by 2004 or so18:58
nubatheir boxes all had beefy specs, over the top18:58
@rizenyeah, but they didn't want to use webgui the way it was intended to be used, which made hosting very difficult for them18:58
@rizenso they decided to write their own system just for their video publishing system18:59
nubai see18:59
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI19:02
-!- mode/#webgui [+o tavisto] by ChanServ19:02
CIA-6WebGUI: yung * r6439 /branch/WebGUI_Userlist/lib/WebGUI/ (Asset/Wobject/UserList.pm i18n/English/Asset_UserList.pm): Some more UserList search options and added (un)install methods.19:07
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui19:18
-!- mode/#webgui [+v perlDreamer] by ChanServ19:18
lisett1hello, i need to make a macro that return a xml, how to do19:24
+perlDreamerlisett1, are you still trying to do the Flash that returns XML?19:25
lisett1yes19:26
+perlDreamerA while ago, on the webgui forums, someone asked a similar question.19:26
+perlDreamerThe flash has to call some javascript that will do an AJAX call back to WebGUI19:26
+perlDreamerthat's about all the detail we have on that19:26
+perlDreamerDoing such a thing is completely new to WebGUI19:26
lisett1but the flash does not return the xml, interprets it, which should return the xml is the macro19:28
+perlDreamerah, see.  That's the problem in your understanding.19:28
+perlDreamerThe macro generates code which is sent to the browser19:28
+perlDreamerthe browser runs the flash19:28
+perlDreamerit will make the XML, and then has to get it back to the server19:28
+perlDreamerthe macro does not actually run on the user's browser19:29
lisett1then i can't do this?19:29
+perlDreameroh no, it can be done19:29
+perlDreamerBut no one that I know in WebGUI has ever done it19:29
+perlDreamerSo we won't be of much help19:29
lisett1ok19:31
lisett1i can do a new button for the rich editor? how to do this?19:37
-!- estiven [n=estiven@201.232.58.66] has joined #webgui19:38
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui19:50
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has joined #webgui19:56
-!- mode/#webgui [+o perlmonkey2] by ChanServ19:56
-!- lisett1 [n=ubuntu@201.232.58.66] has left #webgui []20:08
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit []20:10
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui20:18
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui20:43
-!- perlmonkey2 [n=perlmonk@ip-129-15-127-253.fennfwsm.ou.edu] has quit [Remote closed the connection]21:27
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []21:44
CIA-6WebGUI: jt * r6440 /WebGUI/lib/WebGUI/ (5 files in 3 dirs): added recurring transaction cancellation handling21:50
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit [Remote closed the connection]22:51
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui22:52
-!- mode/#webgui [+o perlmonkey2] by ChanServ22:52
+perlDreamerI would hope all of you devs would give some kind of feedback about my testing question (even if it's "I don't care"). :)22:57
@perlmonkey2I just signed in and nothing new is showing up in the rss feeds, so you must have posted your question in irc and I missed it :)22:59
+perlDreamerNo, it's on the dev list.  Spectre hasn't sprayed the emails out yet.23:00
+perlDreamerBut you can see it in the forum23:00
+perlDreamerhttp://www.webgui.org/webgui/dev/discuss/i18n-label-testing#mpfFaBdyg2i7wcjxB6097Q23:00
+perlDreamerbasically, fast but broken vs slow but correct23:01
+perlDreamerwhere fast = 20 minutes :/23:02
@preaction_i put my 2? in, even though the smoke test box hasn't done a valid run in a week :p23:02
+perlDreamerpreaction_: Please!23:03
+perlDreameryou're a dev23:03
+perlDreamerand I value your opinion a lot23:03
+perlDreamereven though I can psychically intuit it23:03
@perlmonkey2I think its a no brainer.  Slow and correct.  Hardware is cheap.23:03
@preaction_and the tests that take that long are not run as the normal thing. you have to enable them yourself23:04
@perlmonkey2I could put together a OC'd quad core text box for $600 that should be able to chew up anything.23:04
+perlDreameryes, via env CODE_COP=123:04
+perlDreamerperlmonkey2: Have you used Perl::Critic? :)23:04
@perlmonkey2perlDreamer: only casually just to see what it woudl say about my code.23:04
@perlmonkey2just to play with it.  never used it for realz.23:05
+perlDreamersometime when you want to heat your house, run Perl::Critic on the whole WebGUI core.23:05
@perlmonkey2hahaha23:05
@apeiron.... and use one of the new Macbook Pros.23:05
+perlDreamereven with just gentle it will run for a long time23:05
@apeironThose things run hotter than my 950 MHz AMD.23:05
+perlDreamerlong time >> 60 minutes23:05
@perlmonkey2I have my quad running at 3.2Ghz.  I bet it wouldn't cry overly much :P23:06
@apeironSeriously though, I would agree on the grounds that T::B hasn't been updated since 2006 despite having bugs from two years before that besides.23:06
+perlDreamerI'll bet 1 Teddywedger that it's still slow, even on your quad box.23:06
-!- fansipan1 [n=mwalker@72.242.161.254] has quit ["Leaving."]23:06
@apeironUnless you want to go comaint on the module (assuming Damian agrees to that) to fix it.23:07
+perlDreamerapeiron, that's what made me seriously think about the Perl::Critic solution.  if T::B isn't being maintained anymore, PPI/Perl::Critic is our best bet.23:07
+perlDreamerMaybe y'all can talk Chris Dolan into looking at my code or something.23:07
@apeironperlDreamer, You mean to make it faster?23:08
+perlDreameryes23:08
@apeironI imagine you've profiled it yourself?23:08
+perlDreamerNo23:08
-!- SDuensin [n=Scott@32.sub-75-207-186.myvzw.com] has quit [Read error: 104 (Connection reset by peer)]23:11
-!- SDuensin [n=Scott@32.sub-75-207-186.myvzw.com] has joined #WebGUI23:11
+perlDreamerso the concensus of apeiron, preaction_ and perlMonkey2 is "We have fast hardware and we don't have to run it if we don't want to".  Does that summarize it correctly?23:11
@apeironI would add a clause about Moore's Law in there as well.23:12
@perlmonkey2yes23:12
nubaslow and correct++, too, here23:15
+perlDreamernuba: You're not dead!  That's very good.23:15
+perlDreamerand thanks for your response :)23:16
nubanot yet, i guess23:16
nubanp23:16
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]23:22
+perlDreamerpreaction_: What _is_ up with the smoke tests?23:24
@preaction_i don't know23:26
@preaction_i think the box restarts, but i don't have the WRE restart with it23:26
@preaction_that and/or there's a missing dependency that's killing one which kills the other23:26
+perlDreamerwell, if you're blocking for tuits and a remote login would work, I might have some time next week to look at it.23:32
-!- SDuensin [n=Scott@32.sub-75-207-186.myvzw.com] has quit ["Leaving"]23:50
--- Day changed Sat May 24 2008
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui00:07
-!- estiven [n=estiven@201.232.58.66] has quit [Read error: 110 (Connection timed out)]00:07
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit [Client Quit]00:09
-!- dionak [n=diona@97.66.185.250] has quit []00:10
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui00:28
CIA-6WebGUI: yung * r6441 /branch/WebGUI_Userlist/www/extras/assets/small/userlist.gif: Adding small UserList icon00:47
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:00
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit []02:00
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit [Read error: 110 (Connection timed out)]02:11
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has joined #webgui03:04
pilaf153I am working on shopping cart stuff but I cant figure out how all it works.  I am to the point where I have found my config file.  I see something about the product macro but I am not sure what needs to go into the config file.  03:07
-!- pilaf153 [n=steve@c-68-43-160-207.hsd1.mi.comcast.net] has quit []03:16
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]03:21
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI03:27
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []03:59
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui04:18
-!- elnino [n=elnino@user-38q49cv.cable.mindspring.com] has joined #WEBGUI06:43
elninohowdy!06:43
elninosmall crowd this evening.06:43
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui07:09
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]07:33
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has joined #webgui08:05
-!- elnino [n=elnino@user-38q49cv.cable.mindspring.com] has quit ["Leaving"]08:40
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []09:10
-!- patspam [n=patspam@ppp59-167-131-235.lns3.mel6.internode.on.net] has quit ["Leaving."]16:08
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI16:39
-!- mode/#webgui [+o khenn] by ChanServ16:39
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:52
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:52
-!- fidodido [n=fidodido@86.121.202.23] has joined #webgui17:52
fidodidohello17:52
fidodidocan someone give some advices in site optimizing?17:52
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui18:28
-!- mode/#webgui [+v perlDreamer] by ChanServ18:28
-!- fidodido [n=fidodido@86.121.202.23] has quit []18:38
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui19:11
-!- mode/#webgui [+o rizen] by ChanServ19:11
@rizenhey perlDreamer...i just tried out the product, and can't add one to the cart19:12
@rizenis that because you aren't that far yet?19:12
+perlDreamercan't add one to the cart?19:15
+perlDreamerhm19:15
@rizenit doesn't seem to get past the index check in www_buy19:15
+perlDreameroh19:15
+perlDreamerProbably because I haven't gotten inventory control working with the new collateral yet19:16
+perlDreamerI'm on it!19:16
@rizenok that's fine19:16
@rizenwas just wondering if it was incomplete or a bug19:16
+perlDreamerboth ;)19:16
@rizeni just created a new macro called MiniCart and was trying to use product to test it out19:16
CIA-6WebGUI: yung * r6442 /branch/WebGUI_Userlist/lib/WebGUI/ (3 files in 3 dirs): Added some UserList help and small fixes.19:24
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]19:50
-!- rizen is now known as rizenlikeslunch20:03
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui20:35
-!- mode/#webgui [+v perlDreamer] by ChanServ20:35
+perlDreamerrizen: I think the Product bug is fixed, but it needs more work yet.20:41
+perlDreamerIf my battery will let me, that is20:42
CIA-6WebGUI: colin * r6443 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: fix a few variant collateral bugs in the Product21:05
-!- rizenlikeslunch is now known as rizen21:39
@rizenthanks for the heads up21:39
@rizenman do i hate writing help21:40
@rizenperlDreamer, i also saw that you made a fairly large error with templates21:50
@rizenyou're using a . in variable names21:50
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]22:05
-!- mode/#webgui [+v cap10morgan] by rizen22:39
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui22:54
-!- mode/#webgui [+v perlDreamer] by ChanServ22:54
@rizenpd: i don't think you saw when i posted it before, but i noticed that you made a mistake in your templates22:55
@rizenyou're using dots in template variable names22:55
+perlDreamerhuh?22:55
@rizenrelatedproduct.URL22:56
+perlDreamerthose were already there22:56
+perlDreamerdo you want them translated to new format?22:56
@rizenvariant.controls22:56
+perlDreamerThat I'm responsible for22:56
@rizenthat was already there?22:56
+perlDreamerrelatedProduct.URL was already there22:56
+perlDreamerI figured the variant template variables would be grandfathered in22:56
@rizenperhaps you forgot, but we (you and me) decided a while back that we're removing dots from template variable names22:56
@rizenwhy would we grandfather anything in?22:57
@rizenit's just more work for us when we fix the problem later.22:57
+perlDreamerI'll change them22:57
+perlDreamerDo you want the others changed after the freeze?22:57
+perlDreamerand how should existing user product templates be handled?22:58
@rizenif you have time, yes, i think now would be a great time to change them22:58
@rizenpeople will have to update their templates anyway to reflect the new variant system22:58
+perlDreamerokay22:59
@rizenwe can put a gotcha in to tell people to update their templates...since they'll have to anyway22:59
@rizenbtw, how many product templates come with webgui. only 1 right?22:59
+perlDreamer422:59
@rizenok, please get rid of all but 123:00
+perlDreamerthe one labeled Default Product?23:00
@rizenand i'll have steve update the 123:00
@rizenyes23:00
@rizenand make sure to update all the product asset instances that might be using the old templates23:00
+perlDreamerokay23:00
@rizeni've told steve he has to make a new template for products23:00
+perlDreamerwhen should I have the template variables done for Steve?23:01
@rizenso give him 1 working template23:01
@rizenasap23:01
@rizenhe's going to start on it next week if you're ready for him23:01
+perlDreamerokay, I'll do it first, then inventory in the Product, then import/export products23:01
@rizenif you're not ready for him, then i'll have him work on the cart and address book templates next week23:01
@rizenwhich are done, but are less critical23:02
@rizeni'm sorry to hit you with this, i thought you remembered our discussion about changing these things23:03
+perlDreamerDude, it's my bad.  I remembered the changing, just didn't understand the extent and immediacy.  Thy will will be done.23:04
@rizenbtw...what do you think about doing the template variable updates as a primary focus of 7.623:05
@rizenjust to get it over with23:05
+perlDreamertemplate variable updates == ( tr/./_/; and i18n labels)?23:06
@rizenyeah23:06
+perlDreamerthat should be okay23:07
+perlDreamerI'd also like to do a bunch of test work23:07
@rizenthat's probably a better idea23:09
@rizeni'll either handle the template translation stuff entirely myself, or i'll push it to 7.7 so we can work on it together.23:09
@rizeni want you to work on whatever makes you happy.23:09
+perlDreamerI think both are important, and we have 6 months for 7.6?23:10
@rizenunless i decide to make 7.6 a year long effort, yes23:10
@rizeni've still not decided from our dev mailing list discussion which way to go23:10
+perlDreamerwhat else is 7.6 going to have besides template vars?23:11
@rizencan't discuss it publicly23:12
@rizenannouncing it at the wuc23:12
+perlDreamerI'll wait :)23:12
@rizengot to have something to talk about for an hour up there23:13
@rizencan't use a whole hour to extoll the benefits of perlDreamer23:13
@rizen=)23:13
+perlDreamerwell, you could talk a _little_ about WebGUI23:14
+perlDreamerit might also be nice to do a little recap of the year23:14
+perlDreamer2008 was the year that WebGUI's dev community grew23:14
@rizeni usually do23:14
+perlDreamersometimes it was good, like vegetables23:14
+perlDreamersometimes it was bad, like weeds23:14
@rizenare you trying to come up with imagry for my speech?23:14
+perlDreamerNo, I've been doing gardening today.23:15
@rizenah23:15
@rizeni was going to say, the environment was my theme from last year23:15
@rizenhave the new theme, but don't have the music yet23:15
+perlDreamerSomething from John Williams?23:15
@rizenhehe23:17
@rizenmethinks that would break the tradition pretty substantially23:17
@rizenthough i am giving some serious consideration to some new orleans style jazz music23:18
+perlDreamersince when have you been a traditionalist?23:18
@rizeni'm just saying...ever since the first wuc, i've played some sort of rock music as the opening to my keynote address23:18
+perlDreamerHave you heard of Skillet?23:19
@rizenin addition, there's always been a korn song either at the beginning or end of it23:19
@rizenyes23:19
@rizenI'm thinking about using the music behind "Down and Out" by Tantric23:35
@rizenit's got this nice mix of a violin or cello with rock guitar and drums23:35
+perlDreamersounds good23:36
+perlDreamerIs it bad if you want to duct tape your children to the ceiling?23:42
@rizennope23:43
+perlDreamerexcellent, be back in 15!23:43
@rizeni think you're good as long as you don't cage them23:43
@rizeni hear that will get you 20 years23:43
+perlDreamerYeah, I read that.23:43
+perlDreamerTalk about infringing on a parent's right to discipline their children.23:43
+perlDreamerNext they'll be telling us that you can't wash their mouths out with soap.23:43
@rizenindeed23:44
@rizenor whip them with a hickory stick23:44
@rizeni guess that's a hickory switch23:44
+perlDreamerHickory stick sounds like President Jackson23:45
+perlDreamerOr something from Tillamook Smoker23:45
+perlDreameroh dear, I need to clean up the Commerce templates, too.23:50
+perlDreamerthat can wait a bit23:50
@rizencommerce templates?23:50
+perlDreamerFrom the old commerce system23:50
@rizenyou mean delete the old ones?23:50
@rizenoh23:51
+perlDreameryeah23:51
@rizeni'll take care of that23:51
@rizenthat's what i plan on doing on monday after i have all the current stuff set up23:51
@rizenthere are a few things left to template like the "thank you page"23:51
+perlDreamerI have a little bit of code set up for deleting the Help, i18n and the code from the Commerce.23:51
@rizenand the email that gets sent out on a new order23:51
+perlDreamerremoveOldCommerceCode in the upgrade script23:52
@rizenok i'll have a look when it comes time23:52
+perlDreamerare we going to make it?23:52
@rizeni think so23:52
@rizeni plan to have everything wrapped up before i quit on monday23:52
@rizenprovided that MrHairgrease finishes the subscription/recurring stuff23:53
@rizeni think we'll make it23:53
@rizenoh and that preaction and haarg finish the stuff they're working on23:53
@rizeni assume you will be done on time...that's a good assumption, right?23:53
--- Day changed Sun May 25 2008
+perlDreamerperhaps00:26
+perlDreamerI'm way busy on Sunday00:26
+perlDreamerand I still have to be a dad00:26
@rizenyou realize that the feature freeze isn't until next saturday right?00:30
+perlDreameryes00:30
+perlDreamerI'll have my code in by Saturday00:31
+perlDreamerIt will need some polish, but will be functional00:31
@rizenwe've got all of june to polish00:31
@rizentechnically all of june and july00:31
+perlDreamerrizen: Can I ask a favor?00:40
@rizenof course00:41
+perlDreamerI'd love to get a copy of the smolderbot/buildbot slides from YAPC::NA00:41
+perlDreamerthey may be posted online after the conference, but just in case00:41
@rizenthey don't distribute slides at yapc00:41
@rizenlike the cd that we do witht he wuc00:42
@rizenbut i'll ask whomever is giving the talk00:42
+perlDreamercool, I'll owe you one.  You can expect something apple-y and pie-like at OSCON.00:43
+perlDreamerrizen: templates variables are committed.  Time for testing.01:28
CIA-6WebGUI: colin * r6444 /WebGUI/ (6 files in 6 dirs): 01:33
CIA-6WebGUI: Translate all Product variables to use underscores instead of dots.01:33
CIA-6WebGUI: Update i18n and Help and the Product Template.01:33
CIA-6WebGUI: Remove the Benefits Showcase, Left Column Collateral and Three Columns Product templates.01:33
+perlDreamertesting looks good, committed a small fix.01:47
+perlDreamerrizen: If a variant has no available quantity, do you want it displayed by disabled, or left off completely?01:47
@rizenman that's a really good question01:52
@rizenyou display it twice, right? once in the buy dropdown, and once in the variants list01:53
@rizenso i'd say leave it out of the buy dropdown if there is no quantity left01:53
+perlDreamersounds good, and saves me from extending the SelectBox form control, since it can't do that by default.02:00
CIA-6WebGUI: colin * r6445 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: only show the buy form if there are variants to sell02:01
+perlDreamerthe bottom of that form is getting crowded02:02
+perlDreamerSteve is going to have his work cut out for him02:02
@rizenyou mean all the different options you can attach to a product?02:02
+perlDreameryeah02:03
@rizenyeah02:03
+perlDreameraccessories, related, specs, benefits, features and variants02:03
@rizenbut it also makes product hella powerful02:03
+perlDreamerall we need to do is get Thinkgeek to use it :)02:03
@rizenthat would be awesome02:04
@rizeni honestly can't wait until we start getting in RFE's on the new shop02:04
@rizeni bet people have all kinds of ideas on how to make it cool02:04
+perlDreameryeah, like getting image1 associated with each related product/accessory02:06
+perlDreamerif an asset method returns '', does view or www_view get called?02:07
+perlDreamerI need to pass an error variable back to view02:07
@rizenwww_view02:24
@rizenset a stow variable02:24
+perlDreamerokay, thanks.02:24
+perlDreamerCartItem is a very nice piece of work, btw02:24
@rizenor set a variable in the asset 02:24
@rizenhashref02:24
@rizenthank you02:24
@rizeni'm pretty proud of the whole shop...i think it's my best work as far as webgui goes02:25
+perlDreamerI keep thinking of things that I have to be careful of and then finding you've already covered it in CartItem :)02:25
@rizeni'm really pleased with out the cart can interact with products and vice versa02:27
@rizens/out/how/02:27
CIA-6WebGUI: colin * r6446 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: variant info is always displayed02:28
CIA-6WebGUI: colin * r6447 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: begin implementing inventory control. Continue to separate the variants loop and the list of available variants for sale.02:28
+perlDreamerback to the lawnmower for a bit02:31
@rizenhave fun02:32
CIA-6WebGUI: jt * r6448 /WebGUI/ (18 files in 12 dirs): 02:53
CIA-6WebGUI: changed the name of getCartBySession to newBySession02:53
CIA-6WebGUI: created the CartItemCount and MiniCart macros02:53
CIA-6WebGUI: added help for MinCart, Cart, Address Book, and Edit Address templates02:53
-!- rizen is now known as rizenisaway04:00
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]04:14
-!- rizenisaway [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []04:18
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui06:30
-!- mode/#webgui [+o rizen] by ChanServ06:30
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []06:41
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]07:10
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui07:11
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui07:14
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]07:14
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui07:35
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []07:41
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit ["Leaving."]07:50
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has joined #webgui07:56
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]08:18
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui09:09
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []10:49
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has quit ["Leaving."]15:22
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui16:50
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui17:29
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:51
-!- mode/#webgui [+o rizen] by ChanServ17:51
--- Log closed Sun May 25 18:20:07 2008
--- Log opened Sun May 25 18:20:56 2008
-!- xdanger [i=xdanger@i.should.be.in.a.mentalhouse.net] has joined #webgui18:20
-!- ServerMode/#webgui [+ns] by orwell.freenode.net18:20
-!- Irssi: #webgui: Total of 1 nicks [0 ops, 0 halfops, 0 voices, 1 normal]18:20
-!- Irssi: Join to #webgui was synced in 3 secs18:20
!orwell.freenode.net *** Notice -- TS for #webgui changed from 1211728859 to 116452337518:21
-!- ServerMode/#webgui [-s] by irc.freenode.net18:21
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui18:21
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui18:21
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui18:21
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #webgui18:21
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #webgui18:21
-!- nuba [n=nuba@hq.imaterial.org] has joined #webgui18:21
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui18:21
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui18:21
-!- ServerMode/#webgui [+oooo rizen khenn preaction_ apeiron] by irc.freenode.net18:21
-!- perlbot [n=perlbot@lv.pm.org] has joined #webgui18:21
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has joined #webgui18:21
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui18:21
-!- diakopter [n=diakopte@pdpc/supporter/active/diakopter] has joined #webgui18:21
-!- CIA-6 [n=CIA@208.69.182.149] has joined #webgui18:21
-!- ascii [n=ascii@64.234.60.83] has joined #webgui18:21
-!- steveo_aa [n=sno@76.226.183.26] has joined #webgui18:21
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has joined #webgui18:21
-!- ServerMode/#webgui [+v Radix_] by irc.freenode.net18:21
-!- ServerMode/#webgui [+bbb *!*@189.4.48.48 *!*@85-18-14-23.fastres.net broasaurus*!*@*] by irc.freenode.net18:21
-!- irc.freenode.net changed the topic of #webgui to: [ WebGUI 7.4.35-stable / 7.5.10-beta | WRE 0.8.3 ] Before you ask, check the wiki: http://wiki.webgui.org | Pastebin: http://webgui.pastebin.com/ | Find JT and PB at YAPC::NA, buy tickets now! http://conferences.mongueurs.net/yn200818:21
-!- _888 [n=chatzill@AMontsouris-157-1-70-56.w90-46.abo.wanadoo.fr] has joined #webgui19:10
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []19:27
-!- crythias [n=gyoung@fl-69-68-148-96.sta.embarqhsd.net] has joined #webgui19:28
-!- mode/#webgui [+v crythias] by ChanServ19:28
-!- crythias [n=gyoung@fl-69-68-148-96.sta.embarqhsd.net] has quit [Client Quit]19:29
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui19:35
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui19:35
-!- mode/#webgui [+o rizen] by ChanServ19:36
-!- _888 [n=chatzill@AMontsouris-157-1-70-56.w90-46.abo.wanadoo.fr] has left #webgui []19:40
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]20:20
CIA-6WebGUI: jt * r6449 /WebGUI/lib/WebGUI/ (Shop/Transaction.pm i18n/English/Shop.pm): added a way to cancel recurring transactions through the mgmt interface20:35
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui23:18
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has quit ["Leaving"]23:35
--- Day changed Mon May 26 2008
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has joined #webgui00:01
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []00:31
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui00:37
-!- mode/#webgui [+o rizen] by ChanServ00:37
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 113 (No route to host)]00:40
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui00:41
-!- vayde [n=vayde@c-24-118-227-55.hsd1.mn.comcast.net] has quit ["Exit- stage left"]00:51
-!- CIA-6 [n=CIA@208.69.182.149] has quit [Remote closed the connection]01:09
-!- CIA-6 [n=CIA@208.69.182.149] has joined #WebGUI01:17
CIA-6WebGUI: jt * r6450 /WebGUI/ (2 files in 2 dirs): added product import node for the product import system01:27
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has joined #webgui01:32
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]01:37
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui01:37
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has left #webgui []01:38
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui02:02
-!- mode/#webgui [+v perlDreamer] by ChanServ02:02
+perlDreamerrizen: Did I put the product node in the wrong place?02:02
@rizenyes, i don't think i was specific02:03
@rizenthe problem with the place you put it is that some people run navigations off the root of their site02:03
+perlDreameroy02:03
+perlDreamerI'm glad you caught that.02:03
@rizenand your folder would have shown up in their nav02:04
+perlDreamerwell, my products _are_ important :)02:04
@rizenindeed =)02:04
+perlDreamerare you watching the Phoenix land today?02:04
@rizeni also flipped the isSystem flag on it02:04
@rizenand created a getProductImportNode() method in the product sku02:04
@rizenyes, i'm watching the live feed right now02:05
@rizennot much going on yet02:05
+perlDreamerwhat channel is the live feed on?02:06
@rizenthe internet =)02:06
@rizenhttp://www.nasa.gov/multimedia/nasatv/index.html02:06
@rizenclick on "other viewing options" to choose whichever player you want to use02:06
+perlDreamerI really need to upgrade so that I can have audio with Flash02:07
@rizenthere's no flash player option02:07
@rizenat least not that i can see02:07
@rizenoh crap...the "other viewing options" isn't showing the same feed as the main url i just sent you to02:07
+perlDreamerIt's on the Science channel on Verizon Fibre02:07
@rizensarah's watching a movie on our tv02:08
+perlDreamerloser02:08
+perlDreamerThere's important history to watch!02:08
@rizenbesides, i'm coding right now, so this is better...i can listen02:08
@rizenand code02:08
@rizeni need the damn manual02:09
+perlDreamerI don't think NASA releases manuals for their landers02:09
@rizeni want to know what "Step ED9272-H" is02:09
+perlDreamerYour feed is probably commercial free :)02:10
+perlDreamerGoogle doesn't know either02:10
@rizenindeed it is02:10
@rizenwhen is it scheduled to land, do you know?02:12
+perlDreamer38 minutes from now02:12
+perlDreamerI just committed the inventory control for the Product.02:16
@rizennice02:16
@rizeni'm working on the "view my transactions" screans02:16
@rizenscreens02:16
@rizeni had no idea that this was going to be a traditional lander02:16
+perlDreameryeah, it's too heavy for bags02:16
@rizenwhy not use the grape baloon02:16
@rizenoh02:16
@rizenso how much bigger is this lander than spirit/opportunity?02:17
+perlDreamerPhoenix is 772 lbs02:18
@rizeni can't believe this isn't the top story on CNN.com right now02:20
CIA-6WebGUI: colin * r6451 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: Inventory management for the Product.02:20
@rizenit's not even in the top 302:20
@rizenthere is a blog entry, and that's about it02:21
@rizennot so much as a picture02:21
+perlDreamerThe Mars Rovers are 387 lbs each02:22
@rizenthis thing seems too complicated to survive02:23
+perlDreamerunlike the rovers, though, it won't last the winter.  This is a 90-day mission only02:24
@rizenthe rovers weren't supposed to last very long either02:24
+perlDreamerno, but the lander does have the power output to keep itself warm02:25
+perlDreamerit's feet will be buried in ice (water and C02)02:25
+perlDreameruh, the lander does NOT have the power output02:25
@rizeni'm glad it's not me that had to engineer and land this thing02:27
+perlDreamerI feel the same way about wG sometimes.02:27
@rizenway too complicated for my tiny little neurons to handle02:27
@rizenhehe, webgui is nothing compared to this feat of engineering though02:28
+perlDreamertrue02:28
+perlDreamerI just write tests and tinker around02:28
+perlDreamerKathy says "Hi!"02:28
@rizennot true, you wrote probably about 15-20% of the new webgui shop02:28
@rizenhi back02:29
+perlDreamerthat's tinkering around.  You engineered and architected it.02:29
@rizenwhat if when this thing lands and turns on it's cameras it sees, gulp, a transformer standing there?02:30
+perlDreamerHasbro will sue :)02:30
+perlDreamerWe pray for autobots?02:31
@rizenautobots are cool02:33
+perlDreamer19:30 until landing02:34
+perlDreamerthen we have to wait about 15 minutes for signals to return02:34
+perlDreamerDo you want the import/export methods in the Shop/Admin, Sku/Product.pm, or somewhere else (Shop/Inventory)?02:35
@rizenShop/Products02:37
@rizennot inventory, because i may eventually use that for all inventory02:37
+perlDreamerokay02:37
@rizenWe are a go for EDL comm.02:43
+perlDreamerwhat does that mean?02:43
@rizenthat means the EDL people have taken over02:44
@rizenit is no longer a space flight mission02:44
@rizenit is a landing mission02:44
@rizenat least if i'm understanding them right02:44
@rizenwahoo!!!02:51
@rizenalmost there02:51
@rizenparachute open02:51
@rizenheat shield ejected02:51
@rizenspeed 80 m/s02:51
+perlDreamer6 m/s02:52
+perlDreamerI hate waiting!02:52
@rizenon my feed they still say 60 m/s 02:52
@rizeni wonder if my feed is delayed02:53
+perlDreamer1700 meters, on final descent02:53
+perlDreamer600 meters02:53
@rizenaltitude 1800 ms02:53
@rizen160002:53
+perlDreameryeah, you're delayed02:53
@rizenmy feed must be delayed02:53
@rizendamn it02:53
+perlDreamertouchdown!02:53
@rizendamn you!!!!02:54
@rizentouchdown!!02:54
@rizennow lets hope that the damn thing expands like it's supposed to02:55
+perlDreameryeah02:55
+perlDreamerI don't know what's worse, commercials or a 30-second delay02:56
@rizen30 second delay 02:57
@rizenactually what's even worse is that i am watching two feeds02:57
@rizenand they aren't in sync either02:57
+perlDreamerbummer02:57
+perlDreamerOh, dude!  We have to switch to SAP.  It's the only way to scale at the enterprise.02:59
@rizeni agree completely03:00
@apeironheh. 32kbps from Mars, not bad.03:17
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:17
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:17
CIA-6WebGUI: colin * r6452 /WebGUI/lib/WebGUI/Shop/Tax.pm: more POD for Tax.pm03:20
@rizenmars science lab is over 2000 lbs03:25
@rizenholy crap03:25
@rizenok i'm out for the night...talk to you peeps later03:26
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []03:27
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]03:28
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:29
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui03:32
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]03:32
CIA-6WebGUI: jt * r6453 /WebGUI/ (9 files in 6 dirs): 03:50
CIA-6WebGUI: added thank you page03:50
CIA-6WebGUI: fixed bug in minicart03:50
CIA-6WebGUI: added user transaction detail page03:50
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]04:53
CIA-6WebGUI: patspam * r6454 /branch/WebGUI_flux/ (28 files in 14 dirs): WebGUI_flux: merged -r6437:6453 from trunk06:56
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]07:31
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui07:32
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]07:37
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui07:37
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui08:36
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]08:36
-!- AMH_henry [n=henry@a80-101-75-92.adsl.xs4all.nl] has joined #webgui09:26
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]09:46
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui09:46
patspamis there a preference regarding datetime vs. epoch in the db for core code?10:06
@preaction_patspam, use datetimes10:11
@preaction_epochs are kinda bad10:11
@preaction_epoch math is wors10:11
@preaction_e10:11
@preaction_see WebGUI::DateTime (which is a subclass of DateTime)10:11
patspampreaction_:thanks10:13
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui10:39
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:53
@apeironYeah, DateTimes are good. http://xkcd.com/376/11:04
-!- bartjol [n=bartjol@host2.procolix.com] has joined #webgui11:59
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []12:03
-!- AMH_henry [n=henry@a80-101-75-92.adsl.xs4all.nl] has left #webgui []14:14
bartjolanybody here already knows when the next 7.5 version is due to arrive?16:09
-!- bartjol [n=bartjol@host2.procolix.com] has left #webgui []16:40
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]17:25
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui17:25
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has quit ["Leaving."]17:28
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:40
-!- mode/#webgui [+o rizen] by ChanServ17:40
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit ["Leaving."]17:44
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui17:51
-!- mode/#webgui [+o perlmonkey2] by ChanServ17:51
-!- VIP [n=bfd@123.18.174.56] has joined #webgui17:53
VIPGo to => http://luongtunga.wap.in   => Free download Game mobile, Ringtone, Img, News, Sex, .....17:53
-!- VIP [n=bfd@123.18.174.56] has left #webgui []17:54
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui18:10
-!- mode/#webgui [+o Haarg] by ChanServ18:10
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI18:35
-!- mode/#webgui [+o khenn] by ChanServ18:35
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui19:09
-!- mode/#webgui [+v perlDreamer] by ChanServ19:09
+perlDreamerDidn't VMWare release vmware workstation for free?19:20
@rizenno, vmplayer19:20
@rizenvm workstation you still have to pay for as far as i know19:20
+perlDreamerKathy brought home a bunch of media from her grandmother's house to digitize it19:21
@rizenthey also released a light duty version of vmware server for free19:21
+perlDreamerThen she researched high-end scanners to look for one that was linux compatible19:21
+perlDreamerand got it wrong19:21
+perlDreamerSo now I have to find a windows solution to this problem.19:21
@rizenthere is also VirtualBox from sun.19:21
@rizenIt's free for personal use.19:21
+perlDreamerVirtualBox?  I'll check it out.19:22
@apeironIf you're looking to stay FOSSy, you can try qemu.19:22
@rizenGraham is using it and says its pretty good.19:22
@rizenvirtual box that is, not qemu19:22
@rizenqemu is a total pain in the ass to set up19:22
@rizenin my opinion any sort of vm will serve you better and faster19:23
+perlDreamerHere's the thing that kills19:23
+perlDreamerme19:23
+perlDreamerThe last two laptops I've bought have come with windows XP19:24
+perlDreamerbut they're not install disks19:24
+perlDreamerthey're disk images19:24
@rizenyeah19:24
+perlDreamerthey wipe the drive19:24
+perlDreamerSo I've paid for windows licenses that I can't use on any computer I'd like19:24
+perlDreamerand I can buy a cheap desktop with Windows for less than buying VMware and Windows separately19:25
@rizencan't you take back the scanner?19:26
@rizenoh, and on amazon.com you can buy the OEM version of Windows XP for $90-$100 bux19:27
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit [Read error: 110 (Connection timed out)]19:28
+perlDreamerVirtualBox Open Source Edition does not support USB19:28
@rizenuse personal edition19:28
@rizenit's free19:28
@rizenfor personal use19:28
+perlDreamerah! oh, okay19:29
+perlDreamerfor a while there I figured the closed source version was commercial, too19:34
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]20:58
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]21:51
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui23:15
-!- mode/#webgui [+o perlmonkey2] by ChanServ23:15
@rizenwahooo!!!!!!23:24
@rizeni believe that my part of webgui shop is feature complete23:25
@rizenstill have a billion hours of testing and bug fixing to do23:25
@rizenbut it's a good milestone23:25
--- Day changed Tue May 27 2008
CIA-6WebGUI: jt * r6455 /WebGUI/ (10 files in 6 dirs): added email receipt and "my purchases" page00:30
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI00:30
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui00:49
-!- mode/#webgui [+v MrHairgrease] by ChanServ00:49
+MrHairgreaserizen, there's no cancel recurring payment button in the transaction screen yet right?00:50
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []01:07
-!- Radix__ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui01:14
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has quit [Read error: 104 (Connection reset by peer)]01:14
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:18
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Connection timed out]01:46
CIA-6WebGUI: martin * r6456 /WebGUI/lib/WebGUI/ (3 files in 3 dirs): Recurring payment stuff fixes, forgot ITransact.pm in last commit.02:16
CIA-6WebGUI: doug * r6457 /WebGUI/ (15 files in 10 dirs): Complete asset manager rewrite.02:16
CIA-6WebGUI: doug * r6458 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: added asset manager to upgrade02:16
CIA-6WebGUI: martin * r6459 /WebGUI/lib/WebGUI/Macro/ (SubscriptionItemPurchaseUrl.pm SubscriptionItem.pm): Converted the Subscription related macro's to use the new commerce system.02:16
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui02:39
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:39
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has joined #webgui02:42
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI03:30
-!- mode/#webgui [+o tavisto] by ChanServ03:30
CIA-6WebGUI: colin * r6460 /WebGUI/lib/WebGUI/Shop/Tax.pm: Remove debugging statements from Tax.pm03:32
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has quit ["Leaving."]03:32
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has joined #webgui03:35
CIA-6WebGUI: colin * r6461 /WebGUI/ (lib/WebGUI/Shop/Products.pm t/Shop/Products.t): begin work on importing products03:55
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui04:02
-!- mode/#webgui [+v perlDreamer] by ChanServ04:02
+perlDreamerHas anyone tried the new Asset manager yet?04:02
+perlDreamerhm... click and drag doesn't seem to be working.04:06
+perlDreamerwell, maybe I just can't get it working04:06
-!- f00li5h_ [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui04:12
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has quit [Read error: 104 (Connection reset by peer)]04:12
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit [Read error: 104 (Connection reset by peer)]04:12
-!- f00li5h_ [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has quit [Read error: 110 (Connection timed out)]04:33
-!- f00li5h [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui04:33
CIA-6WebGUI: colin * r6462 /WebGUI/ (7 files in 4 dirs): 04:48
CIA-6WebGUI: Remove extra whitespace in the testing files.04:48
CIA-6WebGUI: Make importProducts check file headers.04:48
CIA-6WebGUI: Add testing collateral, and tests04:48
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI04:54
-!- mode/#webgui [+o tavisto] by ChanServ04:54
+perlDreamerrizen: ping.  Commerce question on Product import05:37
+perlDreamerI want to make sure that I have the functionality right05:37
+perlDreamerIf a mastersku exists, and a sku exists as a variant, then update the info from the import data05:38
+perlDreamerif the mastersku exists and the sku does not exist, then add a new variant05:38
+perlDreamermissing skus are a no-op, do nothing to what is there05:38
+perlDreamerif the mastersku does not already exist, then add a new product in the product import node, and add variants for each unique sku that is listed for it05:39
+perlDreamerif an existing mastersku does not exist in the file, then do nothing.05:39
+perlDreamerso basically, only create and update, but no delete05:39
+perlDreamerno deleting products or variants of products05:39
+perlDreamerNext question, should the update be atomic (all or none?)05:40
+perlDreamerFor example, if they try to update a product that is locked by another user, should NO data from the file be taken, or should as much valid data be updated as possible?05:40
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui05:50
-!- mode/#webgui [+o preaction_] by ChanServ05:50
+perlDreamerhave to study, be back in a while05:54
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit [Read error: 104 (Connection reset by peer)]06:17
patspamis it normal for HEAD to be broken? currently VersionTag.pm has a syntax error06:17
patspamjust wondering about how often I merge the trunk changes into my branch06:19
patspamAdd Site is bombing out on the latest trunk too06:20
patspaminitially thought it must be a prob at my end, but now i don't trust the trunk06:20
@preaction_i'm at revision 6462 and i don't have a syntax error in WebGUI::VersionTag06:31
@preaction_but i see the ones in WebGUI::Operation::VersionTag, and i've fixed them06:33
patspamok, cool. the Add Site thing was a JSON syntax error in WebGUI.conf.original. I've fixed that06:37
CIA-6WebGUI: doug * r6463 /WebGUI/lib/WebGUI/Operation/VersionTag.pm: fix syntax errors in operation/versiontag06:39
CIA-6WebGUI: patspam * r6464 /WebGUI/etc/WebGUI.conf.original: Fixed JSON syntax error in etc/WebGUI.conf.original06:39
+perlDreamerpatspam: without the nightly smoke runs, we're flying half blind06:51
+perlDreamerI say half, because they probably cover less than half the code :(06:51
patspamah, are the smoke runs down atm?06:52
+perlDreameryeah, both sets of them06:52
+perlDreamerIt would be interesting if you tried to run t/VersionTag.t before and after your fix, to see if they _might_ have picked up the bug you found06:53
@preaction_perlDreamer, it was Operation::VersionTag, there are no tests there that I know of07:00
+perlDreamerno, there aren't07:01
patspamyeah t/VersionTag.pm doesn't use it. a "perl -c" would have been enough though07:05
+perlDreamerthere is a syntaxCheck test07:05
patspamah, well that would've worked then :)07:06
CIA-6WebGUI: patspam * r6465 /branch/WebGUI_flux/ (16 files in 3 dirs): 07:06
CIA-6WebGUI: Added flux design docs to designdocs/flux07:06
CIA-6WebGUI: Added flux db tables to create.sql07:06
CIA-6WebGUI: patspam * r6466 /branch/WebGUI_flux/ (38 files in 21 dirs): WebGUI_flux: merged -r6453:6465 from trunk07:06
CIA-6WebGUI: colin * r6467 /WebGUI/ (lib/WebGUI/Shop/Products.pm t/Shop/Products.t): 07:31
CIA-6WebGUI: Fix two bugs with importing product data.07:31
CIA-6WebGUI: Begin to build code for adding and editing products.07:31
CIA-6WebGUI: colin * r6468 /WebGUI/lib/WebGUI/Shop/Products.pm: stub out exportProducts07:31
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]07:33
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]07:37
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui07:38
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]07:58
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has quit [Remote closed the connection]08:01
-!- f00li5h [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui08:01
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui09:02
-!- mode/#webgui [+o Haarg] by ChanServ09:02
-!- citronized [n=chatzill@AStrasbourg-157-1-85-13.w90-56.abo.wanadoo.fr] has joined #webgui09:27
citronizedHello :)09:27
citronizedI'd like to upgrade my WRE to the 7.5 beta, do you have any link for a tuto or "how to" ?09:28
citronizedok, seems that "http://www.webgui.org/community-wiki/upgrading" was what I was looking for :D09:34
citronizedbut I guess I can't do an automatic upgrade if I want the 7.5.1 beta, isn't it ?09:35
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui10:05
-!- snapcount [n=snapcoun@251.8.101.97.cfl.res.rr.com] has joined #webgui10:32
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:40
-!- BartJo1 [n=plainstu@host2.procolix.com] has joined #webgui11:11
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []11:22
-!- snapcount [n=snapcoun@251.8.101.97.cfl.res.rr.com] has quit [Read error: 110 (Connection timed out)]11:25
-!- f00li5h [n=f00li5h@unaffiliated/f00li5h] has quit [Read error: 104 (Connection reset by peer)]11:59
-!- f00li5h [n=f00li5h@c211-30-187-137.thorn1.nsw.optusnet.com.au] has joined #webgui12:00
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI12:42
-!- mode/#webgui [+o khenn] by ChanServ12:42
-!- patspa1 [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has joined #webgui12:42
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit [Client Quit]12:43
-!- patspam [n=patspam@ppp121-44-245-125.lns4.mel4.internode.on.net] has quit [Read error: 110 (Connection timed out)]12:58
-!- BartJo2 [n=plainstu@host2.procolix.com] has joined #webgui14:01
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:13
-!- BartJo1 [n=plainstu@host2.procolix.com] has quit [Read error: 113 (No route to host)]14:15
citronizedbye :)15:09
-!- citronized [n=chatzill@AStrasbourg-157-1-85-13.w90-56.abo.wanadoo.fr] has quit ["ChatZilla 0.9.82.1 [Firefox 2.0.0.14/2008040413]"]15:10
-!- SDuensin [n=Scott@101.sub-75-206-45.myvzw.com] has joined #WebGUI15:58
SDuensinGreetings.15:59
BartJo2hi16:01
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui16:05
-!- topsub [n=josh@97.66.185.250] has joined #webgui16:36
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:46
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:46
-!- dionak [n=diona@97.66.185.250] has joined #webgui16:49
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI17:14
-!- mode/#webgui [+o tavisto] by ChanServ17:14
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]17:17
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:32
-!- mode/#webgui [+o Haarg] by ChanServ17:32
-!- dionak [n=diona@97.66.185.250] has quit []17:38
-!- patspa1 [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has quit ["Leaving."]17:40
-!- dionak [n=diona@97.66.185.250] has joined #webgui17:40
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui17:41
-!- mode/#webgui [+v snapcount] by ChanServ17:42
-!- dionak [n=diona@97.66.185.250] has quit []17:54
-!- dionak [n=diona@97.66.185.250] has joined #webgui17:55
-!- BartJo2 [n=plainstu@host2.procolix.com] has left #webgui []18:09
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has left #webgui []18:14
-!- estiven [n=estiven@201.232.58.66] has joined #webgui18:29
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has joined #webgui18:38
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]18:39
-!- dionak [n=diona@97.66.185.250] has left #webgui []18:58
@perlmonkey2Err, silly question.  I just created a new Survey2 branch test instance and didn't update the database to the new survey tables.  I then tried to create a new survey.  Now I have a broken version that can't be committed or deleted.  Anyone have any idea which tables i"ll need to go through to delete this broken version/asset?  19:28
@perlmonkey2Hah, that was easy enough.  Got to love a schema that is easy to follow.19:32
@preaction_asset, assetData19:32
@perlmonkey2thanks preaction_19:33
@preaction_theoretically just asset, if it's not in there, it doesn't exist to getLineage, so it doesn't exist19:34
@preaction_but if you're working on a production database and actually need to clean it up completely, assetData, wobject too if it's a Wobject subclass19:35
@perlmonkey2yeah, I found it in asset, assetData and wobject19:35
@perlmonkey2got it cleaned out19:35
@perlmonkey2Now to see if I can add support for IL8N, do the install/update scripts, and JSONify this in 1 week.19:36
@perlmonkey2this being the new survey systme.19:36
@rizenprioritize19:37
@rizenmake it feature complete this week19:37
@preaction_sounds do-able19:37
@rizenfix bugs in coming weeks19:37
@rizenfeature complete means install update comes first19:37
@rizeni18n comes second19:37
@rizenjsonify comes third19:37
@perlmonkey2What about moving the editor to a template system.19:37
@perlmonkey2?19:37
@rizeneditor doesn't have to be templated19:38
@rizenonly stuff the end user can see has to be templated19:38
@rizenso that's a nice to have19:38
@rizennot a feature complete requirement19:38
@perlmonkey2okay, so after everything else is done.19:38
@perlmonkey2I think it will go fast without $work bothering me.  I'm doing one more thing for them, then telling them I'm busy.19:39
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]20:28
-!- estiven [n=estiven@201.232.58.66] has quit [Read error: 104 (Connection reset by peer)]20:58
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui21:24
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui21:47
-!- mode/#webgui [+v MrHairgrease] by ChanServ21:47
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]21:53
+MrHairgreasewoot! the new asset manager21:54
@rizenwait, there's more21:55
@rizenpreaction is making it even better21:55
@preaction_indeed21:55
+MrHairgreaselook cool21:57
+MrHairgreaselooks*21:57
+MrHairgreasei just see that the migrated products are placed under root while i put migrated subscriptions under import node21:57
+MrHairgreaseshould i put the migrated subs also under root21:57
+MrHairgrease?21:57
+MrHairgreasenice21:57
@preaction_rizen, did you want me to rip out the old rendering stuff? pro: one less thing to maintain, con: no fallback w/o JS (which, i realize, is not something you're concerned with)21:58
@rizenMrHairGrease: yes, import node22:01
@rizenthe products have been moved to be under import node22:01
+MrHairgreaseoh ok22:01
+MrHairgreasedid you get my email concerning the subscription macro, btw?22:02
@rizenpreaction: just use the data table rendering stuff with the sam style22:02
@rizenyes22:02
@rizenand i'm going to fix that for you, because i don't want the SubscriptionItem and SubscriptionItemUrl macros in webgui 22:02
@rizenand i also realize you need to get on to your graduation22:02
+MrHairgreaseok22:02
@rizenso i don't want to put undo stress on you22:02
@rizenundue22:03
+MrHairgreasenice22:03
+MrHairgreasethanks22:03
@rizeni figure you're already stressed enough22:03
+MrHairgreaseyeah, no time to drink  =)22:03
@rizeni appreciate all your time though22:04
+MrHairgreaseso do I =)22:04
@rizeni'm buying a round at the WUC for everybody who contributed to 7.522:04
+MrHairgreasebut I'll get it done22:04
+MrHairgreasehehe22:04
@rizenmaybe even several rounds22:04
@rizenget you good and liquored up so that i can ask more favors of you22:04
* MrHairgrease starts aorking at lightspeed22:04
@rizen=)22:04
+MrHairgreaseby then I'm getting my ass into the 'working class'22:05
+MrHairgreasebye bye happy student days22:05
@rizenhave you decided yet about your days at oqapi?22:06
@rizenare they numbered?22:06
+MrHairgreaseI like doing thing first things first:22:06
+MrHairgreasefirst graduate22:06
+MrHairgreasethen make wuc presentation22:06
+MrHairgreasethen vacation22:06
+MrHairgreasethen finish last course22:07
+MrHairgreasethen register for social services =)22:07
+MrHairgreaseor find a job22:07
+MrHairgreasei like oqapi a lot22:07
+MrHairgreasebut i also like the fancy-schmancy microfabrication and research stuff22:07
+MrHairgreaseso what i'd like best at the moment, would be 3 days research stuff22:08
+MrHairgrease2 day oqapi22:08
+MrHairgreaseor something like that22:08
+MrHairgreasebut since I haven't had much of a look, only the oqapi part is certain for now =)22:08
@rizen2 weeks ago i had a dream that Plain Black started a robotics division, and that i hired you and perlDreamer to run it.22:08
+MrHairgreasethat would be cool, but you'd have to pay in euros22:09
@rizeneverything was going just fine, until you unveiled our first product to me, and it turned out to be a Replicator from Start Gate22:09
@rizenStar Gate22:09
+MrHairgreaseare those the omnipotent metal spider things?22:09
@rizenyes22:09
+MrHairgreasenot too familiar with star gate22:09
+MrHairgreaseonly saw half an episode22:10
+MrHairgreasebut it features McGyver22:10
+MrHairgreaseso it must rock22:10
@rizenits very cool22:10
@rizenand the replicators are bad ass22:10
@rizenbut wouldn't make a good product22:10
@rizen=)22:10
+MrHairgreasedepends if you're in the business of selling apocalypses22:10
@apeironHere I thought you meant the matter replicators from Star *Trek*, rather than Star*gate*.22:11
+MrHairgreasei know larry wall is22:11
@apeiron(similarly badass tech)22:11
+MrHairgreaseah star trek.22:11
+MrHairgreasei dig that22:11
@apeironThey're making a new movie, by the way, and allegedly a new series (albeit animated, to cut costs).22:11
+MrHairgreaserizen, would it be nice if the payment plugin settings would be migrated too?22:12
+MrHairgreasea new star trek movie?22:12
+MrHairgreasethe last one sucked terrible22:12
+MrHairgreasei'd rather have none than another one of those22:13
@rizenyes please22:13
+MrHairgreaseok22:13
+MrHairgreasehadn't thought of it until now22:13
+MrHairgreasebut it's not hard to do22:13
@rizeni forgot too22:13
@rizeni'm glad you're thinking22:13
+MrHairgreasewho says i am22:14
@rizenalthough i would have figured it out wheni get back from vacation. cuz then i'll be taking a dump of plainblack.com and running the upgrade on it to make sure it works22:14
+MrHairgreaserizen about the recurring postback testing22:14
+MrHairgreaseI can't do that through their test account22:14
+MrHairgreasewhat i waana do is this22:14
+MrHairgreasebuild in the confirmation code that prevents people from cerating false postback requests22:15
+MrHairgreaseand comment that out for the time being22:15
+MrHairgreasewould it be possible for you to test that?22:15
+MrHairgreasesince you do have an actual itransact account22:16
+MrHairgreaseI'll provide you with documentation of course22:16
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui22:17
-!- mode/#webgui [+v perlDreamer] by ChanServ22:17
+perlDreamerthanks for the feedback, rizen22:17
+perlDreamerthis one is going down to the wire22:17
+perlDreamerbut it will be in by Saturday22:17
+perlDreamerat midnight22:17
+perlDreamerHawaii time, since that's still in the U.S., legally22:18
@rizenhehe22:18
@rizenMrHairgrease...yes I'll test that22:18
+MrHairgreasepd, you're on vacation?22:18
+MrHairgreaseok22:18
+MrHairgreasegood22:18
@rizenno, he just wants to stretch out the time he has to get some stuff submitted in svn22:19
+MrHairgreaseI'm screwed anyway tz wise22:19
@rizenpd, since i'll be in the same time zone as hawaii (i'll be the ocean below Alaska) that's fine by me22:19
@rizen=)22:19
+perlDreameryeah, in between $dayJob finally giving me work to do, and kids I lost a lot of hacking time22:20
+perlDreamerplus, there's this lady I live with who likes to spend time with me once in a while22:20
+MrHairgreasepd, wtf!!?! you have actual work to do?22:20
+perlDreameryeah, go figure!22:20
+perlDreamerI spent most of last week in the lab checking out a recently returned chip22:20
+perlDreamerIt works, so that is good.22:20
+perlDreamerI was doing someone else's work, so that is bad22:21
+MrHairgreasecool22:21
+perlDreamerMrHairgrease, have you graduated yet?22:21
+MrHairgreasejune 19th22:21
+MrHairgreaseyou are invited too22:21
+perlDreamerI might have to give you a graduation IOU for the WUC22:21
+MrHairgreaseat 16.00 Dutchland time22:21
+MrHairgreasetoo bad22:21
+MrHairgreaseif you just want beer you can skip the defense and go straight to the party june 20th22:22
+MrHairgrease=)22:22
+perlDreamerI don't think you'd want me to sit in on your defense22:24
+perlDreamerI'd ask nasty questions22:24
@rizenyou mean like, why is the sky blue and the grass green?22:24
+MrHairgreasewhy'd wanna know that?22:25
+perlDreamerNo, like "What is the minimum number of slices required to cut a 4-dimensional cake into 16 pieces?"22:25
@rizenor things like, if it takes a chicken and a half a day and a half to lay an egg and a half, how long would it take a grasshopper with a wooden leg to kick all the seeds out of  a dill pickle?22:25
@rizenFirst, I'd have to ask, is this cake traveling through time? If not, how is it 4 dimensional?22:26
+MrHairgreaserizen, I'm an EE not a fricking cook22:26
+MrHairgreaseah that's easy22:26
+MrHairgreaseit has four dimensions22:26
+MrHairgreaseduh22:26
+perlDreamer"Describe the effect of graduated doping on junction behavior during ESD."22:26
+MrHairgreaseI'm not working on semconductors22:27
+MrHairgreaseI'm trying to piece two tiny chromium wires together22:27
@rizenAnd this channel has just gotten too smart for me. Bye cruel world. 22:27
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has left #webgui []22:27
+MrHairgreasein which i failed, unfortunately22:27
+MrHairgreaseone down, 20 to go =)22:28
+MrHairgreaseok, back to work22:28
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui22:28
-!- mode/#webgui [+o rizen] by ChanServ22:28
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has left #webgui []22:33
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has joined #webgui22:33
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]22:39
+perlDreamerrizen: since we're going to miss MrHairgrease's college graduation, perhaps we should make him give a code defense at the WUC.22:40
+MrHairgreaseperlDreamer should start working in stead of having all these 'bright' ideas =)22:41
+perlDreamerJa wohl, mein Herr22:41
+MrHairgreasegut!22:42
@rizenoooh. great idea22:42
+MrHairgreasego ahead, my code will pass the test22:43
@rizenwe'll replace one of the PB&J sessions with a MrHairgrease Code Defense session22:43
+MrHairgreasehmm, in that case you could call it stump the chump again, justthe same22:43
@rizenthat's true, since you are not a J22:45
@rizenPB&M just doesn't have the same ring to it22:45
+MrHairgreaseactually my initials are MJ22:46
+MrHairgreaseso PB&MJ sounds about the same22:46
+MrHairgreaseput, please, keep it PB&J22:46
+perlDreamerPB&J = Pound badly and jump?22:46
@rizenportly ballerinas and jesters22:47
+perlDreamerPork bellies and Jujubees?22:53
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has joined #webgui22:58
@apeironwow, there don't seem to be any words starting with 'b' that are anything close in meaning to 'jocund'23:01
@apeironWas going for "Prolificly b[something] and Jocund", but English failed me.23:01
@rizenpint of beer and jalapeno23:04
@apeironHm. Apparently 'breezy' will suffice.23:05
bopbopapeiron: that could then be interpreted as someone very gassy, yet happy23:09
bopbopsounds like my entire family23:09
@apeironbreezy is out, then.23:10
+MrHairgreasepainfully bad jokes23:10
+MrHairgreaserizen, where's that cancel subscription link you mentioned?23:12
+MrHairgreaseI don't see it23:12
@rizenit should be right next to the "Print" link on the detail page23:12
@rizenor at the top of the page when you're looking at method=viewMy23:12
+MrHairgreaseoh23:13
@rizenis it not there?23:13
+MrHairgreaseit is behind the circle normally containing the asset icon23:13
@rizenit is?23:13
@rizenwtf23:13
+MrHairgreaseas is the print icon23:13
+MrHairgreasehang on, i'll send a screenshot23:13
@rizenshit, i guess there's a render problem then23:13
@rizenmaybe i hosed up my template or something23:14
+MrHairgreasecould be23:14
+MrHairgreasei mailed the screenshot23:16
@rizenoh wow, yeah that's really bad23:17
@rizenok, i'll look into that23:17
+MrHairgreaseok23:18
+MrHairgreaseit's no biggie though23:18
+MrHairgreaseI'll work on other stuff first23:18
+MrHairgreaseany idea already btw why perl run time errors don't bubble up to the log file23:19
+MrHairgreaseyesterday I had some undefined value i tried to call a method on23:19
@rizenno, still haven't figured out what's going on with that23:20
+MrHairgreasewhich i had to track back by putting info's erverywhere23:20
+MrHairgreaseoh ok23:20
@apeironSomething to do with exception handling perhaps?23:20
+MrHairgreaseprolly23:20
@rizeni think that there's got to be something in the Log4perl stuff about exception handling23:20
+perlDreamerWe'll need to handle that case specially :)23:20
@rizeni just haven't had a chance to lookyet23:20
@preaction_if they're in Content handlers, i think they're trapped by the eval but not actually thrown (so they aren't caught by WebGUI::Error->caught)23:20
@rizenmy primary goal was to get WebGUI Shop completed23:21
@rizennow in my last two days before i leave for a week and a half, i'm trying to fix bugs and clean up stuff23:21
@rizenso that's on the todo list23:21
+MrHairgreaselet me try that out23:21
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]23:22
+MrHairgreasehmm, no evals in the shop content handler23:23
+MrHairgreaseso iguess that's not it23:23
@preaction_the Content URL handler. WebGUI::URL::Content23:24
+MrHairgreaseoh23:24
+MrHairgreasei see23:24
+MrHairgreaseok hang on23:24
@preaction_that traps the call to the individual content handlers and tries to catch exceptions23:24
+MrHairgreasehmm, cannot find where it's going wrong23:27
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui23:54
-!- mode/#webgui [+o perlmonkey2] by ChanServ23:54
-!- SDuensin [n=Scott@101.sub-75-206-45.myvzw.com] has quit ["Leaving"]23:56
@rizenis anybody referring to the shop design docs anymore?23:57
@rizenif not i'm getting rid of them23:57
--- Day changed Wed May 28 2008
* MrHairgrease isn't00:05
-!- bopbop [n=kmccombs@71-90-131-140.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]00:08
+perlDreamernuke 'em00:18
+perlDreamerwait a sec', here00:24
+perlDreamerYou're going on vacation on a cruise?00:24
@rizenyup00:43
@rizenthe vacation isn't for me though. it's for sarah.00:44
+perlDreamerOh, well, that's fine00:44
@rizenif it were for me i'd just hang around the house and do nothing00:44
@rizeni hate travel00:44
+perlDreamerHere we were going to be, slaving away on your software while you suck down martinis on some tropical beach and all00:44
@rizenmy knees rub on the seat in front of me, and my shoulders touch the people next to me.00:44
@rizenno tropical beach...it's alaska00:45
@rizenit will be 50F00:45
+perlDreamerHere we were going to be, slaving away on your software while you wear mukluks and eat whale blubber.00:45
@rizenindeed00:45
+perlDreamerDoesn't sound so bad all of a sudden.00:48
+perlDreamerIf you get bored, swing by PDX and we'll take good care of you.00:48
@rizenincidentally, I don't consider WebGUI to be "my software"00:48
@rizenone trip to PDX is enough, i'll see you in july00:49
@rizendon't know what's going on with CIA-6, but that render problem is fixed in svn MrHairgrease00:50
+MrHairgreaseok great01:04
+MrHairgreasewhat's pdx btw?01:04
@apeironLooks like Portland International Airport.01:05
+MrHairgreaseah01:05
@apeironOr Portland State University: http://www.pdx.edu/01:06
+perlDreamerI live in the Portland metropolitan area, about 15 miles west of Portland proper.01:07
+MrHairgreasei'm going to sleep01:18
+MrHairgreasesee you later01:18
@rizenbye01:19
+perlDreamerlater01:19
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []01:19
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI01:44
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has joined #webgui01:46
-!- snapcount [n=snapcoun@andc-fw1.exploreos.com] has quit [Read error: 110 (Connection timed out)]02:08
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:15
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]02:28
-!- apeiron is now known as test05:24
-!- test is now known as apeiron05:24
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []05:49
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui05:58
-!- mode/#webgui [+v Radix-wrk] by ChanServ05:58
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui06:51
-!- mode/#webgui [+v perlDreamer] by ChanServ06:51
+perlDreamerrizen....06:51
+perlDreamerCome out come out whereever you are06:51
@apeironThe rizen is.... indisposed... at the moment. Might we offer you a preaction_?06:52
+perlDreameroh, yes06:52
+perlDreamerWould people expect the product exporter to export _all_ products, or just the ones in the product import node?06:53
@preaction_WHOO DISTUURRBS MY SLUMMBERRRR06:53
+perlDreamereek!06:53
@preaction_all06:53
+perlDreamerPor que?06:53
@preaction_uh...06:53
@apeironCan you give the option to do both, or is this a default?06:53
@preaction_it just sounds right06:54
+perlDreamerThis would be default behavior.06:54
+perlDreamerYeah, that's kind of what I was thinking, too.06:54
@preaction_people are going to be using these things as assets, and assets go anywhere in the tree06:54
@apeiron"product import node" is where WebGUI puts the products you import from an external system, right?06:54
+perlDreameryes, although products can be put in there manually, too06:54
@apeironOf course.06:55
@apeironIs there a way to say "don't export this product"?06:55
@preaction_i always thought the product import node was a temporary location, until you put them somewhere appropriate06:55
+perlDreamerNo, it's permanent.06:55
@preaction_i mean, it could be permanent, but it's just like a dump-bin for products06:55
+perlDreameryeah06:55
@preaction_like a big truck06:55
@apeironpreaction_, I'm looking at it differently. To me, the product import node is a place to keep products you want to sync with your external system that are specifically separate from products you want just in wG.06:55
@preaction_or a series of tubes06:55
+perlDreamerThere's no way to mark a product as not to be deleted.06:55
+perlDreameruh, exported06:56
@apeironSure there is, set the isExportable flag.06:56
@apeiron... uhm, actually06:56
@apeiron... incidentally06:56
+perlDreamerincidentally, for sure06:56
@apeironDon't use the isExportable field for product exporting. :)_06:57
@apeirons/_//06:57
+perlDreamerOkay :)06:57
* perlDreamer heeds the advice of the uber-Exporter06:57
@apeironThat's AssetExportHtml.pm exporting, not product exporting.06:57
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]06:58
+perlDreamerI have little doubt (and high hopes) that this system will see lots of RFE work after release.06:58
* perlDreamer needs to pay for some plane flights to Mad-city06:58
@apeironOh yeah, we're going to be swamped.06:58
@apeironhackathon, eh?06:58
@preaction_no, to kill us all in our sleep06:58
@apeironOh.06:59
@apeironRight.06:59
@apeironI, uh, can't make it guys, sorry.06:59
+perlDreamerI wouldn't kill you guys in your sleep.06:59
+perlDreamerHow would I make you beg for mercy if you're asleep?06:59
* apeiron smirks06:59
@apeironSeriously though, if the RFEs are as voluminous as we're predicting, a dev staff RFE hackathon for a few days may not be a bad idea.07:00
+perlDreamerI'll need some advance notice to arrange a day off, unless it's a holiday or weekend.07:00
@apeironPie-in-the-sky idea right now, of course.07:01
+perlDreamerof course07:01
@apeironWe should also make tavisto learn perl just to see him squirm.07:01
@apeiron"NO! That's not how you dereference a hash-of-hashes-of-arrays!"07:01
+perlDreamerlol07:02
@preaction_electro-shock perl?07:02
@apeironThere ya go.07:02
@apeironWho knows, if we zap him enough we might end up with another lwall.07:02
@preaction_hook perl.exe up to his parallel port, send +12V for every compiler or runtime error07:02
+perlDreamerThe parallel port is usually good for +12V07:03
@apeironAnd use fatal warnings too, just for kicks.07:03
+perlDreamerbetter make it 2 kV07:03
@apeirontavisto, That's it, you're learning perl, get yourself a copy of the Llama.07:03
@preaction_does the port have enough amperage to do that?07:03
+Radix-wrkrig up a capacitor in between that stores the charge in between zaps - then you'll get a few more amps out of it07:04
+perlDreamerhm07:04
@apeironSpeaking of, http://www.oreilly.com/catalog/9780596520106/index.html # Learning Perl 5th edition, covers new 5.10 niceties07:04
@preaction_lord, i can actually see this wiring diagram in my head now07:04
@preaction_tavisto, got rubber-soled shoes?07:05
+perlDreamerto get all products, would it be faster to use getLineage, or a direct query of the db with iterated instanciation?07:05
@preaction_it would be faster to do a direct query, but it would be more correct to use getLineage07:06
@apeironhmm07:06
@preaction_you don't have to returnObjects, you can instanciate one at a time as you wish07:06
+perlDreamertrue.07:06
@apeironI'm not sure if this is by-design or not, but would it be better to be able to ask a shop to return its products?07:07
* perlDreamer starts to think this needs to be a workflow07:07
@apeiron(granted, that may behind the scenes use getLineage)07:07
+perlDreamerapeiron: I was going to build a Asset::Sku::Product->getAllProducts07:07
@preaction_apeiron, there is no Shop object per se. the site is the shop07:07
@apeironperlDreamer, Yeah, I was poking about wG::A::W::Layout and I was thinking that a ->getChildren would be nice.07:07
@apeironSort of similar thinking.07:07
@apeironpreaction_, ah.07:07
+Radix-wrkreminds me of an old computer joke language: '...offers complete error detection and punishment. Program execution is rapid; however, programmer execution is painfully slow.'07:08
@preaction_perlDreamer, i would suggest getAllProductIds, getAllProducts may be... intense07:08
+perlDreameryeah, back to my workflow comment07:08
@apeironpreaction_++ 07:08
@preaction_2,000 products? 10,000 products? 22-byte IDs would be fine. objects would be hell07:08
@preaction_WebGUI::Asset object would be... well...07:08
@apeiron7k is enough to cause severely noticeable pain.07:08
+perlDreamerrizen says to expect 1e5 products on release07:09
@apeiron1e5 products in a store? oO07:09
+perlDreameryup07:09
+perlDreamerwell, probably including variants, so N times fewer assets07:09
@apeironStill, heh, nice bit of design-for-scalability there.07:10
+perlDreameranybody know what happened to PedersenMJ?07:15
+perlDreamerwhat do you guys think about this: http://webgui.pastebin.com/m7e072b7807:21
+perlDreamerit's encapsulated and it handles the iteration for you07:22
@apeironI like.07:23
@apeironI would document its usage in the POD though. Can't say I've encountered too many iterators in the API.07:23
@preaction_yeah, that's the first time i've seen that, but i like it07:24
+perlDreamermaybe we should add one to getLineage, to complement returnObjects.  returnIterator07:24
@preaction_it would fix the problem of instanciating a billion assets, or the entire asset tree07:25
@preaction_that'd have to be okayed by TMRFE though07:25
+perlDreamerimproved and documented: http://webgui.pastebin.com/m3f8f7f1907:26
+perlDreamerthe last asset might not have been pleasant :)07:26
@apeironAh, explicit undef, nice.07:27
@preaction_could you do my $assetId = shift @assetIds || return undef; perhaps?07:28
@preaction_style preference i guess07:28
+perlDreamerthat would much more obvious and direct07:28
+perlDreamerof course, it's still building a huge array (for 1e5 products)07:29
+perlDreamerit might be even faster to wrap the dbi statement handler as well, since it's an iterator07:30
@preaction_nothing we can really do about that really. 07:31
@preaction_perlbot math 1 * 10 ^ 507:31
perlbot10000007:31
@preaction_perlbot math 1 * 10 ** 507:31
@preaction_10,000 anyway07:31
perlbot10000007:31
@preaction_woah... nice lag perlbot07:31
+perlDreamerOne hundred thousand07:31
+perlDreamer100 kProducts07:31
@apeironI'm a wee bit biased (my copy of Higher-Order Perl is within arm's reach), but I'm very much a fan of using iterators and such when applicable.07:36
+perlDreamerme, too.  We actually do use them all the time.  Pretty much anything you do with a while loop is an iterator.07:37
+perlDreamerI/O, for example07:37
+perlDreamerDB statement handles07:37
+perlDreameran asset iterator is just the next step in that progression07:37
+perlDreamerPaginators are stateful iterators07:37
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has left #WebGUI []07:38
+perlDreamerokay, comments on rev 6485 would be greatly appreciated07:50
@preaction_perlDreamer, looks good to me07:56
+perlDreamerthanks preaction_07:56
@apeironperlDreamer, Unless I'm reading svn diff wrong, it looks like a change in Layout.pm snuck in around line 263.08:01
@apeironperlDreamer, Was this intended?08:01
+perlDreamerno!08:01
+perlDreamerI'm not seeing anything for Layout.pm in 648508:02
+perlDreamerhttps://svn.webgui.org/svnweb/plainblack/revision/?rev=648508:02
@apeironOdd.08:02
@apeironOh, local copy changes, sorry.08:03
+perlDreamerphew08:03
@apeironMust've landed up there entirely accidentally, I don't recall making any changes there.08:04
@apeironSorry about that.08:04
+perlDreamerI hope bopbop doesn't see this next one08:06
+perlDreamerI don't know if collateral is singular, or plural08:06
+perlDreameror what the alternate form is, either08:07
@apeironFairly certain it's a mass noun.08:07
+perlDreamermass noun = same singular as plural?08:08
@apeironMeans "be consistent" according to my usage guide.08:09
@apeironperlDreamer, About the actual code, aside from a tiny stylistic nit (you left off the optional semicolon on line 303 of Product.pm), no qualms.08:10
+perlDreamernice catch, apeiron08:10
@apeironheh08:11
+perlDreamertime for back meds.  If y'all have more feedback or comments, please leave them here and I'll backlog tomorrow.08:11
+perlDreamer'night08:11
@apeironNight.08:11
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]08:11
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui09:36
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Connection timed out]10:10
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui10:46
-!- mode/#webgui [+o rizen] by ChanServ10:46
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit [Read error: 113 (No route to host)]10:52
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has joined #webgui11:00
-!- mode/#webgui [+o preaction_] by ChanServ11:00
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui11:15
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has left #webgui []11:29
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui11:36
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:54
-!- AMH_bo1 [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui11:57
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit [Read error: 113 (No route to host)]11:58
-!- AMH_bo1 [n=bob@alphamega-dmp.xs4all.nl] has quit [Read error: 110 (Connection timed out)]13:27
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui13:28
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui14:01
-!- mode/#webgui [+o Haarg] by ChanServ14:02
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has quit [Remote closed the connection]14:12
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has joined #webgui14:15
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]14:24
CIA-6WebGUI: doug * r6471 /WebGUI/lib/WebGUI/Asset/File/ (GalleryFile.pm GalleryFile/Photo.pm): added template variables to photo. added better getParent and getGallery to GalleryFile, for approval processes14:27
CIA-6WebGUI: jt * r6472 /WebGUI/ (10 files in 4 dirs): a few things i forgot when getting rid of old commerce stuff14:27
CIA-6WebGUI: jt * r6473 /WebGUI/lib/WebGUI/AdminConsole.pm: oops typo14:27
CIA-6WebGUI: jt * r6474 /WebGUI/lib/WebGUI/Shop/Transaction.pm: fixed render bug14:27
CIA-6WebGUI: jt * r6475 /WebGUI/designdocs: getting rid of old design docs14:27
CIA-6WebGUI: graham * r6476 /branch/WebGUI_7.4/ (docs/changelog/7.x.x.txt lib/WebGUI/AssetClipboard.pm): fixed: Creating a shortcut creates a version tag even with autocommit turned on14:27
CIA-6WebGUI: graham * r6477 /branch/WebGUI_7.4/ (docs/changelog/7.x.x.txt lib/WebGUI/Auth/WebGUI.pm): fixed: email password recovery submit button effected by UI level14:27
CIA-6WebGUI: graham * r6478 /branch/WebGUI_7.4/ (2 files in 2 dirs): fixed: Syndicated content fills results with empty entries up to max headlines count14:27
CIA-6WebGUI: graham * r6479 /branch/WebGUI_7.4/docs/create.sql: preparing for 7.4.39 release14:27
CIA-6WebGUI: jt * r6480 /releases/WebGUI_7.4.39-stable: Release 7.4.39-stable14:27
CIA-6WebGUI: graham * r6481 /WebGUI/lib/WebGUI/DateTime.pm: remove redundant sub14:28
CIA-6WebGUI: graham * r6482 /WebGUI/lib/WebGUI/Storage.pm: remove unneeded import14:28
CIA-6WebGUI: graham * r6483 /WebGUI/lib/WebGUI/Storage.pm: some storage cleanups14:28
CIA-6WebGUI: graham * r6484 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: allow quiet upgrade script14:28
CIA-6WebGUI: colin * r6485 /WebGUI/ (3 files in 3 dirs): 14:28
CIA-6WebGUI: Build an iterator for getting all products as objects, one at a time.14:28
CIA-6WebGUI: Build tests for the iterator.14:28
CIA-6WebGUI: Begin working on the exporter (which will use the iterator).14:28
CIA-6WebGUI: colin * r6486 /WebGUI/lib/WebGUI/Shop/Products.pm: Fill out the guts of the product data exporter.14:28
CIA-6WebGUI: colin * r6487 /WebGUI/lib/WebGUI/Asset/Sku/Product.pm: fix a potential future syntax error14:28
CIA-6WebGUI: doug * r6488 /WebGUI/lib/WebGUI/Content/AssetManager.pm: changed new asset manager to use YUI DataTable / DataSource14:28
CIA-6WebGUI: doug * r6489 /WebGUI/lib/WebGUI/Content/AssetManager.pm: added temporary edit / more links14:28
CIA-6WebGUI: patspam * r6490 /branch/WebGUI_flux/ (6 files in 5 dirs): Added some initial tests to guide API14:28
SDuensinGreetings.15:50
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui15:57
-!- mode/#webgui [+o perlmonkey2] by ChanServ15:57
@perlmonkey2Anyone ever see this issue with wG and selinux?  http://webgui.pastebin.com/d645233e116:24
@perlmonkey2Looks like somehow this is tied into spectre writing to uploadsd.16:25
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has quit [Remote closed the connection]16:39
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has joined #webgui16:41
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI16:49
-!- mode/#webgui [+o tavisto] by ChanServ16:49
@rizencheck the forums, i've heard people out there saying they had problems with selinux16:52
@rizeni've never experienced any16:52
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has quit ["Leaving."]16:54
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui17:25
-!- mode/#webgui [+o Haarg] by ChanServ17:25
-!- _888 [n=chatzill@AMontsouris-157-1-98-216.w90-46.abo.wanadoo.fr] has joined #webgui17:36
-!- _888 [n=chatzill@AMontsouris-157-1-98-216.w90-46.abo.wanadoo.fr] has left #webgui []17:36
-!- webgeek [n=webgeek@fvec-nat.d214.org] has joined #webgui17:46
webgeekis there a log to check why my ldap isn't working17:46
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit ["Leaving."]18:15
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui18:20
-!- mode/#webgui [+v perlDreamer] by ChanServ18:20
+perlDreamerapeiron, preaction_, I figured out how to make that iterator work for _all_ assets, using the definition sub.18:21
@apeironperlDreamer, paste or it didn't happen18:21
@apeironperlDreamer, In other words, show and tell. :)18:21
+perlDreamerwill do, right after I see if my thoughts and reality still jive18:22
+perlDreamerFlexiril and vicodin do strange things to the thought processes18:22
@apeironThat's why you have tests. :)18:22
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has joined #webgui18:28
+perlDreamerhttp://webgui.pastebin.com/m46e70c3d18:30
+perlDreamerand the tests pass (on Product.pm)18:30
@apeironperlDreamer, I like, I like.18:31
+perlDreamerdo we dare promote it from Asset::Sku::Product to Asset?18:33
+perlDreamerrizen: Awake from your slumber and hear the bequest of your volunteer!18:35
BartJolwhile rizen is away?18:35
BartJolit is only his ghost appearing here, isn't it?18:35
BartJolI thought he was on holidays18:35
+perlDreamerI thought he left tomorrow18:36
+perlDreamerbut I could be wrong18:36
BartJolit starts this evening18:37
@rizenwhat is your request my volunteer?18:39
+perlDreamerI have invented a different way to get a list of all assets as products using an iterator18:41
+perlDreamerhttp://webgui.pastebin.com/m46e70c3d18:41
+perlDreamerit would work for all Assets, since it uses the definition sub18:42
+perlDreamerwould this be useful in Asset.pm?18:42
+perlDreamerinstead of down in Asset::Sku::Product.pm?18:42
-!- BartJol [n=plainstu@52-167.surfsnel.dsl.internl.net] has left #webgui []18:55
@rizeni don't get it18:56
+perlDreamerYou don't get how it works, or why I want it?18:57
@rizenwhat is the newPending() method18:57
@rizeni don't think i've seen that before18:57
@rizenand why would you return an iterator?18:58
@rizenit's just an assetId18:58
@rizenwhy not return the whole list of assetIds as an array ref18:58
+perlDreamerBecause then you'd have them all in memory18:58
+perlDreamerthe iterator is lazy, it only makes an asset when you want it18:58
@rizenoh, cuz you're assuming there will be a lot18:58
+perlDreameryeah, like about 100_000 or so Products18:59
+perlDreamernewPending is a new method I found in Asset.pm18:59
+perlDreamer"Instances an existing Asset by assetId, ignoring the status and always selecting the most recent revision."18:59
@rizeni'm going to have a look at that method18:59
@rizenInteresting. I don't remember seeing that method before.19:00
@rizenYeah, I can see this being useful. Call it getAllOfClass19:01
@rizenunless you have a better nmae19:01
+perlDreameradded in rev 587719:01
+perlDreamerthat's a good name, although it also respects inheritance19:01
+perlDreamerso if you asked for all Asset::Files, you'd also get Images and ZipArchives19:02
+perlDreamersince they also have data in the table19:02
@rizenah19:02
@rizenso then getIsa()19:02
+perlDreamergetIsa it is19:02
-!- webnick [n=webgeek@fvec-nat.d214.org] has joined #webgui19:04
webnickmy ldap status is valid but i cannot log ing. when i use the same credentials through php it works. does anything special need to be installed on the webgui server19:09
@rizenperlDreamer, why did you choose to comment out all your printf statements in the Product macro migration code?19:12
+perlDreamerbecause it's working now, they were just for debug purposes19:14
+perlDreamerThe print statement which says what the sub is doing is still there.19:14
@rizenthese could run for a long time so i'm thinking maybe we should output this stuff or at least one line for each find to let people know it's still working19:15
@rizeni'll add it19:15
+perlDreamerOkay, I wouldn't recommend the uncommenting the description though. It makes for a lot of scrolling19:15
@rizeni'm sure19:16
-!- webgeek [n=webgeek@fvec-nat.d214.org] has quit []19:18
@rizenwebnick you almost certainly configured something wrong in webgui19:24
@rizenthe only thing you need installed for LDAP to work in WebGUI is a perl module called Net::LDAP19:24
@rizenif you have that, then everything else is configuration.19:25
@rizenThe WebGUI Admin Guide has detailed instructions on how to configure LDAP.19:25
+perlDreamerrizen: I have one other concern about large product sets, and that is it may take so long to run an export or an import that the server times out.  In that case, I think I would need a workflow.  How do I set a workflow trigger to call a workflow?19:26
@rizenWebGUI::Workflow::Instance->create();19:28
@rizenit does everything you need19:28
+perlDreamerwow.  that's easy.19:28
@rizenbut how will it work? you'll have it generate in the background and then email them the results?19:28
+perlDreameryeah, that's the only thing I could think of19:29
@rizeni shouldn't say that's all you need...you have to create a workflow first...but you only do that once, in the upgrade script19:29
@rizenand then in your code you call the thing above19:29
@rizenwith the properties you need to create the instance19:29
@rizenlike workflowId19:29
@rizenWebGUI::Workflow->create will let you create a workflow19:30
@rizenand WebGUI::Workflow::Instance->create() will let you run it19:30
@rizenmake sense?19:30
+perlDreameryes19:31
@rizenline 289 of WebGUI::Auth will give you an example of what that looks like19:31
+perlDreamerWorkflow->create puts one in the db, and Workflow::Instance customizes one and then runs it.19:31
+perlDreamerOkay, thanks for the pointer19:31
@rizenexactly19:32
@rizencuz a workflow is reallyjust an execution schema19:32
@rizenthe instance is the worker bee19:32
+perlDreamerIn WebGUI parlance, it would be a tentacle.19:35
@rizenperlDreamer: your product macro conversion uses assetId rather than url as the passable parameter into assetProxy19:54
@rizenbut AssetProxy's parameter is URL19:55
+perlDreameruh oh19:55
@rizenok, just wanted to make sure you didn't test that19:55
@rizenapparently not19:55
@rizeni'm going to change AssetProxy to allow assetId to be used as well19:55
@rizencuz there are other reasons to do that19:55
+perlDreamerokay.  Do you want me to switch the conversion routine to look up the URL anyway?19:56
+perlDreamersince humans won't grok the assetId?19:56
@preaction_i'd say URLS change too much. and the whole "expire old revisions" when you change the URL of an asset but still have old asset proxy macros pointing to the old url causes a lot of bug reports and forum posts19:58
@preaction_so assetId!19:58
@rizenno, no reason to change it19:59
@rizenthe new api for the asset proxy macro will be20:00
@rizen^AssetProxy(my/url);20:00
@rizen^AssetProxy(XXXXXXXXXXXXXXXXXXX,assetId);20:00
@rizen^AssetProxy(/gateway/my/url,fullurl);20:00
@rizenbesides i'm in the mucking around anyway20:01
@rizeni'm changing your code to be more efficient, and handle SubscriptionItem at the same time20:01
+perlDreamercool!  Please let me know when you commit so I can learn about the improvements.20:03
+perlDreamerum, learn from the improvements20:04
@rizenok in svn20:27
-!- rizen is now known as rizenlikeslunch20:27
+perlDreamerNice.  Much less copy and paste.20:42
+perlDreamerDo statement handles automatically call ->finish when they go out of scope, or does that have to be done manually?20:43
@preaction_DESTROY calls finish, yes20:44
+perlDreamerThere aren't any DESTROY methods in SQL.pm or SQL/ResultSet20:47
+perlDreamerThe DBI docs say not to worry about it.20:48
@rizenlikeslunchfinish() is automatically called if you use all of the items in the iterator21:39
-!- rizenlikeslunch is now known as rizen21:39
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui21:43
-!- mode/#webgui [+v MrHairgrease] by ChanServ21:43
@rizenMrHairgrease is a genius!21:51
+MrHairgreasetrue21:51
@rizenI love that you used the SubscriptionId as the assetId for subscriptions21:51
@rizenmade my migration job very simple21:52
+MrHairgreasemaybe you say MrHairgrease is lazy, impatient21:52
+MrHairgreasenot to mention the hubris21:52
@rizeni prefer to think of it as genius21:53
+MrHairgreasethat's okay with me21:53
@rizenMrHairgrease did you update the ExpireSubscriptionCodes.pm workflow activity22:02
+MrHairgreasenope22:03
+MrHairgreasedidn't know it existed22:03
+MrHairgreaseit deletes expired codes from the db?22:03
@rizenyup22:04
+MrHairgreaseok22:04
+MrHairgreasei'll put it on the list22:04
+MrHairgreaseanybody knows what's that apache ENV containing the domain name the  request came from called22:05
+MrHairgreasei forgot22:05
@rizeni think it's HOST_NAME22:06
+MrHairgreaseyeah could be22:06
+MrHairgreasejust dunno if it works with mod>_proxy22:06
+MrHairgreasebut we'll see22:06
@rizensorry22:06
@rizenHTTP_HOST22:07
+MrHairgreaseok thanks22:07
+MrHairgreasehey rizen22:51
+MrHairgreasei just found out that the perl run time errors are going to the morperl error log22:52
+MrHairgreasein stead of the webgui.log22:52
+perlDreamerrizen: those groups that are no longer used groupIdAdminCommerce,ProductManager,Subscription,TransactionLog22:56
+perlDreamerShould the groups themselves be removed?22:56
CIA-6WebGUI: colin * r6491 /WebGUI/ (4 files in 4 dirs): 22:57
CIA-6WebGUI: Promote the getAllProducts to Asset.pm as getIsa. Move the tests22:57
CIA-6WebGUI: from Asset/Sku/Product.t into Asset/Asset.t, and add tests to check22:57
CIA-6WebGUI: that inheritance is respected.22:57
CIA-6WebGUI: jt * r6492 /WebGUI/ (3 files in 3 dirs): 22:57
CIA-6WebGUI: AssetProxy macro can now use asset id as a parameter like so: ^AssetProxy(abcdefghijklmnopqrstuv,assetId);22:57
CIA-6WebGUI: subscriptionitem macro is now autoconverted to assetproxy22:57
CIA-6WebGUI: colin * r6493 /WebGUI/lib/WebGUI/Shop/Products.pm: finish the import routine. Next, testing22:57
CIA-6WebGUI: jt * r6494 /WebGUI/ (13 files in 4 dirs): getting rid of even more stuf i forgot of in the commerce system22:57
+perlDreamerwhoa CIA-6 is constipated22:57
@rizenperlDreamer interesting, and no because who knows what else someone might be using those groups for, let the user delete them23:01
+perlDreamerokay23:02
-!- webnick [n=webgeek@fvec-nat.d214.org] has quit []23:19
+MrHairgreasecrap the asset manager is borked23:32
@rizeni blame it on preaction23:33
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []23:34
@preaction_MrHairgrease, how so?23:34
+MrHairgreaseI cannot click on anything23:34
+MrHairgreaseso navigating is a tad difficult23:34
+MrHairgreaseonly the crumbtrail works for me23:34
+MrHairgreasei'll send you a screenshot23:34
+MrHairgreasehang on23:35
+MrHairgreasesent23:36
@preaction_MrHairgrease, try an svn up and see the asset manager again23:38
@preaction_i missed my JS and CSS files in my checkin23:38
+MrHairgreaseah 23:38
+MrHairgreasethat could explain it23:38
+MrHairgreasei'll wait with svn up for a bit though23:39
+MrHairgreasemy db is just right for my testing purposes23:39
@preaction_svn up wont take a db change. or just "svn up www/extras"23:39
@preaction_i mean, it should work, i just want it to work for you so you can get what you need done23:40
+MrHairgreaseok23:40
+MrHairgreasehang on23:40
+MrHairgreaseoh man, I have readable errors again23:42
+MrHairgreasenever thought: Can't call method "process" on an undefined value at /data/WebGUI/lib/WebGUI/Shop/PayDriver.pm line 67923:42
+MrHairgreasewould look so sweet23:42
+MrHairgrease(especially b/c rizen coded that =)23:42
+MrHairgreaseassetmanager is working again23:42
+MrHairgreaseand looking very nice23:42
+MrHairgreaseonly the 'more' links don't pop up their menu23:43
@preaction_because that isn't done yet, still working on it23:44
+MrHairgreaseok23:44
@preaction_there's an evil thing i have to do because of IE6 / 7 problem with viewing things inside a table row that leave their table row (they don't show up)23:44
@preaction_so i have to have the popup outside the table and make it show in the right place, like the old more menu did23:46
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has joined #webgui23:46
-!- mode/#webgui [+o rizen] by ChanServ23:46
+MrHairgreaserizen, is there already an email receipt template in the making somewhere23:47
+MrHairgrease?23:47
@rizenit's already there23:50
@rizenit's in the import node along with all the other shop stuff23:50
+MrHairgreaseoh, what's the namespace then23:50
+MrHairgreaseok i'll find it23:50
@rizenShop/EmailReceipt23:50
@rizendid i not set the defaults in the PayDriver.pm?23:51
+MrHairgreaseyes23:51
+MrHairgreasebut there are no templates showing up in the field23:51
+MrHairgreaseso maybe the namespace of the template is wrong 23:51
+MrHairgreasechecking...23:52
CIA-6WebGUI: doug * r6495 /WebGUI/www/extras/yui-webgui/build/assetManager/ (assetManager.js assetManager.css): missed some files in my checkin23:52
+MrHairgreaseheh 23:53
+MrHairgreaseShop/ReceiptEmail23:53
+MrHairgreasewhich one should it be23:53
+MrHairgrease?23:53
@rizengo with whatever the template is23:53
@rizenand change the code23:53
+MrHairgreaseok23:53
@rizensorry about that23:54
+MrHairgreasenp23:54
+MrHairgreasenow that I have my error logging back, it takes only a few minutes23:54
+MrHairgreasein stead of half an hour or so23:55
--- Day changed Thu May 29 2008
@rizenAnnouncement: https://svn.webgui.org/sqlform/  and https://svn.webgui.org/svnweb/sqlform00:13
+MrHairgreasewhy did you just delete the Cash and ITransact i18n files?00:28
+MrHairgreaseI needed just to rename those00:28
@rizencuz i got overzealous trying to get rid of shit00:29
@rizen=)00:29
@rizenyou can get them back very easily00:29
+MrHairgreasetypical =)00:29
+MrHairgreaseok how do i do that?00:30
@preaction_MrHairgrease, svn up -r# file (where # is the number they existed in).00:32
+MrHairgreasereally?!?!00:32
+MrHairgreasesvn is so much nicer than cvs00:32
+MrHairgreaseok00:32
+MrHairgreasegreat00:32
+MrHairgreaseawesome00:33
@rizenyou can also do it through the web interface00:33
@rizenhttps://svn.webgui.org/svnweb/plainblack/checkout/WebGUI/lib/WebGUI/i18n/English/CommercePaymentCash.pm?rev=508800:33
+MrHairgreaseit works00:33
+MrHairgreasealready did it command line00:34
+MrHairgreaseok, but how do I readd them to the latest revision?00:36
@preaction_svn ci file -m'fixing an oversight'00:38
@preaction_unless it says "out of date", then i might be wrong00:38
+MrHairgreasenm00:38
+MrHairgreasei just copied the files elsewhere, svn up'ed, copied them back and svn add'ed them again00:38
-!- juan [n=juangui@201.232.58.66] has joined #webgui00:40
juani have the next error in the calendar after adding a event 00:42
juan Couldn't call method view on asset for url: home/agenda/programacion-general Root cause: The 'hour' parameter ("24") to DateTime::new did not pass the 'is between 0 and 23' callback00:42
juani deleted the events that i added but the error continues00:44
-!- juan [n=juangui@201.232.58.66] has left #webgui []00:51
@rizenpreaction...if you're finding this datatable stuff too hard just revert to your version of it, and i'll make the data table work when i get back00:59
@rizenit being your version of the asset manager 01:00
@rizengotta go01:00
-!- rizen [n=rizen@71-86-227-90.static.mdsn.wi.charter.com] has quit []01:00
-!- Haarg [n=haarg@71-86-227-90.static.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]01:36
* MrHairgrease is calling it a day01:52
+MrHairgreaselater01:52
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []01:53
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit ["Lost terminal"]01:56
@perlmonkey2Anyone figured this out yet? http://thesecretdevice.com/02:00
@perlmonkey2I've only poked around on the first level.  the girls vlog I don't ge.t02:02
CIA-6WebGUI: martin * r6496 /WebGUI/ (5 files in 4 dirs): ITransact and other fixes and migration of payment plugins.02:14
CIA-6WebGUI: martin * r6497 /WebGUI/lib/WebGUI/i18n/English/ (CommercePaymentCash.pm CommercePaymentITransact.pm): Reverted overzealous behaviour.02:14
CIA-6WebGUI: jt * r6498 /WebGUI/ (10 files in 10 dirs): removed SQL Form from the distro02:14
CIA-6WebGUI: martin * r6499 /WebGUI/ (2 files in 2 dirs): 02:14
CIA-6WebGUI: Fixed ExpireSubcriptionCode workflow activity to use the new system.02:14
CIA-6WebGUI: Added code to remove the ProcessRecurringPayments workflow activity from the config file.02:14
CIA-6WebGUI: martin * r6500 /WebGUI/docs/gotcha.txt: Added a section on the subscription migration to gotcha.txt02:14
CIA-6WebGUI: martin * r6501 /WebGUI/ (4 files in 4 dirs): Added messages about new postback url.02:15
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:16
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui02:20
-!- mode/#webgui [+o apeiron] by ChanServ02:20
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has joined #webgui02:21
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui02:36
-!- mode/#webgui [+o Haarg] by ChanServ02:36
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]02:57
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:31
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:31
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit []03:33
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]05:11
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: ckotil, perlbot, f00li5h, steveo_aa, nuba, ascii, Radix__, @preaction_, cap10morgan_, +Radix-wrk, (+4 more, use /NETSPLIT to show all of them)05:49
-!- Netsplit over, joins: @apeiron, +Radix-wrk, patspam, @preaction_, SDuensin, f00li5h, cap10morgan_, Radix__, nuba, steveo_aa (+4 more)05:58
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI06:05
-!- mode/#webgui [+o tavisto] by ChanServ06:06
-!- metanil [n=akhadka@137.48.138.26] has joined #webgui07:14
metanilhello anybody alive?07:14
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui07:15
-!- mode/#webgui [+o Haarg] by ChanServ07:15
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit []07:30
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []07:47
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["Leaving"]08:01
-!- AMH_henry [n=henry@a80-101-75-92.adsl.xs4all.nl] has joined #webgui09:38
-!- Samus_Aran [n=ILL@about/linux/supportwhirlwind/SamusAran] has joined #WebGUI10:01
Samus_Arandoes WebGUI work with 64bit GNU/Linux distros (using manual install) ?10:01
Samus_AranI'm planning to switch from XUbuntu 6.10 LTS/32bit to Ubuntu Server 8.04 LTS/64bit, unless it's going to prevent me using WebGUI10:01
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui10:03
AMH_henrywe have WebGUI running on our Ubuntu 6.6 64bit servers10:25
+Radix-wrkusing centos 4 - 64-bit on my hosting account with webgui as well10:27
+Radix-wrkI was able to get away with just using the normal centos build of the wre too.. just had to install a lot of 64-bit versions of the libraries to get it working I seem to recall10:28
AMH_henrywe have most of the required perl modules built into debian packages, I think i'll start building them for Ubuntu 8.04 soon10:30
Samus_AranAMH_henry: will I be able to CPAN compile 64bit Perl modules for WebGUI ?10:33
Samus_AranI've never used a 64bit system directly, just over SSH without admin priveledges, so I don't know much about details yet10:33
AMH_henryall modules should compile fine with cpan. You need to install alot of development library though. What we did was setup a virtual machine for compilation of perl modules and package them as debian packages. The production WebGUI machine only need to install those debian packages10:37
Samus_Aranokay thank you.  it will be nice to get out of a virtual machine.... the previous IT at this place installed XUbuntu in a VMware Player virtual machine, with limited RAM/hard drive/CPUs10:40
Samus_Aranwill be very nice to have a native 64bit system, instead of on top of Windows Server 200310:40
Samus_Aranthe server is way overkill for what the organisation does, which is run a few web sites and some network file shares10:41
Samus_Arandual-CPU dual-core 4MB L2 cache 1.66Ghz Xeons, 4x73GB 10K RPM SAS, 2GB RAM10:42
Samus_Aranit was even set up with a hot spare disk.  silly.  everything important is backed up offsite.  I'm redoing it so it will be RAID 5 across the 4 disks10:42
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui11:12
-!- mode/#webgui [+o Haarg] by ChanServ11:12
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]11:48
patspamany core developers about?11:52
-!- AMH_henr1 [n=henry@alphamega-dmp.xs4all.nl] has joined #webgui12:21
-!- AMH_henry [n=henry@a80-101-75-92.adsl.xs4all.nl] has quit [Read error: 110 (Connection timed out)]12:21
-!- AMH_bo1 [n=bob@alphamega-dmp.xs4all.nl] has joined #webgui12:21
-!- AMH_bob [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit [Read error: 110 (Connection timed out)]12:22
-!- AMH_henr1 [n=henry@alphamega-dmp.xs4all.nl] has left #webgui []12:28
-!- AMH_henr1 [n=henry@alphamega-dmp.xs4all.nl] has joined #webgui12:28
-!- Radix__ [n=Radix@203.161.71.161.static.amnet.net.au] has quit ["Windows doesn't have users, it has hostages."]13:08
-!- Radix_ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui13:15
-!- mode/#webgui [+v Radix_] by ChanServ13:15
CIA-6WebGUI: patspam * r6502 /branch/WebGUI_flux/ (4 files in 4 dirs): Added basic Flux Rule CRUD and tests13:18
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: metanil, nuba13:26
-!- Netsplit over, joins: metanil, nuba13:26
CIA-6WebGUI: patspam * r6503 /branch/WebGUI_flux/ (12 files in 7 dirs): WebGUI_flux: Re-organised tests and added some misc project files13:38
CIA-6WebGUI: patspam * r6504 /branch/WebGUI_flux/t/Flux/Rule: WebGUI_flux: finished cleanup13:38
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]14:27
-!- kamathln [n=lax@122.167.23.218] has joined #webgui15:01
-!- kamathln [n=lax@122.167.23.218] has left #webgui []15:12
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has quit [Remote closed the connection]15:43
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has joined #webgui15:44
-!- estiven [n=estiven@201.232.58.66] has joined #webgui16:23
-!- SDuensin [n=Scott@15.sub-75-206-252.myvzw.com] has joined #WebGUI16:36
SDuensinMorning.16:37
Samus_AranSDuensin: morning16:39
-!- AMH_henr1 [n=henry@alphamega-dmp.xs4all.nl] has quit [Read error: 110 (Connection timed out)]17:13
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has joined #webgui17:32
-!- jfluhmann [n=jfluhman@x170y097.angelo.edu] has left #webgui ["Open Source Symposium - http://www.texasoss.org/"]17:33
ckotilAnyone know the ?func= to get to the edit profile screen?17:54
-!- AMH_bo1 [n=bob@alphamega-dmp.xs4all.nl] has left #webgui []17:54
ckotil?op=editProfile18:01
CIA-6WebGUI: yung * r6505 /branch/WebGUI_Userlist/lib/WebGUI/ (3 files in 3 dirs): Added some UserList search form tmpl_vars18:07
CIA-6WebGUI: yung * r6506 /branch/WebGUI_Userlist/www/extras/assets/userlist.gif: Added UserList icon18:07
-!- dionak [n=diona@97.66.185.250] has joined #webgui18:38
-!- bopbop [n=kmccombs@71-90-18-149.dhcp.mdsn.wi.charter.com] has joined #webgui18:38
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui18:46
-!- mode/#webgui [+v perlDreamer] by ChanServ18:46
+perlDreamerpatspam: Did you get your core question answered?18:46
patspamperlDreamer: yeah thanks, dug through my dev list emails and found an answer18:47
+perlDreamergood deal18:47
+perlDreamerckotil: op=editProfile18:50
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has quit ["Leaving."]19:20
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui19:48
-!- bopbop [n=kmccombs@71-90-18-149.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]19:52
-!- miloidrr [n=Camilo@201.232.58.66] has joined #webgui19:56
miloidrrHi, i have a question about the collaboration system template19:57
-!- jua2 [n=juangui@201.232.58.66] has joined #webgui19:58
jua2i want to create my own templates using  HTML::Template::Expr20:00
miloidrrIn the CSystem, ithave 3 templates templates20:00
jua2using it can i create my own variables?20:01
miloidrrHow can i put the atacchment file in the weblog template?20:02
CIA-6WebGUI: yung * r6507 /branch/WebGUI_Userlist/lib/WebGUI/ (3 files in 3 dirs): Added tmpl_vars for files to UserList20:05
-!- webgeek [n=webgeek@fvec-nat.d214.org] has joined #webgui21:08
webgeekif i manually enter in a user with the proper connect string and authenticate against my ldap connection it works fine. however, i cannot automatic register using ldap. how can i get this to happen since i know if finds my ldap server21:09
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]21:37
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui21:38
-!- mode/#webgui [+o Haarg] by ChanServ21:38
CIA-6WebGUI: doug * r6508 /WebGUI/lib/WebGUI/ (8 files in 5 dirs): 21:53
CIA-6WebGUI: Added more keys to the list of bad EXIF keys. CameraID and CameraType seem to make JSON croak...21:53
CIA-6WebGUI: Fixed issue where bad EXIF cache would kill the entire album21:53
CIA-6WebGUI: Added more variables for resolutions21:53
CIA-6WebGUI: Added better handling of Pending albums and photos.21:53
CIA-6WebGUI: doug * r6509 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Asset.pm): missed some things21:53
+perlDreamerjua2: You can not make your own variables when using HTML::Template::Expr22:00
+perlDreamerThe only way to make new variables is to change the source code.22:00
nubaor else theres Template Toolkit templates too, which you can use in WebGUI22:15
nubawhere you're given power to accomplish things unheard of!...22:16
nubaand also to shoot yourself in the foot in nice ways :D22:16
nubadepending on how and how much you play with it22:17
miloidrrnuba: How i found the toolkit templates?22:19
CIA-6WebGUI: doug * r6510 /WebGUI/lib/WebGUI/i18n/English/Asset_Photo.pm: fix: this is what i get for not testing beforehand...22:20
CIA-6WebGUI: colin * r6511 /branch/WebGUI_7.4/ (lib/WebGUI/Form/Country.pm docs/changelog/7.x.x.txt): patch the country list22:20
CIA-6WebGUI: colin * r6512 /WebGUI/lib/WebGUI/Form/Country.pm: forward porting update to country list22:20
nubamiloidrr: support for template toolkit already comes with WebGUI22:20
+perlDreamerhttp://www.webgui.org/community-wiki/how-to-enable-other-template-engines22:21
nubanice22:21
+perlDreamerThe wiki is so full of stuff, yet no one reads it22:21
+perlDreamerWe need to make a wikibot that returns the top 5 hits for a search in the wiki22:21
miloidrrI have completed these steps22:23
nubaand?...22:24
@preaction_miloidrr, you have to make your own templates for Template Toolkit, there are none pre-installed22:25
+perlDreamerwhat? WebGUI doesn't come with other templates?  And it won't change them for me?22:25
+perlDreamerWhat kind of third rate piece of perl crap is this?22:25
+perlDreamerwaaaahhhhhh22:25
nubamiloidrr: have you considered first googling around for template toolkit and actually checking22:27
nubamiloidrr: if it does what you need done, first?22:27
nubamiloidrr: before engaging in the eforrt of enabling template toolkit and also making template toolkit templates? 22:28
nubamiloidrr: you know, you should get yourself informed about things before trying whatever it is people throw at you22:29
nubamiloidrr: this is internet, and these are complicated times22:29
miloidrr:)22:29
nubamiloidrr: its not like what you see on TV, things you hear on the internt May not be true!22:30
miloidrrI would like to change the default submision template22:33
-!- webgeek [n=webgeek@fvec-nat.d214.org] has quit []22:36
+perlDreamerbrace for IRC impact22:40
miloidrrWhen an user attach a file, if it is a file .doc show somethingthing, wmv show a flashplayer22:43
jua2perlDreamer,  what can i do with HTML::Template::Expr and where can use it?22:44
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui22:44
-!- mode/#webgui [+v MrHairgrease] by ChanServ22:45
+perlDreamerHTML::Template::Expr is the same as HTML::Template, except that it allows you to do more complex logical comparisons.  Instead of true or false, you can do greater than, less than, you can write equations, you can manipulate strings. But those always end up in comparison functions, not variable assignments.22:46
+perlDreamerTo use it, follow these instructions: http://www.webgui.org/community-wiki/how-to-enable-other-template-engines22:47
+perlDreamerand then set the Template Engine in a template's properties to HTML::Template::Expr22:47
@preaction_lord... when CIA-6 catches up it's gonna have a slew of commits by me 22:50
+MrHairgreasepreaction_, one small assetmanager issue if you go to an asset with no children, it'll say data erro22:50
+perlDreamerdoes click and drag work in the new asset manager yet?22:51
@preaction_yeah. gotta find a way to deal with that22:51
@preaction_there is no click and drag, there's better22:51
CIA-6WebGUI: doug * r6513 /WebGUI/lib/WebGUI/Asset/File/GalleryFile/Photo.pm: fixed resolutions problem22:51
CIA-6WebGUI: doug * r6514 /WebGUI/lib/WebGUI/Asset/File/GalleryFile/Photo.pm: fixed labels22:51
CIA-6WebGUI: doug * r6515 /WebGUI/lib/WebGUI/Asset/File/GalleryFile/Photo.pm: ordered resolutions numerically instead of ascibetically22:51
+perlDreamerwhat's better than click and drag for reordering?22:51
@preaction_you simply type in the number you want and click "update"22:51
@preaction_click and drag would suck over multiple pages22:52
+perlDreamerWhy is it that Amazon patented the 1-click? :)22:52
@preaction_hell, it sucked with a single page22:52
+MrHairgreasedoesn't work for me22:52
@preaction_because there's no dragging involved?22:52
+MrHairgreaseno22:52
@preaction_MrHairgrease, updating rank?22:52
+MrHairgreaseyeah22:52
+MrHairgreasei have three assets 22:52
+MrHairgreasewith rank 1, 2 and 322:53
+MrHairgreasei want to swap 1 and 322:53
+MrHairgreaseso i fill in 1 in 3's rank box22:53
+MrHairgreasecheck the box thingy22:53
+MrHairgreaseand click update22:53
* perlDreamer goes back out to the lab22:53
+MrHairgreasenothing happens22:54
+MrHairgreaseeven if I change 1's rank to 3 it doesn't do anything22:54
@preaction_looks like it didn't get translated properly to the new datatable thing. i'll have to take a look tonight after i'm done with regular work22:54
+MrHairgreaseit's no problem for me22:55
jua2perlDreamer,  i did all that you suggested me in the link22:55
+MrHairgreasei just wanted to see if it worked22:55
jua2and when i go to edit a template, i can see the new engine22:55
jua2now, i am going to try to test it modifying one of the templates23:00
CIA-6WebGUI: martin * r6516 /WebGUI/lib/WebGUI/Shop/ (PayDriver/Cash.pm PayDriver.pm PayDriver/ITransact.pm): ITransact fixes.23:39
-!- SDuensin [n=Scott@15.sub-75-206-252.myvzw.com] has quit ["Leaving"]23:45
-!- dionak [n=diona@97.66.185.250] has quit []23:51
--- Day changed Fri May 30 2008
CIA-6WebGUI: martin * r6517 /WebGUI/ (4 files in 3 dirs): 00:25
CIA-6WebGUI: - Fixed recurring payment cancelation and added error handling00:25
CIA-6WebGUI: - Made transactions with recurring items recurring00:25
CIA-6WebGUI: - Fixed some bugs in the email receipt code00:25
CIA-6WebGUI: - Added email receipt template to migrated plugins00:25
@apeironHm. Shouldn't the SQL for PBproductimportnode001 be in create.sql or previousVersion.sql?00:44
@apeironBecause as HEAD stands right now, you can't install that version directly, and have to upgrade. That asset isn't created, which causes shop-related tests to fail.00:45
@preaction_apeiron, no. create.sql is auto-generated when the build is made00:46
@apeironpreaction_, ah, okay.00:46
-!- miloidrr1 [n=Camilo@201.232.58.66] has joined #webgui00:47
@apeironWould hate to see 7.5 stable be released and.... not work at all.00:47
@preaction_when you do an svn up, you should also do a resetdev, which is basically loading previousVersion.sql and then cd WebGUI/sbin; perl upgrade.pl --doit00:47
@preaction_there's a resetdev script out there somewhere00:47
@apeironYes. I had tried to start directly from HEAD as I didn't have anything even remotely close to the nearest upgrade point.00:48
-!- miloidrr1 [n=Camilo@201.232.58.66] has left #webgui []00:49
-!- miloidrr [n=Camilo@201.232.58.66] has quit [Read error: 110 (Connection timed out)]01:04
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]01:27
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has left #webgui []01:51
-!- jua2 [n=juangui@201.232.58.66] has left #webgui []02:08
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has joined #webgui02:09
-!- estiven [n=estiven@201.232.58.66] has quit ["Leaving."]02:15
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI02:29
-!- preaction_ [n=doug@static-72-1-4-143.ntd.net] has quit [Remote closed the connection]02:38
dionakhey guys03:17
dionakjust saying hello. 03:17
dionaklooks like a decently busy day on IRC 03:17
-!- Radix-wrk [n=Jesse@203.161.68.67] has joined #webgui03:30
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:30
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has joined #webgui04:00
Samus_Arandionak: Greetings04:22
dionakhey there Samus_Aran04:22
-!- dionak [n=diona@cpe-024-074-132-143.carolina.res.rr.com] has left #webgui []04:38
CIA-6WebGUI: jt * r6518 /WebGUI/ (3 files in 3 dirs): depricate $session->errorHandler over $session->log04:52
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI05:32
-!- mode/#webgui [+o khenn] by ChanServ05:32
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has left #WebGUI []05:32
patspam$session->log++05:50
@apeironAgreed, (less typing)++05:50
@apeironIt's also more suitably named. It can do more than just log *errors*.05:50
@apeironrizen++ 05:50
patspamnow if we just rename $session to $c (for context) I can revert to all my lazy catalyst typing habits05:53
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]06:23
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui06:27
-!- mode/#webgui [+o perlmonkey2] by ChanServ06:28
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui06:37
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [Read error: 113 (No route to host)]07:13
-!- metanilca [n=metanil@ip98-161-18-136.om.om.cox.net] has joined #webgui07:23
metanilcahello 07:23
metanilcaanybody home?07:24
metanilcaanybody know what this will do --> $base->getLineage(["children"],{returnObjects=>1});??07:30
-!- patspa1 [n=patspam@ppp121-44-199-246.lns3.mel4.internode.on.net] has joined #webgui07:32
-!- patspam [n=patspam@ppp59-167-80-177.lns2.mel6.internode.on.net] has quit [Read error: 113 (No route to host)]07:49
-!- metanilca [n=metanil@ip98-161-18-136.om.om.cox.net] has quit [Remote closed the connection]09:36
-!- AMH_bo1 [n=bob@a80-101-75-92.adsl.xs4all.nl] has joined #webgui10:01
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has joined #webgui10:02
perlDreamermetanil: you still awake?10:02
perlDreamer$base->getLineage(["children"],{returnObjects=>1});10:03
perlDreamershould get all assets which are children (1 level below only) and return you a list of objects10:03
perlDreamerreturn you a list of the children as objects10:03
CIA-6WebGUI: colin * r6519 /WebGUI/ (2 files in 2 dirs): make the upgrade script remove SQLForm files, code, Help, i18n and test. Retire the SQLForm test in the repo10:30
CIA-6WebGUI: colin * r6520 /WebGUI/t/ (Workflow.t lib/WebGUI/Test.pm): migrate some tests from errorHandler to log10:30
CIA-6WebGUI: colin * r6521 /WebGUI/t/Asset/Sku/Product.t: update the plan since tests were moved into Asset.t for getIsa10:30
CIA-6WebGUI: colin * r6522 /WebGUI/ (4 files in 2 dirs): clean up old commerce macro tests and have the upgrade script remove them for the user10:30
CIA-6WebGUI: colin * r6523 /WebGUI/t/Shop/Pay.t: account for another default paydriver not that itransact has been added10:30
-!- Radix-wrk [n=Jesse@203.161.68.67] has quit ["Leaving"]10:48
CIA-6WebGUI: colin * r6524 /WebGUI/t/Shop/PayDriver.t: update PayDriver.t with the latest definition and form elements10:52
CIA-6WebGUI: patspam * r6525 /branch/WebGUI_flux/ (14 files in 5 dirs): WebGUI_flux: Flux::Expression CRUD implementation and tests10:52
CIA-6WebGUI: colin * r6526 /WebGUI/ (3 files in 3 dirs): 10:52
CIA-6WebGUI: Since the topical view of the Help has gone away, the TOC labels10:52
CIA-6WebGUI: are no longer required in the i18n files. Remove the test and10:52
CIA-6WebGUI: subroutine from Operation/Help.pm.10:52
-!- perlDreamer [n=colink@pool-71-245-101-253.ptldor.fios.verizon.net] has quit ["Leaving."]11:05
-!- BartJol [n=plainstu@host2.procolix.com] has joined #webgui11:20
-!- patspa1 [n=patspam@ppp121-44-199-246.lns3.mel4.internode.on.net] has quit ["Leaving."]11:51
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has quit [Read error: 110 (Connection timed out)]13:54
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["This computer has gone to sleep"]13:59
-!- ckotil [n=newtrino@snare.grnoc.iu.edu] has joined #webgui14:38
SDuensinMorning.16:27
-!- BartJol [n=plainstu@host2.procolix.com] has left #webgui []16:37
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit [Read error: 104 (Connection reset by peer)]16:48
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui16:49
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has joined #webgui16:49
-!- mode/#webgui [+o Haarg] by ChanServ16:49
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:56
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:56
-!- SquOnk [n=emhn@201.211.84.218] has joined #webgui17:34
SquOnkHi everyone17:34
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui17:41
-!- cap10morgan_ [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has quit []17:43
-!- bopbop [n=kmccombs@71-90-18-149.dhcp.mdsn.wi.charter.com] has joined #webgui17:45
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui18:08
-!- AMH_bo1 [n=bob@a80-101-75-92.adsl.xs4all.nl] has quit ["Leaving."]18:11
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has quit [Read error: 110 (Connection timed out)]18:25
-!- apeiron [n=apeiron@c-71-230-67-187.hsd1.pa.comcast.net] has joined #webgui18:33
-!- mode/#webgui [+o apeiron] by ChanServ18:33
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has joined #webgui18:36
perlDreamerHey, everyone18:42
-!- elnino [n=elnino@user-38q49cv.cable.mindspring.com] has joined #WEBGUI18:44
elninoGood morning!  Really easy question (I hope) ... I have a macro that I'm passing in strings that are surrounded by quotes, and when I print them from the macro, they still have quotes around them, is there perl function or even something in webgui that I can call to strip the quotes. I want to make this fool proof so my user can pass in parameters with or without quotes.18:47
perlDreamerelnino, they're already supposed to have the quotes stripped by the macro processor18:49
elninohmm. not happening. Perhaps i'm having a brain fart and doing something goofy. Ive written so many macros and never had a problem before. weird.  I'll keep looking.18:50
perlDreamerwhat kind of quotes are you using, and do they need them?18:52
perlDreameryou really don't need quotes unless you have embedded commas, IIRC18:53
elninook. I stripped it down to just returning one of the variables, and it's returing the quotes:  return $linktext18:53
elninoI'm just using a double quote. I just happened to use the quotes, because it's natural for me to do so.. the macro is called as such: ^popupwindow("Start Survey", "Start Survey Now", "http://surveys.verticalresponse.com/","","");18:54
perlDreamerelnino, are there really spaces after some of the commas?  That could be messing things up18:58
elninoyep, I copied pasted. I'll try without spaces.18:58
elninoyep. That fixed it.  See. EASY. =)18:59
elninoThank you!19:00
perlDreamerYou're welcome.  I updated the wiki to add that as a note.19:02
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 104 (Connection reset by peer)]19:11
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui19:12
elninoVery thorough, thank you again!19:13
-!- elnino [n=elnino@user-38q49cv.cable.mindspring.com] has quit ["Leaving"]19:15
-!- topsub [n=josh@97.66.185.250] has joined #webgui19:22
topsubquestion.. when i browse into  a folder and click on add a new file.  under the "display" it is auto selected"Yes" for hide from navagation. Is this a default setting or is this something i can have it say "no" by default.. The parent folders all have this set to no.19:25
CIA-6WebGUI: yung * r6527 /WebGUI/ (9 files in 9 dirs): Added UserList wobject19:40
bopboptopsub: Yes is the default for any assets added inside a container asset- so any file inside a folder will have hide from nav set to yes by default19:48
topsubis there a way to have it set to no by default? or is that just what it is?19:49
bopbopit's just the way it is for now19:49
bopbopit's logical- if you think about a page layout, you wouldn't normally want every article, poll, calendar etc displayed on the page to appear in the site nav by default.... so the same applies to files inside a folder19:50
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has joined #webgui19:53
JohnRestrepoGood morning!19:53
JohnRestrepoI have a very specific question to all of you19:54
JohnRestrepoThe thing is: I'm trying to send a variable with the GET method ("<hi><one>two</one></hi>") as a string to webgui19:55
-!- jua1 [n=juangui@201.232.58.66] has joined #webgui19:55
JohnRestrepoBut webgui take this as a HTML19:55
JohnRestrepoAnd only print "two"19:55
topsubthanks, bopbop19:56
JohnRestrepoWhen I sent "<u>two</u>"19:56
JohnRestrepoY print me two with an underline19:56
JohnRestrepoHow can I send a string like a string?19:56
CIA-6WebGUI: yung * r6528 /WebGUI/lib/WebGUI/Macro/AssetProxy.pm: Changed AssetProxy macro's error handling20:10
-!- topsub [n=josh@97.66.185.250] has quit ["Leaving"]20:20
perlDreamerJohnRestrepo: What are you using to access the string as a form variable in WebGUI?20:20
JohnRestrepoI'm sending from Flash to webgui through a macro20:22
perlDreamerin the macro, how are you accessing the string as a form variable?20:22
JohnRestrepoWith $session->form->param(str)20:24
JohnRestrepoWhere str is the variable name20:24
JohnRestrepoSomething like $var = $session->......20:25
JohnRestrepoAnd $output = $var;20:25
JohnRestrepoAnd then 20:25
JohnRestreporeturn $output;20:25
perlDreamerform->param does not do any post-processing of the data20:26
perlDreamerit takes it directly from the Apache request object20:26
perlDreamerWebGUI is giving you what it gets20:26
JohnRestrepoSo the problem is Apache20:26
JohnRestrepo?20:26
perlDreameror your Flash20:26
JohnRestrepomm20:26
JohnRestrepoThanks20:27
JohnRestrepoI'll take a look20:27
perlDreamerbopbop: Is collateral singular or plural, or something else altogether?20:30
CIA-6WebGUI: yung * r6529 /WebGUI/ (docs/changelog/7.x.x.txt lib/WebGUI/Operation/Group.pm): Added group id and name to all group operations20:37
bopbopperldreamer: as a noun, singular; as an adjective, it's usually used to describe more than one21:00
perlDreamerso, what's the proper way to say that you have more than one collateral?21:01
bopbopgive me a context21:02
bopbopuse it like fish or deer21:02
perlDreamerthe context is awkward.21:02
bopbopyou can say "multiple collateral" 21:03
perlDreamerIt is good programming practice to name arrays as plurals21:03
perlDreamerand then to access one element of the array as singular21:03
perlDreamer$address = $addresses[0]21:03
perlDreamerforeach $address in @addresses21:03
perlDreamerso then I have some collateral21:03
perlDreamerand I'm wondering how to refer to them clearly21:03
bopbopuse it like fish, deer, or moose- just say collateral for sing. and plural21:04
perlDreamerokay21:04
perlDreamerthank you!21:04
bopbopwhen you have it written fell free to share it with me and I'll see if I can clear it up if need be21:04
* apeiron fells free21:04
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit [Read error: 110 (Connection timed out)]21:21
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has left #webgui []21:43
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has joined #webgui21:54
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has joined #webgui22:02
JohnRestrepoGuys22:02
JohnRestrepoWhere can I find a file created by the open() function in webgui22:02
JohnRestrepoI give it a path but, nothing happen22:02
@perlmonkey2You know the problem with JSON-ifying anything is that the only reports you'll be able to get are from code.  No sql queries or using thingy.22:09
@perlmonkey2I guess in the responses I could put any pertinent information needed for a query.  22:11
@apeironperlmonkey2, You can change that. Write DBD::JSON.22:11
@apeironThat's actually an idea that's been kicking about in my head for the past day or so.22:12
@perlmonkey2wow....incredible idea22:12
@perlmonkey2but JSON allows both arrays and hashes.  22:13
@perlmonkey2hashes seems like a hard concept to get an RDB paradigm.22:13
@apeironnowai. It's a single-row table.22:14
JohnRestrepoAny answer for my question?22:20
JohnRestrepoSorry but it's importatn22:20
perlDreamerJohnRestrepo, your question isn' specific enough to answer.  Which open() are you talking about?  Perl's, or one from a WebGUI module, or what?22:50
JohnRestrepoPerl's23:01
perlDreamerdo you check for errors on open?  open or die "Hey, this is a problem : $!\n";23:02
perlDreameropen is used in WebGUI::Storage and other places, and it works fine23:03
@apeironJohnRestrepo, Could you paste the code you're trying which isn't doing what you want to a pastebin?23:03
JohnRestrepoYeah!!!23:07
JohnRestrepojejeje23:07
JohnRestrepoI got it23:07
JohnRestrepoMy problem was with the name of the file23:07
JohnRestrepoI never gave it a path23:07
JohnRestrepoI gave it in the name23:08
perlDreamerso it saved it in "."23:08
JohnRestrepoYes23:08
JohnRestrepoWhat I did was this:23:08
perlDreamerDid you find what was going on with your earlier problem? the form variable?23:08
JohnRestrepo        open (MIFICH, ">/tmp/$name");23:08
JohnRestrepo                print MIFICH $xml;23:08
JohnRestrepo        close (MIFICH);23:08
JohnRestrepoThe $name was "http://..........."23:09
JohnRestrepoWithout a path23:09
JohnRestrepoNow I add /tmp/23:09
JohnRestrepoAnd it worked perfectly23:09
JohnRestrepoWas a beginner error23:09
JohnRestrepo;)23:09
-!- estiven [n=estiven@201.232.58.66] has joined #webgui23:10
perlDreamerJohnRestrepo: Did you find out what was happening with your problem from this morning, about form data?23:19
SquOnkWeird error...23:22
SquOnk[Fri May 30 15:50:40 2008] [error] [client 192.168.0.201] Can't locate auto/Apache2/Request/print.al in @INC (@INC contains: /usr/share/webgui/lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . /etc/apache2) at /usr/share/webgui/lib/WebGUI/Session/Output.pm line 93\n23:22
SquOnkIdeas?23:22
perlDreamerSquOnk: This is with the Debian WebGUI package running on perl 5.10?23:22
SquOnkperlDreamer: Yep23:22
-!- bopbop [n=kmccombs@71-90-18-149.dhcp.mdsn.wi.charter.com] has quit ["that's all folks"]23:23
SquOnkperlDreamer: Ah, but got an answer already...23:23
perlDreamerexcellent!23:23
SquOnkperlDreamer: It's a bug :-)23:23
perlDreamerWhose bug?23:23
SquOnkperlDreamer: WebGUI's23:23
perlDreameruh oh23:23
SquOnkhttp://www.webgui.org/bugs/tracker/perl-apache2request-fatal-error23:24
SquOnkperlDreamer: So I guess 7.5.11 has it fixed23:24
SquOnkperlDreamer: BTW, all this is because 7.5 is going into Debian instead of 7.423:25
perlDreamerI see23:25
SquOnkperlDreamer: I had complaints from my sponsor and Debian FTP Masters regarding WebGUI's inclusion of YUI and tinymce2. It's a bug to package third-party wholesale distributions. Now, Debian already has yui and tinymce2 packaged, so it's a matter of symlinks; but 7.4 does not work with YUI 2.5 and 7.5 does...23:26
SquOnk...so we're getting 7.5 in Debian :-)23:26
SquOnkQuestion is, when will 7.5.11 be out?23:27
perlDreamerEnd of June.23:27
perlDreamerFeature freeze is tomorrow23:27
SquOnkperlDreamer: Perfect timing.23:27
SquOnkperlDreamer: I guess I'll patch the bug on 7.5.10 and wait for 7.5.1123:27
perlDreamerSquOnk: If you find the patch, please post back.  It doesn't say in the bug report how it was fixed.23:28
perlDreamerand the code for that file is exactly the same as reported23:28
perlDreamerso it must be fixed elsewhere23:28
SquOnkperlDreamer: What does HEAD have?23:28
perlDreamer7.5.11-pre :)23:29
perlDreamerHaarg: Do you remember how you fixed this bug: http://www.webgui.org/bugs/tracker/perl-apache2request-fatal-error ?23:29
SquOnkperlDreamer: What does it have for that file23:29
perlDreamerThat file has the same code snippet as shown in the bug.23:29
@Haargyeah23:29
@Haargit just needed Apache2::RequestIO loaded somewhere23:29
perlDreamercool.23:30
@Haargi don't remember which file i stuck it in, but i remember not being certain it was the best place to put it.23:30
SquOnkHaarg: Oh23:30
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has joined #WebGUI23:30
-!- mode/#webgui [+o tavisto] by ChanServ23:30
@tavistohey all23:31
@apeironIt's all tavisto's fault!23:31
@tavistonoooooooo!23:31
@apeironYe.23:31
perlDreamertay vees toe !23:31
@tavistowait a sec.. I thought we fired chris23:31
@apeirons23:31
SquOnkHaarg: But it's included in 7.5.11 for sure, right?23:31
@apeironnono, we fired tavis23:31
@Haargyeah23:31
perlDreamerit's in lib/WebGUI.pm23:31
@tavistooh yeah? fire the guy that just pulled in a rockstar?23:31
@tavisto*does the happy dance*23:31
@apeiron.... crap23:31
perlDreamerall right, now y'all can afford to hire me!23:31
@tavistoanyway, anyone do the 10.5.3 update yet?23:31
SquOnkuse Apache2::RequestIO ();23:31
@tavistoheck yeah pD23:31
SquOnkThat's it?23:31
@apeironOn my desktop, yeah.23:31
@tavistowe need someone to wash our cars and stuff23:32
@Haargyes SquOnk23:32
SquOnkGreat.23:32
@tavistoyou didnt' do your MBP?23:32
@apeironBeen busy on it. :)23:32
@apeiron... though that's reasoning *to* upgrade it.23:32
@tavistoI'm about to do it.. just wanted to make sure it's not death23:32
perlDreamerMost Belligerent Programmer?23:32
@apeironMy iMac is fine, but there may be differences.23:32
@tavisto10.5.2 was death for me23:32
@apeironMacbook Pro23:32
@apeirontr/b/B/23:32
@Haargthe update worked fine for me23:33
@tavistoskype stopped working well, system freezes, multi-color crashes23:33
@apeironoO23:33
@tavistoexcellent, thanks23:33
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]23:33
@tavistomy mac turned into a PC on 10.5.223:33
@apeirontavisto, Multi-color crashes?23:33
perlDreamerjobs always did do things with style23:33
@tavistoyeah... I sent a screenshot to JT and he thought I dropped it23:33
@apeironhaha, let me see.23:33
@tavistothe screen was that jacked up... let me track it down real quick23:33
@tavistooh it's on my iphone.. I'll email it to you23:34
@tavistoit looks like an 80's arcade game23:34
perlDreamerSquOnk: Here's a link to the SVN WEB interface for future reference and browsing: https://svn.webgui.org/svnweb/plainblack/23:34
perlDreamerHEAD = WebGUI23:34
perlDreamerbranches are in the branch directory23:34
perlDreamerWRE is in wrebuild23:35
@tavistoon the way C-dawg23:35
perlDreamerindividual releases in releases23:35
perlDreamerand so on23:35
perlDreameroh, and the i18n packs are in translations23:35
perlDreamerthat's handy sometimes23:35
@apeironThanks, heh, pretty curious about it myself.23:35
@tavistoI have to say guys... I'm craving those damn baked goods from the Ruby23:35
perlDreamertavisto: Kathy and I are at the Ruby for the WUC23:36
@apeironhaha, wtf, that's weeeeeird.23:36
@tavistoperlDreamer you will love the free breakfast23:36
perlDreamerI'll probably have to run to the WUC to keep my svelte figure.23:36
@apeironYeah. (ruby marie)++ # awesome breakfast23:36
@tavistoperlDreamer: why didn't that turn your name bold23:36
perlDreamerI didn't use your name23:37
perlDreamerbold: tavisto23:37
perlDreamerregular otsivat23:37
SquOnkperlDreamer, Haarg: Running beautifully. The first revision of webgui 7.5.1 for Debian is ready.23:37
@tavistoi used to be such an IRC war3z nerd and now I've lost all my l33t irc skills23:37
SquOnkperlDreamer: 7.5.10, sorry :-)23:37
perlDreamerWe'll school you again at OSCON23:37
SquOnklol23:38
@Haargcool23:38
@tavistoChris isn't that a nice screen?23:38
@tavistothe bottom one looks like a new level in digdug23:39
@apeironYes, that's really odd.23:39
@tavistothey upgraded the graphics drivers in 10.5.2 and apparently certain cards hate those particular drivers.. new drivers are included in 10.5.323:39
@apeironhmph. I've not had problems anything like that.23:39
@tavistookay... wish me luck... time to upgrade. brb i hope23:39
-!- lisette [n=ubuntu@201.232.58.66] has quit [Read error: 113 (No route to host)]23:39
-!- tavisto [n=tavisto@pool-71-120-147-81.gdrpmi.dsl-w.verizon.net] has quit []23:40
perlDreamerSquOnk: How do we ensure that the Debian packages provide the versions of YUI and tinymce that are compatible with wG?23:58
perlDreamerOr is that all accomplished due to the magic of volunteer package management?23:59
--- Day changed Sat May 31 2008
SquOnkperlDreamer: YUI is 2.5.000:02
SquOnkperlDreamer: TinyMCE2 is the appropiate version.00:02
perlDreamerokay00:02
SquOnkperlDreamer: WG patches are placed in such a way that they do not disturb YUI nor TinyMCE200:02
SquOnkperlDreamer: So it's just a matter of symlinking or Apache alias magic.00:03
SquOnkperlDreamer: For instance, if you aptitude install yui, you get /var/www/yui and all you need is for your apps to use "/yui"00:03
SquOnkperlDreamer: But if you don't want to do it like that, the _actual_ YUI code is in /usr/share/yui00:04
SquOnkperlDreamer: ...so you symlink from your app there.00:04
perlDreamermakes sense00:04
SquOnkperlDreamer: Debian makes sense :-)00:04
-!- lisette [n=ubuntu@201.232.58.66] has joined #webgui00:11
CIA-6WebGUI: yung * r6530 /WebGUI/lib/WebGUI/Asset/Wobject/UserList.pm: Removed install code from UserList00:18
-!- jua1 [n=juangui@201.232.58.66] has left #webgui []00:32
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui00:34
-!- mode/#webgui [+o preaction] by ChanServ00:34
CIA-6WebGUI: yung * r6531 /WebGUI/lib/WebGUI/ (i18n/English/Asset_UserList.pm Asset/Wobject/UserList.pm): Added overridePublicEmail and overridePublicProfile settings to UserList00:40
JohnRestrepoNew question, new question00:56
JohnRestrepojejej00:56
JohnRestrepoFlash again00:56
JohnRestrepoI wanna execute a function from flash with getURL("javascript:foo('text')")00:57
JohnRestrepoAnd inside the template of a collaboration system I have the script00:57
JohnRestrepo<script type="javascript">00:58
JohnRestrepofunction foo(var){00:58
perlDreamerJohnRestrepo: please use the paste: webgui.pastebin.com00:58
JohnRestrepoOk00:58
JohnRestrepoI didn't know it00:58
perlDreamerNo sweat00:58
JohnRestrepohttp://webgui.pastebin.com/m44b64d6300:59
JohnRestrepoOk00:59
JohnRestrepoThat's ti01:00
JohnRestrepoit01:00
JohnRestrepoThe alert don't execute01:00
JohnRestreposorry 01:00
JohnRestrepodoesn't execute01:00
@preactionJohnRestrepo, do you have firebug? that might help. otherwise there are javascript-specific channels on this network that might be able to help01:01
@preactionalso, it should be type="text/javascript" <-- type is the content / MIME type of the script01:01
JohnRestrepoI have tried that01:01
JohnRestrepoAnd nothing01:01
JohnRestrepoOk, could you please give me the channels?01:02
@apeironuhm, it's not something you "try", it's something you do, because it's standard.01:02
@preactionokay, but it should still be type="text/javascript"01:02
@preactionJohnRestrepo, ##Javascript would be a good one. but I'm betting the flash is the problem. 01:02
@preactionalso, if you type "/list" in your IRC client, you'll get a list of the channels on this network01:02
JohnRestrepoThanks a lot01:03
@apeironpreaction, /list is deprecated in favor of C</msg chanserv list pattern> for Freenode.01:03
@preactionpfft, silly freenode01:03
@apeironIt's a performance issue. Lots of (inactive) channels and they don't want you listing them all.01:03
-!- khenn_ [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI01:07
-!- estiven [n=estiven@201.232.58.66] has left #webgui []01:14
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui01:22
-!- mode/#webgui [+o perlmonkey2] by ChanServ01:22
CIA-6WebGUI: jt * r6532 /translations/Spanish/Spanish/ (9 files): update_from_translation_server01:34
-!- SquOnk [n=emhn@201.211.84.218] has quit ["Yippie kay-ai-yay fudder muckers!"]01:41
-!- JohnRestrepo [n=jrestrep@201.232.58.66] has left #webgui []01:59
metanilwhat is this lineage field in database? 000001000002000048000001000003.. 02:17
metanilit was assigned $self->get("lineage").$self->getNextChildRank;02:17
perlDreamerlineage keeps track of the "lineage" or hierarchial path from the WebGUI Root node to the object.  It can be split into 6 character chunks.02:20
perlDreamer000001 is root02:20
perlDreamer000002 is second child of root02:20
perlDreamerand so on02:20
metaniloh.. 02:31
metanilso just by lineage field i can easily get grand grand parent, isn't it?02:31
@preactionyes02:31
metanilsweet!02:31
@preactionthat's what $asset->getLineage( ['ancestors'] ); is for02:32
perlDreamerI guess that can be shorter than $self->getParent->getParent->getParent :)02:33
-!- perlDreamer [n=ckuskie@nat039.mxim.com] has quit ["Download Gaim: http://gaim.sourceforge.net/"]02:36
metanilIs there any built-in function to get all the child's (recursively) assetid??02:40
@apeironPerhaps you want $asset->getLineage( [ 'descendants'] ); # ?02:40
metanili can write by querying into database directly, but just asking if there was any..02:40
-!- lisette [n=ubuntu@201.232.58.66] has quit [Read error: 110 (Connection timed out)]02:42
metanilya that would definitely work .. 02:44
@preactionmetanil, how about looking at the lib/WebGUI/AssetLinage.pm file for all the things you can do about lineage?02:46
metanilpreaction, thanks.. i am looking at it right now.. 02:48
@apeironWould anyone who's able please test the inheritUrlFromParent change I just checked in, via an upgrade? I tested it myself and it worked, but I'd be more comfortable knowing at least another set of eyes has tried it.02:52
CIA-6WebGUI: chrisn * r6533 /WebGUI/ (5 files in 5 dirs): 02:55
CIA-6WebGUI: Add the inheritUrlFromParent property, which causes the asset to prepend its02:55
CIA-6WebGUI: parent's URL to its own URL. Boolean, default off, found in the meta tab.02:55
@preactionuh... i'm not sure that's a good idea02:56
@preactionwhat does it do?02:57
@apeironIf enabled, it looks at the asset's parent and prepends that asset's URL to the current asset.02:57
@preactionwhen?02:58
@apeironWhen the flag is enabled.02:58
@preactioni mean when is the parent URL prepended? is it in the database or is it when you're calculating the URL with getUrl?02:59
@apeironIn the DB.02:59
@preactionuh... uh...... uhhhhhhh......03:00
@preactionso how is that different from Edit Branch and Setting the URL to parent URL + Menu Title?03:00
@apeironer, it uses the URL and not the menu title? :)03:01
@preactionso... i flip this flag, and then my asset will automatically add its parent's url to whatever url I put in the URL field03:04
@apeironYes.03:04
@preactionbut none of the child assets will do the same03:04
@apeironUnless they set the flag.03:05
@preactionunless they specifically handle it themselves03:05
@preactionbut it's in update(), so if i want to override it programmatically, i have to disable it temporarily03:06
@apeironIf you can think of a better place to put it, please, let me know.03:07
@preactionthe processPropertiesFromFormPost probably03:07
@apeironBut would that handle updating an asset from the API directly?03:08
@preactionno03:08
@apeironWhen I was looking at where to put this code, one of my goals was to not duplicate it--so it went in update().03:08
@preactionthat's the point, disallow things from the web interface, but don't prevent those who should know what they're doing from doing it03:08
@apeironhm. So do you think it would be better in processPropertiesFromFormPost and let an API user do it manually?03:10
@preactioni don't know really. i still don't really like the idea, since by default the URL is the parent asset's URL + the current asset's menuTitle03:11
metanildoes this sounds right? http://webgui.pastebin.com/d9ae73d003:29
metanilat line 3 $self = $asset03:30
@apeironmetanil, Have you tried it?03:34
@apeironAlso, a tiny most likely microscopic optimization: change the second if to elsif03:34
@apeironAlso, you need . rather than + to concatenate strings.03:35
metanilapeiron: i am trying to run.. ..(oh yaa.. thanks.. i'll change them)..03:36
-!- patspam [n=patspam@ppp121-44-199-246.lns3.mel4.internode.on.net] has joined #webgui03:36
@apeironperlbot, three questions?03:36
perlbotwhat do you have?  what do you get?  what do you expect?03:36
@apeironnote: you cannot fully answer those before trying the code, which likely would have given you errors about the + ops. :)03:37
CIA-6WebGUI: arjan * r6534 /WebGUI/ (12 files in 4 dirs): - add: United Knowledge Player added. This player allows you to display a photo collection as a slideshow. A demo can be found in /extras/ukplayer/slideshow. html. (Arjan Widlak, United Knowledge)03:39
-!- cap10morgan [n=cap10mor@h19-afsc.ded.indra.com] has quit []03:41
CIA-6WebGUI: frank * r6535 /WebGUI/docs/gotcha.txt: Gotchas for Start/End Times in Version tags04:36
CIA-6WebGUI: frank * r6536 /WebGUI/docs/changelog/7.x.x.txt: Added Start/End time features04:36
CIA-6WebGUI: frank * r6537 /WebGUI/docs/upgrades/upgrade_7.5.10-7.5.11.pl: Added workflow activity, rebuilt workflow for Commit with and without approval, and added start and end time to version tags04:36
CIA-6WebGUI: frank * r6538 /WebGUI/lib/WebGUI/VersionTag.pm: Added Changes to allow start/end times to be set for version tags04:36
CIA-6WebGUI: frank * r6539 /WebGUI/lib/WebGUI/Operation/VersionTag.pm: added Changes to allow start/end times to be set for version tags04:36
CIA-6WebGUI: frank * r6540 /WebGUI/lib/WebGUI/i18n/English/VersionTag.pm: Added Changes to allow start/end times to be set for version tags04:36
CIA-6WebGUI: frank * r6541 /WebGUI/lib/WebGUI/Workflow/Activity/WaitUntil.pm: Workflow Activity which waits until the start or end time of a version tag is reached before continuing04:36
metanilapeiron: it didn't work for no reason05:05
metanilapeiron: i think $asset->getLineage( ["descendants"], {returnObject => 1}); didn't return any child, but when i queried in the database it will show list of child for that assetid.05:08
@apeironperlbot, it doesn't work05:08
perlbotLook buddy, doesn't work is a strong statement.  Does it sit on the couch all day?  Does it want more money?  Is it on IRC all the time? Be specific!  Examples of what doesn't work (or the URL) tend to help too, or pastebin the code05:08
@apeironmetanil, Have you tried piping the output through Data::Dumper and $session->errorHandler->warn or so?05:09
metaniloops.. ok i'll post the code again http://webgui.pastebin.com/d7f4cb7a905:11
@apeironFirst step: $self->session->errorHandler->warn(Dumper $descendants);05:19
@apeironmetanil, Second step: you want returnObjects, not returnObject05:20
* apeiron would really like to have those validated somehow, so stuff like this can't happen.05:21
metanilapeiron: thanks .. great .. it worked05:22
@apeironGreat, glad to hear.05:22
metanili didn't realize i forgot to put 's' in returnObject05:23
@apeironIndeed, which is why I said you should Data::Dumper. That'd show you that you had a bunch of asset IDs rather than objects.05:28
@apeiron... though if you *did* have objects, Dumpering them to the log may take a while..05:28
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has quit [Read error: 110 (Connection timed out)]06:26
-!- metanil [n=akhadka@137.48.138.26] has quit [Read error: 104 (Connection reset by peer)]06:26
-!- preaction [n=doug@static-72-1-4-143.ntd.net] has joined #webgui06:36
-!- mode/#webgui [+o preaction] by ChanServ06:36
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has quit ["Leaving"]06:43
-!- SDuensin [n=Scott@12-226-44-250.client.mchsi.com] has joined #WebGUI06:48
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has quit [No route to host]08:44
-!- khenn_ [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has quit []10:41
-!- Radix| [n=Radix@202-89-165-187.static.dsl.amnet.net.au] has joined #webgui12:24
-!- Radix| [n=Radix@202-89-165-187.static.dsl.amnet.net.au] has quit ["Leaving"]12:40
-!- Haarg [n=haarg@24-196-80-80.dhcp.mdsn.wi.charter.com] has quit ["Leaving"]13:35
-!- perlmonkey2 [n=perlmonk@wsip-70-164-69-210.ok.ok.cox.net] has joined #webgui16:54
-!- mode/#webgui [+o perlmonkey2] by ChanServ16:54
-!- patspam [n=patspam@ppp121-44-199-246.lns3.mel4.internode.on.net] has quit ["Leaving."]17:08
-!- khenn [n=khenn@66-190-50-137.dhcp.mdsn.wi.charter.com] has joined #WebGUI17:27
-!- mode/#webgui [+o khenn] by ChanServ17:27
-!- MrHairgrease [n=martin@x032124.its-s.tudelft.nl] has joined #webgui17:36
-!- mode/#webgui [+v MrHairgrease] by ChanServ17:36
-!- cap10morgan [n=cap10mor@206-124-6-65.denver.dsl.forethought.net] has joined #webgui18:06
CIA-6WebGUI: chrisn * r6542 /WebGUI/lib/WebGUI/Asset.pm: correct a comment to be less confusing19:38
-!- Radix__ [n=Radix@203.161.71.161.static.amnet.net.au] has joined #webgui19:45
-!- Netsplit orwell.freenode.net <-> irc.freenode.net quits: ckotil, SDuensin, +Radix_19:47
-!- Netsplit over, joins: SDuensin, ckotil19:53
-!- itnomad [n=jack@pdpc/supporter/professional/itnomad] has joined #webgui21:05
CIA-6WebGUI: chrisn * r6543 /WebGUI/lib/WebGUI/Asset.pm: 22:48
CIA-6WebGUI: remove some commented out code from a previous implementation idea for22:48
CIA-6WebGUI: inheritUrlFromParent22:48
CIA-6WebGUI: chrisn * r6544 /WebGUI/ (8 files in 5 dirs): 23:07
CIA-6WebGUI: bug fixes for widgets and exports. snippets were exported as index.html or the23:07
CIA-6WebGUI: like, and widget toolboxes weren't popping up in a widgetized view.23:07
--- Log closed Sun Jun 01 00:00:07 2008

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