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-04-19Fix failing spec because of light-well referenceClement Ho
2018-04-13[skip ci] Convert wells to card, port info-wellClement Ho
2018-04-13[skip ci] add col-sm-* for form-horizontal changes to keep layoutClement Ho
2018-04-12[skip ci] .input-group-addon to .input-group-prepend, .input-group-appendClement 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-11[skip ci] .help-block to .form-text.text-mutedClement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2017-08-18various breadcrumb updatesPhil Hughes
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` 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-07-27Removes two simple instances of inline JavaScript.Connor Shea
2016-04-11Merge branch 'rs-form_errors' into 'master' Dmitriy Zaporozhets
Standardize the way we check for and display form errors - 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. See merge request !3531
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-04-04Fix missing paddings in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-17Add label description in tooltip to labels in issue index and sidebarDouwe Maan
2016-02-17Label description and Label rowTap
- Add label description - Show label row when filtering issues or merge requests by label
2016-01-11Improve admin area button styleDrew Blessing
2015-12-03Merge branch 'master' into ui/form-consistencyDouwe Maan
2015-12-03Fix failures in masterValery Sizov
2015-12-02Use consistent casing for form field labelsDouwe Maan
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-11-10Replace CoffeeScript block into JavaScript in Views.Jason Lee
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
2015-09-26Fix grammar in admin area labels .nothing-here-block when no labels exist.Aaron Snyder
updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
2015-09-03CRUD for admin labelsValery Sizov