Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move projects controllers/views in Projects module | Dmitriy Zaporozhets | 2013-06-23 | 12 | -237/+0 |
| | |||||
* | Add comment title to rss feed | Dmitriy Zaporozhets | 2013-06-22 | 2 | -2/+2 |
| | |||||
* | Remove on-ready for NoteList event | Dmitriy Zaporozhets | 2013-05-02 | 1 | -3/+1 |
| | |||||
* | remove notify checkboxes from note forms | Dmitriy Zaporozhets | 2013-03-28 | 1 | -10/+1 |
| | |||||
* | Remove wall from basic notes logic | Dmitriy Zaporozhets | 2013-03-19 | 3 | -29/+3 |
| | |||||
* | Uncheck notify team checkbox by default | Dmitriy Zaporozhets | 2013-03-19 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2889 from kennytm/master | Dmitriy Zaporozhets | 2013-02-26 | 1 | -2/+1 |
|\ | | | | | Show only ≤16 lines of codes in a discussion in a MR (issue #2860). | ||||
| * | Show only ≤16 lines of code in a discussion (fix issue #2860). | KennyTM~ | 2013-02-03 | 1 | -2/+1 |
| | | |||||
* | | Add close issue to note actions bar | Dmitriy Zaporozhets | 2013-02-25 | 1 | -0/+2 |
| | | |||||
* | | handle attahcment with send_file | Dmitriy Zaporozhets | 2013-02-11 | 1 | -1/+1 |
|/ | |||||
* | a bit of restyling. Replace some images with icons. Simplify note form | Dmitriy Zaporozhets | 2013-01-31 | 2 | -17/+17 |
| | |||||
* | replace right with pull-right | Dmitriy Zaporozhets | 2013-01-30 | 2 | -2/+2 |
| | |||||
* | refactor buttons pt2 | Dmitriy Zaporozhets | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Updated commit diff view with some minor visual modifications | Koen Punt | 2013-01-27 | 2 | -3/+3 |
| | | | | | | | | | | | Prepared diff view for multiple view modes Converted commits.js to coffeescript image info in separate coffeescript file Added swipe view mode Added onion skin viewMode | ||||
* | switch to use link_to_member to prevent 500 if user is a project owner but ↵ | Dmitriy Zaporozhets | 2013-01-17 | 2 | -3/+3 |
| | | | | does not have membership and leave comment | ||||
* | change logic on line_code | Dmitriy Zaporozhets | 2013-01-15 | 3 | -8/+24 |
| | |||||
* | Merge commit 'master' into discussions | Riyad Preukschas | 2013-01-15 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb | ||||
| * | Show images preview in notes. Show line additions/deletions for commit | Dmitriy Zaporozhets | 2013-01-04 | 1 | -0/+2 |
| | | |||||
* | | Smaller fixes | Riyad Preukschas | 2013-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fix link titles | Riyad Preukschas | 2013-01-02 | 2 | -3/+3 |
| | | |||||
* | | Fix comment and reply buttons | Riyad Preukschas | 2013-01-02 | 2 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into discussions | Riyad Preukschas | 2012-12-23 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb | ||||
| * | Split commit_id and noteable_id for Note | Dmitriy Zaporozhets | 2012-12-18 | 2 | -0/+2 |
| | | |||||
* | | Revamped note form options. | Riyad Preukschas | 2012-12-03 | 1 | -12/+11 |
| | | |||||
* | | Fix a bunch of smaller glitches. | Riyad Preukschas | 2012-12-03 | 1 | -2/+2 |
| | | |||||
* | | Fix handling form errors. | Riyad Preukschas | 2012-12-03 | 3 | -10/+13 |
| | | |||||
* | | Fix dicussion headers | Riyad Preukschas | 2012-12-03 | 1 | -7/+6 |
| | | |||||
* | | Pull together and rename Notes partials | Riyad Preukschas | 2012-12-03 | 7 | -30/+24 |
| | | |||||
* | | Unify forms for discussions and main target. | Riyad Preukschas | 2012-12-03 | 5 | -80/+53 |
| | | | | | | | | | | Allows previews and uploads in all forms. Also fixes #1730 | ||||
* | | Make attachments more obvious | Riyad Preukschas | 2012-12-03 | 1 | -4/+5 |
| | | |||||
* | | Fix wall notes | Riyad Preukschas | 2012-12-03 | 1 | -0/+3 |
| | | |||||
* | | Fix common form and note preview | Riyad Preukschas | 2012-12-03 | 5 | -29/+31 |
| | | |||||
* | | Move code for appending a discussion note to notes JS | Riyad Preukschas | 2012-12-03 | 1 | -11/+3 |
| | | |||||
* | | Refactor discussion reply | Riyad Preukschas | 2012-12-03 | 12 | -69/+74 |
| | | |||||
* | | Refactor diff notes creation | Riyad Preukschas | 2012-12-03 | 8 | -62/+52 |
| | | |||||
* | | Move diff notes into the actual diff content column | Riyad Preukschas | 2012-12-03 | 6 | -20/+18 |
| | | |||||
* | | Inline diff_notes_reply_button partial | Riyad Preukschas | 2012-12-03 | 3 | -13/+14 |
| | | |||||
* | | Rename diff note partials | Riyad Preukschas | 2012-12-03 | 9 | -8/+8 |
| | | |||||
* | | Make notes JS know which notes are new in a request | Riyad Preukschas | 2012-12-03 | 1 | -3/+4 |
| | | |||||
* | | Fix vote counting | Riyad Preukschas | 2012-12-03 | 1 | -10/+8 |
| | | |||||
* | | Fix appending diff line notes | Riyad Preukschas | 2012-12-03 | 1 | -1/+1 |
| | | |||||
* | | Update notes views to support discussions | Riyad Preukschas | 2012-12-03 | 8 | -39/+108 |
| | | |||||
* | | Fix parameter passing and wording for per line notes | Riyad Preukschas | 2012-12-03 | 5 | -7/+18 |
|/ | |||||
* | Fix rendering template for invalid notes | Riyad Preukschas | 2012-11-21 | 1 | -2/+1 |
| | |||||
* | Refactor GFM JS naming and access | Riyad Preukschas | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | use 'js-' prefix for behavioral 'gfm-input' class | Nihad Abbasov | 2012-10-19 | 2 | -2/+2 |
| | |||||
* | Make Note methods saner | Riyad Preukschas | 2012-10-13 | 1 | -3/+3 |
| | |||||
* | Add links to the note source if the note is mixed in | Riyad Preukschas | 2012-10-10 | 1 | -0/+6 |
| | |||||
* | Fix vote counting to only count main target notes (not mixed in ones) | Riyad Preukschas | 2012-10-10 | 1 | -9/+14 |
| | |||||
* | Fix auto-completion for forms that are inserted with JS | Riyad Preukschas | 2012-10-10 | 1 | -0/+1 |
| |