gitlab-org--gitlab-foss/app/controllers
Jacob Schatz 3f22a92f4a Merge branch 'remove-wip' into 'master'
Easily (un)mark merge request as WIP using link

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3768 and https://gitlab.com/gitlab-org/gitlab-ce/issues/3516

## Link to add `WIP` prefix (underline is visible because of hover)
![wipless_title](/uploads/72a6f7119ba9d8043ca8329641e97c3b/wipless_title.png)

## Link to remove `WIP` prefix
![wip_title](/uploads/8620ad65da9ef620b180603520fead55/wip_title.png)

## System note after WIP is added
![wip_sysnote](/uploads/2de073b75e854d2c9e243eb8b5d5c259/wip_sysnote.png)

## Widget with link to remove WIP
![wip_widget](/uploads/cf83ea93743c4c26d9df759c17cb9d7b/wip_widget.png)

## Flash after WIP is removed
![wip_flash](/uploads/27b7240cd5d7ceeb8b7b477abd94d7ff/wip_flash.png)

## System note after WIP is removed
![wipless_sysnote](/uploads/c0d3368abdf21a2f253532a9a9594d90/wipless_sysnote.png)

## Widget when current user cannot remove the WIP prefix
![wip_widget_unauthorized](/uploads/174ccf1674be86dc81c3078fe297acb7/wip_widget_unauthorized.png)

cc @creamzy 

See merge request !3006
2016-03-19 20:06:59 +00:00
..
admin Merge branch '4009-external-users' into 'master' 2016-03-17 14:15:38 +00:00
ci Do not require authentication for CI status badge 2016-03-01 20:32:30 +01:00
concerns Create a SentNotification record for #relabeled_issue_email / #relabeled_merge_request_email 2016-03-15 18:36:54 +01:00
dashboard Use todo.done without ! in the controller to mark todo as done 2016-03-18 11:00:53 -03:00
explore Allow filtered dashboard/explore results to be paged. Fixes #14104 2016-03-09 21:03:28 -05:00
groups Fix Error 500 when creating global milestones with Unicode characters 2015-12-05 00:04:44 -08:00
import Redirect to a default path if HTTP_REFERER is not set 2015-10-20 07:45:48 -07:00
oauth Merge branch 'fix/gitlab-omniauth-issue' into 'master' 2016-03-19 19:03:33 +00:00
profiles Don't abuse the flash store for displaying SSH Key form errors 2016-03-03 16:13:59 -05:00
projects Merge remote-tracking branch 'origin/master' into remove-wip 2016-03-18 23:29:18 +01:00
sherlock Added Sherlock, a custom profiling tool for GitLab 2015-11-09 14:29:10 +01:00
abuse_reports_controller.rb Autofill abuse message text with user url. Closes #2838 2016-01-16 10:47:12 -05:00
application_controller.rb Move method to User 2016-03-10 12:37:14 +01:00
autocomplete_controller.rb Create EmojisController 2016-02-22 20:16:00 -06:00
confirmations_controller.rb Add invites controller. 2015-04-14 12:07:33 +02:00
dashboard_controller.rb Dedupe labels in labels selector in Dashboard pages 2016-03-18 21:49:56 +01:00
emojis_controller.rb Update award_emoji test 2016-02-23 19:37:15 -06:00
groups_controller.rb Merge branch 'share-project-ce' into 'master' 2016-03-14 16:38:52 +00:00
help_controller.rb Simplify help path prefixing 2015-09-23 00:24:17 -04:00
invites_controller.rb Redirect to a default path if HTTP_REFERER is not set 2015-10-20 07:45:48 -07:00
namespaces_controller.rb Allow access to group from root url 2015-09-14 11:16:54 +02:00
omniauth_callbacks_controller.rb Decouple SAML authentication from the default Omniauth logic 2016-02-18 17:01:07 -05:00
passwords_controller.rb Allow the initial admin to set a password 2016-03-04 17:37:57 -05:00
profiles_controller.rb Merge branch 'revert-avatar-cropping' into 'master' 2016-03-15 15:53:42 +00:00
projects_controller.rb Restrict access for confidential issues on autocomplete 2016-03-17 20:55:59 -03:00
registrations_controller.rb Partially revert "Add IP check against DNSBLs at account sign-up" 2016-01-28 16:28:19 -05:00
root_controller.rb Add user preference to view project activity and starred project activity as default dashboard 2015-09-26 08:46:05 -07:00
search_controller.rb Enable search for logged-out users 2016-03-01 15:57:28 +01:00
sent_notifications_controller.rb #can_unsubscribe? -> #?unsubscribable? 2016-01-11 14:23:45 +01:00
sessions_controller.rb Allow the initial admin to set a password 2016-03-04 17:37:57 -05:00
snippets_controller.rb Fix raw private snippets access workflow 2015-11-25 18:16:27 -02:00
uploads_controller.rb Branded login page also in CE 2016-02-26 15:50:51 +01:00
users_controller.rb In UsersController#calendar_activities, when Date isn't parsable, fallback to Date.today 2016-03-03 12:16:32 +01:00