summaryrefslogtreecommitdiff
path: root/app/views/dashboard/todos
Commit message (Collapse)AuthorAgeFilesLines
* Removed inline JS and improved dropdown labelsLuke Bennett2016-09-011-49/+4
|
* Added type and action dropdowns, need to finalize by removing all inline and ↵Luke Bennett2016-09-011-8/+32
| | | | polishing off the selected dropdown states
* Completed project filter dropdown, still need to move it from inline to ↵Luke Bennett2016-09-011-1/+7
| | | | ProjectSelect.js (or different)
* Swapped out author dropdown and started on swapping out project dropdownLuke Bennett2016-09-011-11/+22
|
* Fix bug where pagination is still displayed despite all todos marked as doneClement Ho2016-08-311-1/+1
|
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Todos sorting dropdown Implements #18135 ![todos_sorting](/uploads/bff76827c421628134dfb8b864e47c74/todos_sorting.png) - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5691
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-0/+19
| |
* | Add hover state to todos (!5361)winniehell2016-08-161-7/+8
|/
* Use number_with_delimiter for Todos pending/done tab countsRobert Speicher2016-07-121-2/+2
|
* Remove conditionalAlfredo Sumaran2016-05-251-2/+1
|
* Address feedbackAlfredo Sumaran2016-05-251-2/+1
| | | | Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
* Move conditional to a methodAlfredo Sumaran2016-05-251-1/+1
|
* Move todo target state to the top and fix styles on mobileAlfredo Sumaran2016-05-251-4/+4
|
* Add target statusAlfredo Sumaran2016-05-251-0/+4
|
* Create a todo on failing MR buildSean McGivern2016-05-171-6/+6
| | | | | | | | | | | | When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
* Revert counter parentheses back to badges15179-builds-redesignAnnabel Dunstone2016-05-041-4/+4
|
* Builds page redesignAnnabel Dunstone2016-05-041-4/+4
|
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-071-1/+4
|\
| * Merge branch 'fix-todos' into 'master' Rémy Coutable2016-03-311-1/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Destroy related todos when an Issue/MR is deleted Closes #14550 Closes #14598 See merge request !3376
| | * Fix error 500 when target is nil on todo listDouglas Barbosa Alexandre2016-03-301-1/+4
| | |
* | | Get pagination options form the viewAlfredo Sumaran2016-04-011-0/+1
|/ /
* | Make entire todo row clickableAnnabel Dunstone2016-03-301-1/+1
|/
* Refactor colors and listsDmitriy Zaporozhets2016-03-182-2/+2
| | | | | | | | | | * Introduce 2 color links: black and blue * Use black color link for UI elements like lists * Refactor lists to use .title nested under li * Make all lists (events, todos, activity, projects etc) use style * List colorschema is now 333 for links and 555 for text Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Mark all as done through AJAXPhil Hughes2016-03-172-3/+5
|
* Removed the flash success messagePhil Hughes2016-03-171-1/+3
| | | | Removes the group if empty
* Adds small AJAX optimistic functionality to todos.Jacob Schatz2016-03-172-3/+5
| | | | | Fixes #13656 A good first step and boring solution.
* Avoid error 500 when todo author was removedDouglas Barbosa Alexandre2016-03-091-1/+4
|
* Small css cleanup for todos featureimprove-todos-cssDmitriy Zaporozhets2016-02-271-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* "X assigned you Y" instead of "X assigned Y"Douwe Maan2016-02-201-1/+1
|
* Add "Mark all as done" buttonDouwe Maan2016-02-201-4/+8
|
* Include 'issue'/'merge request' in linkDouwe Maan2016-02-201-2/+2
|
* Rename tab from 'Todos' to 'To do'Douwe Maan2016-02-201-1/+1
|
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-202-0/+79