| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Steps to reproduce:
1. Go to a MR or issue
2. Click on "thumbsup" Emoji 3 times
3. Observe the tooltip becomes "me, me"
Closes #13374, #12788
|
|\
| |
| |
| |
| |
| |
| | |
Add ajax filtering to all paged project lists. Fixes #13182
See merge request !2728
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
ajax filter.
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Prevent rasterization artifacts in the logo, and simplify markup.
- Remove sketch-namespaced attributes.
- Remove unused groups, and cancel out unnecessary transforms.
- Use overlap to avoid rasterization artifacts in the logo.
- Remove viewBox parameter and define paths in their final form.
See merge request !2741
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Remove sketch-namespaced attributes.
- Remove unused groups, and cancel out unnecessary transforms.
- Use overlap to avoid rasterization artefacts in the logo.
- Extend comment for `#logo` click event handler, as it's a non-obvious hack for Safari.
- Remove viewBox parameter and define paths in their final form.
|
|/
|
|
| |
Closes #11853
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Feature/jschatz1/sidebar features
* Changes sidebar width (290px).
* Makes shortcuts for <kbd>j</kbd> and <kbd>k</kbd> keys for next and previous issues.

cc/ @dzaporozhets
See merge request !2734
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
Fixes for issue with poor logo transition animation on Safari
See merge request !2690
|
| |
| |
| |
| |
| |
| |
| |
| | |
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors
Updated comments and Changelog
Removed duplicate line in changelog
|
| |
| |
| |
| | |
Thanks @rspeicher
|
| |
| |
| |
| |
| |
| | |
Change edited icon to word.
Change edited text color to gray
cc/ @creamzy
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Page project list on dashboard
See merge request !2689
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
Implement new design for issue and merge request right sidebar
Fixes #3981
See merge request !2645
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
[WIP]
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds the markdown link at the cursor poisition
When writing a comment and then dropping an image it will correctly add the image markdown link at the cursor position

Tested in Chrome & Firefox and both working fine :thumbsup:
Fixes #12822
cc. @jschatz1
See merge request !2648
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
When writing a comment and then dropping an image it will correctly add the image markdown link at the cursor position
Fixes #12822
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added dropdown to list all projects on project header
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212
When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user.
When closed:

When open:

cc. @jschatz1
See merge request !2438
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|