Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for watching a merge request version through commenting. | Marius Mathiesen | 2009-12-15 | 1 | -1/+5 |
| | | | | Also (finally) added support for login_as(<User>) | ||||
* | Make it possible to start watching a merge request when submitting a comment ↵ | Marius Mathiesen | 2009-12-15 | 1 | -0/+5 |
| | | | | | | on it. Currently only for non-inline comments, this is up next | ||||
* | MergeRequest's to_param now uses the sequence number instead of id | Marius Mathiesen | 2009-11-30 | 1 | -1/+1 |
| | | | | | | | | | | A summary of what's changed: - Routing - Links, where necessary - Git branch names use seq instead of id Also made some refactorings in PushEventProcessor to make it testable without a full stack test. And set some revealing sequence numbers in the fixtures. | ||||
* | Render the new comment and diffs when inline commenting on a commit | Marius Mathiesen | 2009-11-16 | 1 | -8/+12 |
| | | | | - Made partials/javascripts reusable between different inline commenting objects | ||||
* | Make Comments#create render something meaningful when receiving a comment on ↵ | Marius Mathiesen | 2009-11-16 | 1 | -18/+36 |
| | | | | | | a commit - A minor refactoring of this whole rendering was indeed required | ||||
* | If creating a merge-request comment, render two partials into a JSON structure | Johan Sørensen | 2009-11-10 | 1 | -1/+4 |
| | | | | | So we can update both the file-diff and the .comments div with the "normal" comment list | ||||
* | Making some methods protected in the CommentsController, and fixed bad ↵ | Johan Sørensen | 2009-11-10 | 1 | -47/+48 |
| | | | | indentation | ||||
* | Only notify the merge request owner once on new comments | Johan Sørensen | 2009-11-05 | 1 | -13/+0 |
| | | | | | | | There's already an after_save hook in Comment for notifying people, the controller should not do this as well. Further more the tests for this was invalid since it used the same user as the creator of the merge request (he shouldn't get notified about his own comments). | ||||
* | Make sure we re-render the diff correctly when commenting on single commit | Johan Sørensen | 2009-11-04 | 1 | -5/+16 |
| | |||||
* | Support for editing comments for the author 10 minutes after creating them | Marius Mathiesen | 2009-11-04 | 1 | -0/+18 |
| | | | | | - A new link is displayed when hovering over an editable comment - Clicking on this loads the edit form, and makes it submit over ajax | ||||
* | Create an Event when commenting on a MergeRequestVersion as well | Johan Sørensen | 2009-11-04 | 1 | -3/+9 |
| | |||||
* | When POSTing a comment on a MR version, the controller renders the relevant ↵ | Marius Mathiesen | 2009-11-04 | 1 | -1/+3 |
| | | | | | | diff, which is displayed via JS - Needed to extract the diff browsing to a separate helper as other helpers include each other | ||||
* | Merge request owners are notified of new comments on their code. | Marius Mathiesen | 2009-11-04 | 1 | -1/+15 |
| | |||||
* | Non-authenticated users cannot comment on merge request versions. | Marius Mathiesen | 2009-11-04 | 1 | -1/+0 |
| | |||||
* | Code cleanup in CommentsController | Marius Mathiesen | 2009-11-04 | 1 | -10/+13 |
| | | | | | Note: all ajax requests are now sent with text/javascript Accept headers. This means they are interpreted as format.js in the controllers | ||||
* | Handle errors on creation of comments | Marius Mathiesen | 2009-11-04 | 1 | -2/+9 |
| | |||||
* | Adding support for commenting on a merge request version (UI still needs ↵ | Marius Mathiesen | 2009-11-04 | 1 | -3/+3 |
| | | | | some love) | ||||
* | Support for commenting on Merge Request versions. | Marius Mathiesen | 2009-11-04 | 1 | -0/+4 |
| | |||||
* | Only create a single event when creating a comment with a new state | Marius Mathiesen | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | Let each project define its status tags for merge requests | Marius Mathiesen | 2009-07-02 | 1 | -1/+1 |
| | | | | - when changing the state from a comment, create an event - display status field in merge request form | ||||
* | Adding a loose state (status_tag) to merge requests, adding state change to ↵ | Marius Mathiesen | 2009-06-24 | 1 | -0/+2 |
| | | | | | | | | | | | comments. - Adding a comment to a merge request now potentially sets or changes the loose state of the merge request (target) This way, target repository owners can mark that a merge request should change state when adding comments. This will eventually replace the more final reason from merge requests, replacing it with comments with an added context | ||||
* | Do extra work to make sure clones are scoped within the correct project | Johan Sørensen | 2009-05-10 | 1 | -1/+1 |
| | |||||
* | Handle displaying an event properly when a comment is posted on a MergeRequest | Johan Sørensen | 2009-04-29 | 1 | -2/+10 |
| | |||||
* | Be able to comment on merge requests as well | Johan Sørensen | 2009-04-29 | 1 | -5/+22 |
| | | | | | This requires the comments_controller to be able to deal with the polymorphic targets on the comment | ||||
* | Adding preview of comments | Marius Mathiesen | 2009-04-22 | 1 | -0/+7 |
| | |||||
* | Rethinking the relationship between comments and its events: | Marius Mathiesen | 2009-04-22 | 1 | -1/+2 |
| | | | | | | | - The event created for a comment now belongs to the repository - The comment's id is stored in the Event's data property, ensuring the relationship can be held Added a migration that migrates existing data into this new regime. Should also be reversable. | ||||
* | Updated copyrights-blurb in all application files | Johan Sørensen | 2009-04-22 | 1 | -0/+4 |
| | |||||
* | Rename install_site_before_filters to renders_in_site_specific_context and | Johan Sørensen | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | introduce a renders_in_global_context controller class method as well. This lets us control in the Site context in which specific actions or controllers as a whole are rendered in. | ||||
* | Redirect to the current_site's subdomain, if it has one and it's a GET request | Johan Sørensen | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | Move commit comments into the commit view, and prettify things a bit | Johan Sørensen | 2009-04-22 | 1 | -11/+7 |
| | |||||
* | Prettify listing of commit message + committer/author | Johan Sørensen | 2009-04-22 | 1 | -0/+2 |
| | |||||
* | Moved the entire test suite from RSpec to Test::Unit + Shoulda | Johan Sørensen | 2009-04-22 | 1 | -2/+2 |
| | |||||
* | Update to Rails 2.3RC1 | Johan Sørensen | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Major refactoring of the whole Gitorious project. I've added both ↵ | Fabio Akita | 2009-01-09 | 1 | -1/+1 |
| | | | | localized_date and localied_templates plugin and I've extracted every single string that could be translated. Now you have both locales/en.rb and locales/pt-BR.rb as well as views/pt-BR for localized static pages and email templates. I have not added a locale field in the User model - yet, so you have to change gitorious.yml to change it globally | ||||
* | Add copyright and license headers (AGPL) to code files | Tor Arne Vestbø | 2008-11-28 | 1 | -0/+18 |
| | | | | | The authors in each copyright header was computed by running 'git log --reverse' on that particular file. | ||||
* | Moved events to be primarily pivoting around the project. | Johan Sørensen | 2008-04-21 | 1 | -1/+1 |
| | |||||
* | Removed actions from the database | David A. Cuadrado | 2008-04-16 | 1 | -1/+1 |
| | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
* | refactoring to use polymorphic associations (USER does ACTION on X) | David A. Cuadrado | 2008-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com> | ||||
* | Implemented user event system | David A. Cuadrado | 2008-03-20 | 1 | -0/+1 |
| | |||||
* | MergeRequest wrapup of views and permissions | Johan Sørensen | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | Added MergeRequest views and related | Johan Sørensen | 2008-03-02 | 1 | -0/+1 |
| | |||||
* | Updated repo browser and other git lib related things | Johan Sørensen | 2008-02-22 | 1 | -1/+1 |
| | | | | | | - breadcrumbs - made it work with non-master branches - made it work when the only branch is a non-master | ||||
* | - Clean up commit formatting a wee bit | Johan Sørensen | 2008-02-06 | 1 | -2/+2 |
| | | | | - use Gitto in (Comments|Repositories)Controller as well | ||||
* | add a project_id to comments and the beginnings of a dashboard for logged in ↵ | Johan Sørensen | 2008-01-26 | 1 | -0/+1 |
| | | | | users | ||||
* | Fixed Atom url generation | Johan Sørensen | 2008-01-12 | 1 | -1/+1 |
| | |||||
* | atom feed for projects+tags and repository comments | Johan Sørensen | 2008-01-07 | 1 | -0/+5 |
| | |||||
* | Added commenting of repositories and commits | Johan Sørensen | 2008-01-07 | 1 | -0/+39 |