summaryrefslogtreecommitdiff
path: root/app/helpers/notes_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Improve button stylesDrew Blessing2016-01-081-1/+1
|
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-15/+0
|
* Update time_ago_with_tooltip helperRobert Speicher2015-06-171-2/+2
| | | | Minor refactoring, add specs, changes arguments to use keywords.
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-4/+6
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283
* Don't add js-task-list-container to things the user can't editRobert Speicher2015-05-061-0/+4
|
* Fix bug where editing a comment with "+1" or "-1" would cause a server errorStan Hu2015-03-021-3/+3
| | | | Closes #1151
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+5
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Rubocop: comment indentationDmitriy Zaporozhets2015-02-021-1/+1
|
* Use `icon` helper method in helper modulesRobert Speicher2015-01-281-3/+3
|
* Improve edited ago helpersDmitriy Zaporozhets2015-01-181-2/+4
|
* Render MR diff full size of screenDmitriy Zaporozhets2014-12-221-2/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-1/+1
|
* Replace javascript:; links with buttons.Ciro Santilli2014-09-221-4/+4
|
* Fix link_to_reply_diff.Ciro Santilli2014-09-191-4/+3
|
* Improve discussionsDmitriy Zaporozhets2014-06-241-6/+0
| | | | | | | * check for outdated discussions by comparing diff * improve discussion UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont show reply button if user is not signed inDmitriy Zaporozhets2014-06-241-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move reply button to helper from viewDmitriy Zaporozhets2014-06-241-0/+17
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor link to new diff note renderingDmitriy Zaporozhets2014-06-061-0/+19
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use the iid to generate the link_to_merge_request_diff_line_note instead of idPeter Golm2014-01-181-1/+1
|
* Remove unnecessary ago keywordDmitriy Zaporozhets2013-12-301-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove old methods and classesDmitriy Zaporozhets2013-12-251-9/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add time ago tooltips to show actual date/timeDrew Blessing2013-12-141-2/+8
| | | | | | | | | | | | | | | | | | Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
* Ability to edit commentsJack Weeden2013-07-011-0/+7
|
* wall comment does not create an event on dashboard any moreDmitriy Zaporozhets2013-03-191-2/+1
|
* change logic on line_codeDmitriy Zaporozhets2013-01-151-1/+1
|
* Fix wall notesRiyad Preukschas2012-12-031-1/+2
|
* Refactor discussion replyRiyad Preukschas2012-12-031-1/+6
|
* Fix vote countingRiyad Preukschas2012-12-031-8/+8
|
* Update notes views to support discussionsRiyad Preukschas2012-12-031-1/+6
|
* Fix notes helperRiyad Preukschas2012-12-031-7/+4
|
* Make Note methods sanerRiyad Preukschas2012-10-131-3/+1
|
* Add links to the note source if the note is mixed inRiyad Preukschas2012-10-101-0/+10
|
* Fix vote counting to only count main target notes (not mixed in ones)Riyad Preukschas2012-10-101-6/+0
|
* Make notes for merge requests include commit notes and add helpersRiyad Preukschas2012-10-101-0/+5
|
* Move emoji auto-complete helper to ApplicationHelperRiyad Preukschas2012-10-101-6/+0
|
* Add emoji_for_completion helperRiyad Preukschas2012-10-091-0/+6
|
* Highlight voting notes for issues and merge requestsRiyad Preukschas2012-09-151-0/+8
|
* Completely redo loading of notes with JSRiyad Preukschas2012-09-141-0/+9