summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | Added tests for infinite scrolling listsPhil Hughes2016-08-171-0/+44
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed issue with filtering by label on issue not updating dropdownPhil Hughes2016-08-175-11/+73
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed list heightsPhil Hughes2016-08-171-1/+0
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added JS spec tests for store & modelsPhil Hughes2016-08-175-1/+382
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added filter testsPhil Hughes2016-08-173-8/+148
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Order issues by label priority instead of id on board listsDouglas Barbosa Alexandre2016-08-173-1/+6
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-171-0/+65
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Moved label tooltip to have body containerPhil Hughes2016-08-171-1/+2
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added some testsPhil Hughes2016-08-173-35/+211
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed blank state being added incorrectlyPhil Hughes2016-08-171-3/+3
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Mobile improvementsPhil Hughes2016-08-176-4/+43
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added correct permissions to the viewsPhil Hughes2016-08-173-4/+4
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added ability to generate default listsPhil Hughes2016-08-178-12/+64
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added some JS improvementsPhil Hughes2016-08-175-8/+9
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added loading icon to boards vue appPhil Hughes2016-08-173-4/+17
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Created a class to share functionality of creating new label from dropdownPhil Hughes2016-08-174-65/+134
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Resets the page & the scrolling when filters are updatedPhil Hughes2016-08-172-2/+13
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed issue with cards being added twicePhil Hughes2016-08-171-0/+3
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Label description in tooltipPhil Hughes2016-08-1711-54/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clicking label adds that label to the filtered by
| | | * | | | | | | | | | | | | | Correctly uses search query in backlogPhil Hughes2016-08-174-20/+25
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Moved some code over to underscorejsPhil Hughes2016-08-175-30/+26
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed cursor not changing when over the headerPhil Hughes2016-08-173-3/+14
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Changed cursors to only show draggable when logged inPhil Hughes2016-08-177-17/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed lists allowed to be reorganized when logged out Hides welcome state when logged out
| | | * | | | | | | | | | | | | | Fixed filter by any labelPhil Hughes2016-08-172-2/+3
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updates new dropdown list when removing listsPhil Hughes2016-08-173-14/+22
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added tooltip to assigneePhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Updated delete list tooltipPhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed error when trying to drag list several timesPhil Hughes2016-08-172-4/+5
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Hides create list button when not logged inPhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Changed how the state is created when page is loadedPhil Hughes2016-08-172-23/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some un-used data
| | | * | | | | | | | | | | | | | Correctly filters by labelsPhil Hughes2016-08-174-11/+27
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Keeps the filters after a reloadPhil Hughes2016-08-178-16/+27
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Improved the mobile UIPhil Hughes2016-08-174-7/+18
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed VueJS warning for border topPhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Created default sortable options to be shared between the lists & the cardsPhil Hughes2016-08-175-31/+10098
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added full vue.js source
| | | * | | | | | | | | | | | | | Added cursor for when movingPhil Hughes2016-08-173-6/+33
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed JS error when trying to remove list that wasnt definedPhil Hughes2016-08-171-0/+3
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed issue with sortable not working after deleting listPhil Hughes2016-08-172-1/+3
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Undefined variablePhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Correctly removes from all lists when moving to donePhil Hughes2016-08-171-1/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added milestone & label filteringPhil Hughes2016-08-174-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently a bug exists with label filtering...
| | | * | | | | | | | | | | | | | Can filter by author & assigneePhil Hughes2016-08-174-6/+17
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added ability to infinite scroll issues listPhil Hughes2016-08-174-17/+44
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Fixed issue with cookie working across whole sitePhil Hughes2016-08-173-9/+2
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Gets issues after the list is saved to the DBPhil Hughes2016-08-173-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue with clipboard.js throwing an error
| | | * | | | | | | | | | | | | | Hides from new dropdown when already presentPhil Hughes2016-08-171-0/+1
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Filters backlog by search queryPhil Hughes2016-08-176-43/+35
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Hides the welcome board forever after it being hidden by the userPhil Hughes2016-08-176-22/+42
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Moved some code around to make it easier to read & work withPhil Hughes2016-08-178-63/+55
| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Added assignee to frontendPhil Hughes2016-08-174-0/+20
| | | | | | | | | | | | | | | | |