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
2022-07-20Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot
2022-06-20Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2018-06-01Updates a load of modal headers to use better markupsamdbeckham
2018-04-13[skip ci] Replace col-*-offset-* with offset-*-*Clement Ho
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2017-08-01Inline script cleanup globals and easyTim Zallmann
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-09Revert 'New file from interface on existing branch'Douwe Maan
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
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!
2015-11-17Add "Start a new merge request" option to every commit formDouwe Maan
2015-06-27Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher
These have been replaced by the "requiresInput" behavior.
2015-06-16Bootlint: Modals no longer need a '.hide' classRobert Speicher
2015-06-16Bootlint: Use offset grid classes instead of empty divsRobert Speicher
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2014-10-28Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets
Use button type=submit instead of input.
2014-10-02Factor commit message textareas.Ciro Santilli
2014-10-01Use button type=submit instead of input.Ciro Santilli
2014-09-11Disable buttons if required forms are emptyRobert Schilling
2014-04-16Commit message textareas have 72 char mark line.Ciro Santillli
2014-01-05Fix blob remove modal styleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-01Fix modal dialogsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-01Include tw bootstrap manually. Fix hide classDmitriy 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-12-31css class .hide has \!important so use gl-hide insteadDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-19Remove file from repository featureDmitriy Zaporozhets
After click on remove file button you will be asked for commit message via modal window. After submitting modal form file will be removed from repository Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>