Douwe Maan
6b968a8fcd
Merge branch 'branch-invalid-name' into 'master'
...
Add JS validation for invalid characters in branch name
Fixes #3293
Demo:

See merge request !2122
2015-12-24 11:42:25 +00:00
Douwe Maan
541da4d51f
Merge branch 'issue_4189' into 'master'
...
Fix redirect to wrong URL when merging and MR detail URL has an anchor.
Closes #4189
See merge request !2169
2015-12-24 11:41:36 +00:00
Valery Sizov
999a374f77
Merge branch 'emoji-picker-search'into emoji_picker_frequently_used
2015-12-24 13:38:17 +02:00
Valery Sizov
e622259d5b
Merge branch 'emoji-picker-fix' into 'master'
...
Emoji picker: better alias handling
related to https://gitlab.com/gitlab-org/gitlab-ce/issues/3576
See merge request !2198
2015-12-24 11:24:03 +00:00
Valery Sizov
d4e9c75844
Merge remote-tracking branch 'origin/master' into emoji-picker-search
2015-12-24 12:01:22 +02:00
Valery Sizov
5da8c1f77a
fixes after review
2015-12-24 11:57:46 +02:00
Valery Sizov
694579ce04
Merge branch 'emoji-picker-fix' into emoji-picker-search
2015-12-24 11:50:58 +02:00
Valery Sizov
b6de0d2830
Emoji picker: better alias handling
2015-12-24 11:28:55 +02:00
Jacob Schatz
00e967a07f
removes unused alert from issue spec. Requires flash in the *implementation* instead of the spec.
2015-12-23 20:57:16 -05:00
Jacob Schatz
6592bfbb9e
Moves star code to a class
2015-12-23 20:36:29 -05:00
Jacob Schatz
7ba4482fcf
fixes failing test by updating project clone instructions
2015-12-23 19:57:30 -05:00
Jacob Schatz
3ece40c222
fixes the search for projects
2015-12-23 18:27:38 -05:00
Jacob Schatz
e11ee5ff01
adds test for issue close/reopen failure
2015-12-23 17:41:05 -05:00
Jacob Schatz
b3e4bc5911
resolves conflicts with new buttons
2015-12-23 17:05:29 -05:00
Dmitriy Zaporozhets
c53742b14d
Merge branch 'rs-update-jquery' into 'master'
...
Bump jquery-rails to ~> 4.0.0, jquery-ui-rails to ~> 5.0.0
Closes #2859
See merge request !2183
2015-12-23 12:05:48 +00:00
Valery Sizov
efe98067da
emoji picker search
2015-12-23 13:08:47 +02:00
Robert Speicher
5ad192ced2
Fix paths for jquery-ui assets
2015-12-22 17:14:01 -05:00
Valery Sizov
a56d357be0
TYPO in the comment
2015-12-22 23:12:23 +02:00
Valery Sizov
a48dd40a92
base implementation of emoji picker [ci skip]
2015-12-22 23:12:23 +02:00
Valery Sizov
d794ae8e1f
add frequently used category to emoji picker
2015-12-22 23:04:19 +02:00
Valery Sizov
f049b93965
TYPO in the comment
2015-12-22 20:02:22 +02:00
Valery Sizov and Valery Sizov
2eed8007bf
base implementation of emoji picker [ci skip]
2015-12-22 16:48:55 +02:00
Rubén Dávila
42da7cd375
Fix redirect to wrong URL when merging and MR detail URL has an anchor. #4189
2015-12-21 22:59:15 -05:00
Douglas Barbosa Alexandre
23b436dc93
Fix minor stylistic complaints
2015-12-21 22:21:10 -02:00
Jacob Schatz
3ea3d9ef28
changes issue-box to status-box since html was changed as well
2015-12-21 17:10:27 -05:00
Jacob Schatz
453479143d
adds alerts for when http request errors out in some way.
2015-12-21 17:03:28 -05:00
Jacob Schatz
801b801bf0
removes console logs
2015-12-21 16:46:36 -05:00
Jacob Schatz
1f5b8e88f3
changes data-url to href for javascript url grabbing
2015-12-21 16:45:52 -05:00
Jacob Schatz
531d06d170
removes console.logs
2015-12-21 16:16:04 -05:00
Jacob Schatz
70dfa3a721
open and close issue via ajax request. With tests
2015-12-21 13:06:09 -05:00
Douglas Barbosa Alexandre
95a67cdbcf
Merge branch 'master' into branch-invalid-name
2015-12-18 11:46:10 -02:00
Douwe Maan
d9c82d679f
Automatically fork a project when not allowed to edit a file.
2015-12-18 10:03:34 +01:00
Douglas Barbosa Alexandre
05737f6c85
Add restriction for single characters in branch name
2015-12-17 19:45:11 -02:00
Douglas Barbosa Alexandre
e26d1b4757
Remove extra spaces in the error messages
2015-12-17 19:44:28 -02:00
Douglas Barbosa Alexandre
1757e6ef65
Add JS validation for invalid characters in branch name
...
More info about valid ref names:
https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.ht
ml
2015-12-17 17:17:37 -02:00
Dmitriy Zaporozhets
4b7c9c7fe2
Revert sidebar position for issue and merge request
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-12-17 10:34:15 +01:00
Douwe Maan
79c90821ac
Rename .issuable-details to .detail-page (and -header and -description)
2015-12-16 16:13:22 +01:00
Dmitriy Zaporozhets
b4ea6ad16a
Few UI improvements to new sidebar implementation
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-12-11 20:11:23 +01:00
Dmitriy Zaporozhets
aa5bf4097b
Make edit link on issuable sidebar works
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-12-11 20:11:23 +01:00
Robert Speicher
48eccdb2fc
Merge branch 'fix-delete-notes-on-merge-request-diff' into 'master'
...
Fix delete notes on merge request diff
Fixes #3971
See merge request !2061
2015-12-11 12:49:55 -05:00
Douwe Maan
a2a68858c8
Merge branch 'feature/project_js_from_ee' into 'master'
...
Aling project js with EE
The MR ports the changes introduced by gitlab-org/gitlab-ee!70 in `project.js.coffee`.
See merge request !2054
2015-12-11 15:13:26 +00:00
Grzegorz Bizon
d1211e0ada
Fix award-emojis alert flash message
...
This adds a new feature to `Flash` that allows to pin it after a
specified selector. This removes a fixed position from such award-emoji
alert, and makes it responsive by design of selector that this alert is
pinned to.
Closes #3996
2015-12-11 13:50:14 +01:00
Valery Sizov
72b7d1f59d
emoji aliases problem
2015-12-11 13:17:12 +02:00
Douglas Barbosa Alexandre
1f893022fd
Remove note from MR discussion when deleting it in the changes tab
2015-12-10 22:07:25 -02:00
Douglas Barbosa Alexandre
9d6e5f0a28
Make selectors more specific when scroll to element
2015-12-10 15:42:00 -02:00
Douglas Barbosa Alexandre
67913670dc
Make selectors more specific when setting the tab content
...
Reason: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2023
2015-12-10 13:50:31 -02:00
Douglas Barbosa Alexandre
0c54c9a8a3
USe innerHtml to avoid slow performance on a MR with very large diff
2015-12-10 13:42:10 -02:00
Borja Aparicio
01cafa1d90
Aling project js with EE
2015-12-10 16:27:34 +01:00
Douglas Barbosa Alexandre
429932a8b4
Ensure new notes are highlighted properly on a merge request diff
2015-12-09 12:17:00 -02:00
Douglas Barbosa Alexandre
05f06955ba
Ensure existing notes are highlighted properly on a merge request diff
2015-12-09 12:16:54 -02:00