From nobody at rubyforge.org Sun Jan 7 17:50:33 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 7 Jan 2007 17:50:33 -0500 (EST) Subject: [Masterview-commits] [370] branches/djl-namespace-additions-sketch/: Drop module namespace prototype branch, resolved and completed Message-ID: <20070107225033.87653524136B@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070107/f28615b7/attachment.html From nobody at rubyforge.org Sat Jan 13 17:04:34 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 13 Jan 2007 17:04:34 -0500 (EST) Subject: [Masterview-commits] [371] trunk/masterview: added fix for Rails edge/1.2 incompatibility in template_error which resulted in blank page instead of error trace Message-ID: <20070113220435.1D1E45241E5E@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070113/a907672b/attachment.html From nobody at rubyforge.org Sat Jan 13 17:47:47 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 13 Jan 2007 17:47:47 -0500 (EST) Subject: [Masterview-commits] [372] trunk/masterview: use template_changed_since? when available for compile time checking (post Rails changeset 5587) Message-ID: <20070113224747.EAA5A524212D@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070113/81216dad/attachment.html From nobody at rubyforge.org Sat Jan 20 11:53:40 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 20 Jan 2007 11:53:40 -0500 (EST) Subject: [Masterview-commits] [373] trunk/masterview/test/fixtures: Record test fixture used for additional testing of backward compat fixes from directive impl rework (nitial release missed some cases) Message-ID: <20070120165341.136535240C28@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070120/3eaee5d1/attachment-0001.html From nobody at rubyforge.org Sat Jan 20 11:56:44 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 20 Jan 2007 11:56:44 -0500 (EST) Subject: [Masterview-commits] [374] trunk/masterview/lib/masterview/directive_registry.rb: Support :ignore option in directive dir .metadata specs - allows selective disabling of directive loading from a directory Message-ID: <20070120165644.C49A95240C28@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070120/65196098/attachment.html From nobody at rubyforge.org Sat Jan 20 12:34:00 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 20 Jan 2007 12:34:00 -0500 (EST) Subject: [Masterview-commits] [375] trunk/masterview: TODO reminder to improve docs on directive dir metadata (ignores option, user config info on md option) Message-ID: <20070120173401.1F6AA5240C9A@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070120/b8150327/attachment.html From nobody at rubyforge.org Sun Jan 21 13:25:40 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 21 Jan 2007 13:25:40 -0500 (EST) Subject: [Masterview-commits] [376] trunk/masterview: Drop top-level directives dir from project and build specs for runtime; not used. Message-ID: <20070121182540.A071C52411F6@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070121/804274c2/attachment.html From nobody at rubyforge.org Sun Jan 21 23:30:32 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sun, 21 Jan 2007 23:30:32 -0500 (EST) Subject: [Masterview-commits] [377] trunk/masterview: add config.admin_check_auth_proc which controls whether a user is allowed to access a MasterView admin page, default proc just checks if local_request? Message-ID: <20070122043032.A148952419CE@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070121/34ea19c2/attachment-0001.html From nobody at rubyforge.org Sat Jan 27 19:49:08 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 27 Jan 2007 19:49:08 -0500 (EST) Subject: [Masterview-commits] [378] trunk/masterview: Change generator to use request, flash, params rather than @request, @flash, @params which are deprecated Message-ID: <20070128004908.3997A5241ACB@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070127/096bb6be/attachment-0001.html From nobody at rubyforge.org Sat Jan 27 20:07:58 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 27 Jan 2007 20:07:58 -0500 (EST) Subject: [Masterview-commits] [379] trunk/masterview/lib/masterview/initializer.rb: local_request is protected so use send Message-ID: <20070128010759.0A2125241ACB@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070127/334ecca3/attachment.html From nobody at rubyforge.org Sat Jan 27 20:20:45 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 27 Jan 2007 20:20:45 -0500 (EST) Subject: [Masterview-commits] [380] trunk/masterview/lib/masterview/extras/app: change more @request to request Message-ID: <20070128012045.87E675241ACA@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070127/5c053570/attachment.html From nobody at rubyforge.org Sat Jan 27 20:39:07 2007 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Sat, 27 Jan 2007 20:39:07 -0500 (EST) Subject: [Masterview-commits] [381] trunk/masterview/test/unit/directive_insert_generated_comment_test.rb: corrected the generate comment test with proper whitespace Message-ID: <20070128013907.60DEF5241ADE@rubyforge.org> An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-commits/attachments/20070127/dca129cc/attachment.html