summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
Commit message (Collapse)AuthorAgeFilesLines
* Removed jQuery UI sortableremove-jquery-ui-sortablePhil Hughes2017-02-061-1/+1
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-035-22/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * Removes labels instead of closing issue when clicking remove buttonPhil Hughes2017-02-031-1/+0
| |
| * Fixed bug with empty state showing after searchPhil Hughes2017-02-034-2/+7
| | | | | | | | Fixed users href path being incorrect
| * Added remove buttonPhil Hughes2017-02-031-0/+2
| |
| * Fixed issue link hrefPhil Hughes2017-02-031-1/+2
| |
| * Used issue bulk update instead of different endpointPhil Hughes2017-02-031-1/+2
| |
| * Added empty statePhil Hughes2017-02-031-1/+2
| |
| * Add issues to boards listPhil Hughes2017-02-032-22/+4
| | | | | | | | | | | | | | | | This removes the backlog list & instead creates a modal window that will list all issues that are not part of a list for easy adding onto the board Closes #26205
* | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-21/+22
|\ \ | |/
| * Added animations to issue boardsPhil Hughes2017-01-031-21/+22
| | | | | | | | | | | | | | | | | | | | | | - Adds animation when opening & closing the sidebar - Adds an animation when dragging boards to a new position - Adds animations to dragging issues around When opening the sidebar it will also animate the scrollLeft property to make moving to the opened issue less blunt. Closes #25630
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-2/+2
|/
* HAMLLint: fix `AltText` offencesKushal Pandya2016-12-312-2/+2
|
* rewrite subscription javascript to accomodate new designMike Greiling2016-11-301-8/+4
|
* Fixed dragging issue moving wrong issue after multiple drags of issueboards-issue-sortingPhil Hughes2016-11-241-0/+1
|
* Fixed dragging issues on issue boardsissue-boards-dragging-fixPhil Hughes2016-11-232-1/+2
| | | | Closes #24654
* Fixed issue boards counter border when unauthorizedissue-boards-counter-border-fixPhil Hughes2016-11-161-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-statePhil Hughes2016-11-145-5/+5
|
* Refactor of issue boards to work with Vue2Phil Hughes2016-11-107-152/+134
|
* Adds label description to issue board titleissue-boards-list-desciption-tooltipPhil Hughes2016-11-011-1/+3
| | | | Closes #22710
* Merge branch 'master' into issue-board-sidebarissue-board-sidebarPhil Hughes2016-10-261-1/+1
|\
| * Use root_url for issue boards user linkPhil Hughes2016-10-241-1/+1
| | | | | | | | Closes #23556
* | Moved avatar infront of labelsPhil Hughes2016-10-251-5/+5
| |
* | Fixed users profile link in sidebarPhil Hughes2016-10-252-2/+2
| | | | | | | | | | | | Fixed new labels not being created Fixed scrolling issues
* | Added button typesPhil Hughes2016-10-202-2/+2
| |
* | Hides/shows the boards sidebarPhil Hughes2016-10-203-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 iconPhil Hughes2016-10-191-1/+1
| |
* | Scroll board into view when clicking issuePhil Hughes2016-10-193-3/+3
| | | | | | | | | | Changed return statement instead of if Delete objects after issue is closed
* | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-192-4/+19
|\ \ | |/
| * Moved data attribute values into helper methodPhil Hughes2016-10-122-10/+2
| |
| * Updated to pass the board ID with the boards root to save conflicts with EEPhil Hughes2016-10-112-2/+4
| |
| * Update endpoint path for the frontendPhil Hughes2016-10-112-1/+20
| |
| * Fix links to issue boardsDouglas Barbosa Alexandre2016-10-111-1/+1
| |
| * Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-0/+0
| |
* | Fix issue when clicking links inside issue showing sidebarPhil Hughes2016-10-071-1/+1
| |
* | Added testsPhil Hughes2016-10-071-1/+1
| |
* | Fixed sidebar dropdowns to work with VuePhil Hughes2016-10-072-2/+2
| |
* | Styling updates to sidebar to match designPhil Hughes2016-10-071-1/+1
| |
* | Correct the issue update pathPhil Hughes2016-10-074-4/+4
| |
* | Fixed issue with dragging opening the issue sidebarPhil Hughes2016-10-071-2/+4
| | | | | | | | Added indicator when issue detail is visible
* | Sidebar details update when changingPhil Hughes2016-10-077-30/+89
| | | | | | | | | | Need to get working the subscription Styling updates
* | Show clicked issue data in the sidebarPhil Hughes2016-10-076-33/+97
| |
* | Added markup for sidebarPhil Hughes2016-10-073-5/+48
|/
* Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-061-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Shows error if response returns an errorissue-boards-new-issuePhil Hughes2016-10-061-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 jQueryPhil Hughes2016-10-062-2/+3
| | | | Stop issue being dragged if it doesn't have an ID
* Changed new issue button permissionsPhil Hughes2016-10-061-1/+1
| | | | This is because contributors can't create issues with labels
* Added tooltip to new issue buttonPhil Hughes2016-10-061-2/+4
|
* Changed how button is hidden when blank listPhil Hughes2016-10-061-6/+7
| | | | Added for attribute to title label
* Added testsPhil Hughes2016-10-061-1/+1
|