Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rewrite subscription javascript to accomodate new design | Mike Greiling | 2016-11-30 | 1 | -8/+4 |
| | |||||
* | Fixed dragging issue moving wrong issue after multiple drags of issueboards-issue-sorting | Phil Hughes | 2016-11-24 | 1 | -0/+1 |
| | |||||
* | Fixed dragging issues on issue boardsissue-boards-dragging-fix | Phil Hughes | 2016-11-23 | 2 | -1/+2 |
| | | | | Closes #24654 | ||||
* | Fixed issue boards counter border when unauthorizedissue-boards-counter-border-fix | Phil Hughes | 2016-11-16 | 1 | -1/+1 |
| | | | | | | When unauthorized the border on the counter in issue boards didn't span the whole way around Closes #23664 | ||||
* | Fixed issue boards when not logged inissue-boards-signed-out-state | Phil Hughes | 2016-11-14 | 5 | -5/+5 |
| | |||||
* | Refactor of issue boards to work with Vue2 | Phil Hughes | 2016-11-10 | 7 | -152/+134 |
| | |||||
* | Adds label description to issue board titleissue-boards-list-desciption-tooltip | Phil Hughes | 2016-11-01 | 1 | -1/+3 |
| | | | | Closes #22710 | ||||
* | Merge branch 'master' into issue-board-sidebarissue-board-sidebar | Phil Hughes | 2016-10-26 | 1 | -1/+1 |
|\ | |||||
| * | Use root_url for issue boards user link | Phil Hughes | 2016-10-24 | 1 | -1/+1 |
| | | | | | | | | Closes #23556 | ||||
* | | Moved avatar infront of labels | Phil Hughes | 2016-10-25 | 1 | -5/+5 |
| | | |||||
* | | Fixed users profile link in sidebar | Phil Hughes | 2016-10-25 | 2 | -2/+2 |
| | | | | | | | | | | | | Fixed new labels not being created Fixed scrolling issues | ||||
* | | Added button types | Phil Hughes | 2016-10-20 | 2 | -2/+2 |
| | | |||||
* | | Hides/shows the boards sidebar | Phil Hughes | 2016-10-20 | 3 | -6/+7 |
| | | | | | | | | | | | | Rather than constructing & then deconstructing, we know just hide & show the sidebar. This is done so we dont' have a memory leak on the frontend with objects getting created. | ||||
* | | Updated close sidebar icon | Phil Hughes | 2016-10-19 | 1 | -1/+1 |
| | | |||||
* | | Scroll board into view when clicking issue | Phil Hughes | 2016-10-19 | 3 | -3/+3 |
| | | | | | | | | | | Changed return statement instead of if Delete objects after issue is closed | ||||
* | | Merge branch 'master' into issue-board-sidebar | Phil Hughes | 2016-10-19 | 2 | -4/+19 |
|\ \ | |/ | |||||
| * | Moved data attribute values into helper method | Phil Hughes | 2016-10-12 | 2 | -10/+2 |
| | | |||||
| * | Updated to pass the board ID with the boards root to save conflicts with EE | Phil Hughes | 2016-10-11 | 2 | -2/+4 |
| | | |||||
| * | Update endpoint path for the frontend | Phil Hughes | 2016-10-11 | 2 | -1/+20 |
| | | |||||
| * | Fix links to issue boards | Douglas Barbosa Alexandre | 2016-10-11 | 1 | -1/+1 |
| | | |||||
| * | Add index action to Projects::BoardsController to return project boards | Douglas Barbosa Alexandre | 2016-10-11 | 1 | -0/+0 |
| | | |||||
* | | Fix issue when clicking links inside issue showing sidebar | Phil Hughes | 2016-10-07 | 1 | -1/+1 |
| | | |||||
* | | Added tests | Phil Hughes | 2016-10-07 | 1 | -1/+1 |
| | | |||||
* | | Fixed sidebar dropdowns to work with Vue | Phil Hughes | 2016-10-07 | 2 | -2/+2 |
| | | |||||
* | | Styling updates to sidebar to match design | Phil Hughes | 2016-10-07 | 1 | -1/+1 |
| | | |||||
* | | Correct the issue update path | Phil Hughes | 2016-10-07 | 4 | -4/+4 |
| | | |||||
* | | Fixed issue with dragging opening the issue sidebar | Phil Hughes | 2016-10-07 | 1 | -2/+4 |
| | | | | | | | | Added indicator when issue detail is visible | ||||
* | | Sidebar details update when changing | Phil Hughes | 2016-10-07 | 7 | -30/+89 |
| | | | | | | | | | | Need to get working the subscription Styling updates | ||||
* | | Show clicked issue data in the sidebar | Phil Hughes | 2016-10-07 | 6 | -33/+97 |
| | | |||||
* | | Added markup for sidebar | Phil Hughes | 2016-10-07 | 3 | -5/+48 |
|/ | |||||
* | Change user & group landing page routing from /u/:name & /groups/:name to /:name | Dmitriy Zaporozhets | 2016-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Shows error if response returns an errorissue-boards-new-issue | Phil Hughes | 2016-10-06 | 1 | -0/+3 |
| | | | | Added validation so the user shouldnt be able to submit the form without the title present | ||||
* | Fix form not re-enabling thanks to jQuery | Phil Hughes | 2016-10-06 | 2 | -2/+3 |
| | | | | Stop issue being dragged if it doesn't have an ID | ||||
* | Changed new issue button permissions | Phil Hughes | 2016-10-06 | 1 | -1/+1 |
| | | | | This is because contributors can't create issues with labels | ||||
* | Added tooltip to new issue button | Phil Hughes | 2016-10-06 | 1 | -2/+4 |
| | |||||
* | Changed how button is hidden when blank list | Phil Hughes | 2016-10-06 | 1 | -6/+7 |
| | | | | Added for attribute to title label | ||||
* | Added tests | Phil Hughes | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Moved form outside of list | Phil Hughes | 2016-10-06 | 1 | -20/+21 |
| | | | | This was causing issues with moving from the done list | ||||
* | Fixed issue with backlog list not saving | Phil Hughes | 2016-10-06 | 1 | -1/+1 |
| | | | | Fixed issue when dragging cards | ||||
* | Added ability to save the new issue | Phil Hughes | 2016-10-06 | 1 | -3/+5 |
| | |||||
* | Add new issue form to lists | Phil Hughes | 2016-10-06 | 1 | -2/+27 |
| | | | | Closes #21219 | ||||
* | Shows count at bottom of list | Phil Hughes | 2016-08-31 | 1 | -1/+6 |
| | | | | Only visible when scrollable area is larger than height | ||||
* | Changed frontend to use issue count from backend | Phil Hughes | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Added search for all lists on issue boards | Phil Hughes | 2016-08-30 | 1 | -5/+0 |
| | | | | Closes #21139 | ||||
* | Improvements to issue boards on mobile | Phil Hughes | 2016-08-19 | 2 | -2/+0 |
| | |||||
* | Improved code readability | Phil Hughes | 2016-08-17 | 1 | -5/+5 |
| | |||||
* | Fixed bug when moving lists around & then deleting | Phil Hughes | 2016-08-17 | 1 | -1/+4 |
| | |||||
* | Fixed removing items from list | Phil Hughes | 2016-08-17 | 2 | -5/+7 |
| | |||||
* | Fixed blank state nevermind button | Phil Hughes | 2016-08-17 | 2 | -3/+3 |
| | |||||
* | Added loading icon so user knows when new page is loading | Phil Hughes | 2016-08-17 | 1 | -0/+1 |
| | | | | Added test for finding lists when limited to type |