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-01-16Resolve "Icons on forks page are to big"Simon Knox
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-01-24HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-31HAMLLint: Fix `TrailingWhitespace` offencesKushal Pandya
2016-12-31HAMLLint: Fix `SpaceBeforeScript` offencesKushal Pandya
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-10-06Replace bootstrap caret with fontawesome caretClement Ho
2016-08-19Fix alignment of icon buttons (!5887)winniehell
2016-07-15Add new fork svg iconAnnabel Dunstone
2016-06-10Moved private forks notice to projects-list so its above the pagination and ↵Luke "Jared" Bennett
inline with list Updated CHANGELOG Removed CHANGELOG entry
2016-03-03Refactor projects listDmitriy Zaporozhets
1. Fix double bottom border if pagination 2. Fix broken search on forks page 4. Remove duplicate js logic 4. Remove unused show all link 5. Remove duplicate “no project” message in different views After this merge request you can easily render shared projects template with all necessary html/js included to make searchable list with pagination. All you need to provide is controller that returns projects list with seach nad pagination and render html form with project-filter-form id and text field with filter_projects name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-27Improve implementation to check read access to forks and add pagination.Rubén Dávila
2016-02-12Don't show fork button if user can't fork the project.Rubén Dávila
2016-02-10Cleanup to use one selectorJosh Frye
2016-02-03Make nav-controls responsive and hide on extra small screensDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-03Refactor nav controls section (search and new project/group btn)Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-20Refactor some CSS rules.Rubén Dávila
2016-01-20Some fixes from last code review.Rubén Dávila
2016-01-20Some CSS and sorting fixes.Rubén Dávila
2016-01-20Add icon for private forks notice. #2406Rubén Dávila
2016-01-20Add ability to sort forks. #2406Rubén Dávila
2016-01-20aligns menu at top on one rowJacob Schatz
2016-01-20WIP: Add sort dropdown. #2406Rubén Dávila
2016-01-20Little update to copy and custom content for empty results. #2406Rubén Dávila
2016-01-20Show last commit as description. #2406Rubén Dávila
2016-01-20Add ability to filter by namespace. #2406Rubén Dávila
2016-01-20Show forks counter on listing. #2406Rubén Dávila
2016-01-20Add fork button and implement ability to distinguish between public and ↵Rubén Dávila
protected forks. #2406
2016-01-20Use Project creator's avatar in fork listing. #2406Rubén Dávila