Jacob Schatz
b3f4e8b218
Revert "Merge branch 'sentry-js' into 'master'
"
...
This reverts commit 0f309794e7 , reversing
changes made to 1e596fef1c .
2016-04-21 07:27:27 -04:00
Jacob Schatz
7dc16fe6ba
Merge branch 'issue_14678' into 'master'
...
Refresh page according remaining todos
Fixes #14678
See merge request !3428
2016-04-20 22:26:21 +00:00
Robert Speicher
91c00faee8
Merge branch 'due-date-frontend' into 'master'
...
Add due date to issues
Closes : #12709
See merge request !3614
2016-04-20 20:43:25 +00:00
Robert Speicher
0f309794e7
Merge branch 'sentry-js' into 'master'
...
Add Sentry logging for JavaScript errors
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12675
See merge request !3795
2016-04-20 19:52:27 +00:00
Phil Hughes and Robert Speicher
461608e14c
replace hyphens to commas when converting date
2016-04-20 15:43:32 -04:00
Phil Hughes and Robert Speicher
4eeef19824
Fixed date issue with timezones
2016-04-20 15:43:32 -04:00
Phil Hughes and Robert Speicher
49628664ee
Removed buttons instead clicking date sets it
...
Fixed issue with dropdown not being toggleable again
2016-04-20 15:43:32 -04:00
Phil Hughes and Robert Speicher
e219867cd0
Updates sidebar value
2016-04-20 15:42:09 -04:00
Phil Hughes and Robert Speicher
f56c626315
Fixed issue with bootstrap dropdown closing the calendar
2016-04-20 15:42:09 -04:00
Phil Hughes and Robert Speicher
7617ae2565
Fixed issue with selectbox not hiding
2016-04-20 15:42:09 -04:00
Phil Hughes and Robert Speicher
aa22106b30
Posts the due date through AJAX
2016-04-20 15:42:09 -04:00
Jacob Schatz
692c35e6f4
Merge branch 'multi-filter-labels' into 'master'
...
Mutliple label filter
Fixes #989
See merge request !3438
2016-04-20 19:18:32 +00:00
Phil Hughes
ab93ea04aa
Correctly checks for undefined in coffeescript 🙈
2016-04-20 17:52:55 +01:00
Phil Hughes
439a72803b
Any label & no label out weigh other labels - these two will clear previously selected labels
...
Fixed issue with no label not working correctly
2016-04-20 17:23:10 +01:00
Jacob Schatz
364354bce4
Merge branch 'edit-link-anchor-stop' into 'master'
...
Fixed issue with sidebar edit links toggling anchor
This caused an issue with the page scrolling from the bottom to the top. Also stopped the dropdown links doing the same.
See merge request !3819
2016-04-20 16:18:44 +00:00
Phil Hughes
75626d5f01
Label text color comes from JSON
...
Created issuable singleton to house the filtering
2016-04-20 17:00:12 +01:00
Arinde Eniola
a845252983
get the multi filter labels feature to work on merge request, also escape characters in the templates to prevent xss attack
2016-04-20 13:55:19 +01:00
Phil Hughes
1a7ccd0f0a
Removed animation from labels filter
2016-04-20 11:47:35 +01:00
Robert Speicher
3d4875f86a
Merge branch 'license-templates-and-api-12804' into 'master'
...
License templates when creating/editing a LICENSE file
Closes #12804
See merge request !3660
2016-04-20 01:38:49 +00:00
Arinde Eniola
3e7a8b0789
place the sentry config into a new file, and some changes
2016-04-19 22:04:52 +01:00
Robert Speicher
8de18d417d
Remove XSS vulnerability in Label and Milestone dropdowns
2016-04-19 13:41:08 -04:00
Arinde Eniola
5cefd8ab76
some refactoring
2016-04-19 17:22:55 +01:00
Phil Hughes
114d3c9846
Fixed issue with sidebar edit links toggling anchor
...
This caused an issue with the page scrolling from the bottom to the top. Also stopped the dropdown links doing the same.
2016-04-19 14:32:21 +01:00
Arinde Eniola
5661f47d38
some changes and add item to changelog
2016-04-19 11:48:37 +01:00
Phil Hughes
d1b2e7b440
Trigger filtering after ajax is complete in dropdown
...
Closes #15186
2016-04-19 10:26:07 +01:00
Alfredo Sumaran
3602aa7d68
Use Turbolinks to redirect
2016-04-18 16:28:30 -05:00
Jacob Schatz
09d2da2091
Merge branch 'dropdown-filter-select' into 'master'
...
Fixed issue with multi select not working with arrow keys
See merge request !3792
2016-04-18 19:14:40 +00:00
Jacob Schatz
4c59557f94
Merge branch '645-profile-update-bug' into 'master'
...
Add null check to formData.append
Fixes https://gitlab.com/gitlab-com/support-forum/issues/645
See merge request !3799
2016-04-18 19:08:42 +00:00
Jacob Schatz
f18c613383
Merge branch 'dropzone-class-remove' into 'master'
...
Removes dropzone focus class after dropping file
See merge request !3756
2016-04-18 18:37:00 +00:00
Jacob Schatz
e4f1d1367b
Merge branch 'commit-timeago-fix' into 'master'
...
Fixed issue with commit time not using timeago
See merge request !3723
2016-04-18 18:05:53 +00:00
Annabel Dunstone
beb32f31fb
Add null check to formData.append
2016-04-18 13:04:36 -05:00
Arinde Eniola
3e62dc3be5
add some configs
2016-04-18 18:56:38 +01:00
Jacob Schatz
001fe515cf
Make unminified Raven available.
...
Use the correct sentry dsn.
2016-04-18 12:37:50 -04:00
Jacob Schatz
5f98fdcdc9
Add sentry logger to GitLab
2016-04-18 12:26:32 -04:00
Phil Hughes
872d31d6e9
Fixed issue with spinner not hiding on diff changes
2016-04-18 16:56:48 +01:00
Phil Hughes
ea71145418
Fixed issue with multi select not working with arrow keys
2016-04-18 16:45:49 +01:00
Jacob Schatz
2c8c898318
Merge branch 'import-feedback' into 'master'
...
Added loading icon to import buttons
See #14488 for more details
See merge request !3662
2016-04-18 13:30:16 +00:00
Rémy Coutable
13804aba86
Continue implementation of the license template selector and /licenses API endpoint
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-04-18 14:47:50 +02:00
Anton Davydov and Rémy Coutable
073c3d15c7
Initial implementation if license template selector and /licenses/:key API endpoint
2016-04-18 14:47:50 +02:00
Phil Hughes
fe3ac403b9
Addressed feedback
2016-04-18 13:45:26 +01:00
Dmitriy Zaporozhets
2b8fc1387b
Merge branch 'edit-last-comment' into 'master'
...
Scroll to the last comment I made and edit it.
Pressing up in an empty comment box will edit your last comment.
Also now when you click edit on a comment it will put the cursor at the end.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15267

See merge request !3757
2016-04-18 11:49:42 +00:00
Arinde Eniola
259970ca1b
abstract code for removing or getting a param query string from url
2016-04-16 23:30:31 +01:00
Jacob Schatz
dd0478656d
Add move cursor to last character for editing comment also.
2016-04-16 16:08:53 -04:00
Jacob Schatz
ef9f5579d2
Fix coding style issues. Dashes to camelCase
2016-04-16 15:56:19 -04:00
Alfredo Sumaran and Jacob Schatz
16459fddd4
Fixes multiple ajax request and incorrect data being set for the current issuable
2016-04-16 07:21:28 -04:00
Jacob Schatz
262ca7b651
When editing put the cursor at the end of the textarea
2016-04-15 16:36:25 -04:00
Jacob Schatz
f2d94c5d86
Scroll to the last comment I made and edit it.
2016-04-15 16:05:37 -04:00
Phil Hughes
2c5ab1b61f
Removes dropzone focus class after dropping file
2016-04-15 18:24:16 +01:00
Arinde Eniola
a0a423fee7
fix failing tests
2016-04-15 18:18:31 +01:00
Jacob Schatz
bb59a1f98e
Merge branch 'assign-to-issuable-opener' into 'master'
...
Issuable can be assigned to author
Closes #9014
The only difference with #9014 is that I thoughed the author should also be
able to assign the issue. If this is unwanted behavior Ill revert it.
/cc @DouweM
See merge request !2765
2016-04-15 15:43:26 +00:00