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
2021-03-12Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc41GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-26Add default colors for broadcast messagesAmmar Alakkad
2019-05-27Fix col-sm-* in forms to keep layoutTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-05-21Update broadcast message iconsJarek Ostrowski
Add icons from gitlab-svgs Remove btn-sm class for better sizing Add changelog Update mr number changelog Change to sprite_icon
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
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-13[skip ci] Convert btn-xs to btn-smClement 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
2018-02-05Replace $.ajax in admin broadcast messages with axiosClement Ho
2017-07-12moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
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-12-31HAMLLint: Fix `SpaceBeforeScript` 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-02-05Improve admin broadcast messages pageDmitriy Zaporozhets
* Show latest broadcast messages first on admin page * Use nice looking pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13Remove (invalid) timestamp formattingRobert Speicher
2016-01-13Move `BroadcastMessage#status` to a helper since it's presentationalRobert Speicher
2016-01-13Broadcast Messages can now be editedRobert Speicher
Closes #3046
2016-01-13Move broadcast message form to a partialRobert Speicher
2016-01-13Style the broadcast message formRobert Speicher
2016-01-13Add js-requires-input to formRobert Speicher
2015-06-08Fix broadcast message colors to one displayed in previewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Add a page title to every page.Douwe Maan
2015-03-24Update help texts and default value settingAndrew Tomaka
2015-03-24Update broadcast messages to use color_fieldAndrew Tomaka
2015-03-14Refactor buttonsDmitriy Zaporozhets