summaryrefslogtreecommitdiff
path: root/app/views/admin/broadcast_messages
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-182-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-15/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-102-7/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-022-0/+10
|
* Add default colors for broadcast messages61787-the-colour-selector-for-broadcast-messages-should-provide-a-few-default-options-with-descriptive-labels-like-red-green-blueAmmar Alakkad2019-07-261-7/+15
|
* Fix col-sm-* in forms to keep layoutTakuya Noguchi2019-05-271-5/+10
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Update broadcast message icons39304-broadcast-message-buttonsJarek Ostrowski2019-05-211-2/+2
| | | | | | | | | | | Add icons from gitlab-svgs Remove btn-sm class for better sizing Add changelog Update mr number changelog Change to sprite_icon
* Add auto direction to support rtl languagesAhmad Haghighi2019-04-251-0/+1
|
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-2/+2
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix clone URL alignment on project pageAnnabel Dunstone Gray2018-05-231-2/+2
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-211-2/+2
|\
| * Add timezone information to the date time select labelsAndreas Kämmerle2018-05-161-2/+2
| |
* | Revert .hide to .d-none conversionClement Ho2018-04-241-2/+2
| |
* | [skip ci] Replace col-*-offset-* with offset-*-*Clement Ho2018-04-131-1/+1
| |
* | [skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho2018-04-121-5/+5
| |
* | [skip ci] Convert btn-xs to btn-smClement Ho2018-04-121-2/+2
| |
* | [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-7/+7
| |
* | [skip ci] .control-label to .col-form-labelClement Ho2018-04-111-5/+5
| |
* | [skip ci] Rename .hide to .d-noneClement Ho2018-04-091-2/+2
|/
* Replace $.ajax in admin broadcast messages with axiosClement Ho2018-02-051-1/+0
|
* moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes2017-07-122-2/+2
|
* improvements to breadcrumb titles, links & nestingPhil Hughes2017-07-062-0/+2
|
* Use color inputs for broadcast messagesAnnabel Dunstone Gray2017-06-191-2/+2
|
* HAMLLint: Fix `UnnecessaryInterpolation` and `UnnecessaryStringOutput` ↵22072-enable-haml-linters-phase-2Kushal Pandya2017-01-241-1/+1
| | | | offences correctly
* HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya2017-01-241-1/+1
|
* HAMLLint: Fix `SpaceBeforeScript` offencesKushal Pandya2016-12-311-1/+1
|
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-072-2/+5
| | | | | | | | | | | | | | | | | | | | 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.
* remove instances of <input type="color" /> due to inconsistent browser supportMike Greiling2016-09-291-2/+2
|
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-4/+2
| | | | | | | | | | | | - 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.
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-2/+2
| | | | | 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!
* Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-062-2/+6
| | | | Closes #11853
* Improve admin broadcast messages pageDmitriy Zaporozhets2016-02-051-1/+1
| | | | | | | * Show latest broadcast messages first on admin page * Use nice looking pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove (invalid) timestamp formattingrs-broadcastsRobert Speicher2016-01-131-2/+2
|
* Move `BroadcastMessage#status` to a helper since it's presentationalRobert Speicher2016-01-131-1/+1
|
* Broadcast Messages can now be editedRobert Speicher2016-01-133-22/+31
| | | | Closes #3046
* Move broadcast message form to a partialRobert Speicher2016-01-132-32/+38
|
* Style the broadcast message formRobert Speicher2016-01-131-5/+8
|
* Add js-requires-input to formRobert Speicher2016-01-131-3/+2
|
* Fix broadcast message colors to one displayed in previewDmitriy Zaporozhets2015-06-081-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Update help texts and default value settingAndrew Tomaka2015-03-241-4/+2
|
* Update broadcast messages to use color_fieldAndrew Tomaka2015-03-231-2/+2
|
* Refactor buttonsDmitriy Zaporozhets2015-03-141-1/+1
|
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-2/+2
|
* Fix unclear text in broadcast message view.Drew Blessing2014-04-251-2/+2
|