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
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-17Fix throttling issue in form dirty checkingNathan Friend
This commit fixes an issue that was causing the "Save changes" button to be incorrectly enabled or disabled when changes were made to a form. (Specifically, some of the subsections in the project settings pages.)
2019-04-11Improve project settings pageLuke Bennett
Prioritize and simplify project settings content.
2019-01-22Fix DirtySubmit handling of checkbox and radio inputsLuke Bennett
Most browsers do not fire the "input" event for checkboxes or radios. Adds a "change" listener to properly trigger these DirtySubmit updates.
2018-11-06Fix save button not activating when original setting started as nullStan Hu
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett