Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base implementation of emoji picker [ci skip] | Valery Sizov | 2015-12-22 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/feature/update-rubocop' | Dmitriy Zaporozhets | 2015-12-16 | 1 | -1/+1 |
|\ | |||||
| * | Fixed Rubocop offenses | Gabriel Mazetto | 2015-12-15 | 1 | -1/+1 |
| | | |||||
* | | Fix note pollingrs-issue-4032 | Robert Speicher | 2015-12-12 | 1 | -1/+2 |
|/ | | | | Closes #4032 | ||||
* | Notify user when award-emoji comment is invalid | Grzegorz Bizon | 2015-12-03 | 1 | -1/+6 |
| | |||||
* | Render json message with errors if note didn't pass validation | Grzegorz Bizon | 2015-12-03 | 1 | -10/+14 |
| | |||||
* | Emoji bug: Invalid url to imageaward_fix | Valery Sizov | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | Award: merge request fix | Valery Sizov | 2015-11-21 | 1 | -2/+5 |
| | |||||
* | Fix for Emojinotes_fix_stablenotes_fix | Valery Sizov | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | adressing comments | Valery Sizov | 2015-11-19 | 1 | -6/+6 |
| | |||||
* | satisfy rubocop | Valery Sizov | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | Emoji: fix image of emoji when it is submitted via comment | Valery Sizov | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | award emoji | Valery Sizov | 2015-11-19 | 1 | -1/+24 |
| | |||||
* | Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"rs-revert-gh-9820 | Robert Speicher | 2015-11-16 | 1 | -6/+1 |
| | | | | | This reverts commit 63144cd062f6d259f1f30b6e06eb92a16caa8dec, reversing changes made to 8ab5df9d872414b2cca3ebd16d57b89e2f19e06a. | ||||
* | Avoid render edit_form in each notes. | Jason Lee | 2015-11-12 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes). | ||||
* | Redirect to a default path if HTTP_REFERER is not set | Stan Hu | 2015-10-20 | 1 | -2/+2 |
| | | | | | | | | | | Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731 | ||||
* | Show who last edited a comment if it wasn't the original author | Douwe Maan | 2015-07-30 | 1 | -5/+2 |
| | |||||
* | Update controller filters | Dmitriy Zaporozhets | 2015-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Support commenting on a diff in side-by-side view | Stan Hu | 2015-06-16 | 1 | -2/+15 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283 | ||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Fix bug where editing a comment with "+1" or "-1" would cause a server error | Stan Hu | 2015-03-02 | 1 | -1/+7 |
| | | | | Closes #1151 | ||||
* | Add Markdown preview to more forms | Vinnie Okada | 2014-10-15 | 1 | -4/+0 |
| | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes. | ||||
* | Dont allow edit or remove of system notes | Dmitriy Zaporozhets | 2014-08-29 | 1 | -4/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Note strong_params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | dont render discussion diff unless note is for diff | Dmitriy Zaporozhets | 2014-06-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve merge request comments | Dmitriy Zaporozhets | 2014-06-24 | 1 | -1/+11 |
| | | | | | | | | | When add diff note on 'Changes' page - and then go to 'Discussions' tab you will not see this discussion unless you reload a page. This commit fixes it by rendering discussion on 'Discussion' page as soon as you submit comment on 'Changes' page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove NotesObserver | Dmitriy Zaporozhets | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Serialize last_fetched_at as a string with seconds | Jacob Vosmaer | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | Pass last_fetched_at for notes to javascript | Jacob Vosmaer | 2014-04-28 | 1 | -1/+2 |
| | |||||
* | Move services for collecting items to Finders | Dmitriy Zaporozhets | 2014-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move all Context classes into Services | Dmitriy Zaporozhets | 2014-01-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Switch Notes controller to use json | Dmitriy Zaporozhets | 2013-12-25 | 1 | -39/+59 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make note anchors actually work | Dmitriy Zaporozhets | 2013-12-25 | 1 | -33/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix dashboard event caching | Drew Blessing | 2013-12-13 | 1 | -0/+2 |
| | |||||
* | Drop rjs from Issues#index | Dmitriy Zaporozhets | 2013-11-29 | 1 | -7/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Drop rjs from Notes#index | Dmitriy Zaporozhets | 2013-11-29 | 1 | -1/+14 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'master' into 6-0-dev | Dmitriy Zaporozhets | 2013-07-02 | 1 | -0/+26 |
| | | | | | | | Conflicts: app/views/dashboard/projects.html.haml app/views/layouts/_head_panel.html.haml config/routes.rb | ||||
* | Move projects controllers/views in Projects module | Dmitriy Zaporozhets | 2013-06-23 | 1 | -0/+76 |