summaryrefslogtreecommitdiff
path: root/app/views/projects/notes
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'edit-mobile' into 'master' Jacob Schatz2016-06-061-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shows the edit comment button on mobile ## What does this MR do? Shows the edit comment button on mobile. ## What are the relevant issue numbers? Closes #17214 ## Screenshots (if relevant) ![Screen_Shot_2016-06-01_at_12.33.13](/uploads/d46b800c175a53821ea8e8af49c07641/Screen_Shot_2016-06-01_at_12.33.13.png) See merge request !4402
| * Shows the edit comment button on mobileedit-mobilePhil Hughes2016-06-021-3/+2
| | | | | | | | Closes #17214
* | Some design related tweaks.Fatih Acet2016-06-061-2/+2
| |
* | Award emoji implementation for notes.Fatih Acet2016-06-061-1/+3
| |
* | Show emoji menu in notes.Fatih Acet2016-06-061-0/+3
|/
* Added author to various Markdown calls in viewsYorick Peterse2016-05-261-1/+1
| | | | | This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
* Rename diff_with_notes partial.Douwe Maan2016-05-132-1/+1
|
* "the outdated diff" -> "an outdated diff"Douwe Maan2016-05-131-1/+1
|
* Clean up LegacyDiffNote somewhatDouwe Maan2016-05-131-1/+1
|
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-1313-120/+104
|
* Removed commented text from system notesPhil Hughes2016-04-201-1/+3
|
* Merge branch 'print-style' into 'master' Jacob Schatz2016-04-181-1/+1
|\ | | | | | | | | | | | | | | | | Print style [test.pdf](/uploads/0dab5c1b2d0c4d0cd7e8930e9b660a9f/test.pdf) Closes #14201 See merge request !3784
| * Updated print stylePhil Hughes2016-04-181-1/+1
| | | | | | | | Closes #14201
* | Merge branch 'discussion-notes' into 'master' Jacob Schatz2016-04-184-17/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Discussion notes update - At the moment discussion notes are rendered in a list but arent actually a list item and that can cause overflow issues - Moved the dates to be in the header like other notes - Fixed overlapping issue on mobile See merge request !3720
| * | Fixed testsdiscussion-notesPhil Hughes2016-04-142-13/+13
| | |
| * | Discussion notes updatePhil Hughes2016-04-145-29/+18
| | | | | | | | | | | | | | | | | | At the moment discussion notes are rendered in a list but arent actually a list item and that can cause overflow issues Moved the dates to be in the header like other notes Fixed overlapping issue on mobile
* | | Scroll to the last comment I made and edit it.Jacob Schatz2016-04-151-4/+5
| |/ |/|
* | Syntax & style updates14176-diff-paste-dataAnnabel Dunstone2016-04-141-3/+3
| |
* | Add line type conditional to diff line helperAnnabel Dunstone2016-04-141-1/+1
| |
* | Add content attributes to discussion diffs; change styling of add-note icon ↵Annabel Dunstone2016-04-141-4/+2
| | | | | | | | to prevent white spaces in paste
* | Removed GL Actions classPhil Hughes2016-04-141-3/+0
| |
* | Updated all GFM forms to use new GLForm classPhil Hughes2016-04-142-2/+2
| |
* | Notes form JS updatePhil Hughes2016-04-142-1/+4
|/ | | | | Updated the JS to have a standard class with standard actions for each form Created ability to have toolbar buttons that insert different prefixes dependant upon the data-prefix attribute
* Merge branch 'member-access-note-row' into 'master' Jacob Schatz2016-04-121-6/+6
|\ | | | | | | | | | | | | | | | | | | | | Fixed issue with member access not being visible on notes This happened because the `note-actions`, which houses the access, was wrapped in a `can_edit` if statement ![Screen_Shot_2016-04-08_at_16.02.47](/uploads/40bffe9bb53c015f30ffa93bb018552b/Screen_Shot_2016-04-08_at_16.02.47.png) Fixes #15049 See merge request !3618
| * Fixed issue with member access not being visible on notesmember-access-note-rowPhil Hughes2016-04-081-6/+6
| | | | | | | | Fixes #15049
* | Remove comment count & icon from side by side view14400-diff-redesignAnnabel Dunstone2016-04-071-6/+0
| |
* | Remove comment count & iconAnnabel Dunstone2016-04-071-3/+0
| |
* | Update diff colors and iconsAnnabel Dunstone2016-04-071-2/+2
|/
* Fixed delete comment button colordelete-icon-colorPhil Hughes2016-04-061-1/+1
|
* Removed emoji button from notes formnote-form-designPhil Hughes2016-04-051-3/+0
|
* Logged out boxPhil Hughes2016-04-042-16/+14
|
* Discussion formPhil Hughes2016-04-041-13/+13
|
* Removed css code that isnt usedPhil Hughes2016-04-041-10/+0
|
* Focus style for comment formPhil Hughes2016-04-041-1/+1
|
* Hides current user icon on mobilePhil Hughes2016-04-041-2/+2
|
* Added toolbar to comment formPhil Hughes2016-04-041-8/+20
|
* Restyling on elements in comment formPhil Hughes2016-04-043-14/+14
|
* Started refactoring of note formPhil Hughes2016-04-042-16/+20
|
* Standardised the discussion headersPhil Hughes2016-03-312-10/+10
|
* Changed some CSS to make it more concise & less overridingPhil Hughes2016-03-314-25/+17
|
* Moved project access into note actionsPhil Hughes2016-03-314-12/+9
| | | | Created a class for note action buttons
* Fix commit comment alignmentStan Hu2016-03-301-1/+1
| | | | Closes #14780
* Gracefully handle notes on deleted commits in merge requestsStan Hu2016-03-281-2/+5
| | | | Closes #3250
* Fix spacing below edit note formedit-form-alignmentPhil Hughes2016-03-181-1/+1
| | | | Also changed to allow the CSS to decide what should be hidden when editting
* Merge branch 'edited-text' into 'master' Robert Speicher2016-03-171-9/+1
|\ | | | | | | | | | | | | | | | | Edited timeago text on comments Unified the 'edited text' to be the same in descriptions and comments Closes #5538 See merge request !3063
| * Edited timeago text on commentsPhil Hughes2016-03-101-9/+1
| | | | | | | | | | | | Unified the 'edited text' to be the same in descriptions and comments Closes #5538
* | Merge branch 'comment-discard-button' into 'master' Jacob Schatz2016-03-111-2/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Added discard button to comment form Also changed the labels on the buttons to better match the action they are completing. Closes #8057 See merge request !3085
| * | Fixed tests for comment formsPhil Hughes2016-03-041-1/+1
| | |
| * | Added discard button to comment formPhil Hughes2016-03-041-2/+3
| |/ | | | | | | | | | | Also changed the labels on the buttons to better match the action they are completing. Closes #8057
* | Fixed quick submit on note editquick-submit-note-editPhil Hughes2016-03-101-1/+1
|/ | | | | | Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there Closes #14094