Commit Graph

13 Commits

Author SHA1 Message Date
GitLab Bot 5e11fc146a Add latest changes from gitlab-org/gitlab@master 2022-02-17 09:15:27 +00:00
GitLab Bot 41bea98c57 Add latest changes from gitlab-org/gitlab@master 2022-01-07 06:14:36 +00:00
GitLab Bot 498ba9dc41 Add latest changes from gitlab-org/gitlab@master 2021-12-03 00:11:20 +00:00
GitLab Bot 046d6f5277 Add latest changes from gitlab-org/gitlab@master 2021-10-11 15:13:01 +00:00
GitLab Bot 43eab8d297 Add latest changes from gitlab-org/gitlab@master 2021-06-12 12:09:59 +00:00
GitLab Bot cf0dbcbf10 Add latest changes from gitlab-org/gitlab@master 2021-02-20 00:10:55 +00:00
GitLab Bot f3506a4dee Add latest changes from gitlab-org/gitlab@master 2020-12-02 00:09:45 +00:00
GitLab Bot 34e72e5412 Add latest changes from gitlab-org/gitlab@master 2020-05-21 18:08:27 +00:00
Mario de la Ossa eaada9d706 use Gitlab::UserSettings directly as a singleton instead of including/extending it 2018-02-02 18:39:55 +00:00
Annabel Dunstone Gray bdd1193f57 Remove confirmation.scss 2016-12-06 09:18:17 -06:00
Nick Thomas 9920551536 Enable CacheMarkdownField for the remaining models
This commit alters views for the following models to use the markdown cache if
present:

* AbuseReport
* Appearance
* ApplicationSetting
* BroadcastMessage
* Group
* Issue
* Label
* MergeRequest
* Milestone
* Project

At the same time, calls to `escape_once` have been moved into the `single_line`
Banzai pipeline, so they can't be missed out by accident and the work is done
at save, rather than render, time.
2016-10-07 02:54:26 +01:00
Sean McGivern 40b6d9064a Allow custom text on 'almost there' page
Add a new application setting, after_sign_up_text. This is text to be
rendered as Markdown and shown on the 'almost there' page after a user
signs up, but before they've confirmed their account.

Tweak the styles for that page so that centered lists look reasonable.
2016-06-08 19:08:53 +01:00
Phil Hughes 50ed43e490 Improved confirmation UX
Closes #4228
2016-04-21 20:20:09 -04:00