summaryrefslogtreecommitdiff
path: root/app/views/notes
Commit message (Expand)AuthorAgeFilesLines
* Remove on-ready for NoteList eventDmitriy Zaporozhets2013-05-021-3/+1
* remove notify checkboxes from note formsDmitriy Zaporozhets2013-03-281-10/+1
* Remove wall from basic notes logicDmitriy Zaporozhets2013-03-193-29/+3
* Uncheck notify team checkbox by defaultDmitriy Zaporozhets2013-03-191-2/+2
* Merge pull request #2889 from kennytm/masterDmitriy Zaporozhets2013-02-261-2/+1
|\
| * Show only ≤16 lines of code in a discussion (fix issue #2860).KennyTM~2013-02-031-2/+1
* | Add close issue to note actions barDmitriy Zaporozhets2013-02-251-0/+2
* | handle attahcment with send_fileDmitriy Zaporozhets2013-02-111-1/+1
|/
* a bit of restyling. Replace some images with icons. Simplify note formDmitriy Zaporozhets2013-01-312-17/+17
* replace right with pull-rightDmitriy Zaporozhets2013-01-302-2/+2
* refactor buttons pt2Dmitriy Zaporozhets2013-01-291-1/+1
* Updated commit diff view with some minor visual modificationsKoen Punt2013-01-272-3/+3
* switch to use link_to_member to prevent 500 if user is a project owner but do...Dmitriy Zaporozhets2013-01-172-3/+3
* change logic on line_codeDmitriy Zaporozhets2013-01-153-8/+24
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-151-0/+2
|\
| * Show images preview in notes. Show line additions/deletions for commitDmitriy Zaporozhets2013-01-041-0/+2
* | Smaller fixesRiyad Preukschas2013-01-151-1/+1
* | Fix link titlesRiyad Preukschas2013-01-022-3/+3
* | Fix comment and reply buttonsRiyad Preukschas2013-01-022-0/+2
* | Merge branch 'master' into discussionsRiyad Preukschas2012-12-231-0/+1
|\ \ | |/
| * Split commit_id and noteable_id for NoteDmitriy Zaporozhets2012-12-182-0/+2
* | Revamped note form options.Riyad Preukschas2012-12-031-12/+11
* | Fix a bunch of smaller glitches.Riyad Preukschas2012-12-031-2/+2
* | Fix handling form errors.Riyad Preukschas2012-12-033-10/+13
* | Fix dicussion headersRiyad Preukschas2012-12-031-7/+6
* | Pull together and rename Notes partialsRiyad Preukschas2012-12-037-30/+24
* | Unify forms for discussions and main target.Riyad Preukschas2012-12-035-80/+53
* | Make attachments more obviousRiyad Preukschas2012-12-031-4/+5
* | Fix wall notesRiyad Preukschas2012-12-031-0/+3
* | Fix common form and note previewRiyad Preukschas2012-12-035-29/+31
* | Move code for appending a discussion note to notes JSRiyad Preukschas2012-12-031-11/+3
* | Refactor discussion replyRiyad Preukschas2012-12-0312-69/+74
* | Refactor diff notes creationRiyad Preukschas2012-12-038-62/+52
* | Move diff notes into the actual diff content columnRiyad Preukschas2012-12-036-20/+18
* | Inline diff_notes_reply_button partialRiyad Preukschas2012-12-033-13/+14
* | Rename diff note partialsRiyad Preukschas2012-12-039-8/+8
* | Make notes JS know which notes are new in a requestRiyad Preukschas2012-12-031-3/+4
* | Fix vote countingRiyad Preukschas2012-12-031-10/+8
* | Fix appending diff line notesRiyad Preukschas2012-12-031-1/+1
* | Update notes views to support discussionsRiyad Preukschas2012-12-038-39/+108
* | Fix parameter passing and wording for per line notesRiyad Preukschas2012-12-035-7/+18
|/
* Fix rendering template for invalid notesRiyad Preukschas2012-11-211-2/+1
* Refactor GFM JS naming and accessRiyad Preukschas2012-11-211-1/+1
* use 'js-' prefix for behavioral 'gfm-input' classNihad Abbasov2012-10-192-2/+2
* Make Note methods sanerRiyad Preukschas2012-10-131-3/+3
* Add links to the note source if the note is mixed inRiyad Preukschas2012-10-101-0/+6
* Fix vote counting to only count main target notes (not mixed in ones)Riyad Preukschas2012-10-101-9/+14
* Fix auto-completion for forms that are inserted with JSRiyad Preukschas2012-10-101-0/+1
* Extract and split GFM auto-completion setup JSRiyad Preukschas2012-10-101-46/+0
* Redo the auto-completion JS for notesRiyad Preukschas2012-10-091-8/+42