- 14 Apr, 2016 1 commit
-
-
Phil Hughes authored
Updated JS spec to include gl_form
-
- 12 Apr, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 05 Apr, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 04 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 02 Mar, 2016 1 commit
-
-
Robert Speicher authored
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!
-
- 05 Feb, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Moved the positioning of the dropdown to be more aligned with the title Closes #13219 and #13214
-
- 01 Feb, 2016 1 commit
-
-
Robert Speicher authored
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
-
- 30 Jan, 2016 1 commit
-
-
Phil Hughes authored
-
- 12 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 09 Jan, 2016 1 commit
-
-
Robert Speicher authored
- No longer depends on the "hidden checkbox". - No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo. - Event-based. - Simplifies the state-based styling.
-
- 07 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 06 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 24 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Jacob Schatz authored
-
- 23 Dec, 2015 2 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
- 22 Dec, 2015 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 21 Dec, 2015 4 commits
-
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
- 17 Dec, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 16 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 08 Dec, 2015 1 commit
-
-
Robert Speicher authored
Prior, any of the specified IDs could have been hijacked by a table of contents header, breaking the tab functionality. For example, a `## Notes` header would get the id `notes` and prevent the Discussion tab from being activated. Closes #3908
-
- 13 Oct, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Oct, 2015 4 commits
-
-
Robert Speicher authored
phantomjs < 2.0 doesn't support creating `KeyboardEvent` so the tests were failing on CI
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Side-effect: This simplifies the requiresInput handler
-
- 10 Sep, 2015 1 commit
-
-
Robert Speicher authored
Also makes it work when given a parent element containing a `.js-syntax-highlight` element so for dynamically-added things like notes or Markdown previews, we can more accurately target just the element we care about.
-
- 04 Sep, 2015 1 commit
-
-
Robert Speicher authored
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2466
-
- 23 Jul, 2015 1 commit
-
-
Stan Hu authored
On the first load, the merge request tabs would be requested in JSON format to render the HTML. This would cause the "Reload with full diff" button to create a link to diff.json. Closes #2041
-
- 18 Jul, 2015 1 commit
-
-
Robert Speicher authored
-
- 27 Jun, 2015 2 commits
-
-
Robert Speicher authored
These have been replaced by the "requiresInput" behavior.
-
Robert Speicher authored
-
- 26 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Jun, 2015 1 commit
-
-
Robert Speicher authored
-