summaryrefslogtreecommitdiffstats
path: root/app/controllers/comments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Support for watching a merge request version through commenting.Marius Mathiesen2009-12-151-1/+5
* Make it possible to start watching a merge request when submitting a comment ...Marius Mathiesen2009-12-151-0/+5
* MergeRequest's to_param now uses the sequence number instead of idMarius Mathiesen2009-11-301-1/+1
* Render the new comment and diffs when inline commenting on a commitMarius Mathiesen2009-11-161-8/+12
* Make Comments#create render something meaningful when receiving a comment on ...Marius Mathiesen2009-11-161-18/+36
* If creating a merge-request comment, render two partials into a JSON structureJohan Sørensen2009-11-101-1/+4
* Making some methods protected in the CommentsController, and fixed bad indent...Johan Sørensen2009-11-101-47/+48
* Only notify the merge request owner once on new commentsJohan Sørensen2009-11-051-13/+0
* Make sure we re-render the diff correctly when commenting on single commitJohan Sørensen2009-11-041-5/+16
* Support for editing comments for the author 10 minutes after creating themMarius Mathiesen2009-11-041-0/+18
* Create an Event when commenting on a MergeRequestVersion as wellJohan Sørensen2009-11-041-3/+9
* When POSTing a comment on a MR version, the controller renders the relevant d...Marius Mathiesen2009-11-041-1/+3
* Merge request owners are notified of new comments on their code.Marius Mathiesen2009-11-041-1/+15
* Non-authenticated users cannot comment on merge request versions.Marius Mathiesen2009-11-041-1/+0
* Code cleanup in CommentsControllerMarius Mathiesen2009-11-041-10/+13
* Handle errors on creation of commentsMarius Mathiesen2009-11-041-2/+9
* Adding support for commenting on a merge request version (UI still needs some...Marius Mathiesen2009-11-041-3/+3
* Support for commenting on Merge Request versions.Marius Mathiesen2009-11-041-0/+4
* Only create a single event when creating a comment with a new stateMarius Mathiesen2009-07-131-1/+1
* Let each project define its status tags for merge requestsMarius Mathiesen2009-07-021-1/+1
* Adding a loose state (status_tag) to merge requests, adding state change to c...Marius Mathiesen2009-06-241-0/+2
* Do extra work to make sure clones are scoped within the correct projectJohan Sørensen2009-05-101-1/+1
* Handle displaying an event properly when a comment is posted on a MergeRequestJohan Sørensen2009-04-291-2/+10
* Be able to comment on merge requests as wellJohan Sørensen2009-04-291-5/+22
* Adding preview of commentsMarius Mathiesen2009-04-221-0/+7
* Rethinking the relationship between comments and its events:Marius Mathiesen2009-04-221-1/+2
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-0/+4
* Rename install_site_before_filters to renders_in_site_specific_context andJohan Sørensen2009-04-221-1/+1
* Redirect to the current_site's subdomain, if it has one and it's a GET requestJohan Sørensen2009-04-221-0/+1
* Move commit comments into the commit view, and prettify things a bitJohan Sørensen2009-04-221-11/+7
* Prettify listing of commit message + committer/authorJohan Sørensen2009-04-221-0/+2
* Moved the entire test suite from RSpec to Test::Unit + ShouldaJohan Sørensen2009-04-221-2/+2
* Update to Rails 2.3RC1Johan Sørensen2009-04-221-1/+1
* Major refactoring of the whole Gitorious project. I've added both localized_d...Fabio Akita2009-01-091-1/+1
* Add copyright and license headers (AGPL) to code filesTor Arne Vestbø2008-11-281-0/+18
* Moved events to be primarily pivoting around the project.Johan Sørensen2008-04-211-1/+1
* Removed actions from the databaseDavid A. Cuadrado2008-04-161-1/+1
* refactoring to use polymorphic associations (USER does ACTION on X)David A. Cuadrado2008-04-071-1/+1
* Implemented user event systemDavid A. Cuadrado2008-03-201-0/+1
* MergeRequest wrapup of views and permissionsJohan Sørensen2008-03-021-1/+1
* Added MergeRequest views and relatedJohan Sørensen2008-03-021-0/+1
* Updated repo browser and other git lib related thingsJohan Sørensen2008-02-221-1/+1
* - Clean up commit formatting a wee bitJohan Sørensen2008-02-061-2/+2
* add a project_id to comments and the beginnings of a dashboard for logged in ...Johan Sørensen2008-01-261-0/+1
* Fixed Atom url generationJohan Sørensen2008-01-121-1/+1
* atom feed for projects+tags and repository commentsJohan Sørensen2008-01-071-0/+5
* Added commenting of repositories and commitsJohan Sørensen2008-01-071-0/+39