Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the merge-requests work proper in IE7+ | Johan Sørensen | 2009-12-14 | 1 | -9/+9 |
| | |||||
* | xMake the inline diff comment form work in webkit | Johan Sørensen | 2009-11-04 | 1 | -1/+0 |
| | | | | | | | | | By not extracting+inserting the #inline_comment_form html into different places in the DOM, we avoid weird side-effects in webkit (and get a lot cleaner code too). The diff container (".file-diff") must now be passed explicitly to the CommentForm.display() method so that it knows which one to insert the resulting diff with new comment into. | ||||
* | When POSTing a comment on a MR version, the controller renders the relevant ↵ | Marius Mathiesen | 2009-11-04 | 1 | -0/+151 |
diff, which is displayed via JS - Needed to extract the diff browsing to a separate helper as other helpers include each other |