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
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-24Fix clone URL alignment on project pageAnnabel Dunstone Gray
2018-05-21Merge branch 'master' into bootstrap4Clement Ho
2018-05-16Add timezone information to the date time select labelsAndreas Kämmerle
2018-04-25Revert .hide to .d-none conversionClement Ho
2018-04-13[skip ci] Replace col-*-offset-* with offset-*-*Clement Ho
2018-04-13[skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-04-11[skip ci] .control-label to .col-form-labelClement Ho
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2017-06-19Use color inputs for broadcast messagesAnnabel Dunstone Gray
2017-01-24HAMLLint: Fix `UnnecessaryInterpolation` and `UnnecessaryStringOutput` ↵Kushal Pandya
offences correctly
2017-01-24HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
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-09-29remove instances of <input type="color" /> due to inconsistent browser supportMike Greiling
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
2016-03-02Change `js-quick-submit` behavior to expect the class on the formRobert Speicher
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
2016-02-06Allow limited Markdown in Broadcast MessagesRobert Speicher
Closes #11853
2016-01-13Broadcast Messages can now be editedRobert Speicher
Closes #3046
2016-01-13Move broadcast message form to a partialRobert Speicher