Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-08Remove comma from issuable emailRajat Jain
2019-01-07Add help icon next to private emailRajat Jain
2018-08-25Reject ruby interpolation in externalized stringsBob Van Landuyt
When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
2018-06-01Updated the styling for modal titlessamdbeckham
2018-06-01Updates a load of modal headers to use better markupsamdbeckham
2018-04-13[skip ci] input-group-btn's input-group-text should not create a new divClement Ho
2018-04-12[skip ci] .input-group-btn into .input-group-prepend, .input-group-appendClement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-02-28Add mail_to button new issue by email modalIslam Wazery
2017-12-05Create merge request from emailJan Provaznik
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878