| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #12621
|
|\
| |
| |
| |
| |
| |
| | |
Show list of forks for a given Project
Closes #2406
See merge request !2376
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds feature: Ajax Close/Open updates discussion automatically
Triggers jQuery event <br/>
Fixes #5544
See merge request !2610
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Triggers jQuery event
Fixes #5544
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Limit jquery-ui requires to what we actually use
See merge request !2274
|
| |/ /
| | |
| | |
| | |
| | | |
This commit is a smoke test to run CI and see if we get back any JS
errors.
|
|/ /
| |
| |
| | |
Fixes #2307
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Highlight note code and edit preview
More highlighting fixes! Highlighting wasn't applied all the way for
code in notes, diff notes diffs and diff preview (on the file edit page).
The CSS changes further unify the styling for file-content highlighting,
diff highlighting and note code highlighting.
See merge request !2594
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
All inputs of type `search` will have the gray background
and search icon centered.
Because the search magnifier is a bg image,
I had to hide it with `[value=""]`.
I added a little javascript to make sure each input always has it's
own value.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Don't vendor minified JS
Fixes #4031
See merge request !2494
|
| | |
| | |
| | |
| | |
| | |
| | | |
This version was compiled to use in the browser through Browserify.
More info or how to compile a new version:
https://gitlab.com/dbalexandre/fuzzaldrin-plus-browserify
|
| | | |
|
| | | |
|
| | | |
|
| |/
| |
| |
| |
| | |
The filename is titlecased because that's how it came from the vendor,
and we're not touching it.
|
|\ \ |
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| |\ \
| | | |
| | | |
| | | | |
fix-comment-on-diff-ajax-loading
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Replace 'rel' attributes with 'data' or 'id' attributes
- Style jQuery methods chaining according to Jacob's guidelines
- Rename a method
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commits also fixes two minor issues:
- Ensure notes that the current user is not allowed to see are not
returned in the AJAX notes loading
- Ensure the notes counter badge is decremented of 1 instead of 2
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes tooltip doesn't duplicate the "me" name.
Checks that "me" is not in the array of names in tooltip

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/7978
See merge request !2454
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Stopped looking for existing user since remove functionality is fixed.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Issue was: blank space was rendering
as a element in an array of authors.
Element was being used by `join`.
Original fix !2450 was trying to remove the space after it happened.
This checks properly for it and only moves forward if it does not exist.
Also removes "me" upon unchecking emoji.
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
Checks that "me" is not in the array of names in tooltip
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Adds "t" as a shortcut for find file anywhere
See merge request !2507
|
| |/ |
|
|/
|
|
|
|
| |
This is instead of increasing star & fork count
Fixed #11396
|
|\
| |
| |
| |
| |
| |
| | |
Remove leading comma when user is the only one to award that emoji
Fixes #9073
See merge request !2450
|
| |
| |
| |
| | |
Fixes #9073
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Fixes issue where firefox does not delete message after comment submit
Issue was **not** in the way comment was being submitted.
`app/assets/javascripts/awards_handler.coffee` was throwing an error.
This error was preventing any js from running after it.
Fixes #1473
See merge request !2452
|
| |
| |
| |
| |
| |
| |
| | |
Issue was **not** in the way comment was being submitted.
`app/assets/javascripts/awards_handler.coffee` was throwing an error.
This error was preventing any js from running after it.
Fixes #1473
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Issue page keeps jumping up
This happens when the discussion side is smaller than the sidebar and the sidebar will need to scroll. When this happens I calculate the height of the two and see if the discussion panel is smaller and make them the same height and add a class `no-affix` which makes the sidebar relative positioning so it won't stick to the top.
See merge request !2417
|
| | |
| | |
| | |
| | | |
sidebar is bigger, and not allowing affix to do fixed position on the sidebar
|
| | | |
|
| |/
|/|
| |
| | |
[ci skip]
|
| |
| |
| |
| |
| |
| | |
Elements searched for by jQuery no longer existed in the DOM.
Javascript was also unnecessarily complex, for using jQuery
Fixes #8109
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since GitHub doesn’t apply these constraints to theirs wiki slug
allowing characters like `,`, `:`, `*`, etc, we need to relax our
constraints or some wiki pages will not be available after they were
imported.
For an example the Devise project have a wiki page with the following
slug: “How To: Add sign_in, sign_out, and sign_up links to your layout
template”
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
fixes bug with commenting on merge requests
See merge request !2415
|