summaryrefslogtreecommitdiff
path: root/app/views/admin/broadcast_messages
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* twbs3 for broadcase messages pageDmitriy Zaporozhets2014-01-041-8/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle issue form. Replace inputsDmitriy Zaporozhets2014-01-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Include tw bootstrap manually. Fix hide classDmitriy Zaporozhets2014-01-011-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* alert-error to alert-dangerDmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate forms and inputs pt1Dmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-10/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* css class .hide has \!important so use gl-hide insteadDmitriy Zaporozhets2013-12-311-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add validations to BroadcastMessage color and fontDmitriy Zaporozhets2013-12-191-2/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Customization and previewing of broadcast messagesAndrew Tomaka2013-12-181-1/+14
|
* Improve formulation of the sentence.Sytse Sijbrandij2013-11-141-1/+1
|
* Ability to remvoe broadcast messagesDmitriy Zaporozhets2013-11-121-1/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Broadcast messages scaffold in admin areaDmitriy Zaporozhets2013-11-121-0/+41
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>