On Tue, Apr 2, 2013 at 9:03 AM, MZMcBride z@mzmcbride.com wrote:
Would it be possible to have Gerrit import a JavaScript page from MediaWiki.org (e.g., "MediaWiki:Gerrit.js")? This might allow dedicated users to override some of the default behavior (such as the block-level comment auto-collapsing) or add new functionality (such as a "reply" link similar to Bugzilla's).
There's functionality to write custom Javascript and inject it within Gerrit. So yes, we could easily have our own JS that overrides default behavior here. I wouldn't feel entirely comfortable fetching it from MediaWiki.org on the fly--but we can host the code within Gerrit.
-Chad