WebGUI irc logs from: 2010-06.log

--- Log opened Tue Jun 01 00:00:02 2010
@preactionif i'm fixing the asset, i should probably put them in a valid parent, no?00:44
+perlDreameryes00:46
+perlDreamer/root/import?00:46
+perlDreamermaybe tempspace00:46
@preactionroot/import for now00:47
+perlDreamerit would be considered frivolous to move the extra code out of Calendar's viewWeek into a separate www method, wouldn't it?00:51
@preactionactually it would break everything00:52
+perlDreamerit would?00:52
@preactionthe client who ordered that feature extended it00:52
@preactionsince it is so fragile in there, we can't fix it00:52
+perlDreamerwhat happens if this bug fix breaks it?00:54
+perlDreamernow I'm worried00:54
@preactioncan't help that00:55
@scrottieafk a minute... but this is still finding ways to not work.  grr.  it's mucked itself in a way that resetting the database doesn't fix.00:56
+perlDreamerdid you clear the cache?00:56
+perlDreamerAsset->new caches database properties when it looks them up00:57
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]01:00
@scrottiecaches them?  how do you clear the cache?  and does it cache them in the database in a way that wgd doesn't clear out with 'reset'?01:04
+perlDreamerthe cache is set by the config01:05
+perlDreamerit could be persistent in memory01:05
+perlDreameror in disk01:05
+perlDreameror in the db01:05
@scrottieoh boy.01:05
@scrottieyeah, that most certainly affects debugging.01:05
@preactionrm -rf /tmp/WebGUICache; or mysql -e'truncate cache';01:05
@preactionwgd reset SHOULD clear the cache for you01:06
@preactionhttp://gist.github.com/420328 <- anyone see anything missing here? I try to get as much info as possible01:10
@scrottieI'm starting to suspect that the only reason that that test ever passed is because it malfunctioned.01:12
@preactionquite possible01:12
@scrottieoddly though, however it malfunctions to make it pass, it'll do it again now and again.01:12
@preactionare you running just the one test?01:13
@scrottierunning t/Keyword.t01:13
Haargwgd clears the cache in webgui 7.  it likely won't handle 8 properly01:13
@scrottiewith some t/Asset.t thrown in now and then and just prove01:13
@scrottieinteresting.  is there a problem ticket open to that effect?01:14
+perlDreamerpreaction, line 73 seems odd01:14
@scrottiemanually clearing the cache for those two schemes makes that test fail... or doesn't help it succeed.01:14
+perlDreamer$var = something ||= do {};01:14
+perlDreamershould ||= just be ||01:14
+perlDreameralso, this only checks entries that are in asset, but not in sub-tables01:15
+perlDreamerit doesn't check for any of the other cases01:15
+perlDreamerlike, existing in assetData, but not any of the others01:15
@preaction$var = $something || $something = do {}; <- afterwards, $var and $something will be set01:15
+perlDreameror in a class specific table, but not in others01:15
HaargperlDreamer, with ||= it stores the result in the hash so the next run won't need the do01:15
@preactiononly those in asset will affect getLineageIterator, no?01:16
+perlDreameryes, but getIsa will be affected by the rest01:16
@scrottie /tmp/WebGUICache/* is the backing store Cache::FastMmap uses?01:17
Haargline 68: printf "%-68s", $message;01:17
@preactionscrottie: if there's no "cache" : { "root_dir" : "..." } in your config, yes01:18
@preactionthat default is set in WebGUI::Session->cache()01:18
@scrottiecool.  thanks.01:19
Haargalso, it probably makes more sense to insert values from a previous revision of the asset if one exists01:20
* perlDreamer goes shopping01:43
@scrottieyeah, I'm going to pack it up pretty quick here too.  also quite Barbie-esque, I'm going to cook dinner.01:55
@scrottiegoing to push at least that one fix first.01:59
-!- KlausH [~KlausH@p5B0704DA.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer]02:01
@preactioni'm finding some corrupt assets on tiffany's site from 2009 (no asset entry, assetData entry)02:06
@preactionyay!02:06
@preactionis database integrity even possible? should I just give up and add the 6 extra lines of boilerplate to my getLineageIterator calls?02:07
@preactionConfused? You won't be after tomorrow's episode of WebGUI!02:10
-!- preaction [~doug@207.200.236.230] has quit [Quit: preaction]02:10
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui02:26
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui02:33
-!- mode/#webgui [+o preaction] by ChanServ02:34
@scrottieooh, bac, to back episodes02:34
CIA-59webgui: Scott Walters WebGUI8 * r483acbc / (2 files in 2 dirs): 02:51
CIA-59webgui: Revert "Calls to set() and update() set attributes as well as "properties"."02:51
CIA-59webgui: This reverts commit 57fe0721ab6049e02c421cf2b1cb387f4eed42da. - http://bit.ly/9HUthc02:51
-!- fokat [~lem@190.198.61.14] has quit [Ping timeout: 240 seconds]02:52
@scrottiethis makes no sense.  tests continue to fail.  this thing is mucking itself up in some way I can't comprehend and that has little to do with the code being run.03:00
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui03:55
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]03:59
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui04:01
-!- mode/#webgui [+o preaction] by ChanServ04:01
+perlDreamerpreaction, I vote for both05:09
+perlDreamerput in the proper handling code for the iterator05:10
+perlDreamerit's worth your time05:10
+perlDreamerif it was try/catch, you'd like it better05:10
+perlDreamerbut the semantics are the same05:10
+perlDreamerscrottie, it's time to rollback05:11
+perlDreamerlet's head back to 0ae488290646e4a35b5b75f4edd17870bc58319605:11
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]05:58
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui06:07
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Client Quit]06:10
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit [Quit: zzzzzzzzzz]06:35
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has quit [Quit: Leaving.]06:53
-!- CIA-59 [cia@208.69.182.149] has quit [Ping timeout: 260 seconds]07:25
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]07:31
-!- CIA-57 [cia@208.69.182.149] has joined #webgui07:48
-!- kaare [~kaare@langebro.adapt.dk] has joined #webgui08:19
-!- kaare is now known as Guest9005308:20
-!- bartjol [~bartjol@kantoor.procolix.com] has joined #webgui10:34
-!- mode/#webgui [+v bartjol] by ChanServ10:34
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui14:22
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has quit [Quit: Leaving]15:16
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui15:39
-!- vayde [~vayde@65-103-5-102.mpls.qwest.net] has joined #webgui15:51
-!- Guest90053 [~kaare@langebro.adapt.dk] has quit [Remote host closed the connection]15:57
-!- SDuensin [~Scott@mobile-166-137-143-037.mycingular.net] has joined #webgui16:13
SDuensinMorning.16:20
-!- fokat [~lem@190.198.61.14] has joined #webgui16:22
Haargmorning16:30
+bartjolmorning16:41
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit [Quit: zzzzzzzzzz]17:12
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui17:21
@khenndoes anyone know if assetIndex still gets out of sync with the assetData table?17:32
Haargwhat part of assetIndex do you mean?17:33
Haargthe actual indexed content is probably the most likely to get out of date, but i don't know of any particular situation where that happens17:33
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]17:43
-!- preaction [~doug@207.200.236.230] has joined #webgui18:05
-!- mode/#webgui [+o preaction] by ChanServ18:05
@preactionbrainstorm: I want one more feature in 7.9, multiple auth methods active on the site for creating users. it shouldn't be too hard. possible problems?18:09
-!- bartjol [~bartjol@kantoor.procolix.com] has quit [Quit: Leaving.]18:21
@frodwithpreaction: do all of the auth methods support creating users?  (I'm wondering about ldap in particular)18:38
@preactionLDAP will create a new WebGUI user and link it to an existing LDAP record18:39
@preactionbut the main thing is: this is the major thing preventing us moving forward with new auth methods like OAuth, Facebook Connect, OpenID18:39
@frodwithah18:39
@frodwithpardon my ignorance, but what auth methods do we support right now?18:40
@preactionWebGUI, LDAP.18:40
@frodwithso we'd write authmethods for all the hip single-sign-on things and let people pick at creation time?18:41
@preactionand login, yes18:41
@frodwithhow do you mean and login18:42
@preactionnot every login will require a password, and may not even require a username (the username being told to us by the external system)18:43
@frodwithright...  that doesn't seem to clear up my confusion though.  I read what you said as "and let people pick at login time"18:44
@frodwithwhich doesn't make sense to me18:44
@preactionthey may have to enter their information into the right box for their auth method18:45
@frodwithhmm, a  user has exactly one auth method, yes?18:46
@preactionyes18:47
@frodwithcouldn't you just ignore the password box when it's not part of the login process?18:47
@frodwithor hmm, there's not even a username necessarily.18:47
@frodwithso they'd click a link, then, like "login with your facebook id"18:48
@frodwithand it'd...  do that18:48
@frodwithor do we show them all the login methods on the one screen?18:48
@preactioni'm thinking the ^L; macro shows just the main auth method with a link to "View other login methods"18:49
@preactionthen the main displayLogin page aggregates the activated auth methods18:50
@frodwiththat sounds reasonable.18:50
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui18:53
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []18:54
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui19:05
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []19:08
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui19:25
@scrottieperlDreamer, that patch should have been reverted, and before your "time to rollback" comment.  did I botch the revert/push?19:27
@scrottieoh, he's not here.19:28
@scrottiedamn, damn, damn.19:28
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []19:33
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui19:35
-!- mode/#webgui [+v patspam] by ChanServ19:35
-!- tavisto [~tavisto@pool-71-186-22-44.gdrpmi.dsl-w.verizon.net] has joined #webgui19:52
-!- mode/#webgui [+o tavisto] by ChanServ19:52
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui20:09
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []20:10
ckotilare there any known issues with the logrotate.pl that ships with wre 0.9.1 ?20:22
@preactionit would help if we knew what the issue you're having is20:23
ckotilrotating is off, logs start going to .1 .2 .3 and the original logs and .0s get reset to 0 bytes20:25
ckotilit wreaks havoc on my awstats20:25
ckotilwhich i run outside of the wre20:25
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui20:26
@preactionare you running logrotate twice? is awstats doing its own rotating? i believe you can also configure awstats to remove records as it parses20:26
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []20:27
ckotilawstats isnt rotating or removing records 20:30
ckotilhrmm. i guess ill see if logrotate.pl changed between wre 0.9.1 and 0.9.320:30
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Ping timeout: 240 seconds]21:06
ckotilno difference. after looking at the script for a bit it looks like my expectation of how log rotate scripts should work is differnet than how this logroate script works. 21:07
ckotili except logs to always be written to /var/log/somelog , then when logs are rotated it should be moved to /var/log/some.log.121:08
ckotilbut new logs go to /var/log/somelog21:08
ckotilthen at next rotate somelog.1 goes to somelog.2 , etc...21:08
@scrottiestart grepping through /var/cron ...?21:08
@scrottiesee what else is in there?21:08
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui21:09
@preactionare the WRE logs in /var/log or /data/wre/var/logs?21:09
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui21:09
-!- mode/#webgui [+v patspam] by ChanServ21:09
@khennHaarg:  I'm working on a site with older data and I've got a lot of assetIndex stuff that does not match what is in the assetData table21:09
@khennjust wondering if that is a product of older stuff or if it's still happening21:10
ckotil/data/wre/var/logs and /data/domains/mysite/logs21:10
Haargi don't generally remember anything having changed with that, but i also don't know of any known cases that it had problems with21:10
ckotilpreaction:  so logs in /data/wre/var/logs/ get rotated properly21:11
Haarglikely a symptom of a general committing problem, which it's hard to say what state it would be in now21:11
ckotili think the apache logs are problematic bc apache still maintains an open file handle on the logs when the script is renaming/unlinking them21:11
ckotillogrotated scripts issue a kill -SIGHUP or httpd reload to get around this21:12
@preactionapache doesn't do that anymore, and hasn't since 2.0.x21:12
ckotilah21:13
ckotilhrm, i wonder my apache logs are so f00bar'd then21:13
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []21:14
@khennyeah I'll keep my eye on it21:14
@khennI really want to see the assetIndex table use triggers to insert it's data21:14
@khenninsert / update21:14
@preactiondatabase integrity is a myth21:15
@khenndelete21:15
Haargthere isn't really any way to do that with how we handle it though21:15
Haargsince the index data has to be built by perl21:15
@khennI couldn't say right now21:15
@khennbut it seems that most of that data is coming from assetData21:15
@khennkeywords and size are not21:16
@khennbut those could remain in the code21:16
Haargwith foreign keys, transactions, and an sql abstraction layer, it's unlikely this type of problem would happen.21:16
Haargbut then assetIndex should probably be pulled out eventually anyway21:17
Haargand use a real full text search system21:17
@khennI suppose21:17
@khennnot sure what that will do to performance21:17
Haargwould probably improve it significantly21:17
@khennasset index is nice because it's a view of all the stuff that *should* be showing up on the site21:18
@khenndon't have to deal with revision dates, tags, status, etc21:18
@khennbut I really can't trust it21:18
@khennto have accurate information21:18
ckotilcan you trust a newly built assetIndex?21:19
@preactiontemporarily21:19
@khennyeah21:20
@khennwe re-index the site once a month21:20
@khennvia cron21:20
@khennand it still gets out of date21:20
@khenn(just remembered that)21:20
@khennI'm guessing there is still crap in webgui directly writing to assetData without using the API21:20
@khennand that's where it's getting hosed21:20
@preactionhave you nailed down which ones get out of date? when? who did it?21:20
ckotilive got a cront to do it daily. users were complaining about search results being innaccurate. this was back ~7.6 tho21:20
@khennno21:20
@preactionstop guessing, start verifying21:20
@khennI don't know why / where / when21:20
@khennit's not important right now, more annoying 21:21
@khennsomeday I'll track it down21:21
@khennbusy with other stuff21:21
-!- preaction [~doug@207.200.236.230] has left #webgui []21:23
-!- preaction [~doug@207.200.236.230] has joined #webgui21:23
-!- mode/#webgui [+o preaction] by ChanServ21:23
-!- preaction [~doug@207.200.236.230] has left #webgui []21:23
-!- preaction [~doug@207.200.236.230] has joined #webgui21:24
-!- mode/#webgui [+o preaction] by ChanServ21:24
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui21:24
-!- Netsplit *.net <-> *.split quits: perlbot21:26
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []21:30
ckotilpreaction: i think performing a graceful restart of modproxy after logrotate makes it happy21:32
@preactionnone of our boxes require that, even those on WRE 0.8 series21:33
ckotilthe logs at least go to domain/sitename/logs/somelog and not domain/sitename/logs/somelog.#21:33
ckotilmaybe it's bc ive got 25 sites 21:33
@preactionwe've got ones with more21:33
@preactionthose are on 0.9.3 though21:33
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has joined #webgui21:34
ckotillogrotate.pl hasnt changed between 0.9.1 and 0.9.321:34
-!- carogray1 [~Caroline@h69-11-184-246.nwlnnh.dedicated.static.tds.net] has left #webgui []21:34
@preactionbut 0.9.3 has apache 2.2.1121:34
ckotili built it w/ 2.2.1321:34
ckotili had to add php anyway, so i went for the lates. 21:35
* ckotil ducks21:35
-!- Netsplit over, joins: perlbot21:36
ckotilok , it's rotating fine now w/out the restart. the graceful restart must have gotten it out of bad state or something21:37
ckotilwhich is wierd bc i just restarted it last week for the upgrade to 7.8.20 stable21:37
ckotili bet its the script in /etc/logrotate.d/httpd . deleted.21:43
-!- preaction [~doug@207.200.236.230] has quit [Ping timeout: 258 seconds]21:47
-!- preaction [~doug@207.200.236.230] has joined #webgui21:51
-!- mode/#webgui [+o preaction] by ChanServ21:51
-!- SDuensin [~Scott@mobile-166-137-143-037.mycingular.net] has quit [Read error: Connection reset by peer]21:56
-!- SDuensin [~Scott@mobile-166-137-142-237.mycingular.net] has joined #webgui21:57
-!- preaction [~doug@207.200.236.230] has quit [Read error: Connection reset by peer]22:13
-!- preaction [~doug@207.200.236.230] has joined #webgui22:13
-!- mode/#webgui [+o preaction] by ChanServ22:13
CIA-57webgui: Paul Driver master * rc5bddbd / t/Asset/AssetPackage.t : testing clearPackageFlag - http://bit.ly/ceOUQi22:32
CIA-57webgui: Paul Driver master * r3a9c3e5 / (3 files in 3 dirs): checkbox in asset manager for clearPackageFlag - http://bit.ly/bYFARM22:32
CIA-57webgui: Paul Driver master * re88fe85 / lib/WebGUI/AssetPackage.pm : style nits in www_importPackage - http://bit.ly/b4yN1b22:33
CIA-57webgui: Paul Driver master * r426cc20 / docs/changelog/7.x.x.txt : changelog note for new checkbox - http://bit.ly/b9JEuP22:33
-!- SDuensin [~Scott@mobile-166-137-142-237.mycingular.net] has quit [Quit: Leaving]22:56
-!- vayde [~vayde@65-103-5-102.mpls.qwest.net] has quit [Remote host closed the connection]23:50
-!- preaction_ [~doug@207.200.236.230] has joined #webgui23:52
-!- mode/#webgui [+o preaction_] by ChanServ23:52
-!- preaction [~doug@207.200.236.230] has quit [Read error: Connection reset by peer]23:52
-!- preaction_ is now known as preaction23:52
--- Day changed Wed Jun 02 2010
@preactionstarting the tests for the release. commit if you got 'em00:26
-!- tavisto [~tavisto@pool-71-186-22-44.gdrpmi.dsl-w.verizon.net] has quit [Quit: tavisto]00:35
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has joined #webgui00:59
@preactionwould our test suite run faster if we consolidated our scripts when possible? i know i split the Photo and Gallery tests, but if we join them again it should speed things up, no?01:12
@scrottieI'd be surprised if joining them speed things up.01:13
Haargit would definitely speed things up01:14
@scrottiedo a time perl -c on the .t to get a figure for the startup time.01:14
HaargTest::Class is probably a better solution to joining tests though01:14
@frodwithright, it would obviously speed things, the question is how much01:15
@frodwithand my guess is "not a whole heck of a lot"01:15
Haargin my experience01:15
Haarga lot01:15
@preaction2.4 real. 1.1 user. for t/Asset/File/GalleryFile/Photo/00base.t01:15
@frodwithwhat are we doing at test setup and teardown that takes so long?01:17
@preactionran it over the whole photo set gives about 1.2 user, 2.5 real01:17
@preactionso over 314 test files we have 15 minutes of setup01:17
Haargfrodwith, loading .pm files01:18
@frodwithHaarg: are we preloading the whole webgui tree for every test or something silly like that?01:18
Haargnot preloading01:18
Haargbut most of the files get pulled in through use statements anyway01:18
Haargeverything requires everything else01:19
@frodwithshouldn't be that nasty though01:19
@frodwithwhat's taking so long to load?01:19
@frodwithin particular?01:19
@preactionour dep tree includes a lot of stuff01:19
@frodwithHrmph.  I smell a rat.01:20
@frodwithbut I'm too lazy to dig out a profiler and catch it.01:21
Haargi never bothered to figure out what parts were taking the longest01:21
Haargit's in general just that by loading ::Session you end up pulling in most of the source tree01:21
Haargor at least a good portion of it01:22
@frodwithyeah, but it shouldn't take 2 seconds to load the source tree, should it?01:22
@frodwithjust doesn't seem right, somehow.01:22
Haargi was going to say how long it takes to load here, but i'll have to wait until my git-filter-branch finishes01:23
@preactioni've been running Devel::LeakTrace::Fast for the last day or two, that could cause a slowdown01:24
Haargfrodwith, on my machine: http://gist.github.com/42169702:47
@preactionHaarg: did you try using weaken on session refs before?02:47
Haargfor some things02:48
Haargthat's the webgui8 & psgi & upgrades code, but i doubt it is too far off from the other branches02:48
@preactioni'm having tests fail because there's no $session->config and no $session->asset02:48
Haargpsgi weakens session on all of the ::Session:: classes02:49
Haargwhat kind of weakening are you doing?02:49
@preactionweaken( $self->{_session} );02:50
@preactionweakening the session in all these objects, because that's where Devel::Cycle wanted me to02:50
@preactionfigured it out. i also weakened $session->{_asset}02:51
Haargyeah, can't do that02:51
@preactionand i had ->close() also destroy $session->{_config}02:51
-!- fokat [~lem@190.198.61.14] has quit [Ping timeout: 260 seconds]02:57
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Read error: Connection reset by peer]03:06
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui03:10
CIA-57webgui: Doug Bell master * rf2e0fb5 / docs/create.sql : preparing for 7.9.6 release (+6 more commits...) -03:41
CIA-57webgui: Doug Bell master * r1f492b5 / lib/WebGUI/Asset/Wobject/Navigation.pm : fix navigation problem - http://bit.ly/aeWxWp04:18
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Read error: Connection reset by peer]04:58
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui04:58
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Read error: Connection reset by peer]04:59
-!- preaction changed the topic of #webgui to: [7.8.20-stable | 7.9.6-beta | WRE 0.9.3] Before you ask, check the wiki: http://wiki.webgui.org | Pastebin: http://webgui.pastebin.com05:13
-!- preaction [~doug@207.200.236.230] has quit [Quit: preaction]05:14
CIA-57webgui: Doug Bell master * rdcf8b74 / (4 files in 4 dirs): preparing for 7.9.7 dev - http://bit.ly/9Kb4sn05:14
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui05:55
-!- mode/#webgui [+o preaction] by ChanServ05:55
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]06:13
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]07:06
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has joined #webgui07:35
-!- mode/#webgui [+v perlDreamer] by ChanServ07:35
* scrottie waves to perlDreamer07:35
+perlDreamerhey, scrottie07:35
+perlDreamerwhat's up?07:35
@scrottieoh, you know07:36
+perlDreamerdid you get any farther with WebGUI8/keywords today?07:37
@scrottieI figured out one version of what needs to happen to get the t/Assets.t tests to pass with the set-both-attributes-and-properties change in but I need to read more to understand why some attributes are problematic and others are necessary07:38
@scrottieand I've convinced myself that t/Keyword.t's results are meta-stable random.07:39
@scrottiethe state of the code is the minor factor in which tests pass.  sometimes after killing the mmap cache file and clearing the database, two tests will fail.  sometimes three.  every now and then, four.07:40
@scrottieflop the code over to the other version, the behavior won't change (with mmap cache clear and db reinit).  flop it back, it changes.07:40
@scrottiethis is maddening.07:40
@scrottienext step is to do a full -d:Trace of various behaviors and diff the outputs to see where execution varies.07:41
@scrottieso, how's stuff there?07:41
+perlDreamerI spent all day doing commencement stuff07:43
+perlDreamerjust trying to get caught up with the Wonderful World of WebGUI07:43
@scrottiethat's right.  you said you were in for four days of family stuff.07:44
+perlDreamerno, just 1, today07:44
+perlDreameroh, wait07:44
+perlDreameryeah, this is day four of four07:44
+perlDreamerso tomorrow, back to the grind07:44
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui07:56
-!- mode/#webgui [+o preaction] by ChanServ07:56
-!- kaare [~kaare@langebro.adapt.dk] has joined #webgui08:08
-!- kaare is now known as Guest4194308:09
@scrottiewell, hell.08:24
+perlDreameryou found it?08:28
@scrottieno, but I established that completely nuking the data (rm -rf /usr/local/var/mysql, etc) and re-initializing it makes the first of the failing tests pass, once.08:29
@scrottiethen it fails the next time, wgd reset or no.08:29
+perlDreamerthen there's something getting stored in the db08:30
+perlDreamerwhich seems odd08:31
+perlDreamersince before the keywords patch, the statefulness of the tests was much more predictable08:31
@scrottiethat doesn't seem to be the case.  even without it, I get results based on its mood.08:31
@scrottieat least on this install, on this machine.08:31
+perlDreamertomorrow, after doing the boards, I'll try to rollback a WebGUi8 branch before that commit08:33
+perlDreamerand run prove twice in a row, and look for differenences in test outpu08:33
@scrottieI reverted and pushed that some time before you suggested I do so, yesterday08:33
+perlDreamerlogically, that presumes that the revert was completely successful, too08:34
+perlDreamerhave you also tried a VM running the WRE?08:35
@scrottienope.08:35
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]08:35
+perlDreamerfor comparison, I'll do the same comparison on WebGUI8:HEAD08:37
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has quit [Quit: Leaving.]08:59
@scrottieI'm guessing that after the $keyword asset is scrapped, there shouldn't be 556 assets in trash-limbo.09:08
-!- bartjol [~bartjol@kantoor.procolix.com] has joined #webgui09:51
-!- mode/#webgui [+v bartjol] by ChanServ09:51
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Read error: Connection reset by peer]12:06
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:06
-!- mode/#webgui [+v Radix_] by ChanServ12:06
-!- carogray [~Caroline@72-59-0-31.pools.spcsdns.net] has joined #webgui12:56
-!- carogray [~Caroline@72-59-0-31.pools.spcsdns.net] has quit [Quit: Leaving.]14:40
-!- carogray [~Caroline@72-59-0-31.pools.spcsdns.net] has joined #webgui14:52
-!- carogray [~Caroline@72-59-0-31.pools.spcsdns.net] has quit [Read error: Connection reset by peer]15:18
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has quit [Quit: Leaving]15:23
-!- carogray [~Caroline@host2.209.113.248.conversent.net] has joined #webgui15:40
-!- vayde [~vayde@71-34-33-161.mpls.qwest.net] has joined #webgui15:56
-!- fokat [~lem@190.198.61.14] has joined #webgui16:09
-!- Guest41943 [~kaare@langebro.adapt.dk] has quit [Remote host closed the connection]16:16
-!- SDuensin [~Scott@mobile-166-137-142-237.mycingular.net] has joined #webgui16:28
SDuensinGreetings.16:31
-!- KlausH [~KlausH@p5B0706C7.dip0.t-ipconnect.de] has joined #webgui16:39
CIA-57WebGUI: translation * r12508 /translations/German/German/Asset.pm: Updating German on translation server16:40
CIA-57WebGUI: translation * r12509 /translations/German/German/Asset_Gallery.pm: Updating German on translation server16:40
CIA-57WebGUI: translation * r12510 /translations/German/German/Asset_Photo.pm: Updating German on translation server16:40
CIA-57WebGUI: translation * r12511 /translations/German/German/Macro_PickLanguage.pm: Updating German on translation server16:40
CIA-57WebGUI: translation * r12512 /translations/German/German/Asset_SyndicatedContent.pm: Updating German on translation server16:40
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit [Ping timeout: 260 seconds]16:50
-!- plainhao [~plainhao@mail.xbiotica.com] has joined #webgui17:09
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui17:16
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit [Client Quit]17:17
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui17:18
CIA-57WebGUI: translation * r12513 /translations/Dutch/Dutch/ (8 files): Updating Dutch on translation server17:25
CIA-57WebGUI: translation * r12514 /translations/Dutch/Dutch/ (Asset_Collaboration.pm WebGUI.pm): Updating Dutch on translation server17:25
CIA-57WebGUI: translation * r12515 /translations/Dutch/Dutch/Asset_WikiMaster.pm: Updating Dutch on translation server17:25
-!- KlausH [~KlausH@p5B0706C7.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer]17:38
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has joined #webgui17:43
-!- mode/#webgui [+v perlDreamer] by ChanServ17:43
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui17:45
-!- mode/#webgui [+v patspam] by ChanServ17:45
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui17:48
-!- mode/#webgui [+o preaction] by ChanServ17:49
plainhaocan i get github push privs for helpdesk again?17:49
plainhaoi've posted a fix for bug 11512.17:50
+bartjolI always prompt perlDreamer for that stuff :)17:57
+perlDreamerfrodwith: could you please consider plainhao's patch for bug #11512 in light of the work you may have started on the helpdesk?17:58
@frodwithperlDreamer: I'm not familiar with this piece of the code, and all the js for helpdesk is being rewritten from scratch.18:02
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has quit [Quit: Leaving.]18:13
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has joined #webgui18:14
-!- mode/#webgui [+v perlDreamer] by ChanServ18:14
+perlDreamerwell, okay18:18
+perlDreamerplainhao, I can't grant you commit privileges18:18
+perlDreamergiven that it's going to be rewritten, do you still the patch applied?18:18
+perlDreamerIf so, I can do that later today18:18
* plainhao didn't know about the rewrite, so no, the patch probably isn't that critical.18:20
Haargfork -> commit -> send pull request18:20
+perlDreamerthat works, too18:20
plainhaookey, will do what Haarg suggested.18:21
+bartjoloh, another thing, Bernd wondered about the quietness of the forum and irc channel. Do we miss something in europe? Is webgui so clear nowadays that no questions have to be asked?18:23
+perlDreamerIt was memorial day18:23
+perlDreamerplus I was on vacation for 1 day18:23
+bartjolwell, more in general18:23
+bartjolit seems quiet lately18:24
+perlDreamerI think we have few new users18:24
+perlDreamerand the old ones already know the grotty spots18:24
+bartjolmmm, then we prolly need more18:24
+bartjolhow's JT's world order coming along?18:25
+perlDreamerI think that the recent spate of world leaders who have resigned would mean that his efforts to foment unrest are successful18:26
+bartjolah, so he just have to seize his opportunity and step forward as the new queen bee18:28
+perlDreameryes :)18:28
+perlDreamerhow is the sailing in Europe, bartjol?18:36
@khennhey perlDreamer18:36
+bartjolwell, a lot of fog the last time18:36
@khennlooks like Hao just committed a bug fix to help desk which fixes pagination in the search18:36
+perlDreamerhey, khenn!18:36
+bartjol50 meters sight, especially at the harbour that is quite scary18:37
@khennany chance you could look that over real quick and patch plainblack.com and webgui.org ?18:37
+perlDreamerlook over, yes18:37
+perlDreamerreal quick, no18:37
@khennheh18:37
* perlDreamer is elbow deep in calendar guts18:37
@khenngotcha18:37
@khennmaybe preaction can do it18:37
@khenn=)18:37
+perlDreameroh yeah, he always has tons of free time18:38
+perlDreamer:P18:38
+bartjolbeer o clock, bye18:39
-!- bartjol [~bartjol@kantoor.procolix.com] has quit [Quit: Leaving.]18:39
plainhaoi like the clocks in europe.18:39
@khennhey, there's hao!18:40
@khennhow've you been?18:40
plainhaook18:41
plainhaohow's the gang?18:41
@khennhanging in there18:41
@khennI just wrote a custom method for a client to approve a version tag as a different user than is in the session:18:42
plainhaonice18:42
@khennapproveAsUser ( userId , options)18:42
@khennanyone want to see that in core?18:42
@khennotherwise I'll just leave it in my custom stuff18:42
plainhaothat sounds useful18:42
+perlDreameryes, I want to see that18:42
@khennok18:42
+perlDreamerit would help me with fixing one of your bugs18:42
@khennI'll add it to 7.9 now then18:42
+perlDreamerI think18:42
+perlDreamerjust make sure it has tests18:42
@khennok18:43
@khennI'll add it to 7.9 later18:43
@khennheh18:43
+perlDreamerslacker!18:43
@khennit's gonna be hard to test18:43
+perlDreamerwhy?18:43
@khennbecause ...18:43
@khennwell let me look at the tests18:43
@khennmaybe not as hard as I'm thinking18:43
+perlDreamerI think you need to create a version tag18:43
@khennguess I just need to check that it was committed by the right person18:43
+perlDreamercreate a user18:43
+perlDreamercall approveAsUser18:44
+perlDreamerwith new user18:44
@khenncommitAsUser18:44
@khennnot approve =)18:44
+perlDreamer08:42:16 AM) khenn: approveAsUser ( userId , options)18:44
@scrottiehey, hey, hey.18:44
@khennwhoops18:44
@khennsorry18:44
@khennit's commitAsUser18:44
+perlDreamerokey-doke18:44
@khennhey scrottie18:44
@khennit creates a temporary session as the new user18:45
@khenncasts the version tag into the session18:45
@khennthen commits it18:45
@scrottieperlDreamer, I attempted an SMTP delivery to you late last night.  don't know if that went through.  short version, tests pass but the fix is hackish and I need to read more to find a on-hackish way to do it.18:45
plainhaois there a way to look up a versiontag by name?18:45
+perlDreamerscrottie, I got it18:45
@scrottiecool.18:45
+perlDreamerplainhao, no, names are not unique18:45
@khennno just by tagId18:45
@khennyou could write something that got all the version tags that have a certain name18:46
+perlDreamerall day events suck18:47
@scrottieI've been missing my Palm III lately.18:48
@khennlooks like you are right perlDreamer18:48
@khennshould be pretty easy18:48
@khenncreate version tag18:48
@khenncreate user18:48
@khenncommit as user18:48
@khenncheck version tag to see who committed18:48
+perlDreameralso, make sure the temporary session was cleaned up18:51
@khennright18:52
+perlDreamertechnically, you can skip that part, because WebGUI::Test will check for that18:53
@khennk18:53
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit [Ping timeout: 248 seconds]19:00
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui19:05
+perlDreamerI think I've got the calendar bug fixed19:10
+perlDreamerI'll confirm it after I come back from the gym19:11
+patspamperlDreamer: you still there?19:18
@scrottieif by "there" you mean "at the gym", I'm guessing yes ;)19:23
@scrottieI'm thinking of doing a morning errand and clocking in slightly later.19:24
+perlDreamerpatspam, I'm back20:15
+patspamperlDreamer: heh now I'm heading out (lunch), will hit you up later today20:23
+perlDreamersorry, dude :/20:23
@preactionperlDreamer: got a minute?20:23
+perlDreamercatch you later then20:23
+perlDreameryup20:23
+perlDreamerlet me scrape off these Calendar bits20:23
+perlDreamerwhat's up, preaction?20:23
@preactionwhen i ran the test suite for the 7.9.6 release, there were a lot of 20:23
@preaction# Scratch : 5 (delta +1)20:23
@preactionstuff20:23
@preactionnotably sessions20:23
@preactionis that the leaking you refer to in the build instructions?20:24
+perlDreameryes20:24
@preactionis that a problem with the tests or with the code? or is that what i have to determine?20:24
+perlDreamerit's 85% likely to be in the core20:24
+perlDreamersince it didn't do that two weeks ago20:24
@preactionright20:24
@preactionokay, i'll get cracking20:25
@preactioni made two huge changes, so i'm pretty sure where to start looking20:26
+perlDreamerit's a little nicer than leaking memory, but having those scratch sessions in the db just takes up space20:32
* SDuensin just tooted the WebGUI horn again. Local Linux group wants a new site. :-)20:34
+perlDreamerGood job, SDuensin!20:34
SDuensin#1 fan.  Don't forget it.  :-)20:34
+patspamperlDreamer: oink21:37
+patspamfor when you backlog..21:41
+patspamin my ongoing "how to cause problems by using User Profiling fields to store internal data" saga21:41
+patspamDateTime is similarly problematic21:41
+patspamon a different site I had a profile field called consentDate (DateTime) that was used to record the date that a user completed the Terms & Conditions DataForm21:42
+patspamif the user hadn't done it yet, clicking Save on the Edit Profile page would set their consentDate to the current date & time21:43
+patspammy workaround is to create a new User Profile category called "internal stuff", move all the internal stuff that should never be displayed on the Edit Profile page (even to Admins) into the category, and then hack WebGUI::Operation::User so that it skips over that category when generating the Edit Profile page21:45
@preactionum... so it seems that the leaking disappeared miraculously... is that good?21:46
@preactionpatspam: does it need to be in the userProfileData table? can you join your own table?21:46
+patspamI think we need to either decide that User Profile fields should not be used for this purpose, or give people the ability to hide fields (or categories) entirely from the Edit Profile page21:46
+patspampreaction: definitely!21:47
@preactionproblem: user cleanup21:47
@preactionsolution: on delete workflow activity!21:47
+patspamheh21:48
+patspamI wanted to use User Profiling because it basically did everything I needed21:48
@preactionexcept this one thing?21:48
+patspamyeah, this is a gotcha21:48
@preactionyou could override the WebGUI::Account::Profile module to do what you wanted21:48
+patspamyeah, that's what I did (Op::User)21:49
+patspamI think we should make it possible to flag fields as "internal" (perhaps only via code, not via the UI)21:49
+patspambecause the profiling machinery is very handy for simple cases where you want to hang a bit of extra data on a user account21:50
@preactionwell, Operation::User is the admin interface. if we had things my way, the Profile system would be how admins would edit users as well21:50
+patspamyeah that would solve my problem.. I only get the problems because Admins see all fields, regardless of whether they are visible, editable etc..21:50
@preactionthat way, the ONE way to edit users would be overridable by you, the programmer21:51
+patspamyep, and I wouldn't need to override anything21:51
+patspamjust set it to invisible21:51
+patspamI definitely want to keep on using the user profiling system for this sort of stuff.. it's the same reason I use wG overall - saves you from re-inventing the wheel every time21:52
@preactionprecisely21:52
+patspamsometimes you want Admins to be able to see/edit profile fields that users can't though21:53
@preactionmost likely, the Profile module would work as the Operation::User module works now, but it would then be overridable21:54
+patspambut Op::User doesn't let you hide fields at all21:55
@preactionright. "hidden" fields would be "Admin Only" instead.21:56
+patspamand we'd need "Not even Admins" to overcome the problem I'm experiencing21:57
@preactionthat's what overriding the module would do for you, you could add that feature without needing to run it past me21:57
@preactioncouldn't you change it to a ReadOnly fieldType?21:57
@preactionor perhaps a Hidden fieldtype would be nice?21:58
-!- ekennedy1 [~ekennedy@173-141-249-176.pools.spcsdns.net] has joined #webgui21:58
+patspamtake DateTime.. I'm coupled to the fact that it's a datetime mysql field 21:58
-!- ekennedy1 [~ekennedy@173-141-249-176.pools.spcsdns.net] has left #webgui []21:58
@preactionthat's a problem?21:58
+patspamwell the Form type determines the field type, so I couldn't just switch to some generic Form::Hidden right?21:59
@preactionah22:00
+patspamI'd need to create a new Form class that subclasses Form::DateTime and does everything the same except hides itself from view22:01
+patspamI'd prefer that we embrace the idea of people using User Profiling fields for internal data in the wG API, and provide a way to flag fields that should be hidden completely from Edit Profile22:02
-!- fokat [~lem@190.198.61.14] has quit [Ping timeout: 260 seconds]22:04
@preactionpatspam: what about the users table instead?22:12
+patspamhang custom data there?22:13
@preactionyeah22:14
+patspambut then you'd need to write the code to modify the users table22:15
+patspamyou get that for free with User Profiling22:15
@preactionwhy? just alter table22:15
+patspamyeah that's what I mean22:15
-!- carogray [~Caroline@host2.209.113.248.conversent.net] has quit [Ping timeout: 240 seconds]22:15
+patspams/code/sql/22:15
@preactionwould be much more work to add a "Really Hide Field" flag to the profile fields22:16
+patspambut it's a change you make once, to the core, and then everyone benefits22:16
+patspamwhere everyone = possibly just me ;)22:17
@preactionwould a readonly flag work?22:18
+patspamyeah I think so, all we need to do is stop Op::User from displaying the field to Admins22:18
@preactionhaving a "visible" and "hide from admin" seems .. bad22:19
@preactionbut having readonly work for admins as well22:19
+patspamoh, readonly22:19
+patspamthat would work too22:19
+patspampossibly preferable22:19
+patspambecause then you can pseudo debug the extra user data22:19
+patspamessentially what I did in the case of a Group field (turning it into a Guid field)22:20
+patspamI like being able to see the groupId there when I'm diagnosing something22:20
+patspambut I think that would be more work22:21
+patspambecause you'd have to make it work for all Form:: classes22:21
+patspamwhereas excluding the field altogether is independent of the class22:21
+perlDreamerpatspam, the problem only exists with "typed" fields that prepopulate22:22
@preactionall fields can be turned readonly, it's part of the class22:22
@preactionit just calls getValueAsHtml22:22
+patspamoh, perfect :)22:22
+patspamcurrent options include: Visible, Editable & Required, all which implicitly refer to what the end user (as opposed to the Admin) can see/do22:24
+patspamrather than calling this "Readonly", which would be confusing to distinguish from Editable22:25
+patspamI think it should be called something that implies "not modified by users"22:25
+perlDreamerusers, including Admin22:26
+patspamyeah22:26
+perlDreamerwhich means that if there's a problem, an Admin couldn't fix the value22:26
+patspamor more generally, not editable via the UI22:26
+patspamyep, it's only ever supposed to be modified by code22:26
+patspamwe can't let Admins edit it, because of bug #1158622:27
+patspams/bug/rfe/22:27
bipolarCan anyone help me get form emails working? I setup a form, set 'Email Data' to yes and I set the To field to the address I want. In the webgui settings, under the 'messaging' tab I have the ip address of my mail server in the SMTP server field. I'm not seeing a connection from webgui in my mail server logs. any idea what I could be doing wrong?22:29
+perlDreamerbipolar, is spectre running?22:30
bipolaryes22:30
+perlDreamerare there errors in the WebGUI log file?22:30
+patspambipolar: the "wgd mail" command line tool is handy for diagnosing that22:30
@preactionis the mailQueue empty?22:30
bipolarI don't see anything in the log files. Let me get my enviro setup so I can run the wdg command...22:31
@preactionwhat does perl spectre.pl --test say?22:32
-!- carogray [~Caroline@174-152-122-82.pools.spcsdns.net] has joined #webgui22:32
+perlDreamerbipolar, in addition to wgd mail, it would be good to up the logging level to WARN or INFO until you get this problem resolved22:32
bipolarhmm... where do I find the wgd command?22:33
+perlDreamerit's an extra add-on, bipolar22:33
+perlDreameryou can get a copy from the bazaar22:33
bipolaroh...22:33
+perlDreameror, you can build a copy by hand from github22:34
+perlDreamerit doesn't come with the WRE22:34
+perlDreamer... yet22:34
+patspam:)22:34
+perlDreamerbipolar: to summarize:  check the mailQueue table for entries.  If there are entries in there, and they stay in there longer than 10 minutes, it's a WebGUI/spectre issue.22:35
+perlDreamerget a copy of wgd, because it makes maintaining and debugging WebGUI sites delightful22:35
bipolarok. I'll grab wgd22:36
+perlDreameralso, run the built-in spectre debuggin commands spectre.pl --test for additional, easy diagnostics22:36
CIA-57wgdev: Graham Knop master * r1fcfab3 / lib/WGDev/Command/Reset.pm : use reasonable defaults if uploads directory doesn't exist - http://bit.ly/9HFrJ822:37
Haargi really need to put out a new version22:38
+perlDreameryeah!22:39
-!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]22:43
+perlDreamerhm22:43
+patspamhow about calling the new User Profiling option "Admin Editable"22:44
bipolarI take it I should install wgd's missing perl prerequisites from cpan, right?22:44
+perlDreamerbipolar: yes22:44
bipolarkk22:44
+perlDreamerpatspam: it would have to be default ON for all new, and existing profile fields, yes?22:44
+patspamyep22:44
+perlDreamerI think something that users have to turn on would be better22:44
+perlDreamerrather than off22:44
+patspamyeah, to preserve existing behaviour22:45
+perlDreamerpop quiz for any dev in the channel: which assetLineage option for relatives doesn't use lineage at all?22:45
+patspambipolar: if you follow http://www.webgui.org/wiki/the-wre-and-your-shell-environment you can just run "wre cpan ." in the wgd directory and it will install all the dependencies for you22:45
bipolarpatspam: yeah, that would have been a little quicker :)22:46
+patspamor you don't even need to run wgd via WRE's perl22:46
bipolarthis server is really nakid. very limited system perl. It just runs Webgui22:47
+patspam(but that would involve installing all of WebGUI's dependencies into your other Perl)22:47
+patspamoh ok, no WRE?22:47
bipolarpatspam: yeah. I used WRE.22:47
bipolarit's a bare bones debian install with WRE and thats it.22:48
+patspamoh, I see22:48
bipolarok. wgd is built22:48
+patspamperlDreamer: self?22:50
+perlDreamerhm, that's two22:50
+patspamand siblings and children use parent22:51
bipolarwgd doesn't seem to be autodetecting my webgui root directory.22:51
+patspamset export WEBGUI_ROOT=/data/WebGUI (or whatever)22:51
Haargit should autodetect it if you are in it or a subdirectory22:52
+patspamand similarly for WEBGUI_CONFIG22:52
Haargor if the WEBGUI_ROOT env var is set22:52
bipolarMail queue has 8 message(s).22:53
Haargi should probably just stick wgdev on cpan even though it is useless on its own22:53
Haargupdated the version in the bazaar22:53
+patspamyeah, would make it easier for people to install22:53
+patspamalways takes me 2 minutes to find it in the bazaar22:53
Haargalternatively22:54
Haargcurl -O http://haarg.org/wgd && chmod +x wgd22:54
+patspamfatpacker++22:55
Haargyeah, works much better than what i had been doing prior22:55
Haargalthough it makes extracting pod annoying22:55
CIA-57wgdev: Graham Knop master * r588e676 / (4 files in 4 dirs): update changes file and version numbers - http://bit.ly/9NAAZK22:57
CIA-57wgdev: Graham Knop master * re02c487 / lib/WGDev/Asset.pm : silence potential warnings - http://bit.ly/9uxdqu22:57
CIA-57wgdev: Graham Knop master * r326a15b / bin/wgd : remove version from wgd script file - http://bit.ly/aMnXRi22:57
+perlDreamerI don't think wgd would be any different from any other plugin that requires a base to operate22:58
bipolarI think I got something....22:58
bipolarERROR - spectre.conf - POE::Kernel::_dispatch_event[1056] - ADMIN: Couldn't fetch Spectre configuration data for www.example.com.conf : malformed JSON string, neither array, object, number, string or atom, at character offset 0 ["<!DOCTYPE html PUBLI..."] at ../lib/Spectre/Admin.pm line 158.22:59
bipolarthats in webgui.log22:59
+patspamyou have a syntax error in your site config22:59
bipolargrrr22:59
+patspamerr22:59
+patspamno22:59
+perlDreamercheck spectre.conf22:59
+patspamsorry22:59
+perlDreamerfor JSON syntax errors22:59
-!- tavisto [~tavisto@pool-71-186-22-44.gdrpmi.dsl-w.verizon.net] has joined #webgui22:59
-!- mode/#webgui [+o tavisto] by ChanServ22:59
-!- SDuensin [~Scott@mobile-166-137-142-237.mycingular.net] has quit [Quit: Leaving]23:00
Haargit's not spectre with the priblem23:01
+patspamhttp://www.webgui.org/rfe/request-for-enhancement/11607 ("Admin Editable" for User Profile fields)23:01
bipolarperlDreamer: the spectre.conf file is an exact copy of the example file. I just checked with diff. I don't see anything in the file that it should be hung up on, but I'm not familure with the format.23:01
Haargthe site is giving back html of some kind instead of json data23:01
Haargis the sitename set correctly in the config file?23:02
bipolarah.... I'm running on an ip address.23:02
bipolarlet me set it in the hosts file.23:02
Haargthe first entry needs to be something that will resolve to the correct site23:02
bipolarok. the error message is gone23:04
+perlDreamerbipolar, now you should restart spectre23:11
+perlDreamerso that it gets the config data from WebGUI for your site23:11
+perlDreameror does it do that automatically....?23:11
@preactionyou must restart for any conf changes23:11
bipolarperlDreamer: 'wreservice.pl --restart spectre' should do that, right?23:11
@preactionand webgui probably23:11
@preactionwreservice.pl --restart modperl spectre23:12
bipolarwreservice.pl --restart all23:12
bipolar:P23:12
@preactionwhy shutdown mysql and modproxy if you don't have to?23:12
+perlDreamerthey need to be taught a lesson23:12
bipolarthey're not being used for anything else, might as well beat them too23:13
bipolarok. there are still 8 messages in the queue23:13
+perlDreamerthe spectre mail queue processor runs every 5 minutes or so23:13
+perlDreamergive it a bit23:13
+perlDreamerand watch webgui.log for more problems23:14
bipolar*sigh*23:14
bipolarWebGUI::Session::ErrorHandler::security[404] - Visitor (1) connecting from 127.0.1.2 attempted to Tried to make a Spectre workflow data load request, but we're only allowed to accept requests from 127.0.1.1/32,127.0.0.1/32.23:14
bipolarback to the hosts file...23:14
+perlDreamer:)23:14
Haargthere is a setting in the site config file for that23:15
HaargspectreSubnets or something23:15
bipolartoo late! I already beat on the hosts file and am restarting ;P23:15
bipolarnothing in the log file yet.23:18
+perlDreamerit's like Heinz ketchup23:18
+perlDreameranticipation is making you wait23:18
bipolarso I should bang on the side of the case until red stuff comes out the other side?23:18
bipolarhmm... how would I do that for a VM?23:19
@khenndoes anyone know if you can call duplicate on an asset and then append the new asset you just created directly to another parent (similar to addChild)?23:20
+perlDreamersetParent23:20
+perlDreameror, call addChild on the new parent with $oldAsset->get for the properties23:21
@scrottieugh23:21
bipolarwoot! there they are23:21
bipolarthe email just dumped23:21
+perlDreamerthere ya go, bipolar23:21
@khennthanks pd23:21
@khennI think that's what I've been looking for23:21
@khennI figured copy and paste would do it23:22
@khennbut they do some weird sorcery that I got tired of tracing23:22
@scrottie... which is exactly what won't work in 8.0 as it is.  and I guess I can't count on addRevision to sort things out to make it work.23:22
+perlDreamerpaste requires that the current asset be the new parent23:22
@scrottieI was just getting around to looking at how to fix this cleanly.23:22
bipolarthanks perlDreamer, Haarg, preaction, patspam23:23
+perlDreamerbipolar, if you learned anything interesting, please consider adding a page to the wiki on webgui.org23:23
@scrottiemaybe get() just shouldn't return attributes that still have default values unless explicitly requested.23:23
+perlDreamerget() has to return ALL attributes, except for session23:23
+perlDreamerif you change how get() works, then you get to rewrite 65 assets,23:24
+perlDreamer20-30 macros23:24
@scrottieno!  I'll be good!  no!23:24
+perlDreamera dozen Workflow Activities23:24
@scrottienot that!23:24
+perlDreamerand every piece of custom asset code in the world23:24
* scrottie bawls23:24
@khenncreate a new method?23:24
@khenngetWithoutDefaults()23:24
+perlDreamerno, it's WebGUI8-isms, khenn23:24
@khennI'm horrible at naming stuff23:24
+perlDreamerget() has to keep doing the same thing it used to23:25
@khennyeah I don't know much about WG823:25
@khennyet23:25
+perlDreameryou will23:25
@khennI'm sure I'll hate it =)23:25
+perlDreameractually, it would be good to start now23:25
@khennif only I had the time ...23:25
@scrottieI think I need to figure out how this worked in 7.... but now I know that it's possible to get get() directly to set() and have it work.23:25
@scrottieer, get() to update(), at least.23:25
@khennI'm having trouble finding time to add simple features to 7.x23:25
@khennlet alone start messing around with 823:26
+perlDreamerthe longer you let us run unchecked, the harder it will be to get thing turned around later23:26
@khenngonna just have to trust that you guys aren't screwing things up too badly =)23:26
@khennit's preaction I worry about23:26
@khenn=p23:26
+perlDreamerpreaction is the guy who goes around saying, "If you do that, it'll screw khenn over.  We can't do that"23:27
-!- carogray [~Caroline@174-152-122-82.pools.spcsdns.net] has quit [Read error: Connection reset by peer]23:27
-!- carogray [~Caroline@174-152-122-82.pools.spcsdns.net] has joined #webgui23:27
@preactionhe has a point23:28
@khennand by "khenn" he actually means "our biggest clients"23:28
@khenn=)23:28
@khennnot me23:28
@khennI'm sure he could care less about screwing me over23:28
@preactionwell, i say "clients", but I mean "pb devs"23:28
+perlDreameroh no, he knows if we make headaches for you, you'll just dump it onto the support boards23:28
@preactionit's the getEditForm, www_edit, and www_add stuff that is the biggest break from prior behavior, but i did it for custom dev really23:29
@khenndoesn't matter to me really what you do23:29
@preactionit will in about 12 months when you start migrating23:29
@khennI can't wait to have the opportunity to re-write a bunch of this spaghetti I work with on a daily basis23:29
@khennI'm slowly doing it now23:29
@khennwhoever subclassed WebGUI::User was a genious23:30
@khennI wish I'd thought of that from the beginning23:30
@khenngenius ?23:30
@khennI can't spell23:30
@khennmeh, too bad I'm dealing with File assets23:31
+perlDreamerwe don't keep you around for you spelling khenn23:31
@khennotherwise it looks like I could use setParent to move these things23:31
@khennrather than creating new assets23:31
+perlDreameryou can use setParent to move most assets23:31
@khennyeah23:31
+perlDreamerbut some assets won't let you put them anywhere23:31
@khennbut the problem is that the assets are tied to users23:31
@khennso when I go to delete the old user23:31
@khennit will delete the storage location23:32
@khenneven if it doesn't delete the asset23:32
@khenngotta duplicate first23:32
@khennso I get a new storage location23:32
@preactionkhenn: that was probably Stephen Opal23:32
@khennsafer that way23:32
+perlDreameryeah23:32
+perlDreameras long as the asset remembers to duplicate the storage location...23:32
@khennit was me too23:32
@khennand it does23:32
@khennI checked23:32
@khennduplicate on WebGUI::File type assets create new storage locations23:33
@khennyou think Opal subclassed WebGUI::User?23:33
@khennpreaction:  that would have been my last guess23:33
@khennI thought perlDreamer did it tbh23:33
@preactioni know he wrote the WebGUI::Friends subclass to bypass some problems in there, probably had to do the WebGUI::User one too23:34
* perlDreamer would not subclass WebGUI::User23:35
+perlDreamerbecause to be really useful, you'd have to find all usages of WebGUI::User throughout the core23:35
+perlDreameryou should make stuff like that into a user profile field23:35
+perlDreamer:P23:35
* perlDreamer is off to pick up the kids, back in 3023:36
@khennactually it's great for their custom stuff23:37
@khenncause you can cast regular WebGUI::User objects into the subclassed one23:37
@scrottiepush @WebGUI::User::ISA, __PACKAGE__23:37
@khennand then I can do all sorts of stuff that makes sense to be in their own user23:37
@khennscrottie:  what does that do?23:38
@preactionmakes WebGUI::User a subclass of your current package23:38
@frodwithmakes WebGUI::User a subclass of the current package.23:38
@scrottie(note:  it is in your best interest to disregard all one-liners from me; one-liners from me are, without exception, code gags)23:38
ckotilANyone recall what changed between 7.6.35 - 7.8.20 that effects newlines in email messages?23:38
@khennoh23:38
* frodwith eyes preaction.23:38
@khennso it's the same as use base23:39
@frodwithno, other way 'round23:39
@preactionno23:39
@khennyeah23:39
@preactionhey, WebGUI::User, you are now a subclass of me whether you want to be or not!23:39
@khennI don't want WebGUI::User to be a subclass of my object23:39
@scrottieall your us are belong to base!23:39
@khennheh23:39
-!- patspam1 [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui23:53
--- Day changed Thu Jun 03 2010
patspam1haarg++ #http://marcus.nordaaker.com/2010/06/dbix-class-about-to-switch-to-git00:01
@khennhaarg:  was svn that annoying?00:04
@khennI'm sure it was since I've repressed my memories of it =)00:05
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has joined #webgui00:06
@scrottiesvn attempted to create a less cranky version of cvs and it's my opinion that they did the opposite.00:07
@scrottiestill, "sucks less than cvs" is good marketing.  or was.00:07
Haargsvn seems like the best you could do with the cvs-style model.  still horrible though.00:11
Haargit was actually a project jt pointed out to me, since i had done the svn to git conversion for webgui00:12
+perlDreamerckotil, check the bug board :)00:13
-!- carogray1 [~Caroline@174-152-122-82.pools.spcsdns.net] has joined #webgui00:21
-!- carogray [~Caroline@174-152-122-82.pools.spcsdns.net] has quit [Read error: Connection reset by peer]00:22
-!- carogray1 [~Caroline@174-152-122-82.pools.spcsdns.net] has quit [Client Quit]00:24
-!- mducharme [~nothing@S0106000e0cc03cff.wp.shawcable.net] has quit [Read error: Connection reset by peer]00:51
-!- mducharme [~nothing@S0106000e0cc03cff.wp.shawcable.net] has joined #webgui00:51
CIA-57webgui: Colin Kuskie master * r951864f / (3 files in 3 dirs): Add more tests for Calendar edge cases, and remove 1 day from the all day event window in getEventsIn. Fixes bug #11596. - http://bit.ly/9z2LBs00:54
CIA-57webgui: Colin Kuskie webgui-7.8 * r4b4101e / (3 files in 3 dirs): Add more tests for Calendar edge cases, and remove 1 day from the all day event window in getEventsIn. Fixes bug #11596. - http://bit.ly/cwSulR00:55
-!- vayde [~vayde@71-34-33-161.mpls.qwest.net] has quit [Remote host closed the connection]01:00
+perlDreamerkhenn, helpdesk patch applied to pb.com, and wg.org01:06
+perlDreamertime for testing!01:06
@khennsweet01:06
@khennI'll test later01:06
@khennbaseball time01:06
+perlDreamerit works01:15
+perlDreamerhave fun at Matthew's baseball01:15
+perlDreamerpatspam++ http://blogs.perl.org/users/sawyer_x/2010/06/perl-on-shared-hosting-ftw.html01:49
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui01:56
+perlDreamerscrottie, finally getting around to WebGUI 8 comparison testing01:57
@scrottieperlDreamer, after blowing away the MySQL database and re-init'ing, the wierdness went away02:06
+perlDreamerthat's good news02:07
+perlDreamerI'll just run the current HEAD as a baseline against the old02:07
@scrottiecool.02:07
@scrottieyeah, I need to do a comprehensive test run before/after but I'm trying to figure out why some of these fields can't be copied from the old object to the new... what the rhyme and reason is.02:08
@scrottieI mean, for some of them, the problem it causes is clear, but I want to know the general pattern.02:08
@scrottieI imagine a full test suite run is just going to turn up more attributes that have to be handled specially.02:11
+perlDreamerperhaps02:13
@scrottieer, maybe not "just", but "largely".02:13
-!- patspam1 [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]02:14
+perlDreamerwe may need to check for those problem attributes specifically02:14
+perlDreamerfor example, session was never an attribute before now02:15
+perlDreamernow that it is, get should not return it02:15
+perlDreamerbecause it never did before02:15
+perlDreamersimilarly with keywords, but the opposite02:15
+perlDreamerget would work with keywords, but only as a convenience02:15
@scrottiein the latest iteration, get() returns allPropertiesMode => 1 when not given an argument.  when set() sees this, it skips some fields entirely and makes sure others are initialized.02:16
@scrottiebut what you suggest is interesting too.02:16
@scrottieI guess I should make a list of things get() returned before vs now.02:17
+perlDreamerwe should just make a test :)02:17
@scrottiestuff something in attributes/properties to handle how they get returned might make sense too if there aren't already clues.02:17
+perlDreamerokay, on master/HEAD, things look like they're back to normal02:18
+perlDreamerI'll write some explicit tests for everything I can think of02:18
+perlDreamerand they'll be in t/Asset.t02:18
+perlDreamersince that's the baseline Asset test suite02:18
+perlDreamerin bash, how do you do extensively nested quoting?02:19
+perlDreamer~colink/wgd for-each --exec='~colink/wgd db -e "select * from Workflow where workflowId=\'pbworkflow000000000007\' " '02:19
+perlDreamerbash doesn't like that02:19
@scrottieI don't.  perl -e.02:19
@scrottieor perl\n and type stuff.02:19
+perlDreamerthat won't work in this case02:20
@scrottiesystem, glob, ...02:20
+perlDreamerwell, maybe02:20
@scrottieqq{}, q{}02:20
@scrottiekinda weak answer, I know.02:20
@scrottiedo you really want to run those tests?  I can get to some of that in a bit here.  I just felt the need to take a break and try to figure out everything that might get initialized to something more intersting than what would get copied in.02:21
+perlDreamernow that addRev is working, I don't see a need to run an indepth comparison02:22
-!- plainhao [~plainhao@mail.xbiotica.com] has joined #webgui02:22
+perlDreamerbut if I write the tests for what get should/shouldn't return, it'll help you immediately, and document it for the future02:22
+perlDreamerthat's a good win in this case02:22
@scrottiedidn't know if you were proposing testing versions that inspect attribute's metadata and various other things.02:23
@scrottieokay, *that* makes sense.02:23
@scrottieI just don't want to create work, that's all ;)02:23
+perlDreamerI have a VM to use for doing dev work for the 10 minutes it takes the tests to run02:24
+perlDreamerso not a total loss :)02:24
-!- daviddelikat1 [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui02:28
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Ping timeout: 264 seconds]02:31
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui02:35
CIA-57webgui: Colin Kuskie WebGUI8 * r74b500e / t/Asset.t : Tests for properties that should be returned by get, and some that should not. Done by hash inspection. -02:37
+perlDreamerthat'll give you an idea, scrottie02:38
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Read error: Connection reset by peer]02:46
@scrottieyeah.  some of these things, get() needs to return but set() needs to ignore.02:50
+perlDreamerthis may help, it may not02:52
+perlDreameranything that is a basic Moose attribute should never be set02:52
@scrottie...02:53
+perlDreamerso, if it's declared with "has", set should ignore it02:53
+perlDreamerbut if it's declared with "property", it should use it02:54
+perlDreamerwhich is just going to be odd02:54
+perlDreamersince the mutators will work02:54
+perlDreamerbut that can be fixed02:54
+perlDreamerwe can is => 'ro' them02:54
@scrottiea number of them are already ro.02:55
@scrottiegetWritableAttributes has to check metadata for that.  and does that.02:55
@scrottiein my branch.02:56
@scrottiethis takes me back to the start here.  at one point, I asked in the channel if there was any reason why set() shouldn't accept attributes as well as properties.  the consensus was that there was no reason.02:56
@scrottieturns out, there is a reason -- stuff returned from get() (nil argument list) passed back to set() clobbers initialized data with junk.02:57
+perlDreamerno, we can't is => 'ro' them02:57
+perlDreamersince there's no way to update the object itself otherwise02:57
+perlDreamerjust the database02:57
@scrottieer, in my branch, getWritableAttributes checks for ro; I haven't added ro to anything.02:57
+perlDreamerme either, not yet02:57
@scrottiemaking more things ro would fix things from my point of view but could easily break other things.02:58
@scrottieman MacBookPros get warm in the summer in AZ.02:58
+perlDreameryes02:58
@scrottiethis thing is going to need its own dedicated fan.02:58
@scrottieI don't remember... it might only have been the keywords field that benefits from set() writing attributes as well as properties.  you were suggesting wrapping keyword in the Asset::Snippet subclass; I was fussing about wraping methods at multiple points on the inheritance tree.02:59
@scrottiemaybe that is the best approach.  but I might do penance for that sin by merging mixin stuff into the class that has stuff that the mixin depends upon and flatten inheritance back into 2D.03:00
+perlDreamerI was suggesting making Keyword.pm a Role that wraps get, set, and update03:01
@scrottieoh, right.03:01
@scrottieObject is generally the root class of objects, not a mixin that some things get and not others.  you don't have objects that aren't Object.  that's silly.03:02
@scrottiewhat else besides Assets have get/set/update?03:02
@scrottieoh, Assets are a role that Assets get.03:03
* scrottie sighs03:03
+perlDreamer:)03:04
@scrottieI feel like I'm reading C here.  One thing #includes another and that #includes another.03:04
@scrottieAll the Asset*.pm classes get sucked right into Asset then all of this role stuff gets sucked in too.03:05
+perlDreamerI've lobbied for those to be made roles as well, but it was not well received03:05
@scrottieI'd really like to construct a inheritance hierachy out of this.03:05
+perlDreamerIt's pretty simple until you get to Asset.pm03:06
@scrottieyou're essentially monkey patching the heck out of something.  you have core functionality -- such as object construction -- living off in monkey patches.03:06
+perlDreamerdo you mean the newByLineage method, or something else?03:06
@scrottiedon't remember.03:07
+perlDreamerbut yes, it's weird having AssetClipboard pushing stuff into the Asset namespace03:07
+perlDreamerthat's what a Role is supposed to do03:07
+perlDreamerbut there aren't any other objects that would benefit from it03:07
@scrottieroles really only make sense when you already have an existing inheritance hierachy and then, tangetical to that, you want to mix and match other functionality.03:07
@scrottieright now, there is no inheritance hierachy.03:08
@scrottieno one has sat down and said "this is a more specific case of this, and this is a more specific case of that, and all of them share this logic so it goes up there".03:08
+perlDreamermaking generalizations like that are often counter productive03:08
+perlDreamerbecause I have done that, but not on a wide scale03:08
@scrottiehrm.03:09
+perlDreamerfor example, marking an asset to always be hidden used to be copied and pasted everywhere03:10
@scrottiewell, I'm trying to explore the idea of reworking this stuff into a hierachy or class tree to the degree possible before roles are added.03:10
+perlDreamerI'll hold off on implementing any large scale roles then03:11
+perlDreameror, at the very least, I'll give you a heads up so we can talk about them03:11
@scrottieyeah.  talk would be good.03:11
@scrottieI don't know what I'm getting into.03:11
+perlDreamerwhat you want may not be feasible due to backwards compatibility03:12
@scrottieyeah.03:12
+perlDreamerbut there's no way to know until you try03:12
+perlDreamerto me, from Definition on down to Asset.pm, the hierarchy is pretty clear and straight forward03:12
+perlDreamerbut from Asset on down, it's circular03:13
+perlDreamerAn Asset isa WebGUI::Definition::Asset, which is a specialization of WebGUI::Definition03:14
+perlDreamerattributes of the Asset get Definition/Role/Asset, which is a specialization of Role/Object03:14
+perlDreamerand then there's the meta class methods03:14
@scrottieack 'with ' | grep -e ':with' | wc -l # 5303:18
+perlDreamerfor starters, ack 'with' Asset* will help you ignore the FormBuilder stuff03:21
+perlDreamerand the Definition stuff, neither of which you can really help03:21
+perlDreamerRssFeed is the Role for adding Rss Feeds to an Asset03:21
+perlDreamerComments adds JSON enabled comments to an Asset03:21
+perlDreamerAlwaysHidden is the role that guarantee that all instances of this asset are always hidden03:22
@scrottienice.03:22
+perlDreamerand SetStoragePermission guarantees that file system privileges track asset privileges03:22
+perlDreamerthere are 53 because they're used in various sets by different Assets, as each is needed03:22
+perlDreamerWobject and Sku should both be Roles03:23
+perlDreamerand technically, Wobject should be several roles because not all Wobjects needs everything the Wobject package provides03:23
+perlDreamerSubscribable allows users to subscribe to an asset and to be notified via email of changes03:24
+perlDreamerDid I miss any?03:24
@scrottiemix and matching behavior altering code into various subclasses of a class (Assets) seems aligned with the ideas of roles.  that I approve of.03:24
@scrottiemixing and matching03:24
@scrottieand that certainly beats cut and paste.03:24
+perlDreameryup03:24
+perlDreameraside from the monkey patching of Asset*.pm, what else do you see that bothers you?03:25
@scrottienothing at the moment!03:25
@scrottieer, wait.03:26
+perlDreameryeah, that's enough, isn't it? :)03:26
@scrottieI can always open another can of worms.03:26
+perlDreamerplease do03:26
@scrottieI'd like to see data persistance done *well*.03:26
+perlDreamerthat's a WebGUI 9 project03:26
@scrottieyeah.03:26
+perlDreamerwe'd like to see it, too03:26
+perlDreamerbut there's just no way for it to happen this quickly03:26
@scrottieand I don't think a DSL for querying the database is the answer either.03:26
@scrottiethat's a small, incremental cleanup, at best.03:26
@scrottieyeah.03:26
+perlDreamerDSL?03:27
+perlDreameryou mean WebGUI::SQL?03:27
@scrottieDBIx::Class.03:27
@scrottieKiokuDB has some neat ideas but it doesn't map to a normalized database schema.  it's just an opaque data store.03:30
* perlDreamer has to go make dinner, but I'll backlog03:31
@scrottiethink I'm done ranting.  and I'm going to head out before long here myself.  thanks for the tests and for talking through this stuff with me.03:31
@scrottieand sorry for boarding on insults there.03:32
-!- tavisto [~tavisto@pool-71-186-22-44.gdrpmi.dsl-w.verizon.net] has quit [Quit: tavisto]04:08
@scrottiebordering.04:29
+perlDreamerWebGUI people are very thick skinned04:51
+perlDreamerit comes from years of Perl people dissing us for not using Moose, DBIx::Class, and MOTD04:51
@scrottiehah04:51
@scrottieI'm happy to return cannon fire to whoever these people are.04:51
@scrottiedid you make YAPC last year?04:52
@scrottieI think I already asked you that...04:52
+perlDreamerno, I've never been to a YAPC04:52
@scrottieI did an Acme::RightSideOutObject lightning talk.  it fixes all of your inside-out object code for you and makes your inside out objects look/work right side out again.04:53
@scrottieprevious two YAPCs had talk after talk on inside out objects.  then *poof*, people stopped talking about that and started talking about Moose.  subtext was, if you use the module de jour, you're going to get stuck having to take all of that out if you want to follow the next trend.04:55
+perlDreamerexactly04:55
+perlDreameralthough, I think Moose is around to stay04:55
+perlDreamerbut that's just a WAG04:55
* perlDreamer is off for further domestic tasks!04:55
@scrottiealrigh.  tomorrow...04:56
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]05:04
-!- Netsplit *.net <-> *.split quits: mducharme05:25
-!- Netsplit over, joins: mducharme05:28
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui05:36
-!- mode/#webgui [+o preaction] by ChanServ05:36
CIA-57webgui: Colin Kuskie WebGUI8 * r7b27498 / lib/WebGUI/AssetClipboard.pm : Change ->get to direct object accessors. - http://bit.ly/9TYbz006:00
CIA-57webgui: Colin Kuskie WebGUI8 * re3de7cd / t/AssetHelper/Cut.t : Update object accessors, fix a problem with pasting. - http://bit.ly/cbXXV206:00
@frodwithDamn you people.  I'm going to have to start paying attention to this channel if you keep up this interesting conversation stuff.06:17
+perlDreamerha!06:17
+perlDreamerfrodwith, when do you journey south, next?06:18
@scrottieoh, heh, I did the same thing and ran a smattering of tests.  nice, perlDreamer.06:18
@frodwithWhenever I feel the need, perlDreamer.  I'm not out of nifty books to read yet, but me and the wife have been kind of cabin-fevery lately.  You want to meet up soonish?06:19
+perlDreamerthe kids are out of school in two weeks, which would make getting together more difficult06:19
+perlDreamernot impossible, but more difficult06:19
@frodwithwhenever's good for you is probably good for me.  I'm pretty commitment-less outside of sunday mornings.06:20
* perlDreamer will check the schedule06:22
+perlDreamertomorrow06:22
+perlDreamertime for this old man to go to sleep, so that the servers can wake me up in a few hours06:22
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has quit [Quit: Leaving.]06:22
CIA-57webgui: Colin Kuskie WebGUI8 * rdcb9bac / t/Definition/Asset.t : One plan per test, please! - http://bit.ly/94r9Dg06:24
CIA-57webgui: Colin Kuskie WebGUI8 * r2976539 / t/Macro/UsersOnline.t : Content check via truthiness. - http://bit.ly/cl3gPj06:27
@scrottiealright, tomorrow I'm going to see about subclass get/set/update in ::Snippet to accept keyword.  that should be quick, fun, sane and easy.06:29
@scrottieafter beating a long path around the outside =P06:29
@scrottiethanks for your help and g'nite.06:29
@scrottieI'll also try to propose solutions and roll up patches rather than blathering on so much... once I'm a little more sure of what I'm doing ;)06:30
-!- daviddelikat1 [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]06:48
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]07:36
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui07:39
-!- mode/#webgui [+o preaction] by ChanServ07:39
-!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]07:44
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]08:00
-!- kaare [~kaare@langebro.adapt.dk] has joined #webgui08:15
-!- kaare is now known as Guest605008:15
-!- frodwith [~pdriver@helios.tapodi.net] has quit [Ping timeout: 258 seconds]09:05
-!- frodwith [~pdriver@helios.tapodi.net] has joined #webgui09:07
-!- mode/#webgui [+o frodwith] by ChanServ09:07
-!- frodwith [~pdriver@helios.tapodi.net] has quit [Ping timeout: 252 seconds]09:47
-!- frodwith [~pdriver@helios.tapodi.net] has joined #webgui09:50
-!- mode/#webgui [+o frodwith] by ChanServ09:50
-!- bartjol [~bartjol@kantoor.procolix.com] has joined #webgui10:37
-!- mode/#webgui [+v bartjol] by ChanServ10:37
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has quit [Read error: Connection reset by peer]12:38
-!- carogray [~Caroline@108.117.236.72] has joined #webgui12:59
carograyhello. Good morning, good day!13:48
carograyJust wondering...is there a way to get the title of an asset to appear in 'tool tip' in the navigation asset?13:49
carograyso the links in ...huh, maybe I wll just try it. 13:49
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui14:08
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Read error: Connection reset by peer]14:09
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui14:15
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has quit [Quit: Leaving]15:15
-!- carogray [~Caroline@108.117.236.72] has quit [Read error: Connection reset by peer]15:20
-!- tavisto [~tavisto@pool-71-186-22-44.gdrpmi.dsl-w.verizon.net] has joined #webgui15:21
-!- mode/#webgui [+o tavisto] by ChanServ15:21
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]15:25
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has joined #webgui15:39
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit [Quit: zzzzzzzzzz]15:41
-!- steveo_aa [~sno@adsl-76-232-154-192.dsl.sfldmi.sbcglobal.net] has joined #webgui15:43
-!- mode/#webgui [+v steveo_aa] by ChanServ15:43
-!- steveo_aa [~sno@adsl-76-232-154-192.dsl.sfldmi.sbcglobal.net] has left #webgui []15:43
-!- carogray [~Caroline@host2.209.113.248.conversent.net] has joined #webgui15:45
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui15:47
+bartjolcarogray: did you succeed?15:51
-!- fokat [~lem@190.198.61.14] has joined #webgui16:06
-!- SDuensin [~Scott@mobile-166-137-142-237.mycingular.net] has joined #webgui16:07
-!- plainhao [~plainhao@mail.xbiotica.com] has joined #webgui16:23
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui16:40
-!- mode/#webgui [+o bopbop] by ChanServ16:41
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has joined #webgui17:37
-!- mode/#webgui [+v perlDreamer] by ChanServ17:37
* perlDreamer has to drop the kids off at school, back in 2017:44
@tavistoat the pool17:45
+bartjolthe pool?18:03
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui18:09
-!- mode/#webgui [+v patspam] by ChanServ18:09
-!- bartjol [~bartjol@kantoor.procolix.com] has quit [Quit: Leaving.]18:36
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has quit [Quit: napping]18:43
-!- tavisto [~tavisto@pool-71-186-22-44.gdrpmi.dsl-w.verizon.net] has quit [Quit: tavisto]18:48
+perlDreamerDoes everybody get to go to the pool except for me?18:52
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui19:05
-!- mode/#webgui [+o bopbop] by ChanServ19:05
-!- ekennedy [~ekennedy@173-141-249-176.pools.spcsdns.net] has joined #webgui19:24
@khennis there a general template variable for isAdmin ?19:52
+perlDreamercheck the session template variables19:53
+perlDreamerkhenn:session.var.adminOn19:55
+perlDreameroh, wait19:55
+perlDreamerisAdmin?19:55
+perlDreamerno19:55
@khennok just admin on19:55
+perlDreameryeah19:55
-!- ekennedy [~ekennedy@173-141-249-176.pools.spcsdns.net] has left #webgui []20:10
-!- steveo_aa [~sno@adsl-76-232-154-192.dsl.sfldmi.sbcglobal.net] has joined #webgui20:11
-!- mode/#webgui [+v steveo_aa] by ChanServ20:11
-!- steveo_aa [~sno@adsl-76-232-154-192.dsl.sfldmi.sbcglobal.net] has left #webgui []20:11
-!- eleger81 [~44b82b04@gateway/web/freenode/x-yypmgfjvftcmodxv] has joined #webgui20:51
CIA-57webgui: Colin Kuskie master * r5a904a8 / (4 files in 4 dirs): Do not delete cron tasks with errors, just notify spectre of the problem. Fixes bug #11604. - http://bit.ly/9jwuTr20:57
CIA-57webgui: Colin Kuskie webgui-7.8 * r723e376 / (4 files in 4 dirs): Do not delete cron tasks with errors, just notify spectre of the problem. Fixes bug #11604. - http://bit.ly/cIud3l20:58
-!- eleger81 [~44b82b04@gateway/web/freenode/x-yypmgfjvftcmodxv] has left #webgui []21:01
@scrottiegood morning.21:03
+perlDreameryo, scrottie21:05
+perlDreamerall: http://www.webgui.org/download/advisories/loss-of-scheduler-tasks21:13
+perlDreamerall: http://www.webgui.org/download/advisories/loss-of-scheduler-tasks21:13
+perlDreamerwhoops21:14
-!- knowmad [~william@97.66.185.250] has joined #webgui21:14
+perlDreamerhey, knowmad21:14
knowmadhey pd21:14
knowmadit's been a looong time; too long21:14
+perlDreamerhopefully you've been very busy :)21:14
knowmadbut we've been busy creating award-winning WebGUI sites!21:15
knowmadour Mallard Creek design won 2 Hermes Creative awards21:15
+perlDreamerawesome!  Congratulations.21:15
knowmadhttp://www.webgui.org/sightings/business/gallery/mallard-creek-polymers21:15
knowmadwe've also been contracted by a local university to implement a new site in wG21:16
+perlDreameryou should tell Tavis so he can put a note in that about the award21:16
knowmadand i'm talking to them about doing workflows which would be cool21:16
+perlDreamerknowmad, are you subscribed to the advisories?21:17
knowmadgood idea21:17
-!- carogray1 [~Caroline@host2.209.113.248.conversent.net] has joined #webgui21:17
-!- Netsplit *.net <-> *.split quits: carogray21:17
knowmadi think so, why?21:17
+perlDreamerhttp://www.webgui.org/download/advisories/loss-of-scheduler-tasks21:17
ckotilah, the patch their? the email didnt have a link to it21:17
ckotilerr. there.21:17
+perlDreamerit was an attachment to the original post on the CS21:18
knowmadouch! will that impact upgrades from 7.7 or just those who upgraded to the versions that were affected?21:18
+perlDreamerit's in 7.8.18 and 7.9.3 and higher21:19
knowmadbut if i wait until the fix is released before upgrading past those versions, i'll be OK?21:19
knowmadwe're a bit behind on our upgrades...21:19
+perlDreameryes, you'll be fine if you wait until 7.9.7, or 7.8.2121:20
knowmadcool21:20
knowmadhey, besides needing to check-in and say hello, i also have a question21:20
+perlDreamerask away :)21:20
knowmadat one time I thought that the data form was storing edits to entries; eg., i add an entry then view it and edit it and it stores a new copy21:21
knowmadi just tried this out on the demo site and it appears to not be available anymore21:21
knowmador at least not via the GUI21:21
knowmadi haven't gone digging into the db yet21:21
+perlDreamerI haven't looked at the DataForm in a while, but as far as I know that should still work21:21
knowmadok, i'll double-check the code; thanks21:22
knowmadnope, doesn't appear to store changes any longer -- http://demo.webgui.org/demo1275588337_449/home/form21:28
ckotildoes the restore cron script overwrite existing default crons?21:28
+perlDreamerno21:30
+perlDreamerif the cron is missing, it adds it21:30
+perlDreamerotherwise, it leaves it alone21:30
ckotilcool21:30
ckotilthanks21:30
* perlDreamer takes a brief lunch break22:04
-!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]22:31
-!- SDuensin [~Scott@mobile-166-137-142-237.mycingular.net] has quit [Ping timeout: 240 seconds]22:36
-!- SDuensin [~Scott@mobile-166-137-140-080.mycingular.net] has joined #webgui22:46
-!- SDuensin [~Scott@mobile-166-137-140-080.mycingular.net] has quit [Ping timeout: 258 seconds]22:56
-!- khenn [~frank@71.150.248.232] has quit [Quit: khenn]23:02
-!- khenn [~frank@71.150.248.232] has joined #webgui23:10
-!- mode/#webgui [+o khenn] by ChanServ23:10
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has quit [Quit: napping]23:33
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui23:40
-!- mode/#webgui [+o bopbop] by ChanServ23:40
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]23:51
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has joined #webgui23:54
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has quit [Quit: bye]23:59
--- Day changed Fri Jun 04 2010
Haargknowmad, as far as i know, edits were never saved in dataform entries.  i believe the sql form did though.00:11
knowmadHey Haarg. Thanks for the feedback. I must be thinking of that...00:12
-!- carogray1 [~Caroline@host2.209.113.248.conversent.net] has quit [Read error: Connection reset by peer]00:13
-!- scrottie [~scrottie0@dsl01-ppp-5119.fastq.com] has quit [Quit: switchin'... and not to Mac]00:33
-!- scrottie [~scrottie@dsl01-ppp-5119.fastq.com] has joined #webgui00:33
-!- mode/#webgui [+o scrottie] by ChanServ00:33
@scrottiemmmm'kay.00:33
knowmaddo i have to upgrade from 7.7.22 to 7.7.33 in order to go to 7.8.20?00:38
Haargyes00:39
knowmadthis is not clearly indicated from any of the docs I'm reading00:39
knowmadis this an assumed upgrade path to go to last stable branch of current major.minor release?00:39
@preactionyes00:40
Haargthat's a good assumption that has been stuck to since 7.4 at least.00:40
Haargit should also be explicitly mentioned in the gotchas file00:41
knowmadHaarg: the only mention in gotchas is upgrading to 7.7.2000:41
Haarghmm00:42
knowmadyeah, you can see why I tried to go straight from 7.7.22 to 7.8.20 (yeah, i should know better but it's been awhile since i've done my upgrades)00:46
+perlDreamerknowmad, wait a week before upgrading to 7.8.2100:51
+perlDreameruntil next Tuesday, when the fix for the cron bug comes out00:51
+perlDreamerotherwise, you're just making more work for yourself00:51
+perlDreamerwith patching and all00:51
knowmadyeah, thanks for reminder; i will do that for production; i'm just testing the pathway00:51
Haarg7.8.21 gotcha also needs fixing00:52
+perlDreamerthanks, Haarg!00:52
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui00:52
-!- mode/#webgui [+v patspam] by ChanServ00:52
CIA-57webgui: Colin Kuskie webgui-7.8 * r638ab2a / docs/gotcha.txt : Fix the gotcha for .21, and document the stop version for 7.7.33 to 7.8.13 - http://bit.ly/cF4vU000:54
+perlDreamerknowmad, also see this wiki page: http://www.webgui.org/wiki/stop-versions00:54
knowmadahh, so that is documented!00:54
Haargi definitely want to get something for stop versions in WebGUI::Upgrade, but there are a number of things to take care of before that00:55
knowmadi'm working on going through the 7.x changelogs to document the major changes between releases00:55
knowmadis there anything in the wiki along those lines that i've overlooked? no need to duplicate others work00:55
knowmadHaarg: ++00:55
Haargi should be done with the current thing i've been working on and can get back to WebGUI stuff00:55
+perlDreamerknowmad, I don't know of any page like that00:56
+perlDreamerbut if you start it, I'll contribute to it00:56
knowmadok, i'm up to v7.2 at this point00:56
+perlDreamer7.2?00:56
+perlDreamer7.2.0?00:57
knowmadit's actually pretty interesting; there's been a LOT of work00:57
knowmadsince 7.000:57
+perlDreameryes, yes there has00:57
knowmadi'll post a wiki entry when i'm finished00:57
-!- carogray [~Caroline@173-125-0-199.pools.spcsdns.net] has joined #webgui01:16
@preactiondoes anyone remember a RawHeadTags macro?01:23
+perlDreamermacro?01:26
+perlDreamerno01:26
@preactionlost to time, good.01:26
+perlDreamerfound it01:30
+perlDreamerback in 6.801:30
+perlDreamerRawHeadTags was a way to push arbitrary data into the head tags01:33
+perlDreamerI'm guessing that in the 6.9 series, when the session changes happened, that it went away, since Templates were given head tag blocks01:34
+perlDreamerHaarg++ for importing all the SVN and CVS history into git01:34
Haargi just finished another svn to git conversion actually01:35
Haargfor DBIx::Class01:35
+perlDreamerI heard :)01:35
+perlDreamerpatspam spread the news01:35
+patspamyeah you were getting some good kudos for it in the Perl blogosphere01:36
+perlDreamerHaarg isn't the only one getting kudos, patspam ;)01:40
CIA-57webgui: Colin Kuskie WebGUI8 * r9a1c5c9 / t/Shop/PayDriver.t : Cart cleanup from leaky PayDriver test. - http://bit.ly/anmb7C01:41
+perlDreamerHaarg, any reason that cleanup guard in WebGUI::Test shouldn't use newPending instead of new?01:52
Haargnot that i can think of01:52
-!- knowmad [~william@97.66.185.250] has left #webgui []01:54
CIA-57webgui: Colin Kuskie WebGUI8 * r4fb7933 / lib/WebGUI/Shop/CartItem.pm : Exception handling for getSku. - http://bit.ly/9mYYL502:11
CIA-57webgui: Colin Kuskie WebGUI8 * r0d2ac6a / t/lib/WebGUI/Test.pm : Get pending assets for cleanup. - http://bit.ly/bWeCCK02:13
CIA-57webgui: Colin Kuskie WebGUI8 * r3ccf71a / (t/Shop/PayDriver/Ogone.t t/Shop/ShipDriver/FlatRate.t): Better test cleanups. Hopefully, this fixes the RemoveOldCarts activity. - http://bit.ly/aopsy802:13
+perlDreamerpreaction, i think the session scratch variables are leaking randomly02:13
+perlDreamerso it's wrong to assume that the session work done this week caused it02:13
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]02:32
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has quit [Remote host closed the connection]02:37
-!- Haarg [~haarg@76-250-33-221.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui02:39
-!- carogray [~Caroline@173-125-0-199.pools.spcsdns.net] has quit [Quit: Leaving.]02:39
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui02:40
CIA-57webgui: Colin Kuskie WebGUI8 * r95b6b66 / lib/WebGUI/Asset/File/Image.pm : fix a problem with the generated HTML id. - http://bit.ly/bYiCA802:58
CIA-57webgui: Colin Kuskie WebGUI8 * r15faef5 / t/Asset/File/Image.t : Fix caching a subroutine ref. Small test cleanups. - http://bit.ly/aX4jtz02:58
-!- daviddelikat1 [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui03:05
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Ping timeout: 276 seconds]03:09
CIA-57webgui: Colin Kuskie WebGUI8 * r2ad02b3 / t/lib/WebGUI/Test.pm : Codify in 1 place how to skip autocommit workflows, and notification. - http://bit.ly/byRn1W03:11
CIA-57webgui: Colin Kuskie WebGUI8 * rcd97f2e / t/Asset/Wobject/StoryArchive.t : Remove use_ok, SKIP, plan, END block. - http://bit.ly/9oSWcU03:11
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui03:46
* perlDreamer starts some dinner for the family, back in a while03:47
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Read error: Connection reset by peer]03:49
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui03:51
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]04:10
-!- fokat [~lem@190.198.61.14] has quit [Ping timeout: 258 seconds]04:11
@khennIt feels so good to get a long standing project wrapped up04:30
@khennthat smothering feeling is finally gone04:30
+perlDreamerwhich project is that, khenn?04:39
@khennmerging duplicate users for SA04:39
@khennbeen on the docket for  4 months now04:40
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui04:47
-!- mode/#webgui [+o preaction] by ChanServ04:47
-!- scrottie [~scrottie@dsl01-ppp-5119.fastq.com] has quit [Ping timeout: 265 seconds]04:49
@khennperlDreamer are you here?04:50
+perlDreameryes sir04:50
+perlDreamerneck deep in Survey guts04:50
@khennI don't see any code in VersionTag.t that tests whether stuff is actually committed04:50
+perlDreamerthat's possible04:50
+perlDreamerCommitting code isn't done by VersionTag.t04:50
@khennVersionTag->commit ...04:51
+perlDreamerthat commits a tag04:51
+perlDreamerand then the tag calls each asset and commits it04:51
+perlDreamerso if you trust Asset->commit04:51
@khennI see04:51
+perlDreamerthen all you need to do is check that it was called04:51
+perlDreamerit wouldn't hurt to have code in there to do that04:51
+perlDreamerif you were so inclined04:51
@khennI'm not even sure where I'd start with that one04:52
@khennI'll just test that stuff after the fact looks right04:52
+perlDreameryou'd check asset state before and after commit04:52
+perlDreamerin the db04:52
+perlDreamersince the asset itself is ignorant of the change04:52
@khennright04:54
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]04:56
@khennperlDreamer, who is the default user in the Test session?05:00
+perlDreamervisitor05:02
-!- scrottie [~scrottie@dsl01-ppp-5119.fastq.com] has joined #webgui05:05
+perlDreamerscrottie, I fixed a bunch of leaking tests, and we now have a few more passing tests05:05
scrottiecool.05:05
scrottieI'm moving code around.  I'd like to get some comments on this, in a few here, if you're up for it.05:06
+perlDreamersure05:06
* perlDreamer needs to learn some perl debugger basics05:10
scrottiegenerally, I figure out what line I want to start at, and do perl -d whatever.pl, then c <linenumber of where I want to start>05:11
scrottie<return> re-does the last command of 's' or 'n' and most of the time you can hit one or the other of those two and then just hit return again and again for a while05:11
scrottie's' steps into functions calls and 'n' runs any function calls but doesn't return you to the prompt or print the line it's about to execute until it returns05:12
scrottieso 'n' lets you skip over stuff you're confident of and 's' chews through everything05:12
+perlDreamers must really mean "single step"05:12
scrottieskip over = skip over viewing the full execution trace... the code still runs05:12
scrottieyeah05:12
scrottieand then at key points, do: x 2 $datastructure05:13
scrottiethat dumps $datastructure with a depth of 2.  anything much higher on OO code is pointlessly spammy.  and you can always do x 2 $datastructure->{thingie} or x 2 $datastructure->method or whatever.05:13
scrottieand beyond that it, it runs perl at the prompt, kinda REPL style.05:13
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui05:13
-!- mode/#webgui [+v patspam] by ChanServ05:14
+perlDreamerthat sounds better than diag "this", warn "that" and my $break = <>;05:14
scrottieyes and no.  I'll thrown warns and dies in for in case I'm 'n'exting over too much stuff and I want to be alerted anyway.05:15
scrottieit's mix and match.  if you know what's calling what pretty well and what code is running, warn/die is often plenty adequate.05:16
scrottiethe debugger also does breakpoints, stack traces, watching variables and other fun stuff but usually I don't any of that... ahem, other than stack traces.05:18
+perlDreameris there a command which says, finish the script with no more debugging?05:19
scrottie'c'ontinue05:20
scrottiewithout args.05:20
scrottiethe optional arg is the breakpoint which can be a line number or perl expression to evaluate.05:20
-!- fokat [~lem@200.84.244.194] has joined #webgui05:20
+perlDreamerthis is very, very bad05:21
scrottie?05:21
+perlDreamerIt's the Survey05:22
+perlDreamer__ patspam __, might want to listen in05:22
+perlDreamerin the Survey test, it creates a survey05:22
+perlDreamerbut it doesn't commit it05:22
+perlDreamerlater on, a new revision is added to the survey, and it does get committed05:22
+perlDreamerbut, if you run it in WebGUI8, that doesn't happen05:22
+perlDreamerwhich means that something screwy is different about the version control code in both versions05:23
+patspamI planted that bug just to highlight a flaw in wg805:23
+perlDreamerI THOUGHT SO!05:23
+patspamheh no actually kaleb did, I just juiced it up05:24
+perlDreamerand you made it an awesome bug05:24
+patspamugh you you I really hate Survey so much05:24
+patspamwant to rewrite the whole thing from scratch05:24
+patspamagain05:24
+perlDreamerthat would be a valid WebGUI8 project05:24
+patspamyeah, maybe if sdh lands a couple of big projects we'll be able to afford to do it05:25
+patspamit's core to what we do and actually does a lot of cool stuff, but it really sucks in a lot of ways too05:25
+perlDreamerit could use a little more polish05:28
+perlDreamerit's functional now05:28
+perlDreamerbut it could be truly awesome05:28
+perlDreamerI got the dual sliders working, though05:28
+perlDreamerso it's not all bad05:28
+patspamperlDreamer++ # thanks for that :)05:32
scrottiesounds like a WhiteCastle reference.05:36
+perlDreamerscrottie: did you ever do a coverage run on wg8?05:38
CIA-57webgui: Colin Kuskie WebGUI8 * rb5d1757 / t/Asset/Wobject/Survey.t : change some ->gets to direct accessors. - http://bit.ly/97MxY805:38
scrottienoep!05:39
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Read error: Connection reset by peer]05:43
scrottieI've been at least partially debriefed on three other projects here, all WebGUI 7 (of course).05:43
scrottieI'm not sure how or if WebGUI 8 is going to figure in.05:44
CIA-57webgui: khenn master * r053292a / (3 files in 3 dirs): Added new API method commitAsUser allowing developers to commit version tags as other users - http://bit.ly/cVs3MR05:45
@khennperlDreamer - I just pushed my new version tag method that allows you to commit as someone outside the current session05:46
@khennwith tests05:46
@khennnot sure if you are able to use that or not05:46
@khennbut it's there05:46
@khennalright, off to bed05:46
scrottiesleep well, khenn05:46
* perlDreamer will check it out soon05:46
+perlDreamerscrottie, there's no "step out", is there?05:49
scrottiehonestly, I'm not sure.  I don't know how things work.05:49
scrottieobviously, too many projects at the same time is bad... nothing gets done after a certain point than just having meetings to talk about all of the things that haven't been done.05:50
scrottieI think 0.4 projects per programmer is ideal =)05:51
scrottieie, having slightly more than two people involved in each thing but no more.  but of course, nothing is ideal in the real world.05:52
scrottiehttp://github.com/scrottie/webgui/tree/coregetsetupdate05:52
scrottie... waiting for firefox to load its tabs05:52
+perlDreamerheading into "put kids to bed time"05:53
* perlDreamer will be in and out, with more out than in for the next 40 minutes05:53
scrottieugh.  browser.tabs.closeButtons is busted in recent versions of Firefox.  each tab will have a close button whether you like it or not.05:54
scrottiehttp://github.com/scrottie/webgui/commit/bf88cb409e534a62e71d2bdd17c5a88326e3e8d205:55
+perlDreamerscrottie, why would you do that in Snippet?05:56
+perlDreamervs some other class?05:56
scrottiehttp://github.com/scrottie/webgui/commit/58d68a6f9e70386cbdb15a53e463a5684f938f5305:57
* scrottie checks his notes to find out why05:57
scrottie"<perlDreamer> unless we make Kewyords a Role, that overrides get and update"05:57
scrottie"<perlDreamer> overrides/wraps"05:57
scrottie(typing, not pasting... typos mine)05:57
scrottiehrm.  so Keywords modifies Assets, not extends it.05:58
scrottieI got that wrong too.05:58
+perlDreamerright, WebGUI::Keywords -> WebGUI::Role::Asset::Keywords05:58
scrottiewell, all I can say is this makes all three of those failing t/Keywords.t tests pass.05:58
scrottieahem.  well, the plot thickens.  stay with me here.05:58
* perlDreamer promises to back log if away05:59
scrottiehttp://github.com/scrottie/webgui/commit/f6b7561b149081e2c073d0b17337cf20f00bdd73 ... er, I guess you already saw the meat of it.05:59
scrottiethat's cool, re: afking.05:59
scrottieif there's only one version of get/set/update, and they always honor 'keywords', KISS/"Do the simplest possible"/"Don't write it, you aren't going to need it" say to make that one version do what's needed.06:00
scrottieso, in that case, my inclination would be to put it directly into the get/set methods that, in this branch, live in Asset.pm.06:00
scrottiethoughts?06:01
+perlDreamerIt's hard to type when your fingers are in someone else's mouth06:07
scrottiehahaha06:09
scrottietake your time =)  family is important.06:09
+perlDreamerfirst thought: ping Haarg: backlog, comment06:09
scrottieworse case, there's usually (but not always) tomorrow06:09
+perlDreamersecond thought, we want get, set, and update to be generic methods available to all objects06:09
+perlDreamerso I'm 99% sure they need to stay in the Definition/Role/Object06:10
+perlDreamerwhy would you want to move them out?06:10
-!- khenn [~frank@71.150.248.232] has quit [Ping timeout: 258 seconds]06:10
+perlDreamerditto with getProperties, and getFormProperties06:10
scrottiebecause nothing else is actually using them.  they're an important part of that object's API, and they're hidden away through a chain of useses/injections/etc three times removed.06:11
+perlDreamernot using them __yet__06:11
scrottiewell, I'm telling you why I wanted to do that, not why I was right to want to do that.06:11
+perlDreamerah, sorry for the pre-emptive argumentation then :)06:11
scrottienp.06:11
scrottieI was concerned about the unnecessary complexity (and future programmers pulling hair) of then turning around and wrapping ('around') something that already comes from "far away"06:12
scrottiebut if it isn't unnecessary complexity, that's different.06:12
+perlDreamereventually, we want to have every class using this06:13
+perlDreamerif I get some spare time, I may convert User.pm over to it, for fun06:14
scrottieheh06:14
scrottie"every class" means little to me.  Assets are my entire universe right now =)06:14
* scrottie thinks, or attempts a reasonable impression of doing so06:15
+perlDreamerWebGUI/*.pm06:15
+perlDreamerExcept maybe CRUD06:15
scrottieyeah.06:15
+perlDreamernot sure what to do with CRUD, but most of what it does could be done by Definition06:15
+perlDreamerin any case, back to the Keywords stuff06:17
+perlDreamerI think the arounds need to be moved somewhere06:18
scrottieI'd rather not see Asset/Keywords.pm just doing an 'around' on code in Asset.  this *might* be the best way but if it is, I'd have to convince myself of that.06:18
+perlDreamermaybe right into Asset.pm itself06:18
scrottieyeah.  then I'm a little fuzzy on Moose.  my Moose is not top notch.06:18
+perlDreameralthough, if it was in its own Role, you could build an Asset without keywords06:18
+perlDreamerit would break lots of things06:19
+perlDreamerbut maybe you just want a very small WebGUI06:19
scrottieKISS.06:19
+perlDreamerno wiki, no Story manager06:19
+perlDreamerhard to tell06:19
scrottie"Don't build it; you won't need it"06:19
+perlDreamerthat would be up to the implementors06:19
scrottie(you might, but if you try to plan for various scenarios, you'll *usually* miss the scenario you need to plan for and plan for a lot you don't, so it's best to just keep things simple and be in a good position to adapt later)06:19
+perlDreamerhave a look at WebGUI/Role/Asset/RssFeed.pm for an example of how to build an Asset Role06:20
scrottieokay.  I'm not against the idea of mixing and matching code into assets... but if there's currently only one user of a role without immediate, real promise of others, it doesn't deserve to be a role.  that's needless complexity.  the next new guy will spend a week chasing his tail.  that's time better spent other ways.06:21
scrottiefwiw, I've worked on some real train wreck of codebases.  they always come about completely innocently.  I'm more than a little scarred by that.06:24
+perlDreamerwell, we can always keep it in out back pocket06:24
scrottiesure.06:25
scrottieapologies for the unrequested philosophy.06:25
+perlDreamerpreaction gets to make final calls on all code architecture decisions, so we should develop something06:25
+perlDreamernot a problem06:25
scrottieyeah.06:25
+perlDreamerwe're pretty outspoken and thick skinned06:25
+perlDreamerexcept for my tests06:25
+perlDreamerwhich are perfect06:25
+perlDreameryou can quote me on that06:25
scrottieokay, thoughts on this... around on set and get in Asset to handle keywords?06:25
scrottiehaha06:25
scrottiebetter than perfect... legendary.06:26
+perlDreamerI think it should be prototyped, and we show that it works, and then run it past preaction for final confirmation06:26
scrottiecan do.06:26
scrottieif I'm not sure of something, I'll just push it to branch in my github clone and ask for input.06:27
+perlDreamerfrodwith, I want to find some way for your presentation to go before mine06:27
scrottieor rather, just keep doing that.06:27
+perlDreamerscrottie, sounds good06:27
Haargscrottie, i certainly understand why you want to keep things simple06:27
Haargbut 'definition' as it is used in webgui 7 is already a nasty mess06:27
scrottieHaarg, removing "unnecessary complexity" and showing it to people is fantastic way to solicit an explanation of why it isn't "unnecessary", in the cases where it isn't.06:28
scrottieHaarg, I've learned about all sorts of back compat problems and design objectives I otherwise wouldn't have =)06:29
scrottieI've made those t/Keywords.t tests pass with five different designs now, by my count.06:30
* perlDreamer makes a note to add more Keywords tests >:)06:31
scrottiehaha06:32
scrottiethat's a really good idea.06:32
Haargwhat are the actual parts of the keywords stuff that had been failing?06:32
+perlDreamer$asset->addChild({....., keywords => 'keywords'})06:32
scrottie#   Failed test 'getMatchingAssets, by keyword, assetIds in order by creationDate, descending'06:32
scrottie#   Failed test '... retrieving assets in more than one state'06:33
scrottie#   Failed test 'check getTopKeywords returns correctly'06:33
+perlDreamerI'm pretty sure those are indirect symptos06:33
+perlDreamersymptoms06:33
+perlDreamerwe should have tests that expose them directly06:33
scrottieperlDreamer, here's one hackish thing I did:  http://search.cpan.org/~swalters/Test-Float-0.3/float.pl06:33
scrottieif you give me tests and say "make these pass", I might, just maybe, run that on them >=)06:34
scrottie(in other words, you might get technically successful but even more hare brained fixes than what I've offered so far)06:36
* perlDreamer will do my best to provide boundaries06:37
scrottie((more directly, better tests will foster better solutions))06:37
+perlDreamer"No, scrottie, you can't code that in LISP, even if it is 5 bytes smaller"06:37
scrottieheh06:37
+perlDreamer"Yes, scrottie, a 64-node parallel server would run the tests faster"06:38
scrottieyeah, I really should have installed WebGUI on the cluster.06:39
+perlDreamerthe tests don't parallelize very well06:39
scrottiehrm.06:39
+perlDreamersince they inject objects into the database which interfere with other tests06:39
scrottieI don't suppose MySQL supports nested transactions.06:39
Haargnope06:40
Haargso what are the actual solutions you found to fix the keywords issue?06:41
+perlDreamerhttp://github.com/scrottie/webgui/commit/bf88cb409e534a62e71d2bdd17c5a88326e3e8d206:41
+perlDreamerwrapping get, and set06:41
Haargwouldn't adjusting set and get to just work off attributes instead of properties accomplish the same thing?06:42
scrottieHaarg, an exception in set() for setting 'keywords', ...06:42
scrottieHaarg, that was about #3 there.  that caused all sorts of chaos.06:42
scrottieget() returns everything... set() so far silently ignored attributes.  making it honor setting them, all sorts of data got clobbered and other tests all over the place blew up.06:43
scrottiethat required heuristics to detect default data; try #4 was having get() return a flag indicating that the %attribute data came from there so blacklist a series of attributes.06:43
scrottieI spent a day hunting down the various attributes that were blowing things up and then another trying to find the rhyme or reason to it.06:44
scrottiethat might have had some potential but I think it just boils down to it being too different from WebGUI7.06:44
Haargi have a feeling you may not like it, but my first thought is to add an attribute trait to mark if something is 'writable' or not06:45
scrottienot feelings on it, but some things need to be written sometimes and need to not be written other times, for tests to pass.  title comes to mind.06:45
scrottiethe default title is bad; explicitly specified titles are good.06:46
+perlDreamerhuh?06:46
scrottiethe *best* was when lineage got set from default data.  it was ''.  when it came time to junk the asset in question, lineage '' was junked -- EVERYTHING.  everything wound up trash-limbo.06:46
scrottieit was awesome.06:46
Haargin this case, all i mean by writable is 'have set pass it off to the mutator'06:46
scrottieperlDreamer:  copying the default title from get() back to set() is bad... a better title gets initialized/specified.  it's complicated.06:47
scrottieHaarg, that's exactly what was happening.06:47
Haargyes, but you don't want set to pass lineage off to the mutator06:48
scrottieand some things are ro.  I made a method for looking at metadata to pick out the attributes that were actually writable.06:48
scrottieHaarg:  that's the catch.  a lot of things that set() needs to honor, get() returns and has to return; and passing of everything from get() straight to set() is a requirement.06:48
Haargwhat i was thinking was, have get return all attributes06:49
Haargand have set only set the ones that have been specified as writable06:49
scrottieHaarg:  check out http://github.com/scrottie/webgui/tree/keywords06:49
scrottieHaarg:  way ahead of ya.06:50
scrottiethe cleanest was passing a flag to indicate that the data came from get() and that set() should take special precautions.06:50
scrottiein-band metadata.06:51
scrottiehonestly, I don't remember why that got abandoned now.  something came up that no good solution could be found for.06:51
scrottieHaarg:  that sort of generalization felt good.06:52
Haargi guess i'm not quite seeing why you need a flag passed around when it should be information based only on the attribute itself.06:52
scrottiebecause the user won't pass in destructive data such as comes from get().06:53
scrottielineage => '' was just one case.06:53
scrottiethere were a bunch of them.06:54
Haargthat's the part i'm not understanding06:54
scrottiethe data in the newly initialized attribute was just plain better than a lot of what gets copied in.  but of what gets copied in from get(), a lot of those same things are settable by the user -- and when set by the user, they aren't evil.  they're good.06:54
scrottieyeah, and I'm a bit fuzzy on that now.  that was a day or two ago.06:54
Haargthere are cases like lineage, but those should just not be 'settable'06:55
scrottiewell, 'title' had the same problem, if memory serves.06:55
scrottiea bunch of failing tests => a bunch of kludgey fixes.06:55
Haargsomething like title though06:56
Haargweee06:56
Haargwell06:56
Haargi don't know.  perhaps i just need to try it out06:56
Haargcan you point me to some of the failing tests you saw after changing things?06:56
Haargi know the keywords test is what we need to fix06:57
scrottiethat was bjorking stuff in Asset.t I think... hang on06:58
scrottiewith more than a few tabs open, Firefox gets powerful slow06:58
Haargoh how i hate you UNIVERSAL::(can|isa)06:59
scrottiehttp://github.com/scrottie/webgui/blob/keywords/t/Asset.t ... look for the comments with XXX in them07:00
scrottieI think I'd have to read backscroll in IRC for a long way to figure out why that was abandoned.07:02
-!- scrottie0 [~scrottie0@dsl01-ppp-5119.fastq.com] has joined #webgui07:03
-!- scrottie0 [~scrottie0@dsl01-ppp-5119.fastq.com] has quit [Client Quit]07:03
scrottiehrm, wonder where my history is.07:03
scrottiesomewhere on the Mac.07:04
scrottienowhere on the Mac.07:06
-!- scrottie0 [~scrottie0@dsl01-ppp-5119.fastq.com] has joined #webgui07:08
-!- scrottie0 [~scrottie0@dsl01-ppp-5119.fastq.com] has quit [Client Quit]07:08
scrottieI think what happened is in conversation, I was told that that would break a lot of legacy apps.07:09
scrottieshow preaction the code and ask him about it.  it might have been him who warned about the implications for all of the hosted WebGUI sites.07:26
+perlDreamerit was me07:26
-!- khenn [~frank@adsl-71-150-248-232.dsl.mdsnwi.sbcglobal.net] has joined #webgui07:27
-!- mode/#webgui [+o khenn] by ChanServ07:27
Haargyeah.  i'm well aware of the backwards compatibility issues.  we're already stretching that a bit far.07:27
+perlDreamerhere are what I see the boundary conditions to be07:28
+perlDreameryou have to be able to do $asset->get(), and get the keywords, but not the session07:29
+perlDreameryou have to be able to do $asset->keywords(), and get them07:29
+perlDreamer$asset->keywords('new keywords'), and set them07:29
+perlDreamer$asset->update({keywords => 'new words'}) and set them AND write them to the db07:29
+perlDreameryou have to be able to $asset->addChild, ->addRevision({keywords => 'some words',}) and have them assigned to the object, and stuck in the db07:30
+perlDreamerthat's how it works in 707:30
+perlDreamerand that's what I (or someone) needs to write tests for07:32
+perlDreamerbut more likely tomorrow07:32
+perlDreamerit's going on 12 hours, and I'm tired07:32
+perlDreamer'night, all07:32
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has quit [Quit: Leaving.]07:33
scrottieI think *those* tests exist07:33
scrottieone of them, he already wrote and pusehd.07:33
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]07:34
scrottiearound get and around set don't actually wrap get/set in WebGUI/Asset.pm.  grr.07:34
scrottieI guess they run before the roles get applied...?07:35
Haargthat doesn't seem right07:35
-!- fokat [~lem@200.84.244.194] has quit [Ping timeout: 240 seconds]07:42
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has joined #webgui07:49
-!- mode/#webgui [+o preaction] by ChanServ07:49
scrottieargh.  just for giggles, I threw the 'around' stuff for get/set into a role and pulled that into WebGUI::Asset after the use WebGUI::Definition::Asset; line.07:50
scrottiestill no.07:50
scrottiethey have warnings at the top of the methods.  if they run, I'd see it, even if they don't fix the tests and function correctly.07:50
scrottiemust be doing something wrong07:51
CIA-57webgui: Scott Walters WebGUI8 * r7933e12 / lib/WebGUI/Definition/Role/Object.pm : get() shouldn't return session; fixes the Asset.t "get, specific properties - no session" test - http://bit.ly/b6F9sK08:16
scrottielow hanging fruit.  for a change.08:16
Haargscrottie, something like this is what i had in mind: http://gist.github.com/42500408:41
Haargthe name of that trait is shitty and there are other problems, but it shows the basic idea08:42
scrottieI thought about doing something like that but lacked the Moose-fu.08:43
scrottiegrab me and perlDreamer tomorrow and run it by him.08:44
scrottieI'm kinda wishing right now that all of these attributes/properties were just first class, non "meta" object, AWT-style.08:45
scrottieor else that keywords just graduated to being a property.08:46
scrottiebut you're right... the line between properties and attributes doesn't exactly follow what's settable and what isn't, so that abstraction breaks down.08:46
scrottiebtw, http://github.com/scrottie/webgui/commit/4b117ec0192adc6fd50b8e40e994304d65924a1908:49
scrottie... I think I have to punt on this one and move on to other stuff.08:51
scrottiewith 'WebGUI::Role::Asset::Keywords'; in Asset.pm didn't make it into that commit.  oops.08:51
Haargwhere in Asset.pm?08:52
scrottieafter the use WebGUI::Definition::Asset; line08:53
Haargwhat branch are you basing that off?  i'm not noticing anything incorrect about that right now, but i just tried roughly the same thing and it seems to work fine for me.08:55
Haarghttp://gist.github.com/42502508:57
Haargand the warning shows up08:58
-!- bartjol [~bartjol@kantoor.procolix.com] has joined #webgui10:13
-!- mode/#webgui [+v bartjol] by ChanServ10:13
scrottiestrange.10:24
scrottiewow, I'm still awake.  why is that?10:24
scrottiebased off of b5d17576b0f041f8a204257762a5f6a6a56e941c10:24
+bartjolscrottie: I don't know, because it's 9:30 in the morning?10:34
scrottiehrm.  because I was wrong about codepaths.  thought the constructor would initialize the attribute.  based on other things that worked, I thought that was happening.  I'll have to look at this fresh.10:39
+bartjol:)10:42
+bartjolmore coffee10:42
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]13:20
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui13:20
-!- mode/#webgui [+v Radix_] by ChanServ13:20
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui13:22
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]13:43
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui13:50
-!- mode/#webgui [+v Radix_] by ChanServ13:50
CIA-57webgui: martin master * r73c762d / (3 files in 3 dirs): Fixed bug where Template form plugin would not show anything for getValueAsHtml. - http://bit.ly/dz9WiK14:29
CIA-57webgui: Martin Kamerbeek webgui-7.8 * r8df4cdb / (3 files in 3 dirs): 14:38
CIA-57webgui: Fixed bug where Template form plugin would not show anything for getValueAsHtml.14:38
CIA-57webgui: Conflicts:14:38
CIA-57webgui:  docs/changelog/7.x.x.txt - http://bit.ly/byDKXt14:38
CIA-57webgui: Martin Kamerbeek webgui-7.8 * r61031af / docs/changelog/7.x.x.txt : Accidentally merged additional line from master changelog. - http://bit.ly/9G4HUp14:42
-!- plainhao [~plainhao@mail.xbiotica.com] has joined #webgui14:50
-!- Guest6050 [~kaare@langebro.adapt.dk] has quit [Remote host closed the connection]15:09
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has quit [Quit: Leaving]15:31
-!- daviddelikat1 [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]15:42
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has joined #webgui16:14
-!- mode/#webgui [+o bopbop] by ChanServ16:14
-!- SDuensin [~Scott@mobile-166-137-143-214.mycingular.net] has joined #webgui16:14
SDuensinCaptain Obvious says, "IT'S FRIDAY!"16:16
+bartjolCEO: captain extremely obvious, that's  management for you16:53
@khennThe help desk pagination issues are now fixed17:10
@khenn(and the crowd goes wild!)17:10
@khenn=)17:10
+bartjolwell done frank17:16
* bartjol gives Frank a tap on his shoulder17:17
-!- fokat [~lem@200.84.244.194] has joined #webgui17:21
@frodwithperlDreamer: what's your presentation?17:28
-!- eleger81 [~44b82b04@gateway/web/freenode/x-flmqxppygtoxxsuc] has joined #webgui17:33
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has joined #webgui17:37
-!- mode/#webgui [+v perlDreamer] by ChanServ17:38
-!- eleger81 [~44b82b04@gateway/web/freenode/x-flmqxppygtoxxsuc] has left #webgui []17:47
@frodwithperlDreamer: what's your presentation on?17:51
-!- bartjol [~bartjol@kantoor.procolix.com] has quit [Quit: Leaving.]17:52
+perlDreamerI'll be talking about WebGUI8, and assets17:52
+perlDreamerhaving the Moose talk first would help17:52
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has quit [Quit: Leaving.]17:54
@bopbopfrodwith: you can ask jamie to flip yours and perldreamer's presentations around17:56
-!- qwebirc46744 [~520aba07@gateway/web/freenode/x-xggwkgceuanocnbs] has joined #webgui17:58
qwebirc46744a quick question to those that are around, does webgui provide ldap intergration?17:58
@khennyes17:58
@khennit works both over regular ports and SSL17:59
qwebirc46744is there a module/plugin/addon for document management for webgui?18:00
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has joined #webgui18:04
-!- mode/#webgui [+v perlDreamer] by ChanServ18:04
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has quit [Ping timeout: 265 seconds]18:05
-!- qwebirc46744 [~520aba07@gateway/web/freenode/x-xggwkgceuanocnbs] has quit [Quit: Page closed]18:08
@khennnot sure what you mean qwebirc4674418:08
@khennare you asking for documentation on how to configure WebGUI for LDAP?18:09
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]18:10
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui18:10
-!- mode/#webgui [+v Radix_] by ChanServ18:10
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]18:14
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui18:14
-!- mode/#webgui [+v Radix_] by ChanServ18:14
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Remote host closed the connection]18:23
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui18:30
-!- mode/#webgui [+v Radix_] by ChanServ18:30
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui18:33
-!- mode/#webgui [+v patspam] by ChanServ18:33
+patspammornin' folks!19:00
+perlDreamermorning, patspam!19:00
+perlDreamerdid you get some good coffee this morning?19:00
+patspamnot in this town ;(19:01
+patspamI'm on the wrong coast I think19:01
+perlDreamerfor coffee, yes19:01
+perlDreamerI'll bring you a bag for the WUC19:01
+patspamwooh!19:01
+patspamI've considered starting a cafe more than once since arriving here19:01
+patspamhow long do you reckon it'd take to add Drafts to wG's inbox?19:02
+patspamjust had a client feature request for it19:02
+perlDreamerhm19:03
+perlDreamerIt'd be a bit19:03
+perlDreamerThe inbox messages would need a new state19:03
+perlDreamerDraft19:03
+perlDreamerthe current inbox would have to filter on that19:03
+perlDreamerthere would have to be a UI for it19:04
+perlDreamerto display the list of drafts19:04
+perlDreamerthen to allow them to be edited19:04
+perlDreamerall the UI has to be templated19:04
+patspamthis is why webgui needs a freelance marketplace19:05
+patspamshould be able to flag an RFE as "open for tender"19:06
+perlDreamer1-2 weeks on the outside, patspam19:07
+perlDreamerpatspam, you should also talk with khenn, because he submitted an RFE for adding Sent Mail to the Inbox19:08
+perlDreamermaybe the two could dovetail?19:08
+patspamyeah I reckon19:08
+patspamwe half added Sent Mail already though19:08
+patspamit's just very simplistic19:08
@khenninbox is currently broken19:08
@khennso I wouldn't do anything there just yet19:08
@khennnot till it's fixed19:09
+patspamhey khenn19:09
+patspamwhat's broken?19:09
@khenntwo problems19:09
@khennit's not showing users all of their inbox messages19:09
@khennit's using the wrong query to display them19:09
@khennI already posted a solution for that one19:10
@khennhaven't had a chance to fix and test though19:10
@khennthe other issue is that there are processes in webgui that are deleting inbox messages without using the API19:10
@khennand so they are creating orphaned data19:10
@khennin the inbox_messageState table19:10
@khennalso an easy fix but it needs to come with an upgrade to clean that stuff up19:11
+patspamwhat sorts of messages are not displaying?19:11
@khenngroup ones19:11
@khennso you are in group a19:11
@khenngroup a is sent an email19:11
@khennyou see the email in your inbox19:12
@khennbut you don't read it19:12
@khennthen you are removed from group a19:12
@khennthat message is still tied to your account19:12
@khennbut it won't show in your inbox anymore19:12
+patspamha19:12
@khennand19:12
@khennit still reports it as an unread message19:12
+patspamoh brilliant19:12
@khennso you wind up with people having unread messages they can no longer do anything about19:12
+patspamat least it makes the bug obvious19:13
@khennyeah19:13
@khennit's my fault19:13
@khenntoo19:13
@khenn=(19:13
+perlDreamerYour fault, you fix it!19:13
+patspamheh don't feel bad, after those performance tweaks you've got lots of excess karma19:13
+perlDreamerShame, shame on you and your whole family19:13
+patspamperlDreamer and I are doing good cop, bad cop19:14
@khennwhat performance tweaks?19:14
@khennyou mean the group stuff?19:14
+patspamyeah19:14
@khennah yeah19:14
@khennnot sure if you've upgraded yet19:15
@khennbut it's a lot faster19:15
+patspamnah I haven't upgraded most of my sites yet19:15
+patspamwere you talking about Nav performance tweaks too?19:15
+patspamthat would be much bigger for me19:15
+patspamlast time I checked 50% of the response time on the front page of the default site is spent doing Nav19:16
@khennyes19:17
@khennJT didn't like my idea19:17
@khennnot sure if that swayed preaction or not19:17
+perlDreameryou'll come up with another one19:17
@khennI don't think I have to19:17
@khennI think my idea is valid and not a hack19:17
@khennas long as preaction is still ok with it19:18
@khennI'll just add API methods for doing what needs to be done19:18
@khennthat way it's not hacked in19:18
@preactionso some way to short-circuit canView19:19
@preactiontest it first, it might not be that much faster19:20
@khennwell I was thinking that canView could be called as a class Method19:20
@khennas well as a session method19:20
@preactionhow? it needs all the data from the database19:20
@khennif it gets called from the class it would just look the stuff up it needs directly from the db19:20
@khennwithout instantiating the asset19:20
+perlDreamerbreaking object encapsulation for the sake of speed isn't the best of ideas19:21
@khennthough now that I think about it19:21
@khennthat won't work19:21
@preactionit's that very DB query, looking up the stuff, that is the problem. the idea you had was joining assetData, and using groupIdView if you absolutely knew that was the only permissions check19:21
@khennright19:21
@khennthat's still the idea19:21
@khennjust trying to figure out how to make it work without "hacking" it19:22
@preactionthere are other db queries we can remove during a page request, the template attachments have three queries when it could be one for example19:22
@khennI was also mulling around the idea of a quick asset instance method19:22
@khennbut I'm not sure that will work either19:22
@khennactually, you know what might work19:23
@khennnewByHashRef19:23
@khennno never mind19:23
@khennthat won't work either19:23
@khennmeh19:23
@khenntoo much going on to think about it19:23
+perlDreamerpatspam, got some Survey questions for you19:23
@khennI need to duck out for a bit19:23
+patspamshoot19:23
+perlDreamerIf a Survey is not committed, can you still take the survey?19:24
+patspamno idea19:24
+patspamI don't think the code ever considers whether or not the instance is committed19:25
+patspamit just inherits whatever wobjects do in that situation19:25
+perlDreamerthis is the problem I'm seeing in the Survey.t test19:26
+perlDreamerThe main survey used in the test is never committed19:27
+perlDreamerbut when it adds a response, it commits the first version, and leaves the new version uncommitted19:27
+perlDreamerThis is causing bad problems in WebGUI819:27
+patspamah right19:27
+patspamso19:27
+patspamthat's related to Survey trying to be smart about edits to its structure19:27
+perlDreameryes19:28
+patspamthe structure is versioned19:28
+patspamso if someone has already started a response, changes you make to the structure don't affect them19:28
+perlDreamerand that requires the responses to be correspondingly versioned19:28
+patspamnew changes to structure don't get committed as a new version until someone starts a new response19:29
+patspamso in that test, starting the response causes a version commit19:29
+perlDreamersubmitObjectEdit causes the commit.  I'm not sure if that is called upstream by the new response or not19:31
+patspamperlDreamer: was "1-2 weeks on the outside" serious or a joke?19:37
+perlDreamerI think it'll take 3-4 days if everything goes smoothly19:38
+patspamyeah that's more like it :)19:38
+perlDreamerso, 1-2 weeks was a loose estimate19:38
scrottieHaarg, did you run t/Keywords.t on your example?  on my machine... and I upgraded to the latest Moose... the warns in the wrapping methods don't go off.20:10
-!- daviddelikat [~user@h69-128-106-50.mdsnwi.dedicated.static.tds.net] has joined #webgui20:10
CIA-57webgui: Colin Kuskie WebGUI8 * r4eca8bb / t/Asset/Wobject/Survey.t : Commit the initial Survey for the test. - http://bit.ly/caFX4320:38
-!- SDuensin [~Scott@mobile-166-137-143-214.mycingular.net] has quit [Read error: Connection reset by peer]20:38
Haargscrottie, yes i did20:39
scrottiehmm.  out of curiousity, did those three failing tests pass?20:40
scrottieer, wait20:40
scrottiesorry, different code20:40
Haargi had my other patch in there so everything worked20:40
scrottieperlDreamer, do you want to see if you can get that patch to work and if so commit it?20:41
+perlDreamerwhich patch, scrottie?20:41
scrottieor adapt it however you see fit and commit it?  it follows your original suggestion.20:41
+perlDreamerwrapping get and set in Asset.pm20:42
Haarghttp://gist.github.com/425004 this is roughly the idea i had keywords stuff20:42
scrottiethat one, or else pulling in a role that's only ever used there =P20:42
scrottieoh yeah.  and Haarg was still exploring settable attributes.  I told him to talk to you.20:42
scrottieI'm trying to wash my hands of this.  I've spent too much time on these three failed tests in t/Keywords.t.20:43
scrottiehttp://github.com/scrottie/webgui/commit/4b117ec0192adc6fd50b8e40e994304d65924a19 ... that for one isn't working.20:44
+perlDreamerscrottie, it's not just those 3 tests20:45
+perlDreamerit's also t/Story.t, t/Asset/Wobject/Story*.t20:46
+perlDreamert/WikiPage.t20:46
+perlDreamerand several others20:46
scrottieI know there are more failing tests; I'm not trying to fix all of them with one patch.20:46
scrottieI am running prove > prove$n.txt and komparing output to make sure that I don't break stuff.20:46
scrottieafter that first fumble.20:46
scrottieI have another branch sitting here that I don't think I've pushed that does the same thing but with a 'with' and that moved into a role.  Actually I think I emailed you a link to that and did push it.20:47
scrottieand asked for comments on what I was doing wrong with Moose.20:47
+perlDreamerHaarg, I think that works for everything, except the direct accessor20:48
+perlDreamer$asset->keywords('new, keyword, list');20:48
scrottieI am trying to solve the problem in the general case to some degree ;)  and so is Haarg.  I'm trying to move on to other things here but if you're occupied right now we can hash through options later.20:48
Haargwhat kind of behavior do we want that to have perlDreamer?20:49
+perlDreamerit should work just like $asset->set('keywords', 'new, keyword, list');20:49
Haargit does20:49
+perlDreamerhow does it work in the direct case?20:51
Haargit's just an accessor20:52
scrottieAsset's keyword attribute has an 'around' on it already.20:52
scrottiethat calls off to SetKeywordsForAsset or whatever that is.20:52
Haarg->keywords and ->set('keywords') just set the value in memory20:53
Haarg->write sets it in the database20:53
Haarg(in my code)20:53
+perlDreamerI see, I missed the line for the write method20:54
Haargit fixes t/Keyword.t and t/Asset.t stays the same.  kind of simplifies things as well.  'Settable' as a marker attribute trait isn't perfect but it does seem like something we need so i don't know if there is a better name or implementation of a flag like that.20:56
-!- daviddelikat1 [~user@h69-128-106-50.mdsnwi.dedicated.static.tds.net] has joined #webgui20:59
-!- daviddelikat [~user@h69-128-106-50.mdsnwi.dedicated.static.tds.net] has quit [Ping timeout: 240 seconds]21:03
+perlDreamerHaarg, that seems to work fine21:07
+perlDreamerI added explicit tests for that in Asset.t21:07
+perlDreamerand they're all passing21:07
+perlDreamerI'll try the whole suite next21:07
+perlDreameris there someplace I can pull21:07
Haargit's not pushed anywhere21:07
Haargthe other thing i don't like is the ->keywords('list, of, keywords') vs ->keywords(['list', 'of', 'keywords']) thing.  a type coercion may be a good way to deal with that though.21:09
+perlDreameryeah21:13
+perlDreamersetKeywordsForAsset will take either21:14
+perlDreamerbut whatever is left in the asset object is another story21:14
+perlDreamerbut, in 721:14
+perlDreamerit works with strings21:15
+perlDreamerso we should probably coerce from array to string21:15
Haargyeah21:15
+perlDreamerwhat were we thinking back then?21:17
Haargask jt21:19
+perlDreamermaybe we can fix it in WebGUI 8.1 ... ;)21:19
+perlDreamerThe keywords, not JT21:19
@preactionoh i'll fix him, i'll fix him with both hands21:19
* preaction can get him metal legs21:20
+perlDreamerare those like concrete shoes?21:20
+perlDreamerwhile adding lots of tests is great for coverage21:22
+perlDreamerit's bad for time21:22
+perlDreamerHaarg, it's a winner!21:32
+perlDreamerCould you push and merge, or do you want me to commit this?21:32
Haargyou can go ahead21:32
scrottieHaarg++21:32
+perlDreamerso done21:33
CIA-57webgui: Colin Kuskie WebGUI8 * r8c759ed / (5 files in 4 dirs): Implement keywords differently (successfully) in the Asset class. Extra tests to verify it in Asset.t - http://bit.ly/bC1Mzo21:34
@frodwithperlDreamer: http://www.plainblack.com/wuc/schedule21:50
@frodwithgot vrby to switch 'em21:50
+perlDreameryou are a man of considerable influence21:50
* perlDreamer takes a lunch break21:51
-!- SDuensin [~Scott@53.sub-97-38-157.myvzw.com] has joined #webgui22:12
@preactiontrying to run the 8 test suite: Can't locate WebGUI/Definition/Meta/Settable.pm22:26
@preactionhttp://sshmenu.sourceforge.net/articles/bcvi/ <- we should install this on our servers.22:31
@preactionperlDreamer: looks like you missed adding WebGUI::Definition::Meta::Settable22:34
-!- SDuensin [~Scott@53.sub-97-38-157.myvzw.com] has quit [Quit: Leaving]22:40
scrottiethere's sshfs for FUSE...22:47
scrottiethen you can run vi locally on remote files.22:47
-!- bopbop [~kristi@76-255-21-207.lightspeed.mdsnwi.sbcglobal.net] has quit [Quit: bye]22:47
-!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]22:49
@preactionyeah. that would work, but it would require setup each time i wanted to do something. bcvi requires one-time setup and then Just Works23:00
+perlDreamersorry, preaction23:19
CIA-57webgui: Colin Kuskie WebGUI8 * r193223c / lib/WebGUI/Definition/Meta/Settable.pm : Adding Settable flag for non-properties that should be handled by set/write. - http://bit.ly/a4sxYN23:20
+perlDreamerdown to 24 failing WebGUI8 tests23:28
CIA-57webgui: Colin Kuskie WebGUI8 * rdd716fa / (lib/WebGUI/Asset.pm t/Asset.t): Fix the default URL for an Asset. It should be based on the parent, if available, and the menutitle. - http://bit.ly/chWp0323:28
+perlDreamer2323:32
CIA-57webgui: Colin Kuskie WebGUI8 * r13e59e7 / t/Asset/Wobject/EventManagementSystem.t : EMS does not return session as a template variable any longer. - http://bit.ly/d8vTh823:32
@preactionfailing test scripts?23:32
+perlDreameryes23:32
@preactionor tests period?23:32
+perlDreamerscripts23:32
CIA-57webgui: Colin Kuskie WebGUI8 * r0a9785e / t/Asset/Wobject/StoryArchive.t : Fix a simple typo in the script. - http://bit.ly/920itN23:34
+perlDreamerscrottie, could you look at t/Asset/JSONCollateral next?23:35
+perlDreamerit will need a complete rewrite, both the test, and the module23:35
scrottiewhat am I looking for?23:35
+perlDreamerJSONCollateral should be reconsidered in light of the JSONArray WebGUI::Type module23:35
scrottieI think Frank is having me fix some alumini site bugs and then do some development, and then I'm supposed to be working on the helpdesk rewrite too, but otherwise, sure.23:36
scrottie(but in reality I'm on lunch trying to make bloody Firefox work... I blew away .firefox and started over since it was getting impossibily, unusably slow, and now it won't install plugins)23:36
scrottieand today is going to be short... I'm supposed to hike tomorrow, which I should have said no to, so I have to pack and get over to the other side of town and be to bed in time to getup at 5am.23:37
scrottieso, yeah, sure, as long as you aren't in a huge hurry.23:38
scrottiemaybe in five or ten years I'll figure out how to operate a bloody webbrowser.23:38
+perlDreameryou need one of them pointy rat thinies23:38
+perlDreamerthingies23:38
@preactiona rat flail?23:44
+perlDreameris that like a cat o' nine tails?23:45
@preactionhttp://www.myfconline.com/boards/uploads/14340.jpg <- no. it's a flail made of rats23:45
+perlDreamerkhenn, you've exceeded your quote for bug postings this week23:45
+perlDreamerplease retract a couple of them23:45
@khennwell I'm fixing one of them23:45
@khennI've assigned that one to myself23:45
+perlDreamerthat's okay then23:45
@khenn=)23:45
+perlDreamerwould you like some more to be assigned, too?23:46
+perlDreamerwe can do that23:46
@preactionhttp://www.vgcats.com/comics/?strip_id=11023:46
* perlDreamer is out to pick up the kids.23:48
CIA-57webgui: Colin Kuskie WebGUI8 * r910a0a0 / (t/AssetAspect/RssFeed.t t/lib/WebGUI/Asset/RssAspectDummy.pm): Upgrade this test for Definition. Something bad is still happening in export. - http://bit.ly/cq6DWR23:49
--- Day changed Sat Jun 05 2010
-!- daviddelikat1 [~user@h69-128-106-50.mdsnwi.dedicated.static.tds.net] has quit [Quit: Leaving.]00:25
CIA-57webgui: khenn master * rd082e4e / lib/WebGUI/Asset/Wobject/Thingy.pm : Fixed #11613 - After successful save of a Thing, the form is cleared for the next thing to be entered - http://bit.ly/b0uoaz01:04
CIA-57webgui: khenn master * r18af5d1 / docs/changelog/7.x.x.txt : Fixed #11613: Thingy: If next action after add is to add more things, previous data remains - http://bit.ly/aOcCwC01:04
CIA-57webgui: khenn master * r5a329f8 / (3 files in 3 dirs): Merge branch 'master' of git@github.com:plainblack/webgui - http://bit.ly/csbXGX01:04
+perlDreamerkhenn, should that fix be backported to the 7.8 branch?01:05
-!- khenn [~frank@adsl-71-150-248-232.dsl.mdsnwi.sbcglobal.net] has left #webgui []01:08
-!- khenn [~frank@71.150.248.232] has joined #webgui01:11
-!- mode/#webgui [+o khenn] by ChanServ01:11
@khennI think Colloquy just crashed my server01:11
@khenner01:11
@khennmy computer01:11
@khennperlDreamer:  I don't think it needs to be backported01:12
@khennit's not a fatal bug01:12
+perlDreamerwe backport all bugs back to 7.801:12
* perlDreamer was trying to prod you politely01:13
+perlDreamerbut since that didn't work...01:13
@khennoh01:14
@khennguess I'm not set up to do that01:14
@khennis there a way to merge changes?01:14
+perlDreameryes01:15
+perlDreamermake a checkout of the 7.8 branch01:15
+perlDreamergit checkout --track --branch webgui-7.8 webgui-7.801:15
+perlDreamerthat will not only make the branch, but make you use it01:15
+perlDreamerthen you use the cherry-pick command to bring in the commits from another branch01:16
+perlDreamergit cherry-pick d082e4e01:16
+perlDreamerand for the other two branches01:16
+perlDreameryou may have a merge conflict with the changelog01:16
+perlDreamerif so, just resolve it like you would with SVN01:17
+perlDreamerand then...01:17
+perlDreamergit add file_with_merge_problems01:17
@khennyeah I deal with cherry-picks01:17
@khennyep01:17
@khennwould you mind merging this one for me?01:17
@khennI'm having issues with my computer01:17
@khennI'll check out 7.8 after I do a reboot01:18
@khennneed to patch a server first though01:18
-!- khenn [~frank@71.150.248.232] has left #webgui []01:18
CIA-57webgui: khenn webgui-7.8 * re1be898 / lib/WebGUI/Asset/Wobject/Thingy.pm : Fixed #11613 - After successful save of a Thing, the form is cleared for the next thing to be entered - http://bit.ly/a7V9Gv01:21
CIA-57webgui: Colin Kuskie webgui-7.8 * rf81eeeb / docs/changelog/7.x.x.txt : Fixed #11613: Thingy: If next action after add is to add more things, previous data remains - http://bit.ly/bqsEJY01:21
CIA-57webgui: khenn master * re74753c / lib/WebGUI/Asset/Wobject/Thingy.pm : Not enough arguments to searchOther - http://bit.ly/9DXE5701:29
+perlDreamerpreaction, in the new style chooser, can we make Style3 on by default, and put a save button at the top as well as the bottom?01:32
@preactionsure, but then put Style_03 on the top as well01:32
scrottiedocs say to connect to the newly running WebGUI instance (using 7 here...) and it'll "walk me through the rest of the configuration".  that doesn't seem to be happening.  the "Getting Started" and "Your Next Step" do nothing and I don't know what the initial password is.02:07
scrottiehttp://www.webgui.org/wiki/wre-installation says to go to /setup but that gives "The URL setup was requested, but does not exist in your asset tree."02:09
scrottieneed the thing running to test alumini fixes.02:10
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui02:12
scrottiewow, did people actually get off the computer and show their faces to their loved ones?  GOOD.  thank heavens.02:12
scrottieyou people scare me.02:13
-!- plainhao [~plainhao@mail.xbiotica.com] has joined #webgui02:14
+perlDreamerscrottie: if you build a site with wgd reset -d, it skips the site starter02:27
+perlDreamertime for me to show my face to the fam02:29
+perlDreamerI'll be back on later, or tomorrow.02:29
-!- perlDreamer [~colink@pool-173-50-255-102.ptldor.fios.verizon.net] has quit [Quit: Leaving.]02:29
scrottieIt's Friday!  Go drink!  See a movie!02:56
scrottieJoust tallbikes.  Go skydiving.  Something.02:56
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]02:58
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui03:00
-!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]03:09
Haargscrottie, re: site startup03:28
Haargthe thing in the wre docs is for the WRE setup, allowing you to add new sites etc03:29
Haargthere is also the WebGUI site starter which is shown for new WebGUI sites03:29
Haargwgd reset -d will disable the site starter, as usually when developing you don't need it03:29
Haargin that case it leaves the username/password the same as the default, which is 123qwe03:29
Haargwgd reset will also accept the --starter and --no-starter switches to control that03:30
Haargthe wre console password is the mysql root user password, so if you need that it's a separate issue03:31
Haargwgd reset also has an option to attempt to use your local cookies to automatically log you on to the site so you don't need to do that step either03:32
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]03:54
scrottieHaarg:  nice, nice, nice.  thank you.03:55
scrottiePerlDreamer, you better be jet skiing!03:55
scrottieI'm out... cheers.03:55
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui03:57
-!- mode/#webgui [+v patspam] by ChanServ03:57
-!- scrottie [~scrottie@dsl01-ppp-5119.fastq.com] has quit [Ping timeout: 252 seconds]04:00
CIA-57webgui: Patrick Donelan psgi * rd75fa54 / t/lib/WebGUI/Test.pm : Preliminary PseudoRequest workarounds (+79 more commits...) - http://bit.ly/9EL2po05:33
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]05:33
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has joined #webgui05:40
-!- plainhao [~plainhao@mail.xbiotica.com] has joined #webgui06:19
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]06:24
-!- preaction [~doug@71-90-29-59.dhcp.ftbg.wi.charter.com] has quit [Quit: preaction]07:13
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]07:36
-!- fokat [~lem@200.84.244.194] has quit [Ping timeout: 240 seconds]08:52
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]11:08
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui11:08
-!- mode/#webgui [+v Radix_] by ChanServ11:08
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:12
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:12
-!- mode/#webgui [+v Radix_] by ChanServ11:12
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:16
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:16
-!- mode/#webgui [+v Radix_] by ChanServ11:16
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:20
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:21
-!- mode/#webgui [+v Radix_] by ChanServ11:21
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:24
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:25
-!- mode/#webgui [+v Radix_] by ChanServ11:25
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]11:30
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:31
-!- mode/#webgui [+v Radix_] by ChanServ11:31
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:34
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:35
-!- mode/#webgui [+v Radix_] by ChanServ11:35
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:39
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:40
-!- mode/#webgui [+v Radix_] by ChanServ11:40
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:43
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:44
-!- mode/#webgui [+v Radix_] by ChanServ11:44
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]11:52
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:52
-!- mode/#webgui [+v Radix_] by ChanServ11:52
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 265 seconds]11:57
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:57
-!- mode/#webgui [+v Radix_] by ChanServ11:57
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:02
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:02
-!- mode/#webgui [+v Radix_] by ChanServ12:02
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:06
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:06
-!- mode/#webgui [+v Radix_] by ChanServ12:06
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:10
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:11
-!- mode/#webgui [+v Radix_] by ChanServ12:11
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]12:16
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:16
-!- mode/#webgui [+v Radix_] by ChanServ12:16
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:21
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui12:21
-!- mode/#webgui [+v Radix_] by ChanServ12:21
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:25
-!- mducharme [~nothing@S0106000e0cc03cff.wp.shawcable.net] has quit [Read error: Connection reset by peer]12:26
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:26
-!- mode/#webgui [+v Radix_] by ChanServ12:26
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:29
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui12:30
-!- mode/#webgui [+v Radix_] by ChanServ12:30
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]12:38
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:38
-!- mode/#webgui [+v Radix_] by ChanServ12:38
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:43
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:43
-!- mode/#webgui [+v Radix_] by ChanServ12:43
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:47
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:47
-!- mode/#webgui [+v Radix_] by ChanServ12:47
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:51
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:51
-!- mode/#webgui [+v Radix_] by ChanServ12:51
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]12:57
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:57
-!- mode/#webgui [+v Radix_] by ChanServ12:57
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]13:00
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui13:02
-!- mode/#webgui [+v Radix_] by ChanServ13:02
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 265 seconds]13:07
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui13:20
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui14:39
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui19:07
-!- mode/#webgui [+v patspam] by ChanServ19:07
-!- CIA-57 [cia@208.69.182.149] has quit [Ping timeout: 245 seconds]19:40
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]19:46
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]19:50
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]20:11
-!- mducharme [~nothing@S0106000e0cc03cff.wp.shawcable.net] has joined #webgui20:15
-!- CIA-57 [cia@208.69.182.149] has joined #webgui20:31
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui20:33
-!- mode/#webgui [+v Radix_] by ChanServ20:33
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit [Quit: zzzzzzzzzz]20:41
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui20:49
-!- d34df00d [~d34df00d@93.175.7.95] has joined #webgui20:53
d34df00dHi!20:57
d34df00dIs there a way to have different language versions of each article?20:57
d34df00dShow only one of them at the same time, based on user preferences or cookies or whatever seems best, but allow to switch the language.20:57
d34df00dAnd, maybe, encode the language code (like home/welcome/en or home/welcome/ru for example) to optimize for search engines. They seem to not like when the same page on the same URL may appear in different languages.20:58
d34df00dI've googled a bit and found http://www.webgui.org/web_design_templates_and_themes/creating-a-multilingual-website, but the final comment there says:20:58
d34df00dThere is internationalization of the interface of WebGUI. So you can translate WebGUI strings into your own language but there is no true support for multilingual websites unfortunately... I also would like to have it though.20:58
-!- d34df00d [~d34df00d@93.175.7.95] has left #webgui ["Konversation terminated!"]21:39
-!- vayde [~vayde@71-34-30-101.mpls.qwest.net] has joined #webgui22:33
-!- vayde [~vayde@71-34-30-101.mpls.qwest.net] has quit [Remote host closed the connection]22:57
--- Day changed Sun Jun 06 2010
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui00:03
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]00:39
-!- carogray1 [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui01:54
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Ping timeout: 265 seconds]01:57
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui02:10
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui03:48
-!- carogray1 [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]06:02
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]06:33
CIA-57webgui: Colin Kuskie master * r8d85912 / t/Asset/Wobject/Survey.t : Commit the initial Survey for the test. - http://bit.ly/cIfCDt07:24
CIA-57webgui: Colin Kuskie WebGUI8 * rbe259d8 / (2 files in 2 dirs): 08:27
CIA-57webgui: Fix problems with assetExportHtml. The method needs to be rethought, and make08:27
CIA-57webgui: check that one exists before calling it via can/DOES. Fix a problem with08:27
CIA-57webgui: duplicating the session, since duplicate is not a class method. -08:27
CIA-57webgui: http://bit.ly/dqcw6p08:27
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]11:09
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui11:10
-!- mode/#webgui [+v Radix_] by ChanServ11:10
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:13
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:14
-!- mode/#webgui [+v Radix_] by ChanServ11:14
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:18
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:19
-!- mode/#webgui [+v Radix_] by ChanServ11:19
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:22
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:23
-!- mode/#webgui [+v Radix_] by ChanServ11:23
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:26
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:27
-!- mode/#webgui [+v Radix_] by ChanServ11:27
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:31
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:32
-!- mode/#webgui [+v Radix_] by ChanServ11:33
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:36
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:37
-!- mode/#webgui [+v Radix_] by ChanServ11:37
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:40
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:40
-!- mode/#webgui [+v Radix_] by ChanServ11:41
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:44
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:45
-!- mode/#webgui [+v Radix_] by ChanServ11:45
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]11:50
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:51
-!- mode/#webgui [+v Radix_] by ChanServ11:51
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:55
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui11:56
-!- mode/#webgui [+v Radix_] by ChanServ11:56
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:00
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:01
-!- mode/#webgui [+v Radix_] by ChanServ12:01
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]12:06
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:07
-!- mode/#webgui [+v Radix_] by ChanServ12:07
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:11
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui12:11
-!- mode/#webgui [+v Radix_] by ChanServ12:11
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]12:17
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:17
-!- mode/#webgui [+v Radix_] by ChanServ12:17
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]12:24
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:24
-!- mode/#webgui [+v Radix_] by ChanServ12:24
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:28
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:28
-!- mode/#webgui [+v Radix_] by ChanServ12:28
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:32
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:32
-!- mode/#webgui [+v Radix_] by ChanServ12:32
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has quit [Client Quit]12:36
-!- Radix_ [quasselcor@203.161.71.161.static.amnet.net.au] has joined #webgui12:36
-!- mode/#webgui [+v Radix_] by ChanServ12:36
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui15:19
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]16:27
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit [Ping timeout: 264 seconds]18:39
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui18:40
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui19:12
-!- mode/#webgui [+v patspam] by ChanServ19:12
-!- SDuensin [~Scott@173-28-73-10.client.mchsi.com] has quit [Quit: Leaving]20:00
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit [Quit: zzzzzzzzzz]20:44
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui20:59
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]21:04
-!- fokat [~lem@200.84.244.194] has joined #webgui21:28
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]21:47
-!- fokat [~lem@200.84.244.194] has quit [Quit: Ex-Chat]22:20
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui22:55
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]23:25
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui23:39
-!- carogray1 [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui23:41
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Ping timeout: 265 seconds]23:43
--- Day changed Mon Jun 07 2010
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui00:01
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui00:26
-!- mode/#webgui [+v patspam] by ChanServ00:26
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]00:27
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui00:54
-!- carogray1 [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]01:29
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Read error: Connection reset by peer]01:52
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has joined #webgui01:58
-!- mode/#webgui [+v patspam] by ChanServ01:58
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui02:14
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]02:22
-!- patspam [~patspam@pool-96-232-149-145.nycmny.east.verizon.net] has quit [Quit: Leaving.]02:59
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has joined #webgui03:14
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has joined #webgui04:52
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]05:01
-!- plainhao [~plainhao@mail.xbiotica.com] has quit [Quit: plainhao]05:39
-!- daviddelikat [~user@h69-129-206-153.mdsnwi.broadband.dynamic.tds.net] has quit [Quit: Leaving.]07:13
CIA-57webgui: Colin Kuskie master * rd81a28b / (6 files in 3 dirs): Fix some broken Form fields. Fixes bug #11611 - http://bit.ly/9VNQoo08:30
CIA-57webgui: Colin Kuskie webgui-7.8 * rf6408ce / (3 files in 3 dirs): Fix some broken Form fields. Fixes bug #11611. - http://bit.ly/ahLq2k08:33
CIA-57webgui: Colin Kuskie master * rc5203cb / lib/WebGUI/Form/FieldType.pm : Remove some debug code. - http://bit.ly/96Dv7W08:33
-!- kaare [~kaare@langebro.adapt.dk] has joined #webgui09:05
-!- kaare is now known as Guest5494509:05
-!- bartjol [~bartjol@kantoor.procolix.com] has joined #webgui10:05
-!- mode/#webgui [+v bartjol] by ChanServ10:05
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has joined #webgui12:14
-!- carogray [~Caroline@c-75-68-17-12.hsd1.nh.comcast.net] has quit [Quit: Leaving.]12:25
-!- carogray [~Caroline@166.128.245.96] has joined #webgui13:48
-!- carogray1 [~Caroline@166.203.103.32] has joined #webgui14:04
-!- carogray [~Caroline@166.128.245.96] has quit [Ping timeout: 258 seconds]14:06
-!- carogray [~Caroline@mobile-166-217-159-173.mycingular.net] has joined #webgui14:19
-!- carogray1 [~Caroline@166.203.103.32] has quit [Ping timeout: 258 seconds]14:22
-!- carogray [~Caroline@mobile-166-217-159-173.mycingular.net] has quit [Ping timeout: 258 seconds]14:25
-!- carogray [~Caroline@32.178.44.64] has joined #webgui14:56
-!- carogray1 [~Caroline@166.203.211.134] has joined #webgui15:01
-!- carogray [~Caroline@32.178.44.64] has quit [Ping timeout: 258 seconds]15:01
-!- carogray1 [~Caroline@166.203.211.134] has quit [Ping timeout: 258 seconds]15:05
-!- carogray [~Caroline@166.203.207.248] has joined #webgui15:08
-!- carogray [~Caroline@166.203.207.248] has quit [Ping timeout: 258 seconds]15:15
-!- plainhao [~plainhao@mail.xbiotica.com] has joined #webgui15:27
-!- carogray [~Caroline@host2.209.113.248.conversent.net] has joined #webgui15:33
-!- carogray [~Caroline@host2.209.113.248.conversent.net] has quit [Read error: Connection reset by peer]15:45
-!- carogray [~Caroline@host2.209.113.248.conversent.net] has joined #webgui15:48
-!- ryuu_ro [~rory@194.171.50.69] has joined #webgui15:55
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has joined #webgui16:03
-!- Guest54945 [~kaare@langebro.adapt.dk] has quit [Remote host closed the connection]16:16
-!- daviddelikat [~user@h69-128-106-50.mdsnwi.dedicated.static.tds.net] has joined #webgui16:25
-!- SDuensin [~Scott@62.sub-174-220-109.myvzw.com] has joined #webgui16:30
SDuensinHowdy.16:32
+bartjolahoi cowboy16:35
+bartjolmmm, the bug tracker seems a bit borked16:56
plainhaohow so, bartjol?16:58
+bartjolthe pagination isn't working16:58
plainhaoyou mean in search?16:59
+bartjolyes16:59
plainhaoyeah, i noticed that too16:59
plainhaofrank closed the ticket already, maybe he forgot to push something for the fix16:59
+bartjoltrying to find an old bug16:59
+bartjolchangelogs are prolly better17:00
-!- preaction [~doug@207.200.236.230] has joined #webgui17:31
-!- mode/#webgui [+o preaction] by ChanServ17:31
+bartjolfound it!17:36
-!- ryuu_ro [~rory@194.171.50.69] has quit [Quit: ryuu_ro]17:40
-!- stDavid [~stDavid@static-72-64-138-146.tampfl.fios.verizon.net] has quit