Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable clicking a comment to jump to the inline context. | Marius Mathiesen | 2009-11-16 | 1 | -1/+1 |
| | | | | - Also got back support for side by side rendering of diffs | ||||
* | Store affected lines of an inline diff comment correctly | Johan Sørensen | 2009-11-04 | 1 | -1/+1 |
| | | | | | | | | | In order to be able to place the comment correctly in the diff we now store a tuple of [old_linenumber, new_line_number] along with the number of lines the comment spans. We store both the first and the last line number tuple so that we can calculate the placement of things generated outside the DOM tree (such as the InlineTableCallback diff rendering callback). | ||||
* | Support for editing comments for the author 10 minutes after creating them | Marius Mathiesen | 2009-11-04 | 1 | -1/+1 |
| | | | | | - A new link is displayed when hovering over an editable comment - Clicking on this loads the edit form, and makes it submit over ajax | ||||
* | Clicking a comment link will ask the controller to update, then goto comment ↵ | Marius Mathiesen | 2009-11-04 | 1 | -0/+2 |
| | | | | | | afterwards Using a closure for this, still need to fetch the correct shas | ||||
* | When POSTing a comment on a MR version, the controller renders the relevant ↵ | Marius Mathiesen | 2009-11-04 | 1 | -0/+1 |
| | | | | | | diff, which is displayed via JS - Needed to extract the diff browsing to a separate helper as other helpers include each other | ||||
* | Make it possible to jump from comment listing to code diff | Marius Mathiesen | 2009-11-04 | 1 | -3/+7 |
| | |||||
* | Render a list of comments both to the merge and the diffs affected. | Marius Mathiesen | 2009-11-04 | 1 | -1/+6 |
| | | | | - When new diffs are loaded, the comments are loaded too | ||||
* | Updated copyrights-blurb in all application files | Johan Sørensen | 2009-04-22 | 1 | -0/+4 |
| | |||||
* | include UsersHelper everywhere | Johan Sørensen | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Included UsersHelper in CommentsHelper to fix a problem with the ↵ | Peter Dalmaris | 2008-12-22 | 1 | -0/+1 |
| | | | | commits_infobox not being able to find method encoded_mail when the comments view was selected. | ||||
* | Add copyright and license headers (AGPL) to code files | Tor Arne Vestbø | 2008-11-28 | 1 | -0/+17 |
| | | | | | The authors in each copyright header was computed by running 'git log --reverse' on that particular file. | ||||
* | Added commenting of repositories and commits | Johan Sørensen | 2008-01-07 | 1 | -0/+2 |