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
2019-04-12Fixes stylelint for page_title.scssFilipa Lacerda
Replaces CSS with BS4 Utility classes
2019-03-28Improve project avatar settingsLuke Bennett
Prioritize and simplify project settings content.
2018-11-07Fix new group visibility form for non-adminsLuke Bennett
Removes an owner permission check before rendering the visibility select radio inputs as non-admins will not have permission. Ensures all users creating a group can select its visibility.
2018-10-30Resolve "Create new group: Rename form fields and update UI"Martin Wortschack
2018-10-19Change single-item breadcrumbs to page titlesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett
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-06-26Resolve "Explain what Groups are in the New Group page"Luke Bennett
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
2017-07-12moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes
2017-07-07fixed breadcrumb titlesPhil Hughes
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-02-16Improve DRYness of viewsZ.J. van de Weg
2017-02-16Add newline at end of icon fileFilipa Lacerda
2017-02-16Adds html and css to add mattermost team name to group in new and editFilipa Lacerda
2017-02-16Adds Mattermost label and icon to new group formFilipa Lacerda
2017-02-16Create MM team for GitLab groupZ.J. van de Weg
2017-01-06Fix html in order to make items accessible through keyboard navigationFilipa Lacerda
Adds CHANGELOG entry Adds MR ID to CHANGELOG entry
2016-11-02Initialize form validation on new group form.Bryce Johnson
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-10Prevent projects to have higher visibility than groupsFelipe Artur
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
2016-03-10Add permission level to groupsFelipe Artur
2015-12-02Add cancel button to forms that didn't have one alreadyDouwe Maan
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-06-16Bootlint: Use offset grid classes instead of empty divsRobert Speicher
2015-05-01Add helpers for header title and sidebar, and move setting those from ↵Douwe Maan
controllers to layouts.
2014-10-21Merge pull request #8113 from cirosantilli/factor-group-formsDmitriy Zaporozhets
Factor group forms
2014-10-21Merge pull request #8111 from cirosantilli/dry-group-avatar-buttonRobert Schilling
Factor choose group avatar button
2014-10-21Factor group formsCiro Santilli
2014-10-21Factor choose group avatar buttonCiro Santilli
2014-10-21Factor group tipsCiro Santilli
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-06-24Merge branch 'patch-2' into 'master'Dmitriy Zaporozhets
Add autofocus and tabindex to newGroup. Hi, I've increase accessibility with a autofocus and tabindex on the new group view (like new project).
2014-05-20Allow set group avatar when create group. Not only edit pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-19Add autofocus and tabindex.Metalaka
2014-01-08Fix new group formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-02Restyle issue form. Replace inputsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31alert-error to alert-dangerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Migrate forms and inputs pt1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Update form classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-23Non-logic wording and grammar for the new group viewJon Bringhurst
2013-10-18Remove "is" from labelsDavid Pursehouse
2013-08-08Replace xlarge and xxlarge classesDmitriy Zaporozhets
2013-08-08use control-group classes for inline forms in profile and group pagesDmitriy Zaporozhets
2013-06-07navless layout for new group/team. Proper title for this pagesDmitriy Zaporozhets
2013-04-10Hat tip to Jan Mauritz Faber for his suggestions.Sytse Sijbrandij
2013-03-01better presenting for group descriptionDmitriy Zaporozhets