Believe I''ve done the bulk of the namespace fiddling and code reorganizing at this point; there''s a few misc. classes still in the MasterView namespace root that might be better if shifted into one of the nested namespaces related to parsing or directives that time permitting I might still move, but nothing earthshaking. Also moved some code in core_ext and rails_ext dirs; there''s probably a bit more rails stuff in extras that we could shift around, these were the obvious ones that were easy. I''ve run the unit tests and my app, rechecked change parsing and the admin page... Do run through whatever you''ve got as well. I''d intended to use MasterView::IO as our namespace on the io.rb classes, but got tripped up with name resolution conflict on the base ruby IO class, so changed to MasterView::MIO. Not as nice, but wasn''t sure we wante to deal with the IO name overlap. Let me know what you think, it''s not hard to put in an alias or dis-amibiguate our references if you''d prefer MasterView::IO, I think it just showed up in a few places. ~ Deb
ah - one more thing we should look at fixing if possible: admin pages don''t render properly in IE. ~ Deb
MIO is fine with me, don''t want things to get confused. I will take a look at admin pages too. Thanks for all your hard work. I finally got the REXML fix in, so now I''ll go back to looking at the docs and release notes so we can get this out. My dad is having back surgery this morning so it will be after that is done. Thanks, Jeff On 10/29/06, Deb Lewis <djlewis at acm.org> wrote:> > ah - one more thing we should look at fixing if possible: admin pages > don''t > render properly in IE. > > ~ Deb > > > _______________________________________________ > Masterview-devel mailing list > Masterview-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/masterview-devel >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-devel/attachments/20061030/f7950abc/attachment.html
Jeff - your REXML solution looks good. I''m going to tinker a bit more this morning looking for loose ends in how things are organized in namespace structures and look over how things appear in docs and rdoc for a bit of final polishing. Hope your dad''s back surgery goes well, messing with backs and necks is not something to be taken lightly. ~ Deb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-devel/attachments/20061030/acb576ea/attachment.html
On 10/30/06, Deb Lewis <djlewis at acm.org> wrote:> > Jeff - your REXML solution looks good. >Thanks. I decided that this would be the safer approach all things considered. I''m going to tinker a bit more this morning looking for loose ends in how> things are organized in namespace structures and look over how things appear > in docs and rdoc for a bit of final polishing. >Sounds good. Hope your dad''s back surgery goes well, messing with backs and necks is not> something to be taken lightly. >Thanks. We got in there for the surgery and the surgeon called in sick, so we''ll be rescheduling. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-devel/attachments/20061030/2a3f2696/attachment.html