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
2016-07-24ES6ify all the things!Fatih Acet
2016-04-13Merge branch 'fix-bug-causing-comment-to-submit-twice' into 'master' Jacob Schatz
Fix bug causing comment form in issue to submit twice when CTRL+Enter is pressed twice See merge request !3655
2016-04-12hide help block when user is creating a new project inside a groupArinde Eniola
2016-04-11fix bug causing comment form in issue to submit twice when CTRL+Enter is ↵Arinde Eniola
pressed twice
2016-03-04ctrl+enter on mac correctly submits formsPhil Hughes
Closes #4177
2016-03-02Contextually teach the user about the quick submit hotkeyRobert Speicher
When a user tabs to the submit button (i.e., the "wrong" way), we display a tooltip with the quick submit hotkey so they can learn the "right" way.
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!
2016-02-02Allow manual resize of js-autosize textareasRobert Speicher
First, the autosize library was being too controlling and removed the `resize` property from any elements to which it was attached, removing the drag handle. Second, we detect when the user manually resizes an autosize textarea, and then remove the autosize behavior from it and increase its max-height. This should allow for the best of both worlds. Closes #12832
2016-01-13Autosize textareasRobert Speicher
2015-10-08Check originalEvent.repeat *and* event.repeatRobert Speicher
phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI
2015-10-07Check originalEvent.repeatRobert Speicher
2015-10-07Add "Quick Submit" JS behaviorRobert Speicher
2015-10-07Require jquery.turbolinks in all JS specsRobert Speicher
Side-effect: This simplifies the requiresInput handler
2015-06-27Add "Requires Input" JS behaviorRobert Speicher
2015-05-06Remove taskable.jsRobert Speicher
2015-03-18enable line wrapping by default and remove the checkbox to change itHannes Rosenögger
2014-10-07Rename coffeescript fileVinnie Okada
2014-10-07Refactor task list tests and coffeescriptVinnie Okada
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-08-27Added a checkbox to toggle line wrapping in diff.Yuriy Glukhov
2014-05-24Improve notes form UI/UXDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso
2014-03-11Refactor js behaviours helpersDmitriy 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-31Migrate forms and inputs pt1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-08-06toggle content instead of disabling button for group members editingDmitriy Zaporozhets
2013-08-06Ability to edit group member permissionsDmitriy Zaporozhets
2013-03-27Prepare UI for notification settingsDmitriy Zaporozhets
2012-12-04Rename JS behaviorsRiyad Preukschas