Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-19Change single-item breadcrumbs to page titlesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-12Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts merge request !21551
2018-09-06port EELuke Bennett
2018-08-02Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-04Add Group filter dropdown supportKushal Pandya
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-17Fix dropdownsClement Ho
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-09Add badge-pill to .badge in hamlClement Ho
2018-02-02Improve top area navigationGeorge Tsiolis
- Change button group width on mobile to 100% - Added scrolling container to activity top area secondary navigation - Added bottom border to top-area nav-links to separate them from nav-controls
2017-12-11Improve empty states for TODOs and issuesFilipa Lacerda
2017-11-03Resolve ""To do" should be "Todos" on Todos list page"Victor Wu
2017-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-03-24Remove extra margin at bottom of todos pageAnnabel Dunstone Gray
2017-03-23align Mark all as done with other Done buttons on Todos pageSimon Knox
2017-03-16Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda
Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890
2017-03-16Add 'Undo mark all as done' to TodosJacopo
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
2017-03-15Allow sorting by due date and label prioritySean McGivern
2017-03-06Fix Sort dropdown reflow issueJarkko Tuunanen
Make Sort dropdown behave the same as filters in narrower viewports. Adjust dropdowns to fit on the same line in worst-case scenario ("Oldest created" selected). Closes #22562 See merge request !9533
2017-02-15Add active_when helperSemyon Pupkov
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
2017-01-30Merge branch 'move-todos-empty-state-icons' into 'master' Fatih Acet
Move todos empty state icons See merge request !7370
2017-01-28Do not rely on style class for changing DOM state on "Mark all as done"Oswaldo Ferreira
2017-01-28Remove unnecessary extra margin on issues, mr and todo pagesOswaldo Ferreira
2017-01-28Remove border from issues, todos and MR pagesOswaldo Ferreira
2017-01-28Present TODO's list without grouping by projectOswaldo Ferreira
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-1525617 Fix placeholder color of todo filterstauriedavis
2016-12-14Remove white space between nav itemsAlfredo Sumaran
2016-11-29Update some more sort/filter dropdownsDavid Wagner
Apart from Issues and Merge Requests pages, there are other sort/filter dropdowns that needed updating. Signed-off-by: David Wagner <david@marvid.fr>
2016-11-22Moved todos icons to new folderLuke "Jared" Bennett
2016-11-12Review comments Nov 11thJosep Llaneras
2016-11-11Remove authorJosep Llaneras
2016-11-11Issue #13823: random message when all Todos are DoneJosep Llaneras
2016-11-08Changed helper method to check for none on paramsPhil Hughes
Moved if statements around in view
2016-11-07Fixed todos empty state when filteringPhil Hughes
Closes #24127
2016-11-04Fix: Todos Filter Shows All UsersValery Sizov
2016-11-01Changed where merge request link isPhil Hughes
2016-11-01New todos blank statePhil Hughes
Closes #20833
2016-10-06Replace bootstrap caret with fontawesome caretClement Ho
2016-09-01Review changes, simplified dropdown initLuke Bennett
2016-09-01Removed inline JS and improved dropdown labelsLuke Bennett
2016-09-01Added type and action dropdowns, need to finalize by removing all inline and ↵Luke Bennett
polishing off the selected dropdown states
2016-09-01Completed project filter dropdown, still need to move it from inline to ↵Luke Bennett
ProjectSelect.js (or different)
2016-09-01Swapped out author dropdown and started on swapping out project dropdownLuke Bennett
2016-08-31Fix bug where pagination is still displayed despite all todos marked as doneClement Ho
2016-08-19Todos sorting dropdownFelipe Artur
2016-07-12Use number_with_delimiter for Todos pending/done tab countsRobert Speicher
2016-05-05Revert counter parentheses back to badgesAnnabel Dunstone