Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

[09:34:43 CST(-0600)] <EricDalquist> http://projectlombok.org
[09:34:51 CST(-0600)] <EricDalquist> looks like an AMAZING use of annotations ...
[10:06:26 CST(-0600)] <rickard> I'm working on adding some stuff to the helpdesk and CMDB software at work (from Computer Associates). Just took a look at the database. It has 2865 tables, 1388 views and 266 triggers.
[10:06:46 CST(-0600)] <EricDalquist> wow
[10:06:47 CST(-0600)] <rickard> Someone loves to normalize their data.
[10:06:51 CST(-0600)] <EricDalquist> (smile)
[10:07:11 CST(-0600)] <holdorph> 2865 tables. wow.
[10:07:50 CST(-0600)] <rickard> And they're all wonderfully named. For example ai_hwdef_login_lscandate_rel
[10:08:20 CST(-0600)] <holdorph> well it gets hard to name that many tables after a while, i imagine
[10:08:50 CST(-0600)] <rickard> I guess (smile)
[10:09:52 CST(-0600)] <rickard> Or it could be a plot to force us to bring in a consultant.
[10:54:22 CST(-0600)] <awills> update on header/footer content from fragments: fragment-admin-exit does what we want to to do if it's put in a <header> area with hidden="Y" in each frag-layout
[10:55:21 CST(-0600)] <awills> hidden=Y is meaningless when the channel is conjured in place with <xsl:copyof select="//channel[@fname=...]">
[11:00:07 CST(-0600)] <awills> (but hidden folders aren't copied over by DLM... forgot that part)
[11:00:49 CST(-0600)] <EricDalquist> is that in the structure or the theme?
[11:01:14 CST(-0600)] <EricDalquist> the big thing to check is the output of the structure transform
[11:01:36 CST(-0600)] <EricDalquist> and remember that every <channel> entry in that output results in the initiation of an async rendering thread
[11:01:40 CST(-0600)] <awills> it's getUserLayoutDOM()... well before any transform
[11:01:57 CST(-0600)] <EricDalquist> I was refering to <xsl:copyof select="//channel[@fname=...]">
[11:02:09 CST(-0600)] <awills> that's in the theme
[11:02:21 CST(-0600)] <awills> bb soon
[11:31:48 CST(-0600)] <awills> are there any remaining questions on their earlier topic SricDalquist?
[11:31:58 CST(-0600)] <awills> er EricDalquist
[11:32:02 CST(-0600)] <EricDalquist> (smile)
[11:32:42 CST(-0600)] <EricDalquist> my only question was if there are any extra/dupe <channel> elements coming out of the structure transform
[11:34:52 CST(-0600)] <awills> committing small data changes right now that squash them
[11:35:05 CST(-0600)] <EricDalquist> great (smile)
[13:23:12 CST(-0600)] <EricDalquist> athena: you have a minute for brain-storming around the channel list json data?
[13:23:24 CST(-0600)] <athena> sure, what's up?
[13:23:48 CST(-0600)] <EricDalquist> so after dealing with 3.2 a little more we have people asking for a better way to handle uncategorized channels
[13:24:10 CST(-0600)] <EricDalquist> my thought was having the channel list servlet create a fake "Uncategorized" category in the data model it writes out
[13:24:19 CST(-0600)] <EricDalquist> for the "manage" view
[13:24:20 CST(-0600)] <athena> that sounds reasonable
[13:24:23 CST(-0600)] <athena> wel
[13:24:44 CST(-0600)] <athena> what's supposed to happen is that those channels show up at the very root of the registry json
[13:24:49 CST(-0600)] <EricDalquist> right
[13:24:53 CST(-0600)] <EricDalquist> that is what is happening right now
[13:24:59 CST(-0600)] <EricDalquist> so I guess the question is
[13:25:13 CST(-0600)] <EricDalquist> if we want to do an uncategorized faux category
[13:25:23 CST(-0600)] <EricDalquist> do we do that in the channelList servlet or in the JS
[13:25:40 CST(-0600)] <athena> at which point they'd get automatically included in the ui - so that's definitely a bug
[13:26:12 CST(-0600)] <EricDalquist> well not really
[13:26:23 CST(-0600)] <EricDalquist> since the gallery UI asks for the list with no type parameter
[13:26:29 CST(-0600)] <EricDalquist> so uncategorized channels are never returned
[13:26:38 CST(-0600)] <EricDalquist> only the portlet manager asks for the list with type=manage
[13:26:46 CST(-0600)] <athena> hang on - phone
[13:26:46 CST(-0600)] <EricDalquist> which results in uncategorized channels being returned too
[13:26:51 CST(-0600)] <EricDalquist> no problem
[13:38:01 CST(-0600)] <athena> ooook back
[13:38:05 CST(-0600)] <EricDalquist> (smile)
[13:38:10 CST(-0600)] <EricDalquist> so I'm testing something out right now
[13:38:11 CST(-0600)] <athena> ok
[13:38:12 CST(-0600)] <EricDalquist> we'll see if it works
[13:38:12 CST(-0600)] <athena> so
[13:38:19 CST(-0600)] <athena> i think we need to back up and make some changes
[13:38:27 CST(-0600)] <athena> you shouldn't need the type=manage parameter
[13:38:44 CST(-0600)] <athena> what we should be doing is sending back uncategorized channels or not depending on your permissions
[13:38:45 CST(-0600)] <EricDalquist> you do right now if you want to see uncategorized channels in the portlet manager

  • No labels