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-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-03-01Fix transient dirty submitLuke Bennett
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-17Prettify all spec filesMike Greiling
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett